index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
line_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+3
|
\
|
*
Merge pull request #98012 from syntaxerror247/lineEdit-bug-fix
Thaddeus Crews
2024-11-27
1
-1
/
+3
|
|
\
|
|
*
Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popup
Anish Mishra
2024-10-17
1
-1
/
+3
*
|
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-9
/
+5
|
\
|
|
|
*
|
Merge pull request #86085 from TheSofox/text-undo-cleanup
Thaddeus Crews
2024-11-15
1
-9
/
+5
|
|
\
\
|
|
*
|
Cleanup in undo in TextEdit and LineEdit
Sofox
2023-12-12
1
-9
/
+5
*
|
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-0
/
+2
|
\
|
|
|
|
*
|
|
Fix IME deactivation events not send on focus loss. Do not unset AltGr modifi...
bruvzg
2024-11-06
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Expose `LineEdit` `edit` and `unedit` methods.
Mounir Tohami
2024-10-04
1
-23
/
+33
*
|
Fix renaming nodes on X11
David Snopek
2024-09-25
1
-1
/
+1
*
|
Merge pull request #97167 from MewPurPur/reveal-undoredo
Rémi Verschelde
2024-09-20
1
-0
/
+2
|
\
\
|
*
|
Expose has_undo() and has_redo() of LineEdit
MewPurPur
2024-09-19
1
-0
/
+2
*
|
|
Set auto translate mode for drag previews
Haoyu Qiu
2024-09-19
1
-0
/
+1
|
/
/
*
|
Fix project manager stealing focus on i3
David Snopek
2024-09-16
1
-1
/
+1
*
|
Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...
bruvzg
2024-09-12
1
-61
/
+172
*
|
Prevent `LineEdit` from losing focus when text is submitted or rejected.
Mounir Tohami
2024-09-10
1
-226
/
+313
*
|
Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-mode
Rémi Verschelde
2024-09-04
1
-16
/
+36
|
\
\
|
*
|
Fix LineEdit word mode when there are no words
kit
2024-08-24
1
-16
/
+36
*
|
|
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+2
|
/
/
*
|
[Tests] Fix various unit tests on minimal builds
A Thousand Ships
2024-07-18
1
-0
/
+3
*
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
|
Fix IME activation in subviewports.
bruvzg
2024-06-04
1
-9
/
+12
*
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-3
/
+3
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+2
*
|
Update LineEdit to include read_only StyleBox in get_minimum_size()
aaronp64
2024-04-29
1
-2
/
+2
*
|
Expose is_part_of_edited_scene()
kobewi
2024-04-26
1
-1
/
+1
*
|
Merge pull request #85801 from HolonProduction/select-whole-words-line-edit
Rémi Verschelde
2024-03-01
1
-0
/
+23
|
\
\
|
*
|
Allow dragging selection when selecting whole words in `LineEdit`
HolonProduction
2024-02-05
1
-0
/
+23
*
|
|
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-31
/
+31
*
|
|
Add methods to add submenus without using names
kobewi
2024-02-22
1
-6
/
+2
*
|
|
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-0
/
+3
*
|
|
Fix `LineEdit` delete all the way to the left/right when something is selected
passivestar
2024-02-18
1
-17
/
+17
*
|
|
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
|
|
Merge pull request #88057 from passivestar/cmd-backspace-lineedit
Rémi Verschelde
2024-02-13
1
-3
/
+4
|
\
\
\
|
*
|
|
Fix LineEdit behavior for deleting all the way to the left/right
passivestar
2024-02-07
1
-3
/
+4
|
|
/
/
*
/
/
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
|
/
/
*
|
Merge pull request #87012 from TheSofox/line-edit-undo-caret-fix
Rémi Verschelde
2024-01-15
1
-2
/
+4
|
\
\
|
*
|
Fix LineEdit caret rendering/positioning on Undo.
Sofox
2024-01-09
1
-2
/
+4
*
|
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-7
/
+4
|
/
/
*
|
Merge pull request #86732 from TheSofox/line-edit-delete-fix
Rémi Verschelde
2024-01-04
1
-0
/
+6
|
\
\
|
*
|
Make LineEdit scrolling show as much text as possible
Sofox
2024-01-04
1
-0
/
+6
*
|
|
Fix double text_changed signal when overwriting selection in LineEdit
Mateus Reis
2023-12-24
1
-1
/
+6
|
/
/
*
/
[Text Overrun] Add option to set custom ellipsis character, add support for s...
bruvzg
2023-12-04
1
-12
/
+9
|
/
*
Change dropdown type filter to Texture2D in certain nodes
BlueCube3310
2023-10-28
1
-1
/
+1
*
Make LineEdit secret character easier to change and enter
jsjtxietian
2023-10-19
1
-5
/
+16
*
Accept cancel event when unfocusing LineEdit
kobewi
2023-10-06
1
-0
/
+1
*
Merge pull request #82811 from MewPurPur/more-line-edit-organization
Rémi Verschelde
2023-10-06
1
-2
/
+4
|
\
|
*
Place LineEdit secret in its own section
MewPurPur
2023-10-04
1
-2
/
+4
[next]