ladybird/SharedGraphics
Andreas Kling 88f6ce152f SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-().
Two little things to help tidy up a bit in WSWindowManager.
2019-03-09 16:54:41 +01: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 WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 2019-02-19 01:42:53 +01:00
Color.h WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 2019-02-19 01:42:53 +01:00
DisjointRectSet.cpp More moving towards using signed types. 2019-02-25 22:06:55 +01:00
DisjointRectSet.h WindowServer: Avoid overdraw by shattering dirty rects into unique shards. 2019-02-19 14:49:23 +01:00
Font.cpp Add a bold variant of Katica and make that the system's default bold font. 2019-03-06 14:50:27 +01:00
Font.h Add a bold variant of Katica and make that the system's default bold font. 2019-03-06 14:50:27 +01:00
GraphicsBitmap.cpp Add a C++ helper class for working with shared buffers. 2019-03-08 12:24:05 +01:00
GraphicsBitmap.h Add a C++ helper class for working with shared buffers. 2019-03-08 12:24:05 +01:00
Painter.cpp SharedGraphics: Give painter a state stack and save()/restore() operations. 2019-03-09 16:48:02 +01:00
Painter.h SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-(). 2019-03-09 16:54:41 +01:00
Point.h SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-(). 2019-03-09 16:54:41 +01:00
Rect.cpp SharedGraphics: Minor tweaks in rect shattering code. 2019-02-19 16:37:12 +01:00
Rect.h LibGUI: Implement GToolbar separators. 2019-03-07 23:01:36 +01:00
Size.h Add concept of size increments to windowing system. 2019-02-21 00:21:23 +01:00
TextAlignment.h LibGUI: Allow specifying per-column text alignment. 2019-02-28 11:27:04 +01:00