ladybird/Userland/Libraries/LibGfx
2024-05-04 13:46:53 +02:00
..
Filters
Font Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
ICC Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ImageFormats LibGfx/WebP: Rename two variables to be a bit clearer 2024-05-04 13:46:53 +02:00
AffineTransform.cpp LibGfx: Add fast path for multiply() with identity transforms 2024-03-02 13:00:09 +01:00
AffineTransform.h LibGfx: Inline some AffineTransform functions 2024-03-02 13:00:09 +01:00
AntiAliasingPainter.cpp
AntiAliasingPainter.h LibGfx+LibWeb: Do not ignore corner radius if it is defined in one axis 2024-01-15 15:21:17 +01:00
Bitmap.cpp LibGfx: Make non-shared Bitmap used malloc() instead of mmap() 2024-04-29 09:49:28 +02:00
Bitmap.h LibGfx: Make non-shared Bitmap used malloc() instead of mmap() 2024-04-29 09:49:28 +02:00
BitmapMixer.cpp
BitmapMixer.h
BoundingBox.h
CharacterBitmap.h
CIELAB.h
ClassicStylePainter.cpp LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 2023-10-27 16:51:03 -06:00
ClassicStylePainter.h
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx: Move QMArithmeticDecoder to its own file 2024-04-19 10:59:11 +02:00
CMYKBitmap.cpp LibGfx: Prevent overflow when creating CMYKBitmaps 2024-03-07 11:32:57 -05:00
CMYKBitmap.h LibGfx: Add comparison operators to CMYK 2024-01-26 07:36:53 +01:00
Color.cpp LibGfx: Add formatters for Gfx::Color's different representations 2024-03-03 19:50:25 +01:00
Color.h LibGfx: Add formatters for Gfx::Color's different representations 2024-03-03 19:50:25 +01:00
CursorParams.cpp
CursorParams.h
DeltaE.cpp
DeltaE.h
DisjointRectSet.h
EdgeFlagPathRasterizer.cpp LibGfx: Simplify path storage and tidy up APIs 2024-03-18 07:09:37 +01:00
EdgeFlagPathRasterizer.h LibGfx: Sprinkle some FLATTEN/hot attributes in the path rasterizer 2024-01-08 09:26:43 +01:00
FontCascadeList.cpp
FontCascadeList.h
Forward.h LibGfx: Add CMYKBitmap 2024-01-10 09:39:00 +01:00
FourCC.h LibGfx: Add FourCC::from_u32() 2024-02-28 16:00:07 -05:00
GradientPainting.cpp
Gradients.h
GrayscaleBitmap.h
ImmutableBitmap.cpp
ImmutableBitmap.h
Line.h
Matrix.h LibGfx: Add an indexing operator to Matrix 2024-03-02 12:25:53 +01:00
Matrix3x3.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Clip out-of-bounds pixel accesses in Painter::draw_rect() 2024-04-14 18:05:48 +02:00
Painter.h LibGfx: Move Gfx::color_for_format() to header 2024-01-08 09:26:43 +01:00
PaintStyle.h
Palette.cpp
Palette.h
Path.cpp LibGfx: Output an SVG compatible string from Path::to_byte_string() 2024-03-19 09:55:55 -04:00
Path.h LibGfx: Output an SVG compatible string from Path::to_byte_string() 2024-03-19 09:55:55 -04:00
PathClipper.cpp LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 2024-03-17 09:30:53 +01:00
PathClipper.h LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 2024-03-17 09:30:53 +01:00
Point.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Point.h LibGfx: Make FloatPoint compatible with IPC 2024-02-21 08:31:17 +00:00
Quad.h
Rect.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Rect.h
ShareableBitmap.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
ShareableBitmap.h
Size.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Size.h LibCrypto+LibGfx: Fix GCC 14 compile errors 2024-04-20 15:52:29 -06:00
StandardCursor.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp Taskbar: Add hotkeys for theme selector menu 2024-01-14 15:16:45 -07:00
SystemTheme.h Taskbar: Add hotkeys for theme selector menu 2024-01-14 15:16:45 -07:00
TabPosition.h
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp LibGfx: Treat "\r\n" as a single line break during text layout 2024-03-08 14:43:33 -05:00
TextLayout.h LibGfx+LibWeb: Use ref-counted object to store glyph run 2024-03-02 09:09:10 +01:00
TextWrapping.h
TIFFGenerator.py LibGfx/TIFF: Add Rational::as_double() 2024-02-21 08:31:17 +00:00
Triangle.cpp
Triangle.h
Vector2.h
Vector3.h
Vector4.h
VectorGraphic.cpp LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2023-08-17 09:57:30 -04:00
VectorGraphic.h
VectorN.h LibGfx: Add VectorN::operator== 2024-03-02 12:25:53 +01:00
WindowTheme.cpp
WindowTheme.h