Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-15 | LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA | Andreas Kling | |
This was not used anywhere but added unnecessary members to Bitmap. | |||
2020-02-15 | LibGfx: Reduce header dependencies of Bitmap and Font | Andreas Kling | |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling | |
This patch adds <LibGfx/Forward.h> with forward declarations for Gfx. | |||
2020-02-11 | LibGfx: Assert that an empty bitmap is not created | Shannon Booth | |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling | |