summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAction.cpp
AgeCommit message (Expand)Author
2019-09-20GCommonActions: Add "Open..." actionAndreas Kling
2019-09-16LibGUI: Add a fullscreen action to GCommonActionsAndreas Kling
2019-09-14LibGUI+VisualBuilder: Add move-to-front/back to GCommonActionsAndreas Kling
2019-09-14LibGUI: Add Undo/Redo to GCommonActionsAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-04GAction: Added GCommonActions as a template to create standard actionsrhin123
2019-07-09LibGUI: Add GActionGroup, a way to group a bunch of GActions.Andreas Kling
2019-07-09GAction: Remove "custom_data" and the related convenience constructors.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling