summaryrefslogtreecommitdiff
path: root/SharedGraphics/GraphicsBitmap.h
AgeCommit message (Expand)Author
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-16SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create().Andreas Kling
2019-02-16Kernel: Add a simple shared memory API for two processes only.Andreas Kling
2019-02-11WindowServer: Start implementing a menu system.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-01-31Kernel: Make Process a Weakable class.Andreas Kling
2019-01-24Let userland retain the window backing store while drawing into it.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling