.. |
Filters
|
AK: Add to_radians and to_degrees math functions
|
2023-09-10 08:38:29 +01:00 |
Font
|
LibGfx: Actually ensure Cmap subtable offset is within expected range
|
2023-12-02 11:22:48 +01:00 |
ICC
|
LibGfx/ICC: Support for A curves and CLUT in LutAToBTagData::evaluate()
|
2023-12-02 22:26:13 +01:00 |
ImageFormats
|
LibGfx/TIFF: Don't include the null-byte terminator when reading strings
|
2023-12-03 20:27:00 +01: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
|
|
|
Bitmap.cpp
|
LibGfx: Add Bitmap::scaled_to_size()
|
2023-10-18 20:03:35 +01:00 |
Bitmap.h
|
LibPDF+LibGfx: Make SMasks on jpeg images work
|
2023-11-23 12:13:03 +01:00 |
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
|
|
|
ClassicWindowTheme.h
|
|
|
CMakeLists.txt
|
LibGfx/TIFF: Introduce a code generator
|
2023-11-27 09:07:16 -07:00 |
Color.cpp
|
LibGfx: Parse hex, rgb() and rgba() colors before named colors
|
2023-11-30 10:36:40 +01:00 |
Color.h
|
LibGfx: Add String variants of Color::to_string*()
|
2023-11-20 15:00:19 +01:00 |
CursorParams.cpp
|
|
|
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: Track edge extent in EdgeFlagPathRasterizer
|
2023-08-06 16:24:28 +02:00 |
EdgeFlagPathRasterizer.h
|
LibGfx: Track edge extent in EdgeFlagPathRasterizer
|
2023-08-06 16:24:28 +02:00 |
Forward.h
|
LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter
|
2023-11-26 12:55:43 +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
|
|
|
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+LibWeb: Calculate and save glyph positions during layout
|
2023-12-02 22:06:11 +01:00 |
Painter.h
|
LibGfx: Add apply_alpha option to Painter::blit_filtered()
|
2023-07-30 09:31:43 +02:00 |
PaintStyle.h
|
LibGfx: Add support for SVG repeat/reflect gradients
|
2023-08-20 20:04:10 +02:00 |
Palette.cpp
|
|
|
Palette.h
|
|
|
Path.cpp
|
LibGfx/Path: Round numerator in elliptical_arc_to
|
2023-11-19 22:33:48 +01:00 |
Path.h
|
LibGfx: Allow extracting paths from fonts and add Gfx::Path::text()
|
2023-11-05 02:46:46 +01:00 |
Point.cpp
|
|
|
Point.h
|
AK: Rename GenericTraits to DefaultTraits
|
2023-11-09 10:05:51 -05:00 |
Quad.h
|
|
|
Rect.cpp
|
|
|
Rect.h
|
LibWeb: Make DOMRectReadOnly use double instead of float
|
2023-08-23 12:11:21 +01:00 |
ShareableBitmap.cpp
|
LibGfx: Remove indexed palette formats from Bitmap and Painter
|
2023-10-12 07:39:05 +02:00 |
ShareableBitmap.h
|
|
|
Size.cpp
|
|
|
Size.h
|
LibGfx+Userland: Rename Size::scaled_by to Size::scaled
|
2023-08-17 09:57:30 -04:00 |
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
|
|
|
SystemTheme.h
|
|
|
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
|
LibGfx+LibWeb: Calculate and save glyph positions during layout
|
2023-12-02 22:06:11 +01:00 |
TextLayout.h
|
LibGfx+LibWeb: Calculate and save glyph positions during layout
|
2023-12-02 22:06:11 +01:00 |
TextWrapping.h
|
|
|
TIFFGenerator.py
|
LibGfx/TIFF: Consider ASCII and UTF-8 as containers
|
2023-12-03 20:27:00 +01:00 |
Triangle.cpp
|
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2023-07-15 16:21:29 +02:00 |
Triangle.h
|
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2023-07-15 16:21:29 +02:00 |
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
|
LibGfx: Add simple VectorGraphic abstract base class
|
2023-07-14 06:51:05 +02:00 |
VectorN.h
|
|
|
WindowTheme.cpp
|
|
|
WindowTheme.h
|
|
|