summaryrefslogtreecommitdiffstats
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias2019-05-151-1/+1
* 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 readon...Michael Alexsander Silva Dias2019-04-291-10/+21
* | 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
|\
| * Call minimum_size_changed() on redo/undo if expand_to_text_length is trueCarsten Klein2019-04-211-0/+8
* | Fix 'LineEdit' offset limit not accounting for the right/clear icon widthMichael Alexsander Silva Dias2019-04-211-0/+2
* | Fix 'LineEdit' contents not ending before the clear button if no right icon w...Michael Alexsander Silva Dias2019-04-201-2/+4
|/
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-4/+5
* 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
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-231-10/+6
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-10/+10
* Initialise LineEdit clear_button_status.Ibrahn Sahir2018-10-201-0/+2
* fix enum cast warnings on clangkarroffel2018-10-041-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Disable ability to copy or cut text from LineEdit if secret mode is enabled.MidZik2018-08-241-3/+2
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-5/+12
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-5/+75
* Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188Juan Linietsky2018-08-101-1/+1
* Make the caret thicker in TextEdit and scale it with the editor scaleHugo Locurcio2018-07-261-0/+10
* Center text drawing in LineEditPaulb232018-07-011-1/+2
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-3/+7
* LineEdit IME position will now ignore placeholder text.Saracen2018-06-131-4/+5
* IME context detection.Saracen2018-06-111-0/+3
* Ensures CMD+left and CMD+right only valid for OSX.Anish2018-05-241-0/+2
* fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir2018-05-191-1/+0
* Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-3/+4
* Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-4/+2
|\
| * Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-4/+2
* | Fix placeholders position in `LineEdit` when editing inside the Editorrobfram2018-05-021-1/+0
* | Merge pull request #18370 from KidRigger/masterMax Hilbrunner2018-04-301-0/+6
|\ \
| * | Adds support for CMD+Left and CMD+Right on MacOSAnish2018-04-231-0/+6
| |/
* | Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner2018-04-301-1/+1
|\ \
| * | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-281-1/+1
| |/
* / Make the LineEdit "secret" character customizableHugo Locurcio2018-04-301-6/+27
|/
* Fixed context menu TTR bugssersoong2018-04-191-7/+7
* LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-091-4/+16
* Line edit up/down focus pass throughFabio Alessandrelli2018-02-231-0/+2
* Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-051-2/+16
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+2
* Fix signal arguments shadowing member variablesRémi Verschelde2018-01-091-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde2018-01-031-0/+12
|\
| * Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl2017-12-271-0/+12
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/