Lucas CHOLLET 83f1775f15 LibGfx/CCITT: Reimplement PassMode in a less naive way 1 vuosi sitten
..
Filters 494a8cb816 AK: Add to_radians and to_degrees math functions 1 vuosi sitten
Font 78b3c552c2 LibGfx: Tweak semantics of some SkipTables enum values 1 vuosi sitten
ICC 275542aaf8 LibGfx/ICC: Add another version of the Apple P3 profile to quirks list 1 vuosi sitten
ImageFormats 83f1775f15 LibGfx/CCITT: Reimplement PassMode in a less naive way 1 vuosi sitten
AffineTransform.cpp 9ecc78db1b LibGfx: Add AffineTransform::determinant() 2 vuotta sitten
AffineTransform.h 9ecc78db1b LibGfx: Add AffineTransform::determinant() 2 vuotta sitten
AntiAliasingPainter.cpp a9b4e876d0 LibGfx: Only attempt to paint strokes with a width > 0 2 vuotta sitten
AntiAliasingPainter.h 6087d2feec LibGfx+LibWeb: Do not ignore corner radius if it is defined in one axis 1 vuosi sitten
Bitmap.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Bitmap.h 187862ebe0 LibGfx: Add a .pam loader 1 vuosi sitten
BitmapMixer.cpp 06ae5b3536 LibGfx: Add BitmapMixer 3 vuotta sitten
BitmapMixer.h 06ae5b3536 LibGfx: Add BitmapMixer 3 vuotta sitten
BoundingBox.h 93243283f0 LibGfx: Add BoundingBox helper class 1 vuosi sitten
CIELAB.h adec1abf81 LibGfx: Move CIELAB to its own file 2 vuotta sitten
CMYKBitmap.cpp 09b2b3539b LibGfx/JPEG+CMYKBitmap: Extract the CMYK to RGB conversion code 1 vuosi sitten
CMYKBitmap.h c431cf4907 LibGfx: Add comparison operators to CMYK 1 vuosi sitten
CMakeLists.txt dd6f47e696 Meta: Don't search for both Python and Python3 in CMake 1 vuosi sitten
CharacterBitmap.h d5fdc6096c Libraries: Make CharacterBitmap instances at compile-time 3 vuotta sitten
ClassicStylePainter.cpp d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 vuosi sitten
ClassicStylePainter.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 vuosi sitten
ClassicWindowTheme.cpp f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 vuotta sitten
ClassicWindowTheme.h 268d661138 LibGfx: Make ClassicWindowTheme menubar heights respect the font size 2 vuotta sitten
Color.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 vuosi sitten
Color.h d60758a947 LibGfx: Remove now-unused Color::from_cmyk() 1 vuosi sitten
CursorParams.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 vuosi sitten
CursorParams.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 vuotta sitten
DeltaE.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 vuosi sitten
DeltaE.h 923027b1df LibGfx: Add DeltaE() function 2 vuotta sitten
DisjointRectSet.h ff0a2b1a60 LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2 vuotta sitten
EdgeFlagPathRasterizer.cpp 9c3bb94d14 LibGfx: Trim scanline to right clip in path rasterizer 1 vuosi sitten
EdgeFlagPathRasterizer.h ec93973158 LibGfx: Sprinkle some FLATTEN/hot attributes in the path rasterizer 1 vuosi sitten
FontCascadeList.cpp a30d263522 LibGfx: Don't clone fonts in FontCascadeList::extend() 1 vuosi sitten
FontCascadeList.h 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 vuosi sitten
Forward.h bc6eebb1d7 LibGfx: Add CMYKBitmap 1 vuosi sitten
FourCC.h 0423225290 LibGfx: Make FourCC more useful 1 vuosi sitten
GradientPainting.cpp 494a8cb816 AK: Add to_radians and to_degrees math functions 1 vuosi sitten
Gradients.h 494a8cb816 AK: Add to_radians and to_degrees math functions 1 vuosi sitten
GrayscaleBitmap.h 429d7b002b LibGfx: Add a simple GrayscaleBitmap class 2 vuotta sitten
ImmutableBitmap.cpp f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter 1 vuosi sitten
ImmutableBitmap.h f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter 1 vuosi sitten
Line.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Matrix.h 72f0575fb0 LibGfx: Fix -Wdouble-promotion for float matrices 2 vuotta sitten
Matrix3x3.h 57e1dc7765 LibGfx: Add `Matrix3x3` 3 vuotta sitten
Matrix4x4.h 848b0d9c81 LibGfx: Add Gfx::extract_2d_affine_transform(Matrix4x4) helper 1 vuosi sitten
Orientation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
PaintStyle.h 649f1df771 LibGfx: Add RepeatingBitmapPaintStyle and OffsetPaintStyle 1 vuosi sitten
Painter.cpp 8a07aa9e9a LibGfx: Remove Gamma.h 1 vuosi sitten
Painter.h 65b87bace9 LibGfx: Move Gfx::color_for_format() to header 1 vuosi sitten
Palette.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Palette.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Path.cpp e9e1ee11d4 LibGfx: Decrease flatness a little in Path::stroke_to_fill() 1 vuosi sitten
Path.h d327104910 LibGfx: Add `Path::place_text_along(text, font)` 1 vuosi sitten
Point.cpp 8dd887b3c8 LibGfx: Make `FloatPoint` compatible with IPC 1 vuosi sitten
Point.h 8dd887b3c8 LibGfx: Make `FloatPoint` compatible with IPC 1 vuosi sitten
Quad.h 5d8f4ab878 LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals 3 vuotta sitten
Rect.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Rect.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
ShareableBitmap.cpp a396bb0c0b LibGfx: Remove indexed palette formats from Bitmap and Painter 1 vuosi sitten
ShareableBitmap.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 vuotta sitten
Size.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Size.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
StandardCursor.h e5674d9666 Base+WindowServer+LibGfx: Add new DragCopy Cursor 2 vuotta sitten
StylePainter.cpp d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 vuosi sitten
StylePainter.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 vuosi sitten
SystemTheme.cpp 8e76265b0c Taskbar: Add hotkeys for theme selector menu 1 vuosi sitten
SystemTheme.h 8e76265b0c Taskbar: Add hotkeys for theme selector menu 1 vuosi sitten
TIFFGenerator.py 41c76e6ba6 LibGfx/TIFF: Add `Rational::as_double()` 1 vuosi sitten
TabPosition.h d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 1 vuosi sitten
TextAlignment.h 086969277e Everywhere: Run clang-format 3 vuotta sitten
TextAttributes.h 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 vuotta sitten
TextDirection.cpp 0aab774343 Everywhere: Fix a bunch of typos 4 vuotta sitten
TextDirection.h 086969277e Everywhere: Run clang-format 3 vuotta sitten
TextElision.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
TextLayout.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
TextLayout.h 5c02b960ab LibGfx: Take into account unicode ranges to find font for space glyph 1 vuosi sitten
TextWrapping.h e11940fd01 Userland: Move text wrapping/elision into the new TextLayout :^) 4 vuotta sitten
Triangle.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Triangle.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Vector2.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Vector3.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
Vector4.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 vuosi sitten
VectorGraphic.cpp 7c4b0b0389 LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2 vuotta sitten
VectorGraphic.h 16b487c270 LibGfx: Add simple VectorGraphic abstract base class 2 vuotta sitten
VectorN.h 55668c3e48 LibGfx: Implement `AK::min/max` for `Gfx::VectorN` 1 vuosi sitten
WindowTheme.cpp 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 vuotta sitten
WindowTheme.h 0d4fd4e2a6 LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2 vuotta sitten