Age | Commit message (Expand) | Author |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov |
2017-07-19 | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez |
2017-07-17 | Merge pull request #9652 from djrm/theme_fixes | Rémi Verschelde |
2017-07-17 | LineEdit: don't undo uneditable LineEdit | Poommetee Ketson |
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde |
2017-05-03 | LineEdit: fix placeholder text affected by secret | Poommetee Ketson |
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs |
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
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 |