summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
AgeCommit message (Collapse)Author
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
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
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
this useful for user input tip
2016-06-24Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde
Fix weird deselection behaviour with text field
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry
- TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys)
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 ↵Juan Linietsky
character, closes #4992
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
fix line_edit&label get min size bug&draw problem
2016-06-04fix line_edit&label get min size bugsanikoyes
fix line_edit draw char(x ofs_max)
2016-05-23GUI Focus mode improvementsZher Huei Lee
Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-31-Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky
2016-01-14Fix LineEdit not capturing text input eventsIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-07Fix LineEdit cursorneikeq
2015-11-18Merge pull request #2725 from SaracenOne/line_edit_alignmentJuan Linietsky
nice!
2015-11-06Add <Select All>(Ctrl+A) shortcut to LineEdit.MarianoGNU
2015-11-02Aligned line edit fix.Saracen
2015-11-02Added alignment to LineEdit GUI control.Saracen
2015-10-17misc cleanupJuan Linietsky
2015-05-06optional formal changesehriche
2015-04-18Updated copyright year in all headersJuan Linietsky
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
2014-09-21Fixed too many little issues, check the issues closed today.Juan Linietsky
2014-05-11Fix LineEdit selected text drag and drop behavior: move instead of duplicate ↵marynate
selected text; maintain selection after drag and drop.
2014-03-13fix android can't input unicode characterssanikoyes
fix hide soft keyboard by press 'back' button, then click current focus text edit/line edit control, soft keyboard won't show again add features: press enter key with line edit control will hide soft keyboard
2014-02-28Merge pull request #151 from marynate/PR-fix-line-edit-bind-selectreduz
Fix LineEdit select method binding
2014-02-27Auto select custom property value field when pop up, user can start typing ↵marynate
to change value right away.
2014-02-27Fix LineEdit select method bindingmarynate
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky