ladybird/Userland
Andreas Kling 74a4571f02 LibGUI: Reverse internal direction of GUI::UndoStack
The undo stack was very difficult to understand as it grew by adding
new undo commands to the front of the internal vector. This meant we
had to keep updating indices as the stack grew and shrank.

This patch makes the internal vector grow by appending instead.
2021-05-08 13:49:34 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Help: Add "Help" menu and move the about action there 2021-05-07 20:37:28 +01:00
Demos Demos: Add OpenGL teapot demo :^) 2021-05-08 10:13:22 +02:00
DevTools Profiler: Fix scrolling behavior 2021-05-08 09:55:24 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess+Help: Remove erroneous ampersand from app name 2021-05-07 20:37:28 +01:00
Libraries LibGUI: Reverse internal direction of GUI::UndoStack 2021-05-08 13:49:34 +02:00
Services Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Shell Shell: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Utilities Utilities/CMakeLists: Put all entries in alphabetical order 2021-05-08 10:07:11 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00