Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | WindowServer: Mouse switching between system menu and app menu was broken. | Andreas Kling | |
2019-04-14 | AK: Add WeakPtr::operator T*() for ergonomy. | Andreas Kling | |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2019-01-13 | Add basic GUI API for creating labels and buttons. | Andreas Kling | |
2019-01-09 | Start refactoring graphics system to have per-window backing stores. | Andreas Kling | |
It was fun for everyone to share a single framebuffer but it was also kinda really awful. Let's move towards having a "GraphicsBitmap" as the backing store for each Window. This is going to need a lot of refactoring so let's get started. | |||
2018-12-21 | Yet another pass of style fixes. | Andreas Kling | |
2018-10-13 | Start using WeakPtr for some of the WindowManager window pointers. | Andreas Kling | |
2018-10-13 | Add WeakPtr/Weakable templates. | Andreas Kling | |