summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTextDocument.h
AgeCommit message (Expand)Author
2019-11-01LibGUI: Move text search functions from GTextEditor to GTextDocumentAndreas Kling
2019-10-30LibGUI: Add GTextDocument::text_in_range(GTextRange)Andreas Kling
2019-10-27LibGUI: Support multiple GTextEditors editing the same GTextDocumentAndreas Kling
2019-10-27LibGUI: Move visual line metadata from GTextDocument to GTextEditorAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling