summaryrefslogtreecommitdiff
path: root/Widgets/Rect.cpp
AgeCommit message (Expand)Author
2019-01-13Have WindowManager::invalidate() unite dirty rects that intersect each other.Andreas Kling
2019-01-12Coalesce mouse events to make the GUI go fast.Andreas Kling
2019-01-12All right, let's double buffer the display. It looks so much better.Andreas Kling
2019-01-09Start refactoring graphics system to have per-window backing stores.Andreas Kling