Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | |
2016-07-10 | LineEdit placeholder now accepts translated strings. | Ovnuniarchos | |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | |
2016-06-28 | add placeholder alpha property | sanikoyes | |
2016-06-27 | Add placeholder property for line_edit | sanikoyes | |
this useful for user input tip | |||
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | |
Fix weird deselection behaviour with text field | |||
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio 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-22 | Added setting to toggle line edit caret blink | Paulb23 | |
2016-06-22 | Line edit caret no longer draws on focus loss | Paulb23 | |
2016-06-22 | Added caret blink to line edit | Paulb23 | |
2016-06-18 | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | |
2016-06-18 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | |
2016-06-12 | rewrote LineEdit window repositioning code so it does not eat the last ↵ | Juan Linietsky | |
character, closes #4992 | |||
2016-06-09 | Reverted a PR i don't understand how to find but fixes #5097 | Juan Linietsky | |
2016-06-04 | Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize | Rémi Verschelde | |
fix line_edit&label get min size bug&draw problem | |||
2016-06-04 | fix line_edit&label get min size bug | sanikoyes | |
fix line_edit draw char(x ofs_max) | |||
2016-05-23 | GUI Focus mode improvements | Zher 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-16 | Default editing popup for LineEdit and TextEdit | Juan Linietsky | |
2016-03-15 | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | |
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky | |
2016-01-14 | Fix LineEdit not capturing text input events | Ignacio Etcheverry | |
2016-01-07 | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry | |
2016-01-07 | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-07 | Fix LineEdit cursor | neikeq | |
2015-11-18 | Merge pull request #2725 from SaracenOne/line_edit_alignment | Juan Linietsky | |
nice! | |||
2015-11-06 | Add <Select All>(Ctrl+A) shortcut to LineEdit. | MarianoGNU | |
2015-11-02 | Aligned line edit fix. | Saracen | |
2015-11-02 | Added alignment to LineEdit GUI control. | Saracen | |
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-05-06 | optional formal changes | ehriche | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2014-11-05 | SceneMainLoop -> SceneTree | Juan 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-21 | Fixed too many little issues, check the issues closed today. | Juan Linietsky | |
2014-05-11 | Fix LineEdit selected text drag and drop behavior: move instead of duplicate ↵ | marynate | |
selected text; maintain selection after drag and drop. | |||
2014-03-13 | fix android can't input unicode characters | sanikoyes | |
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-28 | Merge pull request #151 from marynate/PR-fix-line-edit-bind-select | reduz | |
Fix LineEdit select method binding | |||
2014-02-27 | Auto select custom property value field when pop up, user can start typing ↵ | marynate | |
to change value right away. | |||
2014-02-27 | Fix LineEdit select method binding | marynate | |
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |