Age | Commit message (Expand) | Author |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito |
2017-07-04 | ItemList: expose methods, in-editor items editing support | Poommetee Ketson |
2017-06-07 | fixed overlapping of temp. colors (script editor) | toger5 |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-27 | Fix item list scroll speed. | Sean Bohan |
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-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
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-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
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-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | 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-11-01 | Fix to fit stylebox with ItemList | volzhs |
2016-09-16 | Fix for issue #6496 | Brickcaster |
2016-09-09 | Added get_v_scroll to item list, issue 5343 | Paulb23 |
2016-09-07 | Ability to disable item list tooltip, issue 6240 | Paulb23 |
2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel |
2016-07-22 | Fixed ItemList indexing bug while selecting items. | Robert Lewicki |
2016-07-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde |
2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky |
2016-06-28 | itemlist-get_selected_items | Jean Jung |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky |
2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky |
2016-05-27 | Reorder tiles into nice columns | Bojidar Marinov |
2016-05-27 | Use scalar to scale TileMap icons | Andreas Haas |
2016-05-24 | Allow ItemList icons to stretch to max size. | Andreas Haas |
2016-05-15 | Changes to FileSystem Dock | Juan Linietsky |
2016-05-14 | New reworked AnimatedSprite! | Juan Linietsky |
2016-05-13 | open directory or file when double click | volzhs |
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky |
2016-05-05 | Merge pull request #4547 from neikeq/pr-wrong-debug-methods | Rémi Verschelde |
2016-05-04 | -make sure single select after multi select works better | Juan Linietsky |
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry |
2016-03-13 | Add icon region support for ItemList | Franklin Sobrinho |
2016-01-22 | Make custom_bg fit the whole "selected" area in ItemLists | Rémi Verschelde |
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky |