aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* -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
|/
* Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias2017-12-171-22/+11
* Check for icon in LineEdit::set_cursor_positionTheAspiringHacker2017-12-061-0/+4
* change expand_to_len property to add on nonzero...also rename tokbake2017-11-181-1/+2
* add context menu enable getters, setters, and properties in LineEdit and Text...Ian2017-11-111-1/+13
* Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde2017-10-301-2/+4
|\
| * fix LineEdit drag selection to the leftAlexHolly2017-10-201-2/+4
* | Added multi level undo redo to line editPaulb232017-10-291-31/+74
|/
* Fixed center align in LineEditbalint magyar2017-10-011-2/+8
* Fix crash when scene has LineEdit and run from editorvolzhs2017-09-261-1/+1
* Fixed caret blink and speed resetting in scenes, issue 10764Paulb232017-09-241-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-24/+24
* Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez2017-09-031-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-11/+11
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-11/+11
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+1
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1
* | Rename localization method to `tr` againRémi Verschelde2017-08-181-1/+1
* | Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-1/+1
|/
* Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-6/+76
|\
| * Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-6/+76
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
|/
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-2/+2
* Icons can now be added inside line edits (Search icon).Daniel J. Ramirez2017-07-191-0/+6
* Merge pull request #9652 from djrm/theme_fixesRémi Verschelde2017-07-171-1/+6
|\
| * Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-161-1/+6