summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-06Remove duplicate editor settings definitionskobewi
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-03-03Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0Hugo Locurcio
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Add sub-pixel glyph positioning support.bruvzg
2022-01-30Move placeholder color to theme itemPaulb23
2022-01-18Improve locale detection.bruvzg
2022-01-13Merge 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-07Add a theme constant to change LineEdit and TextEdit's caret widthHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-02Add drag and drop to TextEditConteZero
2021-11-22Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-15Fix drag and drop on LineEditConteZero
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-11-09Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-31Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg
2021-10-27Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde
2021-10-27Add option to make selection uniqueConteZero
2021-10-23Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warningRémi Verschelde
2021-10-23Fix primary clipboard warningConteZero
2021-10-21Use TitleCase for CTL dialog menu optionsHugo Locurcio
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-11Fix inline IME input not working in the empty LineEdit with the placeholder.bruvzg
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-29Merge pull request #53000 from Chaosus/lineedit_expose_selection_methodsRémi Verschelde
2021-09-26Fix LineEdit and TextEdit double-click and triple-click selectionjmb462
2021-09-24Add selection getter methods to `LineEdit` Yuri Roubinsky
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-08-28Add support for internal nodeskobewi
2021-08-27Makes FontData importable resource.bruvzg
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-08-16Reorganise text editor settingsPaulb23
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-19Merge pull request #50588 from bruvzg/menu_genRémi Verschelde
2021-07-19Optimize LineEdit and TextEdit menu item generation.bruvzg
2021-07-18Optimize StringName usagereduz
2021-07-17Create many types of popups on demandreduz
2021-07-06LineEdit: Respect `max_length` by truncating text to appendRémi Verschelde