Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 лет назад |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
3 лет назад |
Yuri Sizov
|
1362bc22bd
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
|
3 лет назад |
Brian Semrau
|
103c0fa6e6
Add support for multiple virtual keyboard types
|
3 лет назад |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 лет назад |
bruvzg
|
36ef8f29dc
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
|
3 лет назад |
kobewi
|
f4a7450216
Fix too thin underline in brace match
|
3 лет назад |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
3 лет назад |
kobewi
|
41f6e7c50e
Allow to disable TextEdit vertical scroll
|
3 лет назад |
ConteZero
|
5d56efcaa4
Add an option to drag'n'drop selected text in TextEdit
|
3 лет назад |
FireForge
|
4678736a39
Add suffixes to all nodes and resources
|
3 лет назад |
iwek
|
848e759d88
Remove redundant min call when setting line
|
3 лет назад |
Rémi Verschelde
|
9923851370
Fix typos with codespell
|
3 лет назад |
Rémi Verschelde
|
c0d189fbb8
Merge pull request #60955 from pfertyk/issue-60668-fix-get-breakpointed-lines-crash
|
3 лет назад |
Paweł Fertyk
|
3d5dd91f22
Fix get_breakpointed_lines crashing Godot
|
3 лет назад |
bruvzg
|
081b6b8053
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and CodeEdit.
|
4 лет назад |
Paweł Fertyk
|
d1aed90976
Fix backspace when selection reaches left edge
|
3 лет назад |
Rémi Verschelde
|
8c2b9801fd
Merge pull request #60438 from Paulb23/text-edit-tests
|
3 лет назад |
Paulb23
|
7f62a74927
Multiple small TextEdit Bug Fixes
|
3 лет назад |
bruvzg
|
be611c1c05
Implement Label3D node.
|
3 лет назад |
ConteZero
|
a3d82f5afb
Fix shortcut_keys_enabled in TextEdit
|
3 лет назад |
bruvzg
|
d1207a0504
[Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts.
|
4 лет назад |
Haoyu Qiu
|
8cefbfcf43
Consider chained operation when selecting text in TextEdit::undo()
|
3 лет назад |
Rémi Verschelde
|
f454cea785
Merge pull request #58452 from marcgpuig/text-edit-backspace-fix
|
3 лет назад |
Marc Garcia Puig
|
f22d257025
Fixed ctrl + backspace on empty lines
|
3 лет назад |
jmb462
|
0d17903bd5
Fix TextEdit v_scroll_speed invalid values breaks wheel scrolling
|
3 лет назад |
nova++
|
4b8fa3716f
Fix "p_from_line > p_to_line" errors in text edit
|
3 лет назад |
Rémi Verschelde
|
8845798b44
Merge pull request #58739 from Calinou/control-add-constructors
|
3 лет назад |
Hugo Locurcio
|
a06f82ca4d
Add optional constructor arguments to more Control nodes
|
3 лет назад |
Haoyu Qiu
|
933211cb0c
Remove extra separator when TextEdit is read only and unselectable
|
3 лет назад |