summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextDocument.cpp
AgeCommit message (Expand)Author
2021-06-06LibGUI: Don't delete within a line if the line is emptydylanbobb
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-08LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditorAndreas Kling
2021-05-08LibGUI: Show command name in GUI::TextEditor undo/redo action textAndreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's RemoveTextCommandAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's InsertTextCommandAndreas Kling
2021-05-08LibGUI: Don't fire TextDocument change notification after each commandAndreas Kling
2021-05-08LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditorAndreas Kling
2021-05-06LibGUI: Remove line-is-empty check in TextDocument return-earlyMax Wipfli
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-05-03LibGUI: Debounce TextDocument undo stackCarlos César Neves Enumo
2021-05-01LibGUI: Improve a FIXME comment in TextDocumentAndreas Kling
2021-05-01LibGUI: Track modified state in GUI::TextDocumentAndreas Kling
2021-04-25LibGUI: Select last word when double clicking at the end of a lineRafał
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)Rafał
2021-04-05LibGUI: Use normalized TextRange for early empty string checkMaciej Zygmanowski
2021-03-21LibGUI: Fix crash when getting text of selected line after a line deleteCesar Torres
2021-03-21LibGUI: Allow TextDocument::set_text to failItamar
2021-03-15LibGUI: Fix crash when text_in_range() was called on an empty documentCesar Torres
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-15LibGUI: Make TextEditor write a trailing newline to non-empty filesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling