summaryrefslogtreecommitdiff
path: root/Widgets/Rect.h
AgeCommit message (Expand)Author
2019-01-18Make it possible to invalidate only a portion of a window.Andreas Kling
2019-01-16Move some more classes to the new coding style.Andreas Kling
2019-01-14Start refactoring the windowing system to use an event loop.Andreas Kling
2019-01-13Have WindowManager::invalidate() unite dirty rects that intersect each other.Andreas Kling
2019-01-12Fix more underdraw bugs in Button due to new Rect semantics.Andreas Kling
2019-01-12All right, let's double buffer the display. It looks so much better.Andreas Kling
2019-01-12Ignore WindowManager invalidations inside already invalidated rects.Andreas Kling
2019-01-12Constrain the mouse cursor to keep it inside the screen rect.Andreas Kling
2019-01-09Start refactoring graphics system to have per-window backing stores.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-10-13Start working on a simple TextBox widget.Andreas Kling
2018-10-12Clip Painter operations to the screen rect.Andreas Kling
2018-10-12After moving a window, try to repaint a bit less.Andreas Kling
2018-10-12Add a CheckBox widget.Andreas Kling
2018-10-12Window contents move along with the window!Andreas Kling
2018-10-12Very hacky support for dragging a window around.Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-10More rage hacking on Widgets. Some very basic text drawing. :^)Andreas Kling
2018-10-10Intense hacking on Widgets.Andreas Kling