.. |
Filters
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 anni fa |
Font
|
0e8ef1b886
LibGfx: Prevent out-of-bounds accumulation in PathRasterizer
|
2 anni fa |
ICC
|
103f818afc
ICC: Rename tag_for_rendering_intent()
|
2 anni fa |
ImageFormats
|
ddbe65e2f8
LibGfx/JPEG: Factorize chunk size reading
|
2 anni fa |
AffineTransform.cpp
|
a77accf3f4
LibGfx: Add AffineTransform::rotation()
|
2 anni fa |
AffineTransform.h
|
a77accf3f4
LibGfx: Add AffineTransform::rotation()
|
2 anni fa |
AntiAliasingPainter.cpp
|
a425b6f772
LibGfx: Make all fill_path() code member functions and move into .cpp
|
2 anni fa |
AntiAliasingPainter.h
|
7c607462a4
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
|
2 anni fa |
Bitmap.cpp
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 anni fa |
Bitmap.h
|
c24e4acd19
LibGfx: Add Bitmap::begin() / Bitmap::end()
|
2 anni fa |
BitmapMixer.cpp
|
06ae5b3536
LibGfx: Add BitmapMixer
|
3 anni fa |
BitmapMixer.h
|
06ae5b3536
LibGfx: Add BitmapMixer
|
3 anni fa |
CIELAB.h
|
adec1abf81
LibGfx: Move CIELAB to its own file
|
2 anni fa |
CMakeLists.txt
|
923027b1df
LibGfx: Add DeltaE() function
|
2 anni fa |
CharacterBitmap.h
|
d5fdc6096c
Libraries: Make CharacterBitmap instances at compile-time
|
3 anni fa |
ClassicStylePainter.cpp
|
f7e034d4b2
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
|
2 anni fa |
ClassicStylePainter.h
|
f7e034d4b2
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
|
2 anni fa |
ClassicWindowTheme.cpp
|
508fb7e1e9
Userland: Use Font::pixel_size_rounded_up() in more places
|
2 anni fa |
ClassicWindowTheme.h
|
268d661138
LibGfx: Make ClassicWindowTheme menubar heights respect the font size
|
2 anni fa |
Color.cpp
|
b698d64ee9
LibGfx: Use StringView literals for CSS color list
|
2 anni fa |
Color.h
|
6ceb185865
LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate()
|
2 anni fa |
CursorParams.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 anni fa |
CursorParams.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 anni fa |
DeltaE.cpp
|
923027b1df
LibGfx: Add DeltaE() function
|
2 anni fa |
DeltaE.h
|
923027b1df
LibGfx: Add DeltaE() function
|
2 anni fa |
DisjointRectSet.h
|
ff0a2b1a60
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
|
2 anni fa |
FillPathImplementation.cpp
|
ef58062f71
LibGfx: Floor draw origin in fill path implementation
|
2 anni fa |
Forward.h
|
b31d768e95
LibGfx: Add paint styles and allow gradients to be used as them
|
2 anni fa |
Gamma.h
|
ff4b912b7c
LibGfx: Remove a workaround for clang before 11
|
2 anni fa |
GradientPainting.cpp
|
abcfaca3da
LibGfx: Add support to draw radial gradients with an rotation angle
|
2 anni fa |
Gradients.h
|
c8c065b6b0
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
|
2 anni fa |
GrayscaleBitmap.h
|
429d7b002b
LibGfx: Add a simple GrayscaleBitmap class
|
2 anni fa |
Line.h
|
e7ceaf8a6d
LibGfx: Add small convenience functions for Lines and AA Painter
|
2 anni fa |
Matrix.h
|
dec09333a3
LibGfx: Add method to Matrix that determines if the matrix is invertible
|
2 anni fa |
Matrix3x3.h
|
57e1dc7765
LibGfx: Add `Matrix3x3`
|
3 anni fa |
Matrix4x4.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Orientation.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
PaintStyle.h
|
89d3c6d718
LibGfx: Implement PaintStyle for SVG linear gradients
|
2 anni fa |
Painter.cpp
|
8f736be711
LibGfx: Increase tolerance for bezier curves
|
2 anni fa |
Painter.h
|
abcfaca3da
LibGfx: Add support to draw radial gradients with an rotation angle
|
2 anni fa |
Palette.cpp
|
5e81734520
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
|
2 anni fa |
Palette.h
|
5e81734520
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
|
2 anni fa |
Path.cpp
|
cc86c07f58
LibGfx: Transform the x axis rotation for elliptical arcs
|
2 anni fa |
Path.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 anni fa |
Point.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 anni fa |
Point.h
|
78aad28dba
LibGfx: Add Point::to_floored<T>()
|
2 anni fa |
Quad.h
|
5d8f4ab878
LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals
|
3 anni fa |
Rect.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 anni fa |
Rect.h
|
035b0f9df6
LibGfx: Add Rect::interpolated_to function
|
2 anni fa |
ShareableBitmap.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 anni fa |
ShareableBitmap.h
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 anni fa |
Size.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 anni fa |
Size.h
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2 anni fa |
StandardCursor.h
|
e5674d9666
Base+WindowServer+LibGfx: Add new DragCopy Cursor
|
2 anni fa |
StylePainter.cpp
|
f7e034d4b2
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
|
2 anni fa |
StylePainter.h
|
f7e034d4b2
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
|
2 anni fa |
SystemTheme.cpp
|
e9e4baee77
Everywhere: Support overriding the system color scheme
|
2 anni fa |
SystemTheme.h
|
3d53dc8228
LibGfx: Return StringView for SystemTheme Roles
|
2 anni fa |
TextAlignment.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
TextAttributes.h
|
6d8f046fd0
LibGfx+Userland: Make TextAttributes::underline_style optional
|
2 anni fa |
TextDirection.cpp
|
0aab774343
Everywhere: Fix a bunch of typos
|
4 anni fa |
TextDirection.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
TextElision.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
TextLayout.cpp
|
b823f3d29f
LibGfx: Consider multi-code point glyphs when computing text width
|
2 anni fa |
TextLayout.h
|
b2d3ceaec5
LibGfx: Make text painting better at aligning vector fonts vertically
|
2 anni fa |
TextWrapping.h
|
e11940fd01
Userland: Move text wrapping/elision into the new TextLayout :^)
|
4 anni fa |
Triangle.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
Triangle.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
Vector2.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
Vector3.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
Vector4.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
VectorN.h
|
8dc7810976
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
|
2 anni fa |
WindowTheme.cpp
|
9c56a83b76
Libraries: Use default constructors/destructors in LibGfx
|
3 anni fa |
WindowTheme.h
|
0d4fd4e2a6
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
|
2 anni fa |