.. |
Filters
|
AK: Add to_radians and to_degrees math functions
|
2023-09-10 08:38:29 +01:00 |
Font
|
LibGfx/OpenType: Survive simple glyphs with 0 contours
|
2024-01-04 03:32:46 +01:00 |
ICC
|
LibGfx/ICC: Improve XYZ coordinates of gray colors
|
2023-12-31 13:20:37 +01:00 |
ImageFormats
|
LibGfx/TIFF: Reject images that declare a sample with abnormal bit depth
|
2024-01-02 06:52:50 -07:00 |
AffineTransform.cpp
|
LibGfx: Add AffineTransform::determinant()
|
2023-07-14 06:51:05 +02:00 |
AffineTransform.h
|
LibGfx: Add AffineTransform::determinant()
|
2023-07-14 06:51:05 +02:00 |
AntiAliasingPainter.cpp
|
LibGfx: Only attempt to paint strokes with a width > 0
|
2023-07-16 18:52:38 +02:00 |
AntiAliasingPainter.h
|
LibWeb+LibGfx: Allow stroking with a paint style and opacity
|
2023-06-11 16:15:56 +02:00 |
Bitmap.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Bitmap.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
BitmapMixer.cpp
|
|
|
BitmapMixer.h
|
|
|
BoundingBox.h
|
LibGfx: Add BoundingBox helper class
|
2023-11-14 10:13:10 +01:00 |
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
|
LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter
|
2023-10-27 16:51:03 -06:00 |
ClassicWindowTheme.cpp
|
LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive
|
2023-05-23 12:35:42 +02:00 |
ClassicWindowTheme.h
|
|
|
CMakeLists.txt
|
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
2023-12-26 18:15:55 +01:00 |
Color.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
Color.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
CursorParams.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
CursorParams.h
|
|
|
DeltaE.cpp
|
AK: Add to_radians and to_degrees math functions
|
2023-09-10 08:38:29 +01:00 |
DeltaE.h
|
|
|
DisjointRectSet.h
|
|
|
EdgeFlagPathRasterizer.cpp
|
LibGfx: Simplify condition
|
2024-01-03 12:56:01 +01:00 |
EdgeFlagPathRasterizer.h
|
LibGfx: Speed up filling solid colors in path rasterizer
|
2024-01-03 12:56:01 +01:00 |
FontCascadeList.cpp
|
LibGfx: Don't clone fonts in FontCascadeList::extend()
|
2023-12-27 11:42:05 +01:00 |
FontCascadeList.h
|
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
2023-12-10 17:32:04 +01:00 |
Forward.h
|
LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx
|
2023-12-26 18:15:55 +01:00 |
FourCC.h
|
LibGfx: Make FourCC more useful
|
2023-11-24 08:42:46 +01:00 |
Gamma.h
|
|
|
GradientPainting.cpp
|
AK: Add to_radians and to_degrees math functions
|
2023-09-10 08:38:29 +01:00 |
Gradients.h
|
AK: Add to_radians and to_degrees math functions
|
2023-09-10 08:38:29 +01:00 |
GrayscaleBitmap.h
|
|
|
ImmutableBitmap.cpp
|
LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter
|
2023-11-26 12:55:43 +01:00 |
ImmutableBitmap.h
|
LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter
|
2023-11-26 12:55:43 +01:00 |
Line.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Matrix.h
|
|
|
Matrix3x3.h
|
|
|
Matrix4x4.h
|
LibGfx: Add Gfx::extract_2d_affine_transform(Matrix4x4) helper
|
2023-11-18 19:32:31 +01:00 |
Orientation.h
|
|
|
Painter.cpp
|
LibGfx: Preserve path order while splitting cubic/quadratic beziers
|
2023-12-19 21:29:03 +01:00 |
Painter.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
PaintStyle.h
|
LibGfx: Add RepeatingBitmapPaintStyle and OffsetPaintStyle
|
2023-12-10 16:44:24 +01:00 |
Palette.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Palette.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Path.cpp
|
LibGfx: Add Path::place_text_along(text, font)
|
2023-12-19 21:29:03 +01:00 |
Path.h
|
LibGfx: Add Path::place_text_along(text, font)
|
2023-12-19 21:29:03 +01:00 |
Point.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Point.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Quad.h
|
|
|
Rect.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Rect.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
ShareableBitmap.cpp
|
LibGfx: Remove indexed palette formats from Bitmap and Painter
|
2023-10-12 07:39:05 +02:00 |
ShareableBitmap.h
|
|
|
Size.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Size.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
StandardCursor.h
|
|
|
StylePainter.cpp
|
LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter
|
2023-10-27 16:51:03 -06:00 |
StylePainter.h
|
LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter
|
2023-10-27 16:51:03 -06:00 |
SystemTheme.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
SystemTheme.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
TabPosition.h
|
LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter
|
2023-10-27 16:51:03 -06:00 |
TextAlignment.h
|
|
|
TextAttributes.h
|
|
|
TextDirection.cpp
|
|
|
TextDirection.h
|
|
|
TextElision.h
|
|
|
TextLayout.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
TextLayout.h
|
LibWeb: Apply scroll boxes offsets after painting commands recording
|
2023-12-30 11:10:24 +01:00 |
TextWrapping.h
|
|
|
TIFFGenerator.py
|
LibGfx/TIFF: Don't try to check non-existent values
|
2023-12-30 23:24:05 +01:00 |
Triangle.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Triangle.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Vector2.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Vector3.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
Vector4.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
VectorGraphic.cpp
|
LibGfx+Userland: Rename Size::scaled_by to Size::scaled
|
2023-08-17 09:57:30 -04:00 |
VectorGraphic.h
|
LibGfx: Add simple VectorGraphic abstract base class
|
2023-07-14 06:51:05 +02:00 |
VectorN.h
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
WindowTheme.cpp
|
|
|
WindowTheme.h
|
|
|