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