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 년 전