summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/MouseTracker.h
AgeCommit message (Collapse)Author
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
This is just two ints or 8 bytes or the size of the reference on x86_64 or AArch64.
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
This was done with CLion's automatic rename feature.
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli 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-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake