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-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-21
LibGUI: Don't paint TextEditor selection in non-focused widgets
Andreas Kling
2021-10-17
LibGUI: Don't render placeholders as secret
Peter Elliott
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-19
LibGUI: Add number_of_words() to TextEditors
thankyouverycool
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-02
LibGUI: Ensure that edit actions are disabled for password boxes
Gunnar Beutner
2021-08-02
LibGUI: Remove redundant code
Gunnar Beutner
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-07-25
LibGUI+Browser: Do not paste bitmaps
TheFightingCatfish
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
LibGUI: Add Ctrl-U to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-H to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-W to insert mode
Ariel Don
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-10
LibGUI: Convert TextEditor to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-07-07
LibGUI: Draw the placeholder of a TextEditor also when it is focused
networkException
2021-07-03
LibGUI/TextEditor: Set cut and copy actions to disabled on init
Marcus Nilsson
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-30
LibGUI: Fix double-clicking words in syntax-highlighted text
Max Wipfli
2021-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-12
TextEditor: Don't close autocomplete box or stop timer on leave_event
Sreelakshmi
2021-06-09
LibGUI: Set TextEditor to unmodified after saving size=0 files
Sam Atkins
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
[next]