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
2021-07-06
LineEdit: Respect `max_length` by truncating text to append
Rémi Verschelde
2021-06-16
Documentation search fixes
Gregory Basile
2021-05-25
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-07
Display arrow cursor if text is not editable
kobewi
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-28
Fixed issues with LineEdit Delete Word & Backspace Word.
EricEzaM
2021-04-17
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
2021-04-08
Fix LineEdit undo behaves strangely
ray90514
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-11
Add IME support checks in LineEdit/TextEdit.
Fabio Alessandrelli
2021-03-07
Merge pull request #46643 from YeldhamDev/hide_all_the_things
Rémi Verschelde
2021-03-03
Hide more options of disabled properties
Michael Alexsander
2021-03-01
LineEdit: Now double click to select a word, and triple click to select all t...
Mateo Kuruk Miccino
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-16
Fix minimum_character_width in LineEdit
Gilles Roudière
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-12
Fix LineEdit minimum width
reduz
2021-02-12
Use get_char_size(' ') to calculate space width.
bruvzg
2021-02-10
Removed _change_notify
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-26
Merge pull request #44349 from KoBeWi/drop_the_data!
Rémi Verschelde
2021-01-26
Merge pull request #45369 from naithar/fix/line_edit_clear-4.0
Rémi Verschelde
2021-01-26
[GUI] Enforce virtual keyboard redisplay on clear
Sergey Minakov
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-05
Revert "solved ctrl + alt + special character Issue #6851"
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-13
Allow to override drop data in LineEdit
kobewi
2020-12-09
Static analyzer fixes:
bruvzg
2020-12-07
[Complex Text Layouts] Performance optimizations.
bruvzg
2020-12-06
[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.
bruvzg
2020-12-06
[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...
bruvzg
2020-11-26
[Complex Text Layouts] Refactor Label and LineEdit controls.
bruvzg
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-25
Update clear button when clicked
Tomasz Chabora
2020-11-11
Merge pull request #43449 from nekomatata/line_edit_window_pos
Rémi Verschelde
2020-11-11
Expose LineEdit scroll offset to scripts
PouleyKetchoupp
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-08
Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression
Rémi Verschelde
2020-09-08
Fix LineEdit not consuming enter events
PouleyKetchoupp
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-01
Revert "Updated LineEdit to address #41278"
Rémi Verschelde
2020-08-26
Updated LineEdit to address #41278
Tony-Goat
2020-08-14
Merge pull request #37769 from HellonLegs/master
Rémi Verschelde
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
[next]