LuK1337 c0f9adabd6 LibGfx: Try to get TTF font when query is not in name->font map 4 years ago
..
Filters 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size 4 years ago
AffineTransform.cpp f14a4994b0 Everywhere: Don't promote float to double where not needed 4 years ago
AffineTransform.h ac238b3bd6 LibGfx: Add some helper methods to AffineTransform 4 years ago
BMPLoader.cpp dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 years ago
BMPLoader.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
BMPWriter.cpp 8324ffefe7 LibGfx/BMPWriter: Add support for V3 & V4 DIB headers 4 years ago
BMPWriter.h 8324ffefe7 LibGfx/BMPWriter: Add support for V3 & V4 DIB headers 4 years ago
Bitmap.cpp f14a4994b0 Everywhere: Don't promote float to double where not needed 4 years ago
Bitmap.h e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap 4 years ago
BitmapFont.cpp 006e5998c5 LibGfx: Optimize BitmapFont::unicode_view_width() a bit 4 years ago
BitmapFont.h 5af4f8041f LibGfx: Add "override" declarations and use east const in BitmapFont.h 4 years ago
CMakeLists.txt 24c5b0e81c LibGfx: Add support for DDS images 4 years ago
CharacterBitmap.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
CharacterBitmap.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ClassicStylePainter.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 years ago
ClassicStylePainter.h 5459c744f1 Everywhere: Add missing comma between copyright year and name 4 years ago
ClassicWindowTheme.cpp 6a012ad79f LibGfx: Remove Gfx::FontDatabase::default_bold_font() 4 years ago
ClassicWindowTheme.h 31a2f10927 LibGfx: Fix classic theme frame transparency check 4 years ago
Color.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Color.h 49999006ef LibGfx: remove constexpr, add noexcept on interpolate method 4 years ago
DDSLoader.cpp 24c5b0e81c LibGfx: Add support for DDS images 4 years ago
DDSLoader.h 24c5b0e81c LibGfx: Add support for DDS images 4 years ago
DisjointRectSet.cpp 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size 4 years ago
DisjointRectSet.h 584b144953 WindowServer: Add basic virtual desktop support 4 years ago
Emoji.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Emoji.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Font.h 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) 4 years ago
FontDatabase.cpp c0f9adabd6 LibGfx: Try to get TTF font when query is not in name->font map 4 years ago
FontDatabase.h bb23e61fbf LibGfx+WindowServer: Have WindowServer broadcast system font settings 4 years ago
Forward.h 499c33ae0c LibGfx: Add a Line class and a Rect<T>::RelativeLocation class 4 years ago
GIFLoader.cpp dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 years ago
GIFLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Gamma.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ICOLoader.cpp e6b88de6a0 LibGfx: Switch to modern dbgln logging in ICOLoader 4 years ago
ICOLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ImageDecoder.cpp 24c5b0e81c LibGfx: Add support for DDS images 4 years ago
ImageDecoder.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
JPGLoader.cpp a10ad24c76 LibGfx: Make JPGLoader iterate components deterministically 4 years ago
JPGLoader.h 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 years ago
Line.h 499c33ae0c LibGfx: Add a Line class and a Rect<T>::RelativeLocation class 4 years ago
Matrix.h 22d8778437 LibGfx/Matrix: Add inverse() and friends 4 years ago
Matrix4x4.h 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) 4 years ago
Orientation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PBMLoader.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PBMLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PGMLoader.cpp 6998fa5c54 LibGfx: Change "white_space" => "whitespace" 4 years ago
PGMLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PNGLoader.cpp 634db18809 LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if() 4 years ago
PNGLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PNGWriter.cpp dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 years ago
PNGWriter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PPMLoader.cpp 6998fa5c54 LibGfx: Change "white_space" => "whitespace" 4 years ago
PPMLoader.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Painter.cpp 5439453139 LibGfx: Improve Painter::draw_line() alignment with (thickness > 1) 4 years ago
Painter.h 4903186cc5 LibGfx: Add helper for painting a rounded rect with equal corner radii 4 years ago
Palette.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Palette.h 8501617fcb LibGUI+HackStudio: Make gutter a first class element 4 years ago
Path.cpp eb05931ab5 LibGfx: Convert StringBuilder::appendf() => AK::Format 4 years ago
Path.h b6c884d20c LibGfx: Add Path::clear 4 years ago
Point.cpp df0248b096 LibGfx: Convert Point to east-const style 4 years ago
Point.h c6fafd3e90 AK+Userland: Add generic `AK::abs()` function and use it 4 years ago
PortableImageLoaderCommon.h 6998fa5c54 LibGfx: Change "white_space" => "whitespace" 4 years ago
Rect.cpp 499c33ae0c LibGfx: Add a Line class and a Rect<T>::RelativeLocation class 4 years ago
Rect.h e0a79efeae LibGfx: Make enclosing_int_rect(FloatRect) actually enclose the rect 4 years ago
ShareableBitmap.cpp e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap 4 years ago
ShareableBitmap.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Size.cpp 243dfb3bdc LibGfx: Add a bunch of [[nodiscard]] to Size 4 years ago
Size.h 243dfb3bdc LibGfx: Add a bunch of [[nodiscard]] to Size 4 years ago
StandardCursor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Streamer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
StylePainter.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
StylePainter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
SystemTheme.cpp 1150e9fe79 LibGfx: Remove unused current_system_theme() function 4 years ago
SystemTheme.h 8501617fcb LibGUI+HackStudio: Make gutter a first class element 4 years ago
TextAlignment.h 9dd3203cc6 LibGfx: Add missing TextAlignment::BottomLeft 4 years ago
TextAttributes.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TextDirection.cpp 0aab774343 Everywhere: Fix a bunch of typos 4 years ago
TextDirection.h 0aab774343 Everywhere: Fix a bunch of typos 4 years ago
TextElision.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Triangle.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Triangle.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Typeface.cpp 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) 4 years ago
Typeface.h 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) 4 years ago
Vector2.h e364845456 LibGfx: Don't `constexpr` functions returning Strings 4 years ago
Vector3.h e364845456 LibGfx: Don't `constexpr` functions returning Strings 4 years ago
Vector4.h e364845456 LibGfx: Don't `constexpr` functions returning Strings 4 years ago
WindowTheme.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
WindowTheme.h 20dd5735ce WindowServer+LibGfx: Automatic "modified" markers in window titles 4 years ago