summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTextDocument.cpp
AgeCommit message (Expand)Author
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-23LibGUI: Give GTextDocument access to the GTextEditor during commandsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-10LibGUI: Add GTextDocument::range_for_entire_line()Andreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-11-30LibGUI: Consolidate and simplify commands used for insertion/removalAndreas Kling
2019-11-30LibGUI: Add GUndoStack and GCommand classesAndreas Kling
2019-11-30LibGUI: Move the undo stack from GTextEditor to GTextDocumentAndreas Kling
2019-11-23LibGUI: Don't recompute line-wrapping over and over during set_text()Andreas Kling
2019-11-15GTextEditor: Allow GTextDocumentSpans to be "skippable"Andreas Kling
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