summaryrefslogtreecommitdiff
path: root/Userland/Demos/Eyes/EyesWidget.cpp
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-05-07Demos/Eyes: Render eyes antialiasedMacDue
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2021-09-08Eyes: Switch to new mouse-tracking methodBen Wiederhake
2021-08-01Demos: Remove unused header includesBrian Gianforcaro
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-08AK+Userland: Add generic `AK::abs()` function and use itDaniel Bertalan
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling