summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 documentation
| * Add overriden properties to the documentationBojidar Marinov2019-09-041-1/+0
| | | | | | | | Fixes #31855
* | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde2019-09-231-34/+47
|\ \ | | | | | | Expose LineEdit's 'right_icon' and fix icon size
| * | 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 controls
| * | Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-0/+56
| | | | | | | | | | | | Related to #15542
* | | Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde2019-09-191-29/+60
|\ \ \ | |/ / |/| | Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit
| * | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga2019-09-071-29/+60
| |/ | | | | | | | | This PR adds the ability to enable/disable shortcut keys and selection for LineEdit/TextEdit. It also updates the context menu when you disable/enable the shortcut keys or selection.
* / 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
| | | | | | | - Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
* 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 ↵Michael Alexsander Silva Dias2019-07-151-0/+8
| | | | alignment
* 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
|\ | | | | Remove redundant code, possible NULL pointers and others
| * Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
| |
* | Merge pull request #30002 from GlaceGwyneth/masterRémi Verschelde2019-06-251-5/+2
|\ \ | | | | | | Give LineEdit/TextEdit a custom color for font while uneditable
| * | Give LineEdit a custom font color when un-editableGwyneth Lowe2019-06-241-5/+2
| |/ | | | | | | | | | | By default the LineEdit's text when editable is unchecked had some transparency hardcoded. This change adds a custom color to LineEdit for adjusting the font when editable is off. Addresses issue 29814
* / Line edit placeholders now react properly to translation changes.Florian Marchal2019-06-241-11/+21
|/
* Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit.bruvzg2019-06-111-1/+1
|
* Merge pull request #26848 from ptrojahn/utf8navigationRémi Verschelde2019-06-031-1/+1
|\ | | | | Support UTF-8 in TextEdit and LineEdit navigation
| * Support UTF-8 in TextEdit and LineEdit navigationPaul Trojahn2019-03-091-1/+1
| | | | | | | | | | | | This allows jumps over whole non ASCII words with Ctrl+Left/Right in a LineEdit or TextEdit. Fixes #25681
* | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-1/+2
| | | | | | | | Supersedes #27736.
* | Merge pull request #28726 from megalike/add_mac_os_hotkeys_leRémi Verschelde2019-05-281-0/+32
|\ \ | | | | | | Support Mac OS hotkeys in line_edit
| * | Support Mac OS hotkeys in line_editmegalike2019-05-061-0/+32
| | |
* | | Merge pull request #29067 from KoBeWi/spin_editRémi Verschelde2019-05-241-0/+1
|\ \ \ | | | | | | | | Pass mouse events to SpinBox from its LineEdit
| * | | Pass mouse events to SpinBox from its LineEditTomasz Chabora2019-05-211-0/+1
| | | |
* | | | Initialize readonly/editable in LineEdit and TextEdit controlsIbrahn Sahir2019-05-211-0/+1
|/ / /
* | | Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias2019-05-151-1/+1
| | | | | | | | | | | | Fixes #28903.
* | | Fix First Ctrl+R and Ctrl+F not showing long name variables correctlytheoniko2019-05-011-3/+1
|/ /
* | Merge pull request #28287 from YeldhamDev/text_editable_contextmenuRémi Verschelde2019-04-301-10/+21
|\ \ | | | | | | Make 'Line/TextEdit's context menus hide their editing options when in readonly mode
| * | Make 'Line/TextEdit's context menus hide their editing options when in ↵Michael Alexsander Silva Dias2019-04-291-10/+21
| | | | | | | | | | | | | | | | | | readonly mode Fixes #28243.
* | | Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias2019-04-291-0/+1
|/ /
* | Merge pull request #28266 from coldrye-collaboration/gh-28241Rémi Verschelde2019-04-221-0/+8
|\ \ | | | | | | Fix LineEdit not expanded to text length on undo/redo
| * | Call minimum_size_changed() on redo/undo if expand_to_text_length is trueCarsten Klein2019-04-211-0/+8
| | | | | | | | | | | | Fixes #28241
* | | Fix 'LineEdit' offset limit not accounting for the right/clear icon widthMichael Alexsander Silva Dias2019-04-211-0/+2
| | | | | | | | | | | | Fully fixes #28242.
* | | Fix 'LineEdit' contents not ending before the clear button if no right icon ↵Michael Alexsander Silva Dias2019-04-201-2/+4
|/ / | | | | | | | | | | was set Fixes #28242.
* | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135.
* | Fixed not deselecting when clearing lineedit.Paulb232019-03-311-0/+1
|/
* Allow moving LineEdit visible window left by more than one symbol.Kārlis Seņko2019-02-191-3/+1
|
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-3/+1
|
* Update IME text only for focused input controls.bruvzg2019-01-081-4/+8
|
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Changes IME input to use notification instead of callback, exposes IME ↵bruvzg2018-11-231-10/+6
| | | | methods to gdscript/gdnative.
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-10/+10
| | | | -Removed one and zero hints for properties, replaced by default value
* Initialise LineEdit clear_button_status.Ibrahn Sahir2018-10-201-0/+2
| | | | Avoiding undefined behaviour and cleaning up Valgrind output.
* fix enum cast warnings on clangkarroffel2018-10-041-1/+1
|