Age | Commit message (Expand) | Author |
2017-08-19 | Fixed blinking text, issue 10432 | Paulb23 |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov |
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas |
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
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-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
2017-04-20 | Merge pull request #8417 from neikeq/hello-there | Rémi Verschelde |
2017-04-18 | Added support for space indentation | Paulb23 |
2017-04-17 | External editor improvements and fixes | Ignacio Etcheverry |
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-04-06 | Fix highlight typo | supaiku |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
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-02-03 | Selected text is now deselected on ctrl+home/end | kbake |
2017-01-28 | Fixed line lenght guideline drawing with color option | Paulb23 |
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 | 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-08 | Fix code completion for new getnode syntax | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | 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-12-18 | Fix search to find "whole" words at end of line | Johnson Earls |
2016-11-14 | Emit "*_changed" signal in set_* | volzhs |
2016-11-09 | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde |
2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 |
2016-11-06 | Made background and symbol color follow the color API | Paulb23 |
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez |
2016-10-11 | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde |
2016-10-10 | Fix Script Editor drawing over Dialogs. | Andreas Haas |
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez |
2016-10-05 | Fix code completion drawing under other gui elements. | Andreas Haas |
2016-09-29 | Add inline ColorPicker to Script text editor. | Andreas Haas |
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas |
2016-09-12 | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky |
2016-09-11 | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky |
2016-08-12 | Confirm code completion with numpad key ENTER | Ignacio Etcheverry |