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-03-31
LibGUI: Add gutter indicators to TextEditor :^)
Sam Atkins
2023-03-31
LibGUI: Rename TextEditor::LineVisualData -> LineData
Sam Atkins
2023-03-31
LibGUI: Extract repeated code for populating TextEditor per-line data
Sam Atkins
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-28
LibSyntax+LibGUI: Let syntax highlighters assign folding regions
Sam Atkins
2023-02-28
LibGUI: Support folding regions in TextEditor
Sam Atkins
2023-02-28
LibGUI: Store Utf32Views in TextEditor::LineVisualData
Sam Atkins
2023-02-27
LibGUI: Ensure the "End" key sets the cursor to the visual line end
Timothy Flynn
2023-02-22
LibGUI: Convert mouse events from a visual to a physical position
Timothy Flynn
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-20
LibGUI: Add and use TextEditor::fixed_elements_width()
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-11
LibGUI: Remove the `Core::File` overload of `write_to_file()`
Lucas CHOLLET
2023-02-11
LibGUI: Base `write_to_file(StringView path)` on the stream overload
Lucas CHOLLET
2023-01-27
LibGUI: Remove declarations for non-existent methods
Sam Atkins
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
[next]