aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-342/+302
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-30/+30
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-11/+11
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-1/+1
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-4/+4
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-4/+6
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-31/+31
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Emit "*_changed" signal in set_*volzhs2016-11-141-0/+1
* Caret blink will no longer cause redraw without focus, issue 6167Paulb232016-11-061-1/+1
* LineEdit long indicator, fix #6624Pawel Kowal2016-09-281-3/+4
* Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2016-09-191-5/+9
* LineEdit: Quick fix to set_expand_to_text_length argument nameRémi Verschelde2016-09-071-4/+4
* -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-061-20/+47
* Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício2016-09-021-10/+0
* LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry2016-07-271-1/+1
* LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry2016-07-151-3/+6
* LineEdit placeholder now accepts translated strings.Ovnuniarchos2016-07-101-1/+2
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-5/+0
* Fixed signal connection prints when moving docks, issue 5498Paulb232016-06-301-1/+3
* add placeholder alpha propertysanikoyes2016-06-281-2/+18
* Add placeholder property for line_editsanikoyes2016-06-271-5/+24
* Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde2016-06-241-0/+3
|\
| * Fix weird deselection behaviour with text fieldIgnacio Etcheverry2016-06-241-0/+3
* | Added setting to toggle line edit caret blinkPaulb232016-06-221-0/+23
* | Line edit caret no longer draws on focus lossPaulb232016-06-221-0/+19
* | Added caret blink to line editPaulb232016-06-221-5/+60
|/
* LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry2016-06-181-59/+190
* LineEdit: Fix and improve selection behaviourIgnacio Etcheverry2016-06-181-18/+24
* rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2016-06-121-6/+13
* Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky2016-06-091-3/+3
* Merge pull request #5030 from sanikoyes/Pr-fix-label-minsizeRémi Verschelde2016-06-041-3/+2
|\
| * fix line_edit&label get min size bugsanikoyes2016-06-041-3/+2
* | GUI Focus mode improvementsZher Huei Lee2016-05-231-1/+1
|/
* Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-161-20/+97
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-03-151-0/+5
* remove trailing whitespaceHubert Jarosz2016-03-091-138/+138
* -Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky2016-01-311-4/+5
* Fix LineEdit not capturing text input eventsIgnacio Etcheverry2016-01-141-0/+2
* TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry2016-01-071-0/+14
* TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2016-01-071-16/+31
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1