summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAction.cpp
AgeCommit message (Expand)Author
2019-12-09LibGUI: Allow finding the source of a GAction activationAndreas Kling
2019-10-08LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcutAndreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-05LibGUI: Add a "reload" action to GCommonActionsAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
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