Age | Commit message (Expand) | Author |
---|---|---|
2019-02-19 | WindowServer: Support windows with alpha channels. And per-WSWindow opacity. | Andreas Kling |
2019-02-17 | Move WindowServer to userspace. | Andreas Kling |
2019-02-16 | SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create(). | Andreas Kling |
2019-02-16 | Kernel: Add a simple shared memory API for two processes only. | Andreas Kling |
2019-02-11 | WindowServer: Start implementing a menu system. | Andreas Kling |
2019-02-07 | Start working on a simple Launcher app. | Andreas Kling |
2019-01-31 | Kernel: Make Process a Weakable class. | Andreas Kling |
2019-01-24 | Let userland retain the window backing store while drawing into it. | Andreas Kling |
2019-01-19 | Make a SharedGraphics directory for classes shared between Kernel and LibGUI. | Andreas Kling |