ladybird/Libraries/LibGfx
2020-12-08 09:39:43 +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 LibGfx: Handle OOM slightly better 2020-12-06 00:06:05 +01:00
Bitmap.h LibGfx: Mark static method as static 2020-12-02 10:46:40 +01:00
BMPLoader.cpp LibGfx: Accept BMP RLE of 255 repeated bytes 2020-12-02 22:51:05 +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 LibGfx: Filled checked toolbar buttons with a dither pattern 2020-10-23 11:37:35 +02:00
ClassicStylePainter.h LibGfx: Add painting transparency grids to StylePainter 2020-09-26 00:00:08 +02: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: Add BMPWriter 2020-11-22 16:07:00 +01:00
Color.cpp LibGfx: Make Color formattable 2020-10-26 18:55:36 +01:00
Color.h LibGfx: SIMD optimized alpha blending 2020-12-08 09:39:43 +01:00
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp Meta+LibC through LibHTTP: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
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: Remove debug spam about successful font lookups 2020-11-07 14:23:31 +01:00
FontDatabase.h LibGfx: Move FontDatabase from LibGUI to LibGfx 2020-10-31 13:56:21 +01:00
Forward.h
Gamma.h LibGfx: Simplify and refactor Gamma.h 2020-12-08 09:39:43 +01:00
GIFLoader.cpp LibGfx: Don't assert on files ending right before lzw_min_code_size 2020-11-29 20:21:30 +01:00
GIFLoader.h
ICOLoader.cpp LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream. 2020-09-21 09:37:49 +02:00
ICOLoader.h
ImageDecoder.cpp
ImageDecoder.h
JPGLoader.cpp JPGLoader: Use HashMap to store huffman tables 2020-11-30 11:37:51 +01:00
JPGLoader.h
Matrix.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Use gamma-corrected interpolation for color gradients 2020-11-19 21:24:20 +01:00
Painter.h LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^) 2020-10-27 21:25:40 +01:00
Palette.cpp AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
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
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp LibGfx: Validate bit depths, and don't assert on invalid color type 2020-11-29 21:28:44 +01:00
PNGLoader.h
Point.cpp
Point.h LibGfx: Add a 'Point::absolute_relative_distance_to(Point)' 2020-11-30 12:07:45 +01:00
PPMLoader.cpp LibGfx: Put PPM logs behind (default-off) PPM_DEBUG 2020-11-19 14:04:35 +01:00
PPMLoader.h
Rect.cpp
Rect.h LibGfx: Add overloads to Rect's shrink/inflate that accept a Size<T> 2020-10-12 20:04:48 +02:00
ShareableBitmap.cpp
ShareableBitmap.h Meta+LibC through LibHTTP: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Size.cpp
Size.h LibGfx: Add Size::contains 2020-10-12 20:04:48 +02:00
StandardCursor.h WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor 2020-11-02 20:58:07 +01:00
StylePainter.cpp LibGfx: Add painting transparency grids to StylePainter 2020-09-26 00:00:08 +02:00
StylePainter.h LibGfx: Add painting transparency grids to StylePainter 2020-09-26 00:00:08 +02:00
SystemTheme.cpp AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
SystemTheme.h LibGUI+LibGfx+Base: Make tooltips color theme aware :^) 2020-10-23 12:01:14 +02:00
TextAlignment.h LibGfx: Add a helper to check if a TextAlignment is vertically centered 2020-09-19 19:16:22 +02:00
TextElision.h
Triangle.cpp
Triangle.h
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