Age | Commit message (Expand) | Author |
---|---|---|
2019-02-21 | Add concept of size increments to windowing system. | Andreas Kling |
2019-02-20 | Rework the rendering model so that clients instantiate backing stores. | Andreas Kling |
2019-02-20 | WindowServer: Support resizing windows. | Andreas Kling |
2019-02-20 | LibGUI: Implement enter/leave events (with WindowServer support.) | Andreas Kling |
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 | Kernel: Add a simple shared memory API for two processes only. | Andreas Kling |
2019-02-15 | WindowServer: Rename GUI_Foo to WSAPI_Foo. | Andreas Kling |
2019-02-15 | Move WindowServer API types header into WindowServer/. | Andreas Kling |