Age | Commit message (Expand) | Author |
---|---|---|
2019-01-19 | Make a SharedGraphics directory for classes shared between Kernel and LibGUI. | Andreas Kling |
2019-01-16 | Move some more classes to the new coding style. | Andreas Kling |
2019-01-14 | Start refactoring the windowing system to use an event loop. | Andreas Kling |
2019-01-12 | Constrain the mouse cursor to keep it inside the screen rect. | Andreas Kling |
2019-01-11 | Hook up the PS2MouseDevice to the AbstractScreen+WindowManager. | Andreas Kling |
2018-10-12 | Window contents move along with the window! | Andreas Kling |
2018-10-12 | Start adding a Window class. | Andreas Kling |
2018-10-10 | More rage hacking on Widgets. Some very basic text drawing. :^) | Andreas Kling |