ladybird/Libraries/LibGfx
2020-12-30 20:40:30 +01:00
..
Filters LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5 2020-10-12 20:04:48 +02:00
AffineTransform.cpp
AffineTransform.h
Bitmap.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
Bitmap.h LibGfx: Mark static method as static 2020-12-02 10:46:40 +01:00
BMPLoader.cpp LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
BMPLoader.h Lagom: Make BMP fuzzer look like the other image loader fuzzers 2020-11-26 09:59:46 +01:00
BMPWriter.cpp LibGfx: Add BMPWriter 2020-11-22 16:07:00 +01:00
BMPWriter.h LibGfx: Add BMPWriter 2020-11-22 16:07:00 +01:00
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 LibGfx+WindowServer: Handle taller window title fonts better 2020-10-24 00:26:13 +02:00
ClassicWindowTheme.h LibGfx+WindowServer: Handle taller window title fonts better 2020-10-24 00:26:13 +02:00
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 LibGfx: Don't leak malloc memory in cloned fonts 2020-11-15 11:35:07 +01:00
Font.h LibGfx: Fix font x-height computation 2020-12-06 01:01:15 +01:00
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 LibGfx: Simplify and refactor Gamma.h 2020-12-08 09:39:43 +01:00
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 LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^) 2020-10-27 21:25:40 +01:00
Palette.cpp
Palette.h LibGfx: Add colors for highlight-searching to palette and themes 2020-10-22 15:23:45 +02:00
Path.cpp LibGfx: Add ability to get a bounding box from a Path 2020-10-10 23:28:41 +02:00
Path.h LibGfx: Add ability to get a bounding box from a Path 2020-10-10 23:28:41 +02:00
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 LibGfx: Commonize functions in P*MLoader class implementations 2020-12-22 09:24:12 +01:00
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 LibGfx: Fix type of scale factor in Point scale operators 2020-12-18 17:35:30 +01:00
PortableImageLoaderCommon.h LibGfx: Make all image decoders reject image sizes above 16384 pixels 2020-12-25 00:19:06 +01:00
PPMLoader.cpp LibGfx: Commonize functions in P*MLoader class implementations 2020-12-22 09:24:12 +01:00
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 LibGfx: Give Size and Rect * and *= operators 2020-12-18 17:35:30 +01:00
StandardCursor.h WindowServer: Validate cursor type in SetWindowCursor message handler 2020-12-25 23:07:06 +01:00
Streamer.h LibGfx: Extraction of Streamer from P*MLoader 2020-12-21 09:58:27 +01:00
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 LibGUI+LibGfx+Base: Make tooltips color theme aware :^) 2020-10-23 12:01:14 +02:00
TextAlignment.h
TextElision.h
Triangle.cpp
Triangle.h
TTFont.cpp LibGfx: Finally render simple TTF outlines. 2020-12-30 20:40:30 +01:00
TTFont.h LibGfx: Finally render simple TTF outlines. 2020-12-30 20:40:30 +01:00
Vector3.h LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5 2020-10-12 20:04:48 +02:00
WindowTheme.cpp
WindowTheme.h LibGfx+WindowServer: Handle taller window title fonts better 2020-10-24 00:26:13 +02:00