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