index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
line_edit.cpp
Age
Commit message (
Expand
)
Author
2019-08-09
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-04
Accept also right-click event in LineEdit
Tomasz Chabora
2019-07-15
Fix incorrect caret position when clicking a 'LineEdit' with a non-left align...
Michael Alexsander Silva Dias
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-25
Merge pull request #30002 from GlaceGwyneth/master
Rémi Verschelde
2019-06-24
Give LineEdit a custom font color when un-editable
Gwyneth Lowe
2019-06-24
Line edit placeholders now react properly to translation changes.
Florian Marchal
2019-06-11
Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit.
bruvzg
2019-06-03
Merge pull request #26848 from ptrojahn/utf8navigation
Rémi Verschelde
2019-05-31
Fix and expose String::strip_escapes(), use it in LineEdit paste
Rémi Verschelde
2019-05-28
Merge pull request #28726 from megalike/add_mac_os_hotkeys_le
Rémi Verschelde
2019-05-24
Merge pull request #29067 from KoBeWi/spin_edit
Rémi Verschelde
2019-05-21
Initialize readonly/editable in LineEdit and TextEdit controls
Ibrahn Sahir
2019-05-21
Pass mouse events to SpinBox from its LineEdit
Tomasz Chabora
2019-05-15
Fix leftover connection to the "Open" signal in FileSystemDock
Michael Alexsander Silva Dias
2019-05-06
Support Mac OS hotkeys in line_edit
megalike
2019-05-01
Fix First Ctrl+R and Ctrl+F not showing long name variables correctly
theoniko
2019-04-30
Merge pull request #28287 from YeldhamDev/text_editable_contextmenu
Rémi Verschelde
2019-04-29
Make 'Line/TextEdit's context menus hide their editing options when in readon...
Michael Alexsander Silva Dias
2019-04-29
Make buttons that trigger popups have the same scale
Michael Alexsander Silva Dias
2019-04-22
Merge pull request #28266 from coldrye-collaboration/gh-28241
Rémi Verschelde
2019-04-21
Call minimum_size_changed() on redo/undo if expand_to_text_length is true
Carsten Klein
2019-04-21
Fix 'LineEdit' offset limit not accounting for the right/clear icon width
Michael Alexsander Silva Dias
2019-04-20
Fix 'LineEdit' contents not ending before the clear button if no right icon w...
Michael Alexsander Silva Dias
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-03-31
Fixed not deselecting when clearing lineedit.
Paulb23
2019-03-09
Support UTF-8 in TextEdit and LineEdit navigation
Paul Trojahn
2019-02-19
Allow moving LineEdit visible window left by more than one symbol.
Kārlis Seņko
2019-01-16
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-08
Update IME text only for focused input controls.
bruvzg
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-23
Changes IME input to use notification instead of callback, exposes IME method...
bruvzg
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-20
Initialise LineEdit clear_button_status.
Ibrahn Sahir
2018-10-04
fix enum cast warnings on clang
karroffel
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Disable ability to copy or cut text from LineEdit if secret mode is enabled.
MidZik
2018-08-11
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
2018-08-11
Add clear text button to LineEdit
Łukasz Rutkowski
2018-08-10
Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188
Juan Linietsky
2018-07-26
Make the caret thicker in TextEdit and scale it with the editor scale
Hugo Locurcio
2018-07-01
Center text drawing in LineEdit
Paulb23
2018-06-18
-Added AnimationGraphPlayer (still missing features)
Juan Linietsky
2018-06-13
LineEdit IME position will now ignore placeholder text.
Saracen
2018-06-11
IME context detection.
Saracen
2018-05-24
Ensures CMD+left and CMD+right only valid for OSX.
Anish
2018-05-19
fix for TextEdit::set_text firing signals it shouldn't.
Ibrahn Sahir
2018-05-08
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
[prev]
[next]