summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Expand)Author
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-03LineEdit: fix placeholder text affected by secretPoommetee Ketson
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-08-removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-14Emit "*_changed" signal in set_*volzhs
2016-11-06Caret blink will no longer cause redraw without focus, issue 6167Paulb23
2016-09-28LineEdit long indicator, fix #6624Pawel Kowal
2016-09-19Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas
2016-09-07LineEdit: Quick fix to set_expand_to_text_length argument nameRémi Verschelde
2016-09-06-Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky
2016-09-02Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry
2016-07-15LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry
2016-07-10LineEdit placeholder now accepts translated strings.Ovnuniarchos
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-28add placeholder alpha propertysanikoyes
2016-06-27Add placeholder property for line_editsanikoyes
2016-06-24Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry
2016-06-22Added setting to toggle line edit caret blinkPaulb23
2016-06-22Line edit caret no longer draws on focus lossPaulb23
2016-06-22Added caret blink to line editPaulb23
2016-06-18LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry
2016-06-18LineEdit: Fix and improve selection behaviourIgnacio Etcheverry
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky
2016-06-09Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky
2016-06-04Merge pull request #5030 from sanikoyes/Pr-fix-label-minsizeRémi Verschelde
2016-06-04fix line_edit&label get min size bugsanikoyes
2016-05-23GUI Focus mode improvementsZher Huei Lee
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry