.. |
Filters
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
il y a 2 ans |
Font
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
il y a 2 ans |
ICC
|
93f5a6f217
LibGfx/ICC: Use mix() in CurveTagData::evaluate()
|
il y a 2 ans |
ImageFormats
|
f56b897622
Everywhere: Fix a few typos
|
il y a 2 ans |
AffineTransform.cpp
|
b8d1fae31f
LibGfx: Add AffineTransform::skew_radians()
|
il y a 2 ans |
AffineTransform.h
|
b8d1fae31f
LibGfx: Add AffineTransform::skew_radians()
|
il y a 2 ans |
AntiAliasingPainter.cpp
|
a425b6f772
LibGfx: Make all fill_path() code member functions and move into .cpp
|
il y a 2 ans |
AntiAliasingPainter.h
|
7c607462a4
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
|
il y a 2 ans |
Bitmap.cpp
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
il y a 2 ans |
Bitmap.h
|
c24e4acd19
LibGfx: Add Bitmap::begin() / Bitmap::end()
|
il y a 2 ans |
BitmapMixer.cpp
|
06ae5b3536
LibGfx: Add BitmapMixer
|
il y a 3 ans |
BitmapMixer.h
|
06ae5b3536
LibGfx: Add BitmapMixer
|
il y a 3 ans |
CMakeLists.txt
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
il y a 2 ans |
CharacterBitmap.h
|
d5fdc6096c
Libraries: Make CharacterBitmap instances at compile-time
|
il y a 3 ans |
ClassicStylePainter.cpp
|
460303b2fe
LibGfx: Draw checkbox check in the center of the checkbox rect
|
il y a 2 ans |
ClassicStylePainter.h
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
il y a 2 ans |
ClassicWindowTheme.cpp
|
508fb7e1e9
Userland: Use Font::pixel_size_rounded_up() in more places
|
il y a 2 ans |
ClassicWindowTheme.h
|
268d661138
LibGfx: Make ClassicWindowTheme menubar heights respect the font size
|
il y a 2 ans |
Color.cpp
|
b698d64ee9
LibGfx: Use StringView literals for CSS color list
|
il y a 2 ans |
Color.h
|
6ceb185865
LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate()
|
il y a 2 ans |
CursorParams.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
il y a 2 ans |
CursorParams.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
il y a 2 ans |
DisjointRectSet.h
|
ff0a2b1a60
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
|
il y a 2 ans |
FillPathImplementation.cpp
|
ef58062f71
LibGfx: Floor draw origin in fill path implementation
|
il y a 2 ans |
Forward.h
|
b31d768e95
LibGfx: Add paint styles and allow gradients to be used as them
|
il y a 2 ans |
Gamma.h
|
ff4b912b7c
LibGfx: Remove a workaround for clang before 11
|
il y a 2 ans |
GradientPainting.cpp
|
f56b897622
Everywhere: Fix a few typos
|
il y a 2 ans |
Gradients.h
|
c8c065b6b0
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
|
il y a 2 ans |
GrayscaleBitmap.h
|
429d7b002b
LibGfx: Add a simple GrayscaleBitmap class
|
il y a 2 ans |
Line.h
|
e7ceaf8a6d
LibGfx: Add small convenience functions for Lines and AA Painter
|
il y a 2 ans |
Matrix.h
|
dec09333a3
LibGfx: Add method to Matrix that determines if the matrix is invertible
|
il y a 2 ans |
Matrix3x3.h
|
57e1dc7765
LibGfx: Add `Matrix3x3`
|
il y a 3 ans |
Matrix4x4.h
|
086969277e
Everywhere: Run clang-format
|
il y a 3 ans |
Orientation.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
il y a 4 ans |
PaintStyle.h
|
064ca625df
LibGfx: Add BitmapPaintStyle
|
il y a 2 ans |
Painter.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
il y a 2 ans |
Painter.h
|
77456d1d0b
LibGfx: Implement simple signed distance field rendering
|
il y a 2 ans |
Palette.cpp
|
5e81734520
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
|
il y a 2 ans |
Palette.h
|
5e81734520
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
|
il y a 2 ans |
Path.cpp
|
26e56bdd08
LibGfx: Fix crash due to vector resize in close_all_subpaths()
|
il y a 2 ans |
Path.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
il y a 2 ans |
Point.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
il y a 2 ans |
Point.h
|
78aad28dba
LibGfx: Add Point::to_floored<T>()
|
il y a 2 ans |
Quad.h
|
5d8f4ab878
LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals
|
il y a 3 ans |
Rect.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
il y a 2 ans |
Rect.h
|
035b0f9df6
LibGfx: Add Rect::interpolated_to function
|
il y a 2 ans |
ShareableBitmap.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
il y a 2 ans |
ShareableBitmap.h
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
il y a 2 ans |
Size.cpp
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
il y a 2 ans |
Size.h
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
il y a 2 ans |
StandardCursor.h
|
e5674d9666
Base+WindowServer+LibGfx: Add new DragCopy Cursor
|
il y a 2 ans |
StylePainter.cpp
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
il y a 2 ans |
StylePainter.h
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
il y a 2 ans |
SystemTheme.cpp
|
e9e4baee77
Everywhere: Support overriding the system color scheme
|
il y a 2 ans |
SystemTheme.h
|
e9e4baee77
Everywhere: Support overriding the system color scheme
|
il y a 2 ans |
TextAlignment.h
|
086969277e
Everywhere: Run clang-format
|
il y a 3 ans |
TextAttributes.h
|
6d8f046fd0
LibGfx+Userland: Make TextAttributes::underline_style optional
|
il y a 2 ans |
TextDirection.cpp
|
0aab774343
Everywhere: Fix a bunch of typos
|
il y a 4 ans |
TextDirection.h
|
086969277e
Everywhere: Run clang-format
|
il y a 3 ans |
TextElision.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
il y a 4 ans |
TextLayout.cpp
|
b823f3d29f
LibGfx: Consider multi-code point glyphs when computing text width
|
il y a 2 ans |
TextLayout.h
|
b2d3ceaec5
LibGfx: Make text painting better at aligning vector fonts vertically
|
il y a 2 ans |
TextWrapping.h
|
e11940fd01
Userland: Move text wrapping/elision into the new TextLayout :^)
|
il y a 4 ans |
Triangle.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Triangle.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Vector2.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Vector3.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Vector4.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
VectorN.h
|
8dc7810976
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
|
il y a 2 ans |
WindowTheme.cpp
|
9c56a83b76
Libraries: Use default constructors/destructors in LibGfx
|
il y a 3 ans |
WindowTheme.h
|
0d4fd4e2a6
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
|
il y a 2 ans |