Leonardo Duarte 62baf25f0b LibGfx: Avoid signed comparison in find_largest_image 3 年之前
..
Filters 086969277e Everywhere: Run clang-format 3 年之前
Font bf6d64c199 LibGfx: Add a loader the Web Open Font Format (WOFF) 3 年之前
AffineTransform.cpp b4c3882d9c LibGfx: Add AffineTransform::is_identity_or_translation() 3 年之前
AffineTransform.h b4c3882d9c LibGfx: Add AffineTransform::is_identity_or_translation() 3 年之前
AntiAliasingPainter.cpp af3174c9ce LibGFX: Transform vertices when drawing antialiased lines 3 年之前
AntiAliasingPainter.h af3174c9ce LibGFX: Transform vertices when drawing antialiased lines 3 年之前
BMPLoader.cpp 086969277e Everywhere: Run clang-format 3 年之前
BMPLoader.h 086969277e Everywhere: Run clang-format 3 年之前
BMPWriter.cpp 086969277e Everywhere: Run clang-format 3 年之前
BMPWriter.h 086969277e Everywhere: Run clang-format 3 年之前
Bitmap.cpp dad829de50 LibGfx: Add `Bitmap::visually_equals()` 3 年之前
Bitmap.h dad829de50 LibGfx: Add `Bitmap::visually_equals()` 3 年之前
BitmapMixer.cpp 06ae5b3536 LibGfx: Add BitmapMixer 3 年之前
BitmapMixer.h 06ae5b3536 LibGfx: Add BitmapMixer 3 年之前
CMakeLists.txt 44a5558525 LibGfx: Add a QOI image format encoder 3 年之前
CharacterBitmap.h d5fdc6096c Libraries: Make CharacterBitmap instances at compile-time 3 年之前
ClassicStylePainter.cpp 7628f1f233 LibGfx: Draw window frame border radii antialiased 3 年之前
ClassicStylePainter.h f77ac3a73c LibGUI: Allow Buttons to set themselves as default 3 年之前
ClassicWindowTheme.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
ClassicWindowTheme.h 086969277e Everywhere: Run clang-format 3 年之前
Color.cpp f2c02077ba Userland: Remove a few gratuitous IPC namespace qualifiers 3 年之前
Color.h 086969277e Everywhere: Run clang-format 3 年之前
CursorParams.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
CursorParams.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
DDSLoader.cpp 086969277e Everywhere: Run clang-format 3 年之前
DDSLoader.h 086969277e Everywhere: Run clang-format 3 年之前
DisjointRectSet.cpp 086969277e Everywhere: Run clang-format 3 年之前
DisjointRectSet.h 086969277e Everywhere: Run clang-format 3 年之前
FillPathImplementation.h 5a2e7d30ce LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths 3 年之前
Forward.h 5d8f4ab878 LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals 3 年之前
GIFLoader.cpp 086969277e Everywhere: Run clang-format 3 年之前
GIFLoader.h 086969277e Everywhere: Run clang-format 3 年之前
Gamma.h d03a6cc6c6 LibGfx: Use AK's rsqrt and cast to floats earlier 3 年之前
ICOLoader.cpp 62baf25f0b LibGfx: Avoid signed comparison in find_largest_image 3 年之前
ICOLoader.h 086969277e Everywhere: Run clang-format 3 年之前
ImageDecoder.cpp 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
ImageDecoder.h 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
JPGLoader.cpp 9191829a39 LibGfx: Fix bounds overflow in JPGLoader 3 年之前
JPGLoader.h 086969277e Everywhere: Run clang-format 3 年之前
Line.h 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
Matrix.h 086969277e Everywhere: Run clang-format 3 年之前
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 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 年之前
PGMLoader.cpp 086969277e Everywhere: Run clang-format 3 年之前
PGMLoader.h 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 年之前
PNGLoader.cpp 17632c3d2d LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T> 3 年之前
PNGLoader.h 086969277e Everywhere: Run clang-format 3 年之前
PNGWriter.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 年之前
PNGWriter.h 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
PPMLoader.cpp 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 年之前
PPMLoader.h 6a23dfbc92 LibGfx: Use common class template for PBM/PGM/PPM image loaders 3 年之前
Painter.cpp 9ad9c72827 LibGfx: Draw complex emojis correctly 3 年之前
Painter.h 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
Palette.cpp 086969277e Everywhere: Run clang-format 3 年之前
Palette.h 086969277e Everywhere: Run clang-format 3 年之前
Path.cpp 086969277e Everywhere: Run clang-format 3 年之前
Path.h 086969277e Everywhere: Run clang-format 3 年之前
Point.cpp cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 年之前
Point.h cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 年之前
PortableImageLoaderCommon.h 086969277e Everywhere: Run clang-format 3 年之前
PortableImageMapLoader.h 086969277e Everywhere: Run clang-format 3 年之前
QOILoader.cpp e4bba2fab9 LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunk 3 年之前
QOILoader.h 0356ee95bc LibGfx: Add support for "The Quite OK Image Format" (QOI) 3 年之前
QOIWriter.cpp 44a5558525 LibGfx: Add a QOI image format encoder 3 年之前
QOIWriter.h 44a5558525 LibGfx: Add a QOI image format encoder 3 年之前
Quad.h 5d8f4ab878 LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals 3 年之前
Rect.cpp 086969277e Everywhere: Run clang-format 3 年之前
Rect.h 086969277e Everywhere: Run clang-format 3 年之前
ShareableBitmap.cpp 086969277e Everywhere: Run clang-format 3 年之前
ShareableBitmap.h 086969277e Everywhere: Run clang-format 3 年之前
Size.cpp cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 年之前
Size.h dc518404ce LibGfx: Make Size constexpr-capable 3 年之前
StandardCursor.h 30e91ecff6 Cursors: Add new Magnifying glass cursor 3 年之前
Streamer.h 086969277e Everywhere: Run clang-format 3 年之前
StylePainter.cpp 086969277e Everywhere: Run clang-format 3 年之前
StylePainter.h 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
SystemTheme.cpp 8fa0409ae1 LibGfx: Add list_installed_system_themes() to SystemTheme 3 年之前
SystemTheme.h 8fa0409ae1 LibGfx: Add list_installed_system_themes() to SystemTheme 3 年之前
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 65629d26fe LibGfx: Use Font::pixel_size() instead of glyph_height() when painting 3 年之前
TextLayout.h 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
TextWrapping.h e11940fd01 Userland: Move text wrapping/elision into the new TextLayout :^) 4 年之前
Triangle.cpp 1f346a490b LibGfx: Templatize Gfx::Triangle 3 年之前
Triangle.h 1f346a490b LibGfx: Templatize Gfx::Triangle 3 年之前
Vector2.h d144da3a62 LibGfx: Refactor Vector[2,3,4] to VectorN with specializations 3 年之前
Vector3.h d144da3a62 LibGfx: Refactor Vector[2,3,4] to VectorN with specializations 3 年之前
Vector4.h d144da3a62 LibGfx: Refactor Vector[2,3,4] to VectorN with specializations 3 年之前
VectorN.h 086969277e Everywhere: Run clang-format 3 年之前
WindowTheme.cpp 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
WindowTheme.h 086969277e Everywhere: Run clang-format 3 年之前