Andreas Kling 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 years ago
..
.gitignore 5e0b7f1a56 Add basic automatic dependency management to Makefiles. 6 years ago
CharacterBitmap.cpp 15fb917f28 Convert more RetainPtr use to Retained. 6 years ago
CharacterBitmap.h 15fb917f28 Convert more RetainPtr use to Retained. 6 years ago
Color.cpp 9b71307d49 WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 6 years ago
Color.h 9b71307d49 WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 6 years ago
DisjointRectSet.cpp 210646edd2 SharedGraphics: Minor tweaks in rect shattering code. 6 years ago
DisjointRectSet.h 98784ad3cb WindowServer: Avoid overdraw by shattering dirty rects into unique shards. 6 years ago
Font.cpp 75b100673f Switch over to building everything with i686-elf-g++. 6 years ago
Font.h 10d6f9ce31 SharedGraphics: Removed some unused stuff from Font. 6 years ago
GraphicsBitmap.cpp 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
GraphicsBitmap.h 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
Painter.cpp 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 years ago
Painter.h 15fb917f28 Convert more RetainPtr use to Retained. 6 years ago
Point.h 29c49356e3 WindowServer: Rename GUI_Foo to WSAPI_Foo. 6 years ago
Rect.cpp 210646edd2 SharedGraphics: Minor tweaks in rect shattering code. 6 years ago
Rect.h 98784ad3cb WindowServer: Avoid overdraw by shattering dirty rects into unique shards. 6 years ago
Size.h 6084cd0c56 Add concept of size increments to windowing system. 6 years ago