Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Demos: Move to Userland/Demos/ | Andreas Kling | |
2021-01-04 | Everywhere: Use GUI::CommonActions::make_about_action() | Andreas Kling | |
2020-11-02 | Demos: Use pledge and unveil | Brendan Coles | |
2020-11-01 | Demos: Use GUI::Icon::default_icon to set application icon | Brendan Coles | |
2020-07-19 | Demos: Setup window icon for Mouse demo | Brian Gianforcaro | |
The icon was set in the launcher, and the About dialog, but was missing form the actual window. | |||
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas 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-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas 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-09 | Demos: Add missing copyright header to Mouse/main.cpp | Linus Groh | |
2020-05-07 | MouseDemo: A more visual approach for MouseEvents :^) | pierre | |
2020-05-04 | MouseDemo: Add menu, using the new icon :^) | Ben Wiederhake | |
2020-05-02 | Demos: Add a little "Mouse" demo for showing mouse button states | Andreas Kling | |
This was very helpful when adding support for 5-button mice! :^) |