mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 20:51:00 +00:00
Instead of clients painting whenever they feel like it, we now ask that they paint in response to a paint message. After finishing painting, clients notify the WindowServer about the rect(s) they painted into and then flush eventually happens, etc. This stuff leaves us with a lot of badly named things. Need to fix that. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CharacterBitmap.cpp | ||
| CharacterBitmap.h | ||
| Color.cpp | ||
| Color.h | ||
| Font.cpp | ||
| Font.h | ||
| GraphicsBitmap.cpp | ||
| GraphicsBitmap.h | ||
| Liza8x10.h | ||
| Painter.cpp | ||
| Painter.h | ||
| Peanut8x8.h | ||
| Peanut8x10.h | ||
| Point.h | ||
| Rect.cpp | ||
| Rect.h | ||
| Size.h | ||