summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/UndoStack.h
AgeCommit message (Expand)Author
2021-05-08LibGUI: Add UndoStack::{undo,redo}_action_text()Andreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-08LibGUI: Add missing <AK/Function.h> includeMaciej Zygmanowski
2021-05-08LibGUI: Add UndoStack::on_state_change hookAndreas Kling
2021-05-08LibGUI: Reverse internal direction of GUI::UndoStackAndreas Kling
2021-05-08Revert "LibGUI: Fix undo stack reporting wrong modified state"Andreas Kling
2021-05-08LibGUI: Fix undo stack reporting wrong modified stateCarlos César Neves Enumo
2021-05-08LibGUI: Rename UndoStack internalsAndreas Kling
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo
2021-05-06LibGUI: Clear undo stack when opening a new documentCarlos César Neves Enumo
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling