summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-101/+0
* | Using the common behaviour when use command+shift on text line for osxEduardo Nunes Pereira2020-05-111-0/+4
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-5/+10
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Renaming of servers for coherency.Juan Linietsky2020-03-271-9/+9
* Add macOS DisplayServer implementation.bruvzg2020-03-261-8/+13
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-35/+35
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-21/+21
* Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consum...Rémi Verschelde2020-03-251-1/+0
|\
| * fix project manager don't consume Enter key #17620Thakee Nathees2020-03-251-1/+0
* | Use LineEdit secret character width everywhereDarren Kaste2020-03-191-10/+10
|/
* Merge pull request #37094 from dkaste/line-edit-secret-selectRémi Verschelde2020-03-181-1/+5
|\
| * Calculate LineEdit selection with secret characterDarren Kaste2020-03-161-1/+5
* | Remove update condition from LineEdit::update_placeholder_widthsimpuid2020-03-181-7/+5
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-7/+4
* | Merge pull request #36050 from eswartz/line-edit-move-cursor-on-unselectRémi Verschelde2020-02-271-3/+24
|\ \
| * | Use left/right arrow to move cursor when unselecting in LineEditEd Swartz2020-02-151-3/+24
* | | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
| |/ |/|
* | Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-4/+4
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* | Texture refactorJuan Linietsky2020-02-111-5/+5
|/
* Merge pull request #35814 from timothyqiu/line-edit-shortcutRémi Verschelde2020-02-091-0/+6
|\
| * Adds CTRL-A CTRL-E support to LineEdit on macOSHaoyu Qiu2020-02-011-0/+6
* | Update cached_width of the line_edit element when setting it to be secretsumit01902020-02-081-18/+15
|/