..
AffineTransform.cpp
LibGfx: Add a basic AffineTransform class
2020-04-12 19:23:39 +02:00
AffineTransform.h
LibGfx: Add a basic AffineTransform class
2020-04-12 19:23:39 +02:00
Bitmap.cpp
Misc: Replace "String(string_view)" with "string_view.to_string()"
2020-05-06 19:28:59 +02:00
Bitmap.h
LibGfx: Don't allow creating bitmaps whose sizes would overflow
2020-04-15 12:28:49 +02:00
CharacterBitmap.cpp
LibGfx: Rename from LibDraw :^)
2020-02-06 12:04:00 +01:00
CharacterBitmap.h
LibGfx: Rename from LibDraw :^)
2020-02-06 12:04:00 +01:00
CMakeLists.txt
Build: Switch to CMake :^)
2020-05-14 20:15:18 +02:00
Color.cpp
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
2020-05-12 19:04:03 +02:00
Color.h
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
2020-05-12 19:04:03 +02:00
DisjointRectSet.cpp
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
DisjointRectSet.h
AK: Make Vector use size_t for its size and capacity
2020-02-25 14:52:35 +01:00
Emoji.cpp
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
2020-02-06 12:07:05 +01:00
Emoji.h
LibGfx: Rename from LibDraw :^)
2020-02-06 12:04:00 +01:00
FloatPoint.h
LibGfx: Implement filling paths
2020-05-06 14:50:29 +02:00
FloatRect.cpp
LibGfx: Add missing FloatRect function implementations
2020-05-05 18:53:34 +02:00
FloatRect.h
LibGfx: Allow constructing Float{Rect,Point,Size} from integer buddies
2020-04-12 19:23:39 +02:00
FloatSize.h
LibGfx: Allow constructing Float{Rect,Point,Size} from integer buddies
2020-04-12 19:23:39 +02:00
Font.cpp
LibGfx: Font, extend fonts to 384 character to support LatinExtendedA
2020-05-21 01:19:42 +02:00
Font.h
LibGfx: Font, extend fonts to 384 character to support LatinExtendedA
2020-05-21 01:19:42 +02:00
Forward.h
LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semantics
2020-04-16 21:04:46 +02:00
GIFLoader.cpp
AK: Rename FileSystemPath -> LexicalPath
2020-05-26 14:35:10 +02:00
GIFLoader.h
LibGfx: Add support for animated images to ImageDecoder{Plugin}
2020-05-09 12:01:59 +02:00
ImageDecoder.cpp
LibGfx: Remove debug output
2020-04-25 16:49:09 +02:00
ImageDecoder.h
LibGfx: Add support for animated images to ImageDecoder{Plugin}
2020-05-09 12:01:59 +02:00
Matrix4x4.h
LibGfx: Add Vector3 and Matrix4x4 classes
2020-04-18 12:28:54 +02:00
Orientation.h
LibGfx: Rename from LibDraw :^)
2020-02-06 12:04:00 +01:00
Painter.cpp
LibGfx: Add Painter::fill_ellipse()
2020-05-24 23:30:12 +02:00
Painter.h
LibGfx: Add Painter::fill_ellipse()
2020-05-24 23:30:12 +02:00
Palette.cpp
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
2020-03-08 13:06:51 +01:00
Palette.h
LibGUI: Use themes for syntax highlighting
2020-03-16 13:39:34 +01:00
Path.cpp
LibGfx: Add Path::close_all_subpaths()
2020-05-09 23:25:39 +02:00
Path.h
LibGfx: Add Path::close_all_subpaths()
2020-05-09 23:25:39 +02:00
PNGLoader.cpp
AK: Rename FileSystemPath -> LexicalPath
2020-05-26 14:35:10 +02:00
PNGLoader.h
LibGfx: Add support for animated images to ImageDecoder{Plugin}
2020-05-09 12:01:59 +02:00
Point.cpp
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
Point.h
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
Rect.cpp
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
Rect.h
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
ShareableBitmap.cpp
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
2020-05-12 19:04:03 +02:00
ShareableBitmap.h
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
2020-05-12 19:04:03 +02:00
Size.cpp
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
Size.h
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
2020-05-12 18:49:24 +02:00
StylePainter.cpp
LibGfx: Make buttons slightly chunkier on the top/left side
2020-05-10 14:24:20 +02:00
StylePainter.h
LibGfx: Reduce header dependencies of StylePainter
2020-02-16 09:41:56 +01:00
SystemTheme.cpp
LibGUI: Use themes for syntax highlighting
2020-03-16 13:39:34 +01:00
SystemTheme.h
LibGUI: Use themes for syntax highlighting
2020-03-16 13:39:34 +01: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: Move a bunch of LogStream::operator<< to cpp files
2020-02-15 00:58:54 +01:00
Vector3.h
LibGfx: Add Vector3 and Matrix4x4 classes
2020-04-18 12:28:54 +02:00