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
/
GTextDocument.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-10
LibGUI: Add GTextDocument::range_for_entire_line()
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-30
LibGUI: Consolidate and simplify commands used for insertion/removal
Andreas Kling
2019-11-30
LibGUI: Add GUndoStack and GCommand classes
Andreas Kling
2019-11-30
LibGUI: Move the undo stack from GTextEditor to GTextDocument
Andreas Kling
2019-11-23
LibGUI: Don't recompute line-wrapping over and over during set_text()
Andreas Kling
2019-11-15
GTextEditor: Allow GTextDocumentSpans to be "skippable"
Andreas Kling
2019-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-30
LibGUI: Add GTextDocument::text_in_range(GTextRange)
Andreas Kling
2019-10-27
LibGUI: Support multiple GTextEditors editing the same GTextDocument
Andreas Kling
2019-10-27
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling