Age | Commit message (Expand) | Author |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-05 | Editor settings categories are now tidy and beautiful! | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-14 | Emit "*_changed" signal in set_* | volzhs |
2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 |
2016-09-28 | LineEdit long indicator, fix #6624 | Pawel Kowal |
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas |
2016-09-07 | LineEdit: Quick fix to set_expand_to_text_length argument name | Rémi Verschelde |
2016-09-06 | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky |
2016-09-02 | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício |
2016-07-27 | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry |
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 |
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 |
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry |
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 charac... | Juan Linietsky |
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 |
2016-06-04 | fix line_edit&label get min size bug | sanikoyes |
2016-05-23 | GUI Focus mode improvements | Zher Huei Lee |
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 |