summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextDocument.h
AgeCommit message (Expand)Author
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-15HackStudio: Use CodeDocument instead of TextDocumentItamar
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-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-19LibGUI: Remove friend classes of TextDocumentLineTibor Nagy
2020-03-12LibGUI: Add underlines to highlightingOriko
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling