Age | Commit message (Expand) | Author |
---|---|---|
2021-05-15 | LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom" | Andreas Kling |
2021-05-08 | LibGUI: Make Action::set_text() update any associated menu items | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibGUI: Rename Action::long_text to Action::status_tip | Andreas Kling |
2021-04-17 | LibGUI: Add a "long text" string to GUI::Action | Andreas Kling |
2021-04-04 | LibGUI: Add GUI::CommonActions::make_properties_action() | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-20 | LibGUI: Tidy up Action constructors and factory functions a bit | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |