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.cpp
Age
Commit message (
Expand
)
Author
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-26
LibGUI: Split InsertTextCommand undo/redo based on whitespace
ForLoveOfCats
2022-04-13
LibGUI: Make class final and seperate from GML Playground
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Reset cursor to end of text after replace
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
2022-01-27
LibGUI: Don't skip non-skipable spans on ctrl+right
Mathieu PATUREL
2022-01-05
LibGUI: Consume initial spaces when going to next/prev word break
Mathieu PATUREL
2021-12-05
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-15
LibGUI: Make Ctrl-Right at the end of a span work
Ben Wiederhake
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-07-26
TextDocument: Fix indentation duplicating spaces
Vinicius
2021-07-21
VimEditingEngine: Prevent crash upon 'x' or 'v' on blank lines
Ariel Don
2021-07-20
LibGUI: Add Ctrl-W to insert mode
Ariel Don
2021-06-06
LibGUI: Don't delete within a line if the line is empty
dylanbobb
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
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: Remove UndoStack's automatic command combo'ing
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: Don't fire TextDocument change notification after each command
Andreas Kling
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-06
LibGUI: Remove line-is-empty check in TextDocument return-early
Max Wipfli
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
2021-05-06
LibGUI: Clear undo stack when opening a new document
Carlos César Neves Enumo
2021-05-03
LibGUI: Debounce TextDocument undo stack
Carlos César Neves Enumo
2021-05-01
LibGUI: Improve a FIXME comment in TextDocument
Andreas Kling
2021-05-01
LibGUI: Track modified state in GUI::TextDocument
Andreas Kling
2021-04-25
LibGUI: Select last word when double clicking at the end of a line
Rafał
2021-04-23
AK: Rename adopt() to adopt_ref()
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-04-05
LibGUI: Use normalized TextRange for early empty string check
Maciej Zygmanowski
2021-03-21
LibGUI: Fix crash when getting text of selected line after a line delete
Cesar Torres
2021-03-21
LibGUI: Allow TextDocument::set_text to fail
Itamar
2021-03-15
LibGUI: Fix crash when text_in_range() was called on an empty document
Cesar Torres
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-15
LibGUI: Make TextEditor write a trailing newline to non-empty files
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling