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.h
Age
Commit message (
Expand
)
Author
2023-01-11
HackStudio: Hide autocomplete popup when switching tabs
Matthew Olsson
2023-01-07
LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`
Lucas CHOLLET
2022-12-26
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
thankyouverycool
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
LibGUI: Setup IncrementalSearchBanners for TextEditors
thankyouverycool
2022-11-09
LibGUI: Shift+Tab unindents line
Julian Eigmüller
2022-09-11
LibGUI+LibVT: Notify widgets of emoji selection with a callback
Timothy Flynn
2022-09-08
Base+LibGUI: Add insert emoji common action
electrikmilk
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-15
LibGUI: Explicitly default initialize class members
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-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-05-12
LibGUI: Run TextEditor::on_change callback immediately
Sam Atkins
2022-05-08
LibGUI: Make TextEditor substitution more explicit
faxe1008
2022-04-13
LibGUI: Rename function to make intention clearer
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
SimonFJ20
2022-03-29
LibGUI: Add search API to TextEditor with highlighted results
Itamar
2022-03-29
LibGUI: Support multiple layers of TextDocument spans
Itamar
2022-03-22
LibGUI: Add CTRL+Enter callback to TextEditor
Rok Povsic
2022-02-26
LibGUI: Set Editors to wrap at words when MultiLine
thankyouverycool
2022-02-24
LibGUI: Put TextEditor widgets in "Wrap at Words" mode by default
Andreas Kling
2022-02-24
LibGUI+LibSyntax: Stringify Highlighter::Language
thankyouverycool
2022-02-24
LibGUI+LibGfx: Defer to fonts when setting Editor line height
thankyouverycool
2022-02-09
LibGUI: Add TextEditor::force_rehighlight() method
Itamar
2022-01-20
TextEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2021-11-13
LibGUI: Change delete key handling from action to keydown_event
Andrew January
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
LibGUI: Add and use TextEditor::hide_autocomplete()
thislooksfun
2021-11-02
LibGUI: Refactor out common code
thislooksfun
2021-11-02
LibGUI: Hide autocomplete on any event other than typing
thislooksfun
2021-11-02
LibGUI: Always show a box when the user requests autocomplete
thislooksfun
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-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-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
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-10
LibGUI: Convert TextEditor to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-25
LibGUI: Add TextEditor::has_document()
Itamar
[next]