summaryrefslogtreecommitdiff
path: root/Widgets/Event.h
AgeCommit message (Expand)Author
2019-01-12Make the Event class virtual.Andreas Kling
2019-01-12Let the EventLoop drive the WindowManager through WM_Compose events.Andreas Kling
2019-01-11Hook up the Keyboard device to the AbstractScreen.Andreas Kling
2019-01-10Merge EventLoopSDL into EventLoop.Andreas Kling
2019-01-09More window manager hacking. FocusIn/FocusOut events.Andreas Kling
2019-01-09Let WindowManager send out events for WindowBecame{Active,Inactive}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-13Add TextBox::onReturnPressed.Andreas Kling
2018-10-13Start working on a simple TextBox widget.Andreas Kling
2018-10-12Improve KeyEvent a bit.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-12The WindowManager can now react to mouse events on the window title bar.Andreas Kling
2018-10-12Small refactor.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-10Start working on a Widgets library.Andreas Kling