.. |
AffineTransform.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
AffineTransform.h
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Bitmap.cpp
|
Lagom: Add LibGemini, LibGfx
|
2020-07-23 23:02:28 +02:00 |
Bitmap.h
|
LibGfx: Add PGM image file type support
|
2020-06-27 13:01:27 +02:00 |
BMPLoader.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
BMPLoader.h
|
LibGfx: Add BMP loader
|
2020-06-21 10:08:25 +02:00 |
CharacterBitmap.cpp
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
CharacterBitmap.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ClassicWindowTheme.cpp
|
WindowServer+LibGfx: Move notification window frame painting to LibGfx
|
2020-08-09 19:34:56 +02:00 |
ClassicWindowTheme.h
|
WindowServer+LibGfx: Move notification window frame painting to LibGfx
|
2020-08-09 19:34:56 +02:00 |
CMakeLists.txt
|
WindowServer+LibGfx: Move normal window frame painting to a WindowTheme
|
2020-08-09 19:29:15 +02:00 |
Color.cpp
|
LibGfx: Add Color::Transparent as a named color
|
2020-06-13 20:03:19 +02:00 |
Color.h
|
LibGfx: Add Color::Transparent as a named color
|
2020-06-13 20:03:19 +02:00 |
DisjointRectSet.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
DisjointRectSet.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Emoji.cpp
|
Unicode: Try s/codepoint/code_point/g again
|
2020-08-05 22:33:42 +02:00 |
Emoji.h
|
Unicode: Try s/codepoint/code_point/g again
|
2020-08-05 22:33:42 +02:00 |
FloatPoint.h
|
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
|
2020-08-04 21:17:43 +02:00 |
Font.cpp
|
LibGfx: Add dummy Font::x_height() getter
|
2020-08-07 20:29:32 +02:00 |
Font.h
|
LibGfx: Add dummy Font::x_height() getter
|
2020-08-07 20:29:32 +02:00 |
Forward.h
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
GIFLoader.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
GIFLoader.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ICOLoader.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
ICOLoader.h
|
LibGfx: Initial support for ICO image files.
|
2020-06-21 17:41:52 +02:00 |
ImageDecoder.cpp
|
LibGfx: Add PGM image file type support
|
2020-06-27 13:01:27 +02:00 |
ImageDecoder.h
|
LibGfx: Don't keep an unused GIF decoder plugin in failed ImageDecoders
|
2020-06-13 15:29:29 +02:00 |
JPGLoader.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
JPGLoader.h
|
JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cpp
|
2020-06-23 13:51:19 +02:00 |
Matrix.h
|
LibGfx: Add a generic Matrix variant
|
2020-07-25 02:13:43 +02:00 |
Matrix4x4.h
|
LibGfx: Add a generic Matrix variant
|
2020-07-25 02:13:43 +02:00 |
Orientation.h
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
Painter.cpp
|
Unicode: Try s/codepoint/code_point/g again
|
2020-08-05 22:33:42 +02:00 |
Painter.h
|
Unicode: Try s/codepoint/code_point/g again
|
2020-08-05 22:33:42 +02:00 |
Palette.cpp
|
LibGfx: Add Paths to themes
|
2020-08-01 07:56:48 +02:00 |
Palette.h
|
Themes: Fix default theme window stripes and shadow after #2811
|
2020-08-01 19:26:54 +02:00 |
Path.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Path.h
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
PBMLoader.cpp
|
LibGfx: Add PBM image file type support
|
2020-06-21 16:42:46 +02:00 |
PBMLoader.h
|
LibGfx: Add PBM image file type support
|
2020-06-21 16:42:46 +02:00 |
PGMLoader.cpp
|
LibGfx: Add PGM image file type support
|
2020-06-27 13:01:27 +02:00 |
PGMLoader.h
|
LibGfx: Add PGM image file type support
|
2020-06-27 13:01:27 +02:00 |
PNGLoader.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
PNGLoader.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Point.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Point.h
|
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
|
2020-08-04 21:17:43 +02:00 |
PPMLoader.cpp
|
LibGfx: Add PPM image file type support
|
2020-06-22 18:11:22 +02:00 |
PPMLoader.h
|
LibGfx: Add PPM image file type support
|
2020-06-22 18:11:22 +02:00 |
Rect.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Rect.h
|
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
|
2020-08-04 21:17:43 +02:00 |
ShareableBitmap.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
ShareableBitmap.h
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Size.cpp
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
Size.h
|
LibGfx: Templatize Point, Size, and Rect
|
2020-07-27 01:06:26 +02:00 |
StylePainter.cpp
|
LibGfx: Return paint_button() earlier and replace overdrawn rect
|
2020-06-11 16:56:17 +02:00 |
StylePainter.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
SystemTheme.cpp
|
Themes: Fix default theme window stripes and shadow after #2811
|
2020-08-01 19:26:54 +02:00 |
SystemTheme.h
|
Themes: Fix default theme window stripes and shadow after #2811
|
2020-08-01 19:26:54 +02:00 |
TextAlignment.h
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
TextElision.h
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
Triangle.cpp
|
LibGfx: Move a bunch of LogStream::operator<< to cpp files
|
2020-02-15 00:58:54 +01:00 |
Triangle.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Vector3.h
|
LibGfx: Add Vector3 and Matrix4x4 classes
|
2020-04-18 12:28:54 +02:00 |
WindowTheme.cpp
|
LibGfx: Add a basic abstract WindowTheme class
|
2020-08-09 19:28:36 +02:00 |
WindowTheme.h
|
WindowServer+LibGfx: Move notification window frame painting to LibGfx
|
2020-08-09 19:34:56 +02:00 |