ladybird/Libraries/LibGfx
Nullspeak 51b2b0d5e5 WindowServer: New title bar vars for themes
The theming system can now control title bar height, title button
size, title stripe color and the title text shadow color.
The implemented theme metrics system could be later extended to LibGUI
to allow themes to change widget padding, border width, etc.
2020-07-17 23:19:08 +02:00
..
AffineTransform.cpp LibGfx: Teach AffineTransform how to rotate and multiply 2020-06-26 18:27:12 +02:00
AffineTransform.h LibGfx: Teach AffineTransform how to rotate and multiply 2020-06-26 18:27:12 +02:00
Bitmap.cpp LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
Bitmap.h LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
BMPLoader.cpp
BMPLoader.h
CharacterBitmap.cpp
CharacterBitmap.h
CMakeLists.txt LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
Color.cpp
Color.h
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp
Emoji.h
FloatPoint.h
FloatRect.cpp LibGfx: Minor IntRect::shatter and FloatRect::shatter optimization 2020-07-15 00:09:28 +02:00
FloatRect.h
FloatSize.h
Font.cpp
Font.h
Forward.h
GIFLoader.cpp
GIFLoader.h
ICOLoader.cpp
ICOLoader.h
ImageDecoder.cpp LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
ImageDecoder.h
JPGLoader.cpp LibGfx: Set correct frame type on JPEG images 2020-07-16 17:52:54 +02:00
JPGLoader.h
Matrix4x4.h
Orientation.h
Painter.cpp
Painter.h
Palette.cpp WindowServer: New title bar vars for themes 2020-07-17 23:19:08 +02:00
Palette.h WindowServer: New title bar vars for themes 2020-07-17 23:19:08 +02:00
Path.cpp
Path.h
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
PGMLoader.h LibGfx: Add PGM image file type support 2020-06-27 13:01:27 +02:00
PNGLoader.cpp
PNGLoader.h
Point.cpp
Point.h
PPMLoader.cpp
PPMLoader.h
Rect.cpp LibGfx: Minor IntRect::shatter and FloatRect::shatter optimization 2020-07-15 00:09:28 +02:00
Rect.h
ShareableBitmap.cpp
ShareableBitmap.h
Size.cpp
Size.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp WindowServer: New title bar vars for themes 2020-07-17 23:19:08 +02:00
SystemTheme.h WindowServer: New title bar vars for themes 2020-07-17 23:19:08 +02:00
TextAlignment.h
TextElision.h
Triangle.cpp
Triangle.h
Vector3.h