summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextDocument.cpp
AgeCommit message (Expand)Author
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-10-29LibGUI: Add TextDocument::span_at(TextPosition)Andreas Kling
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-21LibGUI: Add optional placeholder to TextEditorPeter Elliott
2020-09-01LibGUI: Implement trailing whitespace visualization in TextEditorAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-23TextEditor: Jump to word break when deleting and holding Ctrl modifierSasan Hezarkhani
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
2020-05-24LibGUI: Add word break locator methods to TextDocumentFalseHonesty
2020-05-17LibGUI: Fix crash in TextDocument::remove(TextRange)Andreas Kling
2020-05-17LibGUI: Make the TextEditor widget store UTF-32 codepointsAndreas Kling
2020-03-08LibGUI: Fix null-termination of TextDocumentLineTibor Nagy
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling