Age | Commit message (Expand) | Author |
---|---|---|
2019-01-14 | Start refactoring the windowing system to use an event loop. | Andreas Kling |
2019-01-13 | Start working on a GUI kernel API. | Andreas Kling |
2019-01-12 | Get rid of the "root widget" concept in WindowManager. | Andreas Kling |
2019-01-11 | Throw up some widgets on screen so we can see what they look like. | Andreas Kling |
2019-01-11 | Fix uninitialized AbstractScreen instance pointer. | Andreas Kling |
2019-01-10 | Hook everything up to run the GUI on top of the kernel. | Andreas Kling |
2019-01-09 | Switch into 1024x768x32bpp VESA LFB mode at boot. | Andreas Kling |