Andreas Kling
|
a79bac428b
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
|
5 年之前 |
Andreas Kling
|
b6eba388e3
LibDraw: Add Selection and SelectionText system theme colors
|
5 年之前 |
Andreas Kling
|
b25600a7ef
LibGUI: Respect more theme colors in GTextEditor
|
5 年之前 |
Andreas Kling
|
7301db4f9a
GTextEditor: Fix broken rendering of selection on wrapped lines
|
5 年之前 |
Andreas Kling
|
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
|
5 年之前 |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 年之前 |
Sasan Hezarkhani
|
51262e7e2d
GTextEditor: Clear current selection, if any, on set_document()
|
5 年之前 |
Sasan Hezarkhani
|
5c2ef01f7b
LibGUI: Expose a function to clear GTextEditor selection
|
5 年之前 |
Andreas Kling
|
d27e5a77e7
GTextEditor: Don't assert is_readonly() in did_change()
|
5 年之前 |
Andreas Kling
|
6f70238a32
GTextEditor: Fire the on_change hook on GTextDocument change
|
5 年之前 |
Andreas Kling
|
32be9941f4
GTextEditor: Implement Shift+Delete using RemoveTextCommand
|
5 年之前 |
Andreas Kling
|
990042c8ec
GTextEditor: Implement the Delete key using RemoveTextCommand
|
5 年之前 |
Andreas Kling
|
00a91bb02c
LibGUI: Consolidate and simplify commands used for insertion/removal
|
5 年之前 |
Andreas Kling
|
ee8773c586
LibGUI: Move the undo stack from GTextEditor to GTextDocument
|
5 年之前 |
Andreas Kling
|
fc14bdd442
LibGUI: Don't recompute line-wrapping over and over during set_text()
|
5 年之前 |
Andreas Kling
|
c8e02e60a6
HackStudio+LibGUI: Implement matching curly brace highlighting
|
5 年之前 |
Andreas Kling
|
57f7009b9e
GTextEditor: Allow GTextDocumentSpans to be "skippable"
|
5 年之前 |
Andreas Kling
|
27a30fdc2a
GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right
|
5 年之前 |
ctfloyd
|
a3520bfdfd
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
|
5 年之前 |
Andreas Kling
|
ca538b6cee
LibGUI: Add a simple GWidget class registry/factory
|
5 年之前 |
Rhin
|
503fe37eaa
TextEditor: Enable/disable undo & redo buttons based on availability (#740)
|
5 年之前 |
Andreas Kling
|
fa77a57257
GTextEditor: Allow moving the selected line(s) up/down in bulk
|
5 年之前 |
Andreas Kling
|
c16b1a515e
GTextEditor: Add a way to flush any pending on_change notifications
|
5 年之前 |
rhin123
|
96c1e36ed3
TextEditor: Added redo functionality & proper stack manipulation
|
5 年之前 |
Andreas Kling
|
f5c2ae1192
GTextEditor: Move the cursor to column 0 after deleting a whole line
|
5 年之前 |
rhin123
|
9e608885d1
TextEditor: Added undo functionality
|
5 年之前 |
Andreas Kling
|
b8bf998b61
LibGUI: Move text search functions from GTextEditor to GTextDocument
|
5 年之前 |
Andreas Kling
|
bddba567b3
LibGUI: Add GTextDocument::text_in_range(GTextRange)
|
5 年之前 |
Andreas Kling
|
9b13a3905b
LibGUI: Support multiple GTextEditors editing the same GTextDocument
|
5 年之前 |
Andreas Kling
|
f96c683543
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
|
5 年之前 |