Age | Commit message (Expand) | Author |
---|---|---|
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-21 | LibGfx: Font, extend fonts to 384 character to support LatinExtendedA | Hüseyin ASLITÜRK |
2020-05-17 | LibGfx: Let's make it Font::width(Utf32View) | Andreas Kling |
2020-05-17 | LibGfx: Add Font::width(u32* codepoints, size_t) | Andreas Kling |
2020-05-09 | LibGfx: Add new methods to Font to avoid embedded values in FontEditor | Hüseyin ASLITÜRK |
2020-02-23 | LibGfx: Add a way to construct an empty Font with arbitrary metrics | Andreas Kling |
2020-02-15 | LibGfx: Reduce header dependencies of Bitmap and Font | Andreas Kling |
2020-02-15 | LibGfx: Remove Utf8View.h dependency from Font.h | Andreas Kling |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling |