1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Andreas Kling ce90d87eb6 LibGUI: Show command name in GUI::TextEditor undo/redo action text
We can now show things like "Undo Insert Text" and "Redo Remove Text"
instead of just "Undo" and "Redo" in menu items. Pretty neat! :^)
2021-05-08 22:17:51 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications LibGUI: Remove UndoStack's automatic command combo'ing 2021-05-08 22:17:51 +02:00
Demos Demos: Add OpenGL teapot demo :^) 2021-05-08 10:13:22 +02:00
DevTools LibGUI: Some tweaks for TextEditor's will-execute-command virtual 2021-05-08 22:17:50 +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: Show command name in GUI::TextEditor undo/redo action text 2021-05-08 22:17:51 +02:00
Services AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
Shell Shell: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Utilities LibWasm: Add some more descriptive parse errors 2021-05-08 22:14:39 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00