Age | Commit message (Expand) | Author |
2017-06-05 | Fix build error | Poommetee Ketson |
2017-06-05 | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde |
2017-06-04 | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-23 | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-18 | Add column_title_pressed signal to Tree node | yanorax |
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
2017-05-04 | Tree: Clear search string on selection. | Andreas Haas |
2017-04-26 | Tree: Ability to add tooltips to TreeItem buttons. | Andreas Haas |
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-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-03 | Fix wrong TreeItem reference after reconstructing | volzhs |
2017-02-26 | Merge pull request #7874 from volzhs/issue-7820-master | Rémi Verschelde |
2017-02-23 | Fix crash when click icon while editing node name | volzhs |
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-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
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 | Renamed button functions to be more verboes, same with Range unit value -> ratio | Juan Linietsky |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-12 | Renamed most signals so they refer to: | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | 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 | -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-02 | Merge pull request #7341 from bruno-ortiz/master | Rémi Verschelde |
2017-01-02 | Merge pull request #7385 from bojidar-bg/tree-range-drag-lock | Rémi Verschelde |
2017-01-02 | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_... | Bruno Ortiz |
2017-01-02 | Merge pull request #7382 from volzhs/fix-visibility | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-28 | Fix #7098 by not accepting right clicks while dragging the range | Bojidar Marinov |
2016-12-28 | Show visual notice for visibility on Scene Dock | volzhs |
2016-11-13 | Clarify a NULL comparison | eska |
2016-11-01 | Fix to focus or rename node by double click | volzhs |
2016-10-09 | Merge pull request #6553 from pkowal1982/treecheckbox | Rémi Verschelde |
2016-09-19 | Use full width of TreeItem::Cell to change value in CELL_MODE_CHECK | Pawel Kowal |
2016-09-17 | Add scrolling to Tree control in Drag and Drop mode | Pawel Kowal |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-08-29 | Merge pull request #6220 from volzhs/issue-5789 | Rémi Verschelde |
2016-08-29 | Merge pull request #5956 from djrm/tree_behavior | Rémi Verschelde |
2016-08-28 | Show last added action on Input Map and implement InputEvent "==" | volzhs |