summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-231-2/+2
* Updates LineEdit's min size when necessaryHaoyu Qiu2020-01-151-0/+11
* Fix empty LineEdit crash on ctrl+backspacePaulb232020-01-111-2/+2
* Add signal for LineEdit overflow eventTomasz Chabora2020-01-101-2/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Hide LineEdit placeholder if IME composition string is not empty.bruvzg2019-12-081-1/+1
* Fixed caret alignment with placeholder textPaulb232019-12-011-4/+19
* Fixed LineEdit alignment when removing text or undo / redoPaulb232019-12-011-0/+14
* Make LineEdit's minimal size adapt to its iconsMichael Alexsander Silva Dias2019-09-251-17/+20
* Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde2019-09-241-1/+0
|\
| * Add overriden properties to the documentationBojidar Marinov2019-09-041-1/+0
* | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde2019-09-231-34/+47
|\ \
| * | Expose LineEdit's 'right_icon' and fix icon sizeMichael Alexsander Silva Dias2019-09-211-34/+47
* | | Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde2019-09-221-0/+56
|\ \ \ | |/ / |/| |
| * | Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-0/+56
* | | Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde2019-09-191-29/+60
|\ \ \ | |/ / |/| |
| * | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga2019-09-071-29/+60
| |/
* / TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)PouleyKetchoupp2019-09-041-8/+20
|/
* Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-5/+15
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-2/+1
* Accept also right-click event in LineEditTomasz Chabora2019-08-041-0/+1
* Fix incorrect caret position when clicking a 'LineEdit' with a non-left align...Michael Alexsander Silva Dias2019-07-151-0/+8
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-4/+1
|\