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
/
TextEditor.cpp
Age
Commit message (
Expand
)
Author
2021-06-05
LibGUI: Fix off-by-one error in rendering of highlighted text
Max Wipfli
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUG
Brian Gianforcaro
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-05-31
LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()
Linus Groh
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-22
TextEditor: Prevent pasting with empty clipboard
Carlos César Neves Enumo
2021-05-17
LibGUI: Reset TextEditor modified state on sucessful write_to_file
faxe1008
2021-05-15
TextEditor: Clear leftover whitespace when inserting newlines
euclidianAce
2021-05-08
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
Andreas Kling
2021-05-08
LibGUI: Show command name in GUI::TextEditor undo/redo action text
Andreas Kling
2021-05-08
LibGUI+TextEditor: Make TextDocument modified state track undo stack
Andreas Kling
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
TextEditor: Clear the selection before deleting it
Paul Berg
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
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-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-10
LibGUI: Reflow+update TextEditor widget after ruler visibility change
Andreas Kling
2021-04-07
LibGUI: Update the autocomplete suggestions after processing keys
AnotherTest
2021-03-29
TextEditor: Adjust AutoCompleteBox's position to the scroll height
Itamar
2021-03-25
TextEditor: Visualize leading whitespace
lucastarche
2021-03-16
LibGUI: Remove has_visible_list members from TextEditor
thankyouverycool
2021-03-12
LibGUI: Clear inactive selections in DisplayOnly TextEditors
thankyouverycool
2021-03-12
LibGUI: Register more GML properties and widgets
thankyouverycool
2021-03-04
LibGUI: Handle some edge cases in the spanned text drawing algorithm
AnotherTest
2021-03-04
TextEditor: Don't attempt to stop the autocomplete timer if it is null
Itamar
2021-03-01
LibGUI: Implemented line wrapping for new spanned text drawing
Torben Thaysen
2021-03-01
LibGUI: drawing spanned text no longer *horribly* inefficient
Torben Thaysen
2021-02-24
LibGUI: Let cursor start a wrapped line
Angus Gibson
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-15
LibGUI: Make TextEditor write a trailing newline to non-empty files
Andreas Kling
2021-02-15
LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file()
Andreas Kling
2021-02-15
LibGUI: Fix bogus TextEditor selection when cursor dragged outside view
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-25
TextEditor: Fix bug in delete_current_line() when deleting the last line
Zac
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling