Age | Commit message (Expand) | Author |
---|---|---|
2019-06-03 | StringViewize a bunch of things -- mostly LibGUI | Robin Burchell |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-10 | GTableView: Make it possible to hide/show columns from a context menu. | Andreas Kling |
2019-04-26 | LibGUI+WindowServer: Make it possible to have checkable GActions. | Andreas Kling |
2019-04-20 | LibGUI: Allow GActions to be scoped either globally or widget-locally. | Andreas Kling |
2019-04-12 | LibGUI+WindowServer: Add support for enabled/disabled actions. | Andreas Kling |
2019-03-03 | Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. | Andreas Kling |
2019-03-02 | LibGUI+WindowServer: Add app-global keyboard shortcuts. | Andreas Kling |
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-02-20 | LibGUI: Add a GToolBar class that can be populated with GActions. | Andreas Kling |
2019-02-12 | LibGUI: Add GAction class and make GMenu deal in actions rather than strings. | Andreas Kling |