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