index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
TextDocument.h
Age
Commit message (
Expand
)
Author
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-27
TextEditor: Add UndoCommands for commenting and uncommenting lines
Kyle Lanmon
2022-11-27
TextEditor: Add utility to keep a range of text within a line
Kyle Lanmon
2022-07-19
LibGUI: Add TextDocument::take_line(size_t line_index)
Lucas CHOLLET
2022-07-19
LibGUI: Add a default virtual destructor to virtual classes
Lucas CHOLLET
2022-07-08
LibGUI: Unindent selected text on shift+tab press
huttongrabiel
2022-07-08
LibGUI: Indent selected text on tab press
huttongrabiel
2022-04-26
LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsed
ForLoveOfCats
2022-04-13
LibGUI: Make class final and seperate from GML Playground
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
SimonFJ20
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibGUI: Add match_case parameter to TextDocument::find_all()
Itamar
2022-03-29
LibGUI: Support multiple layers of TextDocument spans
Itamar
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-07-20
LibGUI: Add Ctrl-W to insert mode
Ariel Don
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-05-08
LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor
Andreas Kling
2021-05-08
LibGUI: Show command name in GUI::TextEditor undo/redo action text
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's RemoveTextCommand
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's InsertTextCommand
Andreas Kling
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
2021-05-03
LibGUI: Debounce TextDocument undo stack
Carlos César Neves Enumo
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-01
LibGUI: Track modified state in GUI::TextDocument
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)
Rafał
2021-03-21
LibGUI: Allow TextDocument::set_text to fail
Itamar
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling