Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-20 | WindowServer: Remove WindowManager::invalidate(Window) API's | Andreas Kling | |
Instead, we now tell Windows to invalidate themselves. Window will then pass on the requests to Compositor. My basic idea here is that WindowManager should do window management, dealing with incoming events, moving, resizing, etc. Compositor should deal with painting the window stack in the right order with the least amount of effort. :^) | |||
2020-05-08 | Services: Renamed from Servers | Andreas Kling | |
It didn't feel right to have a "DHCPClient" in a "Servers" directory. Rename this to Services to better reflect the type of programs we'll be putting in there. |