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
2022-01-13
Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them...
Rémi Verschelde
2022-01-09
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-07
Add a theme constant to change LineEdit and TextEdit's caret width
Hugo Locurcio
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...
Rémi Verschelde
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
Rename minimum_size_changed() method
kobewi
2021-12-02
Add drag and drop to TextEdit
ConteZero
2021-11-22
Merge pull request #55151 from Chaosus/control_reset_size
Rémi Verschelde
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-15
Fix drag and drop on LineEdit
ConteZero
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-09
Merge pull request #54372 from bruvzg/text_edit_ui
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
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-23
Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning
Rémi Verschelde
2021-10-23
Fix primary clipboard warning
ConteZero
2021-10-21
Use TitleCase for CTL dialog menu options
Hugo Locurcio
2021-10-18
Added primary clipboard for Linux
ConteZero
2021-10-11
Fix inline IME input not working in the empty LineEdit with the placeholder.
bruvzg
2021-10-04
Remove EDSCALE dependency from /scene/gui
Yuri Sizov
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
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-09-05
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-08-28
Add support for internal nodes
kobewi
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-16
Reorganise text editor settings
Paulb23
2021-07-29
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-19
Merge pull request #50588 from bruvzg/menu_gen
Rémi Verschelde
2021-07-19
Optimize LineEdit and TextEdit menu item generation.
bruvzg
2021-07-18
Optimize StringName usage
reduz
2021-07-17
Create many types of popups on demand
reduz
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
[next]