Age | Commit message (Expand) | Author |
---|---|---|
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() | Andreas Kling |
2021-11-03 | LibGUI+FileManager: Clarify Widget margins name | FrHun |
2021-08-18 | Userland+LibGUI: Add shorthand versions of the Margins constructor | sin-ack |
2021-07-25 | LibGUI: Put actions in order in MultiView | Karol Kosek |
2021-07-25 | LibGUI: Add keyboard shortcuts for changing views in MultiView | Karol Kosek |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-05 | LibGUI: Do AbstractView::set_column_hidden() => set_column_visible() | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-19 | LibGUI: Register GUI::MultiView | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |