TheFightingCatfish
|
9b78ae5149
LibGUI+Browser: Do not paste bitmaps
|
4 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
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 |
Hendiadyoin1
|
ed46d52252
Everywhere: Use AK/Math.h if applicable
|
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 |
networkException
|
f8798c154b
LibGUI: Draw the placeholder of a TextEditor also when it is focused
|
4 years ago |
Marcus Nilsson
|
2264de9921
LibGUI/TextEditor: Set cut and copy actions to disabled on init
|
4 years ago |
Max Wipfli
|
de67d86696
LibGUI: Add glyph substitution to TextEditor
|
4 years ago |
Max Wipfli
|
37961bf7cb
LibGUI: Fix double-clicking words in syntax-highlighted text
|
4 years ago |
Andreas Kling
|
bec2b3086c
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
|
4 years ago |
Dmitrii Ubskii
|
8501617fcb
LibGUI+HackStudio: Make gutter a first class element
|
4 years ago |
Sreelakshmi
|
a471af4ae1
TextEditor: Don't close autocomplete box or stop timer on leave_event
|
4 years ago |
Sam Atkins
|
6f92d1e639
LibGUI: Set TextEditor to unmodified after saving size=0 files
|
4 years ago |
Max Wipfli
|
a819f98956
LibGUI: Fix off-by-one error in rendering of highlighted text
|
4 years ago |
Max Wipfli
|
bc8d16ad28
Everywhere: Replace ctype.h to avoid narrowing conversions
|
4 years ago |
Brian Gianforcaro
|
06df26da67
LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUG
|
4 years ago |
Marcus Nilsson
|
11fa3e4f92
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
|
4 years ago |
Linus Groh
|
a4bd29828c
LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()
|
4 years ago |
ry-sev
|
8146543a43
LibGUI+TextEditor: Add the calculation of selected words
|
4 years ago |
Carlos César Neves Enumo
|
76a07b31e4
TextEditor: Prevent pasting with empty clipboard
|
4 years ago |
faxe1008
|
2b24fbdaaa
LibGUI: Reset TextEditor modified state on sucessful write_to_file
|
4 years ago |
euclidianAce
|
bbb21194a5
TextEditor: Clear leftover whitespace when inserting newlines
|
4 years ago |
Andreas Kling
|
fbe6c275c9
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
|
4 years ago |
Andreas Kling
|
ce90d87eb6
LibGUI: Show command name in GUI::TextEditor undo/redo action text
|
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 |