Nico Weber 1e95c08db5 LibGfx/ISOBMFF: Add JPEG2000ChannelDefinitionBox 1 year ago
..
Filters 494a8cb816 AK: Add to_radians and to_degrees math functions 1 year ago
Font f48024c2d1 LibGfx/OpenType: Make glyph_width() only fetch the glyph advance 1 year ago
ICC e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 year ago
ImageFormats 1e95c08db5 LibGfx/ISOBMFF: Add JPEG2000ChannelDefinitionBox 1 year ago
AffineTransform.cpp c69b266e43 LibGfx: Add fast path for multiply() with identity transforms 1 year ago
AffineTransform.h e46deec846 LibGfx: Inline some AffineTransform functions 1 year ago
AntiAliasingPainter.cpp a9b4e876d0 LibGfx: Only attempt to paint strokes with a width > 0 2 years ago
AntiAliasingPainter.h 6087d2feec LibGfx+LibWeb: Do not ignore corner radius if it is defined in one axis 1 year ago
Bitmap.cpp 2e2cae26c6 LibGfx+Fallout: Make ImageDecoder return ErrorOr 1 year ago
Bitmap.h 58838db445 LibGfx: Add the start of a JBIG2 loader 1 year ago
BitmapMixer.cpp 06ae5b3536 LibGfx: Add BitmapMixer 3 years ago
BitmapMixer.h 06ae5b3536 LibGfx: Add BitmapMixer 3 years ago
BoundingBox.h 93243283f0 LibGfx: Add BoundingBox helper class 1 year ago
CIELAB.h adec1abf81 LibGfx: Move CIELAB to its own file 2 years ago
CMYKBitmap.cpp 0e20d51b0e LibGfx: Prevent overflow when creating CMYKBitmaps 1 year ago
CMYKBitmap.h c431cf4907 LibGfx: Add comparison operators to CMYK 1 year ago
CMakeLists.txt 65bd090815 LibGfx/ISOBMFF: Start creating JPEG2000 box types 1 year ago
CharacterBitmap.h d5fdc6096c Libraries: Make CharacterBitmap instances at compile-time 3 years ago
ClassicStylePainter.cpp d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 year ago
ClassicStylePainter.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 year ago
ClassicWindowTheme.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 years ago
ClassicWindowTheme.h 268d661138 LibGfx: Make ClassicWindowTheme menubar heights respect the font size 2 years ago
Color.cpp 29b70485fc LibGfx: Add formatters for Gfx::Color's different representations 1 year ago
Color.h 29b70485fc LibGfx: Add formatters for Gfx::Color's different representations 1 year ago
CursorParams.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
CursorParams.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 years ago
DeltaE.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 year ago
DeltaE.h 923027b1df LibGfx: Add DeltaE() function 2 years ago
DisjointRectSet.h ff0a2b1a60 LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2 years ago
EdgeFlagPathRasterizer.cpp 8057542dea LibGfx: Simplify path storage and tidy up APIs 1 year ago
EdgeFlagPathRasterizer.h ec93973158 LibGfx: Sprinkle some FLATTEN/hot attributes in the path rasterizer 1 year ago
FontCascadeList.cpp a30d263522 LibGfx: Don't clone fonts in FontCascadeList::extend() 1 year ago
FontCascadeList.h 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 year ago
Forward.h bc6eebb1d7 LibGfx: Add CMYKBitmap 1 year ago
FourCC.h 36bbf12b73 LibGfx: Add FourCC::from_u32() 1 year ago
GradientPainting.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 year ago
Gradients.h 494a8cb816 AK: Add to_radians and to_degrees math functions 1 year ago
GrayscaleBitmap.h 429d7b002b LibGfx: Add a simple GrayscaleBitmap class 2 years ago
ImmutableBitmap.cpp f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter 1 year ago
ImmutableBitmap.h f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter 1 year ago
Line.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Matrix.h 44afc8678d LibGfx: Add an indexing operator to Matrix 1 year ago
Matrix3x3.h 57e1dc7765 LibGfx: Add `Matrix3x3` 3 years ago
Matrix4x4.h 848b0d9c81 LibGfx: Add Gfx::extract_2d_affine_transform(Matrix4x4) helper 1 year ago
Orientation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PaintStyle.h 649f1df771 LibGfx: Add RepeatingBitmapPaintStyle and OffsetPaintStyle 1 year ago
Painter.cpp 2b8594dc85 LibGfx: Replace FLATTEN with ALWAYS_INLINE for `draw_glyph()` overload 1 year ago
Painter.h 65b87bace9 LibGfx: Move Gfx::color_for_format() to header 1 year ago
Palette.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Palette.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Path.cpp d7e2894e57 LibGfx: Output an SVG compatible string from `Path::to_byte_string()` 1 year ago
Path.h d7e2894e57 LibGfx: Output an SVG compatible string from `Path::to_byte_string()` 1 year ago
PathClipper.cpp 6c26ff567e LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 1 year ago
PathClipper.h 6c26ff567e LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 1 year ago
Point.cpp 8dd887b3c8 LibGfx: Make `FloatPoint` compatible with IPC 1 year ago
Point.h 8dd887b3c8 LibGfx: Make `FloatPoint` compatible with IPC 1 year ago
Quad.h 5d8f4ab878 LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals 3 years ago
Rect.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Rect.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ShareableBitmap.cpp a396bb0c0b LibGfx: Remove indexed palette formats from Bitmap and Painter 1 year ago
ShareableBitmap.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 years ago
Size.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Size.h 2484324f9a LibGfx: Add hash traits for the Size family 1 year ago
StandardCursor.h e5674d9666 Base+WindowServer+LibGfx: Add new DragCopy Cursor 2 years ago
StylePainter.cpp d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 year ago
StylePainter.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 year ago
SystemTheme.cpp 8e76265b0c Taskbar: Add hotkeys for theme selector menu 1 year ago
SystemTheme.h 8e76265b0c Taskbar: Add hotkeys for theme selector menu 1 year ago
TIFFGenerator.py 41c76e6ba6 LibGfx/TIFF: Add `Rational::as_double()` 1 year ago
TabPosition.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 year 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 d9349f1510 LibGfx: Treat "\r\n" as a single line break during text layout 1 year ago
TextLayout.h 06c176bbfb LibGfx+LibWeb: Use ref-counted object to store glyph run 1 year ago
TextWrapping.h e11940fd01 Userland: Move text wrapping/elision into the new TextLayout :^) 4 years ago
Triangle.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Triangle.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Vector2.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Vector3.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Vector4.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
VectorGraphic.cpp 7c4b0b0389 LibGfx+Userland: Rename Size::scaled_by to Size::scaled 1 year ago
VectorGraphic.h 16b487c270 LibGfx: Add simple VectorGraphic abstract base class 2 years ago
VectorN.h 55dfeedc46 LibGfx: Add VectorN::operator== 1 year 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