summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAction.h
AgeCommit message (Expand)Author
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-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-04GAction: Added GCommonActions as a template to create standard actionsrhin123
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
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