ladybird/Libraries/LibGfx
2020-12-30 20:40:30 +01:00
..
Filters
AffineTransform.cpp
AffineTransform.h
Bitmap.cpp
Bitmap.h
BMPLoader.cpp LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
BMPLoader.h
BMPWriter.cpp
BMPWriter.h
CharacterBitmap.cpp
CharacterBitmap.h
ClassicStylePainter.cpp LIbGUI+LibGfx: Paint focused push buttons with a heavier look 2020-12-28 12:41:26 +01:00
ClassicStylePainter.h LIbGUI+LibGfx: Paint focused push buttons with a heavier look 2020-12-28 12:41:26 +01:00
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx: Started working on TTF font parser. 2020-12-30 20:40:30 +01:00
Color.cpp AK+Format: Remove TypeErasedFormatParams& from format function. 2020-12-30 20:33:53 +01:00
Color.h AK+Format: Remove TypeErasedFormatParams& from format function. 2020-12-30 20:33:53 +01:00
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp
Emoji.h
Font.cpp
Font.h
FontDatabase.cpp LibGfx: Add FontDatabase::get(family, size, weight) 2020-12-28 15:53:10 +01:00
FontDatabase.h LibGfx: Add FontDatabase::get(family, size, weight) 2020-12-28 15:53:10 +01:00
Forward.h
Gamma.h
GIFLoader.cpp LibGfx: fix OOB access in LZW decoder on bad input 2020-12-28 15:12:29 +01:00
GIFLoader.h
ICOLoader.cpp LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
ICOLoader.h
ImageDecoder.cpp
ImageDecoder.h LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
JPGLoader.cpp LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
JPGLoader.h
Matrix.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx+AK: Make text elision work with multi-byte characters 2020-12-28 23:54:10 +01:00
Painter.h
Palette.cpp
Palette.h
Path.cpp
Path.h
PBMLoader.cpp LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
PNGLoader.h
Point.cpp
Point.h
PortableImageLoaderCommon.h LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
PPMLoader.cpp
PPMLoader.h
Rect.cpp
Rect.h AK+Format: Remove TypeErasedFormatParams& from format function. 2020-12-30 20:33:53 +01:00
ShareableBitmap.cpp
ShareableBitmap.h
Size.cpp
Size.h
StandardCursor.h WindowServer: Validate cursor type in SetWindowCursor message handler 2020-12-25 23:07:06 +01:00
Streamer.h
StylePainter.cpp LIbGUI+LibGfx: Paint focused push buttons with a heavier look 2020-12-28 12:41:26 +01:00
StylePainter.h LIbGUI+LibGfx: Paint focused push buttons with a heavier look 2020-12-28 12:41:26 +01:00
SystemTheme.cpp
SystemTheme.h
TextAlignment.h
TextElision.h
Triangle.cpp
Triangle.h
TTFont.cpp LibGfx: Get glyph ID for codepoint, from the CMAP table. 2020-12-30 20:40:30 +01:00
TTFont.h LibGfx: Get glyph ID for codepoint, from the CMAP table. 2020-12-30 20:40:30 +01:00
Vector3.h
WindowTheme.cpp
WindowTheme.h