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
2023-01-07
LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`
Lucas CHOLLET
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2022-12-26
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
thankyouverycool
2022-12-26
LibGUI: Handle Enter+Leave events for automatic cursor trackers
thankyouverycool
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
LibGUI: Setup IncrementalSearchBanners for TextEditors
thankyouverycool
2022-11-27
TextEditor: Add keyboard shortcut to (un)comment a range of lines
Kyle Lanmon
2022-11-19
LibGUI: Paint text selections as active in Popups
thankyouverycool
2022-11-09
LibGUI: Shift+Tab unindents line
Julian Eigmüller
2022-09-24
LibGUI: Update calculated_min_size() for TextEditor
thankyouverycool
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-11
LibGUI+LibVT: Notify widgets of emoji selection with a callback
Timothy Flynn
2022-09-09
Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modal
thankyouverycool
2022-09-09
LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basis
thankyouverycool
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-08-01
LibGUI: Allow Tab key to switch focus from non-editable GUI::TextEditor
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
LibGUI: Disallow selection identation in readonly text editors
networkException
2022-07-10
LibGUI: Allow deleting text editor indent selections in non tab cases
networkException
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-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
[next]