summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+6
|\
| * Merge pull request #98012 from syntaxerror247/lineEdit-bug-fixThaddeus Crews2024-11-271-2/+6
| |\
| | * Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popupAnish Mishra2024-10-171-2/+6
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+5
|\| |
| * | Merge pull request #86085 from TheSofox/text-undo-cleanupThaddeus Crews2024-11-151-1/+1
| |\ \
| | * | Cleanup in undo in TextEdit and LineEditSofox2023-12-121-1/+1
| * | | Ignore paste action if clipboard is emptykobewi2024-11-121-0/+4
* | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+7
|\| | |
| * | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_editThaddeus Crews2024-11-121-0/+7
| |\ \ \
| | * | | Fix `total_visible_line_count` calculation when removing and clearing text of...Daylily-Zeleen2024-11-061-0/+7
| | | |/ | | |/|
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+2
|\| | |
| * | | Fix IME deactivation events not send on focus loss. Do not unset AltGr modifi...bruvzg2024-11-061-0/+2
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\| | |
| * | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-2/+2
| |/ /
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Fix renaming nodes on X11David Snopek2024-09-251-1/+1
* | Merge pull request #90743 from timothyqiu/empty-selection-clipboardRémi Verschelde2024-09-231-0/+20
|\ \
| * | Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+20
* | | Fix script editor not underlining Unicode identifiers when Ctrl-hoveredHaoyu Qiu2024-09-211-1/+1
* | | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* | | Fix project manager stealing focus on i3David Snopek2024-09-161-1/+1
|/ /
* | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-35/+99
* | Merge pull request #92865 from rune-scape/rune-optimal-code-editRémi Verschelde2024-09-061-206/+261
|\ \
| * | CodeEdit: improve render speedrune-scape2024-09-041-206/+261
* | | Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-modeRémi Verschelde2024-09-041-7/+12
|\ \ \
| * | | Fix LineEdit word mode when there are no wordskit2024-08-241-7/+12
* | | | StringName Dictionary keysrune-scape2024-08-291-2/+2
| |/ / |/| |
* | | Merge pull request #83070 from aaronfranke/textedit-fit-widthRémi Verschelde2024-08-271-18/+37
|\ \ \ | |/ / |/| |
| * | Implement fit content width in TextEditAaron Franke2024-08-041-18/+37
* | | Fix TextEdit caret movement at start of wrapped lineskit2024-08-161-15/+2
* | | Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
|/ /
* | Merge pull request #94848 from kitbdev/fix-placeholder-fit-contentRémi Verschelde2024-07-291-4/+8
|\ \
| * | Fix TextEdit placeholder fit content heightkit2024-07-271-4/+8
* | | Fix TextEdit scroll properties editor hint suffixkit2024-07-261-2/+2
|/ /
* | Merge pull request #94439 from kitbdev/fix-reopen-hscrollRémi Verschelde2024-07-231-0/+5
|\ \
| * | Fix ScriptEditor scrolling horizontally on reopenkit2024-07-161-0/+5
* | | Fix potential null access in `TextEdit`A Thousand Ships2024-07-171-1/+1
|/ /
* | Fix dropping on selection in script editorkit2024-07-041-14/+16
* | add missing punctuation to the default listVolkan Gezer2024-06-271-1/+1
* | Merge pull request #92514 from /addWordSeparatorsRémi Verschelde2024-06-251-0/+105
|\ \
| * | enable custom separators to treat different characters as wordsVolkan Gezer2024-06-241-0/+105
* | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* | | Don't error when undo stack is emptykit2024-06-111-1/+3
* | | Merge pull request #92271 from kitbdev/fix-max-line-sizeRémi Verschelde2024-06-071-0/+3
|\ \ \
| * | | Fix TextEdit HScroll hiding after wrappingkit2024-05-271-0/+3
* | | | Merge pull request #91390 from kitbdev/add-selection-unhide-caretsRémi Verschelde2024-06-071-4/+6
|\ \ \ \
| * | | | Unhide carets in add selection for occurrencekit2024-05-271-4/+6
| |/ / /
* | | | Fix IME activation in subviewports.bruvzg2024-06-041-6/+8
* | | | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3