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
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