summaryrefslogtreecommitdiff
path: root/Widgets/WindowManager.cpp
AgeCommit message (Expand)Author
2018-10-13Implement basic focus.Andreas Kling
2018-10-13Let the WindowManager track the active window.Andreas Kling
2018-10-13Start using WeakPtr for some of the WindowManager window pointers.Andreas Kling
2018-10-13Use HashMap::remove() in some places that I wanted it.Andreas Kling
2018-10-12Some color cleanup.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-12Add a clock 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-12The WindowManager can now react to mouse events on the window title bar.Andreas Kling
2018-10-12Deliver mouse events to the appropriate Window.Andreas Kling
2018-10-12Small refactor.Andreas Kling
2018-10-12Move windowing stuff from AbstractScreen to WindowManager.Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling
2018-10-11Some work on window decorations.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling