Age | Commit message (Expand) | Author |
---|---|---|
2021-01-04 | Everywhere: Use GUI::CommonActions::make_about_action() | Andreas Kling |
2020-12-21 | Build: Embed application icons directly in the executables. | William Marlow |
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 |
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
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 |