thislooksfun
|
aea9ba3b42
LibGUI: Refactor out common code
|
3 years ago |
thislooksfun
|
86ea41970d
LibGUI: Hide autocomplete on any event other than typing
|
3 years ago |
thislooksfun
|
0627ed9900
LibGUI: Always show a box when the user requests autocomplete
|
3 years ago |
Ben Wiederhake
|
2f023acf78
LibGUI: Convert always-valid pointer to reference
|
3 years ago |
thankyouverycool
|
92fffc3abc
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
|
3 years ago |
thankyouverycool
|
46043b71cb
LibGUI: Add number_of_words() to TextEditors
|
3 years ago |
thankyouverycool
|
9a5a9fbee0
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
|
3 years ago |
Rob Ryan
|
34a64ed25b
LibGUI+Browser: Add UrlBox class
|
3 years ago |
Gunnar Beutner
|
17505ea5d9
LibGUI: Ensure that edit actions are disabled for password boxes
|
4 years ago |
TheFightingCatfish
|
0c53c2dfa2
LibGUI: Add a ClipboardClient for GUI::Clipboard
|
4 years ago |
Ariel Don
|
54bf6a7884
LibGUI: Add Ctrl-U to insert mode
|
4 years ago |
Ariel Don
|
8230bf8944
LibGUI: Add Ctrl-H to insert mode
|
4 years ago |
Ariel Don
|
808e5e813f
LibGUI: Add Ctrl-W to insert mode
|
4 years ago |
Timothy
|
73226a2861
LibGUI: Convert TextEditor to east-const style
|
4 years ago |
Timothy
|
73ae5200a9
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
|
4 years ago |
Max Wipfli
|
de67d86696
LibGUI: Add glyph substitution to TextEditor
|
4 years ago |
Andreas Kling
|
bec2b3086c
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
|
4 years ago |
Itamar
|
7331b74731
LibGUI: Add TextEditor::has_document()
|
4 years ago |
Dmitrii Ubskii
|
8501617fcb
LibGUI+HackStudio: Make gutter a first class element
|
4 years ago |
Marcus Nilsson
|
11fa3e4f92
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
|
4 years ago |
ry-sev
|
8146543a43
LibGUI+TextEditor: Add the calculation of selected words
|
4 years ago |
Andreas Kling
|
fbe6c275c9
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
|
4 years ago |
Andreas Kling
|
244665d99c
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
|
4 years ago |
Andreas Kling
|
2905e10513
LibGUI+TextEditor: Make TextDocument modified state track undo stack
|
4 years ago |
Andreas Kling
|
ee19f7c0aa
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
|
4 years ago |
Andreas Kling
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
4 years ago |
sin-ack
|
d6dc81874d
EditingEngine: Split selection from movement functions
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
088ae37541
LibGUI: Reflow+update TextEditor widget after ruler visibility change
|
4 years ago |
lucastarche
|
6d3d097832
TextEditor: Visualize leading whitespace
|
4 years ago |