Files
ladybird/Userland/Libraries/LibGUI
Andreas Kling 295cc123c7 LibGUI: Rename UndoStack internals
Since we keep a stack of command combos, let's call entries on the
stack "Combo" instead of "UndoCommandsContainer".

And since it has a vector of commands, let's call it "commands"
instead of "m_undo_vector".
2021-05-08 08:53:37 +02:00
..
2021-04-23 16:46:57 +02:00
2021-05-02 22:48:06 +02:00
2021-04-23 16:46:57 +02:00
2021-05-02 22:48:06 +02:00
2021-04-29 22:23:52 +02:00
2021-05-08 08:53:37 +02:00