ladybird/SharedGraphics
2019-06-06 18:35:00 +02:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
CharacterBitmap.cpp Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
CharacterBitmap.h Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
Color.cpp Color: Add named color "Cyan" 2019-05-06 00:59:33 +02:00
Color.h WindowServer: Tweak window titlebar look somewhat. 2019-05-25 21:55:53 +02:00
DisjointRectSet.cpp Sprinkle use of AK::Vector in various places. 2019-04-20 14:02:19 +02:00
DisjointRectSet.h WSCompositor: Allow a compose to bypass the timer when it first happens 2019-05-26 18:22:33 +02:00
Font.cpp StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
Font.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GraphicsBitmap.cpp StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
GraphicsBitmap.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
Painter.cpp WindowServer: New API for Scaled Blit 2019-06-06 18:35:00 +02:00
Painter.h WindowServer: New API for Scaled Blit 2019-06-06 18:35:00 +02:00
PNGLoader.cpp StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
PNGLoader.h StringViewize a bunch of things -- mostly LibGUI 2019-06-03 20:27:05 +02:00
Point.h GVariant: Add to_bool(), to_int() and to_color(). 2019-04-13 12:39:20 +02:00
puff.c SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing. 2019-03-24 00:53:16 +01:00
puff.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Rect.cpp SharedGraphics: Make Rect::shatter() return a Vector<Rect, 4>. 2019-05-27 12:50:18 +02:00
Rect.h SharedGraphics: Make Rect::shatter() return a Vector<Rect, 4>. 2019-05-27 12:50:18 +02:00
Size.h PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks. 2019-03-21 05:25:54 +01:00
StylePainter.cpp StylePainter: Remove some unused code. 2019-05-25 03:29:37 +02:00
StylePainter.h StylePainter: Remove some unused code. 2019-05-25 03:29:37 +02:00
TextAlignment.h SharedGraphics: Add is_right_text_alignment(TextAlignment) helper. 2019-04-24 23:46:19 +02:00
TextElision.h Painter: Add text elision support (only right-hand side supported.) 2019-04-04 15:19:04 +02:00