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.h
Age
Commit message (
Expand
)
Author
2022-05-13
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-04-22
Implement Label3D node.
bruvzg
2022-04-05
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-03-04
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-01-30
Move placeholder color to theme item
Paulb23
2022-01-09
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-15
Fix drag and drop on LineEdit
ConteZero
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-31
Add functions for getting name and font style from dynamic and bitmap fonts.
bruvzg
2021-10-27
Merge pull request #54166 from ConteZero/unique_selection
Rémi Verschelde
2021-10-27
Add option to make selection unique
ConteZero
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-18
Added primary clipboard for Linux
ConteZero
2021-09-29
Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods
Rémi Verschelde
2021-09-26
Fix LineEdit and TextEdit double-click and triple-click selection
jmb462
2021-09-24
Add selection getter methods to `LineEdit`
Yuri Roubinsky
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
2021-07-19
Optimize LineEdit and TextEdit menu item generation.
bruvzg
2021-07-17
Create many types of popups on demand
reduz
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-17
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
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-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-26
[GUI] Enforce virtual keyboard redisplay on clear
Sergey Minakov
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Label and LineEdit controls.
bruvzg
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-11
Expose LineEdit scroll offset to scripts
PouleyKetchoupp
2020-07-23
Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit
Rémi Verschelde
2020-07-22
Add option to disable virtual keyboard for LineEdit
PouleyKetchoupp
2020-07-15
add force caret display to line edit
Cevantime
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-02-11
Texture refactor
Juan Linietsky
2020-02-08
Update cached_width of the line_edit element when setting it to be secret
sumit0190
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-01
Fixed LineEdit alignment when removing text or undo / redo
Paulb23
2019-09-23
Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix
Rémi Verschelde
2019-09-22
Merge pull request #29895 from ptrojahn/menukey
Rémi Verschelde
2019-09-22
Support menu key in TextEdit and LineEdit controls
Paul Trojahn
2019-09-21
Expose LineEdit's 'right_icon' and fix icon size
Michael Alexsander Silva Dias
2019-09-07
Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit
Emmanuel Barroga
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-06-24
Line edit placeholders now react properly to translation changes.
Florian Marchal
[next]