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
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-05-13
TextEditor: Allow typing AltGr+letter into editor
Paweł Łukasik
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-12
LibGUI: Run TextEditor::on_change callback immediately
Sam Atkins
2022-05-09
LibGUI: Consider TextEditor icon size when scrolling text horizontally
offtkp
2022-05-08
LibGUI: Make TextEditor substitution more explicit
faxe1008
2022-04-25
LibGUI: Display line number next to the first visual line
Lucas CHOLLET
2022-04-24
LibGUI: Fix text wrap artifact when selecting text
Lucas CHOLLET
2022-04-13
LibGUI: Rename function to make intention clearer
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
SimonFJ20
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
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-28
TextEditor: Support multiline highlighting for trailing space
Lucas CHOLLET
2022-02-28
TextEditor: Fix highlighting bug in wrapping mode
Lucas CHOLLET
2022-02-26
LibGUI: Set Editors to wrap at words when MultiLine
thankyouverycool
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-24
LibGUI: Ensure ruler grows properly when using proportional fonts
thankyouverycool
2022-02-16
LibGUI: Add missing LibCore/File include
Sam Atkins
2022-02-10
Base+HackStudio: Add or insert missing icons
electrikmilk
2022-02-09
LibGUI: Add TextEditor::force_rehighlight() method
Itamar
2022-02-07
LibGUI: Simplify DisplayOnly painting for TextEditor
thankyouverycool
2022-02-07
LibGUI: Fix typo in TextEditor::paint_event
thankyouverycool
2022-02-07
LibGUI+TextEditor: Highlight the entire current line
thankyouverycool
2022-02-07
LibGUI: Adjust TextEditor's clipping rect for text
thankyouverycool
2022-02-07
LibGUI: Register gutter and ruler GML properties for TextEditor
thankyouverycool
2022-02-07
LibGUI: Paint GUI::TextEditor's optional icon before applying text clip
Andreas Kling
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-23
LibGUI: Fix typo in TextEditor
Tobias Christiansen
2022-01-23
LibGUI: Fix broken text rendering in TextEditor
Tobias Christiansen
2022-01-23
LibGUI: Expand underline support for Spans in TextEditor
Tobias Christiansen
2022-01-22
LibGUI: Use Font::glyph_or_emoji_width() in TextEditor
Maciej
2022-01-20
TextEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-11
LibGUI: Don't paint text cursor if TextEditor is disabled
Marcus Nilsson
2021-12-30
LibGUI: Fix leading whitespaces when text is wrapped
Young-Jin Park
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibGUI: Avoid access to Clipboard server, clipboard text is never empty
Ben Wiederhake
2021-11-21
LibGUI: Make paste access to Clipboard atomic
Ben Wiederhake
2021-11-13
LibGUI: Add support for Ctrl+Delete in TextEditor
Andrew January
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-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
LibGUI: Don't re-trigger the autocomplete box when the timer fires
thislooksfun
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
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
[next]