summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-3/+3
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Add IME support checks in LineEdit/TextEdit.Fabio Alessandrelli2021-03-111-3/+3
* Merge pull request #46643 from YeldhamDev/hide_all_the_thingsRémi Verschelde2021-03-071-0/+8
|\
| * Hide more options of disabled propertiesMichael Alexsander2021-03-031-0/+8
* | LineEdit: Now double click to select a word, and triple click to select all t...Mateo Kuruk Miccino2021-03-011-5/+24
|/
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-428/+345
* Fix minimum_character_width in LineEditGilles Roudière2021-02-161-1/+1
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-0/+18
* Fix LineEdit minimum widthreduz2021-02-121-3/+3
* Use get_char_size(' ') to calculate space width.bruvzg2021-02-121-1/+1
* Removed _change_notifyreduz2021-02-101-2/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-3/+0
* Merge pull request #44349 from KoBeWi/drop_the_data!Rémi Verschelde2021-01-261-0/+7
|\
| * Allow to override drop data in LineEditkobewi2020-12-131-0/+7
* | Merge pull request #45369 from naithar/fix/line_edit_clear-4.0Rémi Verschelde2021-01-261-15/+17
|\ \
| * | [GUI] Enforce virtual keyboard redisplay on clearSergey Minakov2021-01-261-15/+17
* | | Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
|/ /
* | Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde2021-01-051-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-24/+24
|/
* Static analyzer fixes:bruvzg2020-12-091-7/+1
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-2/+4
* [Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg2020-12-061-1/+1
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-2/+3
* [Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg2020-11-261-364/+733
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+9
* Update clear button when clickedTomasz Chabora2020-11-251-0/+1
* Merge pull request #43449 from nekomatata/line_edit_window_posRémi Verschelde2020-11-111-30/+35
|\
| * Expose LineEdit scroll offset to scriptsPouleyKetchoupp2020-11-111-30/+35
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
|/
* Merge pull request #41870 from nekomatata/fix-line-edit-enter-regressionRémi Verschelde2020-09-081-1/+0
|\
| * Fix LineEdit not consuming enter eventsPouleyKetchoupp2020-09-081-1/+0
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-8/+8
|/
* Revert "Updated LineEdit to address #41278"Rémi Verschelde2020-09-011-6/+1
* Updated LineEdit to address #41278Tony-Goat2020-08-261-1/+6
* Merge pull request #37769 from HellonLegs/masterRémi Verschelde2020-08-141-1/+1
|\
| * solved control + alt issueHellonLegs2020-04-101-1/+1
* | Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-4/+5
* | Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_editRémi Verschelde2020-07-231-9/+29
|\ \
| * | add force caret display to line editCevantime2020-07-151-9/+29
* | | Add option to disable virtual keyboard for LineEditPouleyKetchoupp2020-07-221-4/+15
* | | Fix some popups menu missing screen transform.Juan Linietsky2020-07-011-1/+1
* | | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-2/+2
|/ /
* | [macOS] Command-backspace in line editAndy Maloney2020-06-181-0/+16
* | Make text deletion methods public for LineEditThibault Truffert2020-06-101-0/+4
* | Fix Android LineEdit editing bugsSkyJJ2020-05-161-2/+10
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-62/+121