ladybird/Libraries/LibGfx
Andreas Kling 3bbf4610d2 AK: Add a forward declaration header
You can now #include <AK/Forward.h> to get most of the AK types as
forward declarations.

Header dependency explosion is one of the main contributors to compile
times at the moment, so this is a step towards smaller include graphs.
2020-02-14 23:31:18 +01:00
..
Bitmap.cpp LibGfx: Assert that an empty bitmap is not created 2020-02-11 11:00:09 +01:00
Bitmap.h LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
CharacterBitmap.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
CharacterBitmap.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Color.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Color.h LibGfx: Naive RGB/HSV conversion 2020-02-08 12:30:12 +01:00
DisjointRectSet.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
DisjointRectSet.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Emoji.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Emoji.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
FloatPoint.h LibGfx: Unpublish FloatPoint from the global namespace 2020-02-06 14:35:54 +01:00
FloatRect.h LibGfx: Unpublish FloatRect from the global namespace 2020-02-06 14:33:05 +01:00
FloatSize.h LibGfx: Unpublish FloatSize from the global namespace 2020-02-06 14:35:06 +01:00
Font.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Font.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
GIFLoader.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
GIFLoader.h LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
ImageDecoder.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
ImageDecoder.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Makefile LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Orientation.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Painter.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Painter.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
Palette.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Palette.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PNGLoader.cpp AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
PNGLoader.h LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Point.h LibGfx: Unpublish Gfx::Point from global namespace 2020-02-06 13:08:32 +01:00
Rect.cpp AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
Rect.h LibGfx: Add Rect::operator!=(Rect) 2020-02-11 11:53:38 +01:00
Size.h LibGfx: Unpublish Gfx::Size from the global namespace 2020-02-06 13:32:14 +01:00
StylePainter.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
StylePainter.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
SystemTheme.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
SystemTheme.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
TextAlignment.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
TextElision.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Triangle.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00