summaryrefslogtreecommitdiff
path: root/Widgets/Window.h
AgeCommit message (Expand)Author
2019-01-09Stop recomposing the window hierarchy after every dang widget paint.Andreas Kling
2019-01-09Add basic z-order for Windows.Andreas Kling
2019-01-09Start refactoring graphics system to have per-window backing stores.Andreas Kling
2018-12-21Make the Widgets/ directory build again.Andreas Kling
2018-10-14Close the MsgBox when clicking the OK button.Andreas Kling
2018-10-14Add a simple MsgBox() :^)Andreas Kling
2018-10-13More work on focus.Andreas Kling
2018-10-13Implement basic focus.Andreas Kling
2018-10-13Let the WindowManager track the active window.Andreas Kling
2018-10-12After moving a window, try to repaint a bit less.Andreas Kling
2018-10-12Add a clock widget.Andreas Kling
2018-10-12Very hacky support for dragging a window around.Andreas Kling
2018-10-12Deliver mouse events to the appropriate Window.Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling