index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GAction.cpp
Age
Commit message (
Expand
)
Author
2019-12-09
LibGUI: Allow finding the source of a GAction activation
Andreas Kling
2019-10-08
LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcut
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add a "reload" action to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-16
LibGUI: Add a fullscreen action to GCommonActions
Andreas Kling
2019-09-14
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Add Undo/Redo to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-04
GAction: Added GCommonActions as a template to create standard actions
rhin123
2019-07-09
LibGUI: Add GActionGroup, a way to group a bunch of GActions.
Andreas Kling
2019-07-09
GAction: Remove "custom_data" and the related convenience constructors.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling