summaryrefslogtreecommitdiff
path: root/Widgets/AbstractScreen.cpp
AgeCommit message (Expand)Author
2019-01-12Make PS2MouseDevice behave more like a proper character device.Andreas Kling
2019-01-12Constrain the mouse cursor to keep it inside the screen rect.Andreas Kling
2019-01-11Hook up the Keyboard device to the AbstractScreen.Andreas Kling
2019-01-11Hook up the PS2MouseDevice to the AbstractScreen+WindowManager.Andreas Kling
2019-01-11Fix uninitialized AbstractScreen instance pointer.Andreas Kling
2018-10-12Move windowing stuff from AbstractScreen to WindowManager.Andreas Kling
2018-10-11Rage hacking on TerminalWidget.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-10Intense hacking on Widgets.Andreas Kling
2018-10-10Start working on a Widgets library.Andreas Kling