Andreas Kling
|
f96c683543
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
|
hace 5 años |
Andreas Kling
|
f1c6193d6d
LibGUI: Move GTextDocument out of GTextEditor
|
hace 5 años |
Andreas Kling
|
db5178fb8f
GTextEditor: Double-clicking on a span should select the span
|
hace 5 años |
Andreas Kling
|
8fa466e496
GTextEditor: Backspace over soft tabs
|
hace 5 años |
Andreas Kling
|
b513a787fb
GTextEditor: set_text() should clear any existing spans
|
hace 5 años |
Andreas Kling
|
bc2026d26d
LibGUI: Make GTextEditor::Span have a range instead of two positions
|
hace 5 años |
Andreas Kling
|
4fa8acf6ea
GTextEditor: The Home key should jump to the first non-space character
|
hace 5 años |
Andreas Kling
|
532001f4c1
GTextEditor: Arrow keys should only modify selection when Shift is held
|
hace 5 años |
Andreas Kling
|
59107a7cfe
GTextEditor: Allow setting a custom font for each span
|
hace 5 años |
Andreas Kling
|
0d53d74d5f
GTextEditor: Add a "span" mechanism for having custom-style text ranges
|
hace 5 años |
Andreas Kling
|
0a0dfeee8b
LibGUI: Make GTextEditor::set_cursor() public
|
hace 5 años |
Andreas Kling
|
caf1b37e75
GTextEditor: Unbreak right-aligned single-line text boxes
|
hace 5 años |
Andreas Kling
|
b41b5433f4
LibGUI: Add Undo/Redo to GCommonActions
|
hace 5 años |
Andreas Kling
|
e83390387c
LibGUI: Simplify GCommonActions a bit
|
hace 5 años |
Andreas Kling
|
11f2e7cd5c
GMenu: Update apps now that you can create a nameless GMenu
|
hace 5 años |
Andreas Kling
|
6ab498edf7
GTextEditor: Paint line numbers with TopRight text alignment
|
hace 5 años |
rhin123
|
1adec6d54b
TextEditor: Removed unnecessary use of for_each
|
hace 5 años |
rhin123
|
5594f19624
TextEditor: Added GCommonActions
|
hace 5 años |
Andreas Kling
|
77a58119e7
GTextEditor: Hide the horizontal scrollbar when line-wrapping is on
|
hace 5 años |
Andreas Kling
|
906582d8df
GTextEditor: Fix wrong width calculations with line-wrapping enabled
|
hace 5 años |
Andreas Kling
|
74ca299b4b
GTextEditor: Make visual lines stop after their last character
|
hace 5 años |
Rhin
|
3e6a0a0533
TextEditor: Stopped disappearing text at end of document (#505)
|
hace 5 años |
Andreas Kling
|
3e2e086011
LibGUI: Add a way for GWidget subclasses to learn that the font changed
|
hace 5 años |
Rhin
|
d3ebd8897f
GTextEditor: Set content size based on the visual line rects (#500)
|
hace 5 años |
Andreas Kling
|
50ef2216fa
GTextEditor: Optimize write_to_file() with ftruncate()
|
hace 5 años |
Andreas Kling
|
fcf85d8fef
GTextEditor: Always call did_change() after deleting with backspace
|
hace 5 años |
Andrew Weller
|
ed0553fe10
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
|
hace 5 años |
Andrew Weller
|
b50ffaf7e1
GTextEditor: Fixed bug in find_prev
|
hace 5 años |
Andreas Kling
|
a6be213287
GTextEditor: Add add_custom_context_menu_action()
|
hace 5 años |
Andreas Kling
|
fa20dcafb5
GTextEditor: Simplify computation of visual selection start/end
|
hace 5 años |