index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
TextDocument.cpp
Age
Commit message (
Expand
)
Author
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-10-29
LibGUI: Add TextDocument::span_at(TextPosition)
Andreas Kling
2020-09-30
HackStudio: Add C++ Language Server
Itamar
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-01
LibGUI: Implement trailing whitespace visualization in TextEditor
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-23
TextEditor: Jump to word break when deleting and holding Ctrl modifier
Sasan Hezarkhani
2020-05-25
LibGUI: Add flag to TextDocument's word break locator methods
FalseHonesty
2020-05-24
LibGUI: Add word break locator methods to TextDocument
FalseHonesty
2020-05-17
LibGUI: Fix crash in TextDocument::remove(TextRange)
Andreas Kling
2020-05-17
LibGUI: Make the TextEditor widget store UTF-32 codepoints
Andreas Kling
2020-03-08
LibGUI: Fix null-termination of TextDocumentLine
Tibor Nagy
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling