| Commit message (Expand) | Author | Age | Files | Lines |
| * | Several visual improvements. | Daniel J. Ramirez | 2017-09-28 | 1 | -19/+18 |
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -4/+4 |
| * | Improved color temperature in script editor | Daniel J. Ramirez | 2017-09-03 | 1 | -1/+15 |
| * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -2/+2 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -4/+5 |
| * | Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 | Rémi Verschelde | 2017-08-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fixes ItemList::is_same_column_width() return type | Ignacio Etcheverry | 2017-08-11 | 1 | -1/+1 |
| * | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -3/+3 |
| |/ |
|
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -6/+6 |
| * | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | 2017-08-02 | 1 | -4/+4 |
| * | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | 2017-07-21 | 1 | -3/+31 |
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -3/+3 |
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 |
| * | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | 2017-07-11 | 1 | -1/+1 |
| * | ItemList: expose methods, in-editor items editing support | Poommetee Ketson | 2017-07-04 | 1 | -0/+46 |
| * | fixed overlapping of temp. colors (script editor) | toger5 | 2017-06-07 | 1 | -13/+16 |
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -18/+18 |
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -4/+4 |
| * | Fix item list scroll speed. | Sean Bohan | 2017-05-27 | 1 | -4/+0 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -35/+38 |
| * | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 1 | -17/+1 |
| |\ |
|
| | * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -17/+1 |
| * | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -0/+4 |
| |/ |
|
| * | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -1/+17 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -588/+504 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -1/+1 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | 2017-02-19 | 1 | -0/+16 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -51/+51 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
| * | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -1/+1 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -3/+5 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -10/+10 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -51/+51 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Fix to fit stylebox with ItemList | volzhs | 2016-11-01 | 1 | -1/+4 |
| * | Fix for issue #6496 | Brickcaster | 2016-09-16 | 1 | -19/+16 |
| * | Added get_v_scroll to item list, issue 5343 | Paulb23 | 2016-09-09 | 1 | -0/+2 |
| * | Ability to disable item list tooltip, issue 6240 | Paulb23 | 2016-09-07 | 1 | -0/+18 |
| * | Fix ItemList.clear() not removing separators | Johan Manuel | 2016-07-22 | 1 | -0/+1 |
| * | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | 2016-07-22 | 1 | -11/+8 |
| * | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | 2016-07-22 | 1 | -1/+4 |
| * | properly implement item disabling, fixes #5683 | Juan Linietsky | 2016-07-21 | 1 | -9/+17 |
| * | itemlist-get_selected_items | Jean Jung | 2016-06-28 | 1 | -2/+14 |
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 |
| * | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | 2016-06-12 | 1 | -1/+1 |