summaryrefslogtreecommitdiff
path: root/Demos/Mouse/main.cpp
AgeCommit message (Collapse)Author
2021-01-12Demos: Move to Userland/Demos/Andreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-11-02Demos: Use pledge and unveilBrendan Coles
2020-11-01Demos: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-07-19Demos: Setup window icon for Mouse demoBrian Gianforcaro
The icon was set in the launcher, and the About dialog, but was missing form the actual window.
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
Having this on the stack makes whole-program teardown iffy. Turning it into a Core::Object allows anyone who needs it to extends its lifetime.
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used.
2020-05-09Demos: Add missing copyright header to Mouse/main.cppLinus Groh
2020-05-07MouseDemo: A more visual approach for MouseEvents :^)pierre
2020-05-04MouseDemo: Add menu, using the new icon :^)Ben Wiederhake
2020-05-02Demos: Add a little "Mouse" demo for showing mouse button statesAndreas Kling
This was very helpful when adding support for 5-button mice! :^)