Age | Commit message (Expand) | Author |
---|---|---|
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | Andreas Kling |
2020-02-05 | LibDraw: Don't specify LibC/ in standard include paths | joshua stein |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-30 | LibDraw: Store glyph spacing information in the fonts headers | Tibor Nagy |
2019-12-09 | AK: Use size_t for the length of strings | Andreas Kling |
2019-10-19 | LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>> | Andreas Kling |
2019-09-30 | ByteBuffer: Remove pointer() in favor of data() | Andreas Kling |
2019-09-05 | LibDraw: Add emoji support to the Font class | Sergey Bugaev |
2019-08-04 | LibDraw: Add Font::default_bold_fixed_width_font() | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |