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