.. |
Filters
|
|
|
Font
|
AK+Userland: Remove NOESCAPE
|
2024-05-22 21:55:34 -06:00 |
ICC
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
ImageFormats
|
LibGfx/GIF: Use the correct reference to seek before the trailer
|
2024-05-22 13:29:05 -04: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: Add const overloads of Bitmap::begin() / end()
|
2024-05-06 17:32:19 +02:00 |
BitmapMixer.cpp
|
|
|
BitmapMixer.h
|
|
|
BoundingBox.h
|
|
|
CharacterBitmap.h
|
|
|
CIELAB.h
|
|
|
ClassicStylePainter.cpp
|
|
|
ClassicStylePainter.h
|
|
|
ClassicWindowTheme.cpp
|
|
|
ClassicWindowTheme.h
|
|
|
CMakeLists.txt
|
LibGfx/WebP: Move some to-be-shared code to WebPSharedLossless.h
|
2024-05-20 13:17:34 -04: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: Make Color hashable
|
2024-05-18 18:30:07 +02: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
|
|
|
FontCascadeList.cpp
|
|
|
FontCascadeList.h
|
|
|
Forward.h
|
|
|
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
|
|
|
MedianCut.cpp
|
LibGfx: Add an implementation of the MedianCut algorithm
|
2024-05-18 18:30:07 +02:00 |
MedianCut.h
|
LibGfx: Add an implementation of the MedianCut algorithm
|
2024-05-18 18:30:07 +02:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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: Manually check for the presence of two baseline tags
|
2024-05-06 17:33:25 +02:00 |
Triangle.cpp
|
|
|
Triangle.h
|
|
|
Vector2.h
|
|
|
Vector3.h
|
|
|
Vector4.h
|
|
|
VectorGraphic.cpp
|
|
|
VectorGraphic.h
|
|
|
VectorN.h
|
LibGfx: Add VectorN::operator==
|
2024-03-02 12:25:53 +01:00 |
WindowTheme.cpp
|
|
|
WindowTheme.h
|
|
|