MacDue bb8c8a67dc LibGfx: Fix a slight mistake in AA ellipse error calculation 2 سال پیش
..
Filters 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 سال پیش
Font 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 سال پیش
ICC 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 سال پیش
AffineTransform.cpp 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 سال پیش
AffineTransform.h 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 سال پیش
AntiAliasingPainter.cpp bb8c8a67dc LibGfx: Fix a slight mistake in AA ellipse error calculation 2 سال پیش
AntiAliasingPainter.h 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 سال پیش
BMPLoader.cpp 2a1cd84155 LibGfx: Minorly simplify BMPLoader's decode_bmp_dib() 2 سال پیش
BMPLoader.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
BMPWriter.cpp 086969277e Everywhere: Run clang-format 3 سال پیش
BMPWriter.h 086969277e Everywhere: Run clang-format 3 سال پیش
Bitmap.cpp 782b1d20f5 LibGfx: Remove `Bitmap::load_from_fd_and_close()` 2 سال پیش
Bitmap.h 743b6e8781 LibGfx: Rename format name from `jpg` to `jpeg` 2 سال پیش
BitmapMixer.cpp 06ae5b3536 LibGfx: Add BitmapMixer 3 سال پیش
BitmapMixer.h 06ae5b3536 LibGfx: Add BitmapMixer 3 سال پیش
CMakeLists.txt 856d0202f2 LibGfx: Rename `JPGLoader` to `JPEGLoader` 2 سال پیش
CharacterBitmap.h d5fdc6096c Libraries: Make CharacterBitmap instances at compile-time 3 سال پیش
ClassicStylePainter.cpp 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 سال پیش
ClassicStylePainter.h 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 سال پیش
ClassicWindowTheme.cpp f9a62900b7 LibGfx: Round menu font size up when calculating menubar height 2 سال پیش
ClassicWindowTheme.h 268d661138 LibGfx: Make ClassicWindowTheme menubar heights respect the font size 2 سال پیش
Color.cpp e5a39d134b LibGfx: Move Color::mixed_with() inline 2 سال پیش
Color.h 6ceb185865 LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate() 2 سال پیش
CursorParams.cpp 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 سال پیش
CursorParams.h 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 سال پیش
DDSLoader.cpp 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 سال پیش
DDSLoader.h 4d68dcfca0 LibGfx: Port `DDSLoader` to `AK::Stream` 2 سال پیش
DisjointRectSet.h ff0a2b1a60 LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2 سال پیش
FillPathImplementation.h 223cedc896 LibGfx: Update fill_path() to support taking a PaintStyle 2 سال پیش
Forward.h b31d768e95 LibGfx: Add paint styles and allow gradients to be used as them 2 سال پیش
GIFLoader.cpp 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 سال پیش
GIFLoader.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
Gamma.h ff4b912b7c LibGfx: Remove a workaround for clang before 11 2 سال پیش
GradientPainting.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 سال پیش
Gradients.h c8c065b6b0 LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx 2 سال پیش
ICOLoader.cpp 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 سال پیش
ICOLoader.h 492d5d7cb2 LibGfx: Return ErrorOr<> in ICOLoader internal functions 2 سال پیش
ImageDecoder.cpp 856d0202f2 LibGfx: Rename `JPGLoader` to `JPEGLoader` 2 سال پیش
ImageDecoder.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
JPEGLoader.cpp 85287fcc1e LibGfx: Rename all `JPG_*` macros to `JPEG_*` in JPEGLoader 2 سال پیش
JPEGLoader.h 856d0202f2 LibGfx: Rename `JPGLoader` to `JPEGLoader` 2 سال پیش
Line.h e7ceaf8a6d LibGfx: Add small convenience functions for Lines and AA Painter 2 سال پیش
Matrix.h d26aabff04 Everywhere: Run clang-format 2 سال پیش
Matrix3x3.h 57e1dc7765 LibGfx: Add `Matrix3x3` 3 سال پیش
Matrix4x4.h 086969277e Everywhere: Run clang-format 3 سال پیش
Orientation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
PBMLoader.cpp 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 سال پیش
PBMLoader.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 سال پیش
PGMLoader.cpp 086969277e Everywhere: Run clang-format 3 سال پیش
PGMLoader.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 سال پیش
PNGLoader.cpp 6c79201f43 LibGfx: Make PNGImageDecoderPlugin::icc_data() return data if present 2 سال پیش
PNGLoader.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
PNGShared.h a99cd09891 Libraries: Add missing includes, add namespace qualifiers 2 سال پیش
PNGWriter.cpp 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 سال پیش
PNGWriter.h e19c8897ee LibGfx: Propagate errors that occur internally in PNGWriter 2 سال پیش
PPMLoader.cpp 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 سال پیش
PPMLoader.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 سال پیش
PaintStyle.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 سال پیش
Painter.cpp 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 سال پیش
Painter.h 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 سال پیش
Palette.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 سال پیش
Palette.h 08456be9dc LibGUI+LibGfx: Add Tray ColorRole helpers to Palette 2 سال پیش
Path.cpp 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 سال پیش
Path.h 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 سال پیش
Point.cpp ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
Point.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
PortableImageLoaderCommon.h 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 سال پیش
PortableImageMapLoader.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
QOILoader.cpp 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 سال پیش
QOILoader.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 سال پیش
QOIWriter.cpp ecc321e099 LibGfx: Move QOIWriter implementation-only things into cpp file 2 سال پیش
QOIWriter.h ecc321e099 LibGfx: Move QOIWriter implementation-only things into cpp file 2 سال پیش
Quad.h 5d8f4ab878 LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals 3 سال پیش
Rect.cpp ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
Rect.h c55739bbc0 LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenter 2 سال پیش
ShareableBitmap.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 سال پیش
ShareableBitmap.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
Size.cpp ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
Size.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 سال پیش
StandardCursor.h e5674d9666 Base+WindowServer+LibGfx: Add new DragCopy Cursor 2 سال پیش
Streamer.h 086969277e Everywhere: Run clang-format 3 سال پیش
StylePainter.cpp 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 سال پیش
StylePainter.h 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 سال پیش
SystemTheme.cpp 8eb402f8e5 LibGfx: Support color schemes 2 سال پیش
SystemTheme.h 8eb402f8e5 LibGfx: Support color schemes 2 سال پیش
TGALoader.cpp 10575fea9f LibGfx: Fix sign-compare compile error in TGALoader 2 سال پیش
TGALoader.h 307712b398 LibGfx: Add a method to ImageDecoderPlugin for reading ICC data 2 سال پیش
TextAlignment.h 086969277e Everywhere: Run clang-format 3 سال پیش
TextAttributes.h ece59948c3 LibGfx: Expand TextAttributes with more information about underlining 3 سال پیش
TextDirection.cpp 0aab774343 Everywhere: Fix a bunch of typos 4 سال پیش
TextDirection.h 086969277e Everywhere: Run clang-format 3 سال پیش
TextElision.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 سال پیش
TextLayout.cpp b2d3ceaec5 LibGfx: Make text painting better at aligning vector fonts vertically 2 سال پیش
TextLayout.h b2d3ceaec5 LibGfx: Make text painting better at aligning vector fonts vertically 2 سال پیش
TextWrapping.h e11940fd01 Userland: Move text wrapping/elision into the new TextLayout :^) 4 سال پیش
Triangle.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 سال پیش
Triangle.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 سال پیش
Vector2.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 سال پیش
Vector3.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 سال پیش
Vector4.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 سال پیش
VectorN.h 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 سال پیش
WindowTheme.cpp 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 سال پیش
WindowTheme.h 0d4fd4e2a6 LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2 سال پیش