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