Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | Meta+Userland: Pass Gfx::IntPoint by value | MacDue | |
This is just two ints or 8 bytes or the size of the reference on x86_64 or AArch64. | |||
2022-02-25 | Userland: Rename WindowServerConnection=>ConnectionToWindowServer | Itamar | |
This was done with CLion's automatic rename feature. | |||
2021-09-10 | AK+Everywhere: Reduce the number of template parameters of IntrusiveList | Ali Mohammad Pur | |
This makes the user-facing type only take the node member pointer, and lets the compiler figure out the other needed types from that. | |||
2021-09-08 | LibGUI+WindowServer: Introduce new mouse tracking mechanism | Ben Wiederhake | |