Age | Commit message (Expand) | Author |
2019-06-12 | Merge pull request #29648 from jbuck3/tree-tooltips | Rémi Verschelde |
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde |
2019-06-09 | Fix Tree button tooltips | James Buck |
2019-06-04 | Fix crash when searching Tree with no selection | Tomasz Chabora |
2019-06-03 | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin |
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde |
2019-05-31 | Improvements to incremental search | Tomasz Chabora |
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde |
2019-05-21 | PageDown key selects last one when left items count is short | volzhs |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-12 | Enhance tree scrolling when dragging | groud |
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky |
2019-04-09 | Allow Right Click in Empty Space on FileSystemDock | Jeremy Bullock |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-01-16 | Update rect size on select | volzhs |
2019-01-14 | Defer activated signal after tree has been traversed. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-25 | Draw relationship lines when its value is higher than 0 | volzhs |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe |
2018-11-20 | Unify editor class and reference search | Ray Koopa |
2018-11-18 | If using relationship lines (now default) hide guides. | Juan Linietsky |
2018-11-05 | Fix creating a visual script virtual function after minimizing crashes #23536 | K. S. Ernest (iFire) Lee |
2018-10-13 | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri |
2018-10-07 | Fix crash in Tree when moving using Joypad | Fabio Alessandrelli |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde |
2018-09-23 | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c... | DualMatrix |
2018-09-20 | Merge pull request #22198 from DualMatrix/input_was_eaten | Rémi Verschelde |
2018-09-20 | Fixed ctrl+up/down shortcut no longer working in scene tree | DualMatrix |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-13 | fixed a branch on uninitialised data in gui/tree | Ibrahn Sahir |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde |
2018-03-16 | Merge pull request #16947 from Faless/ui_actions | Fabio Alessandrelli |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
2018-02-23 | Tree now uses UI actions instead of keys | Fabio Alessandrelli |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-13 | Fixes hangs with Tree in multi selection mode (issue 15588) | Bernhard Liebl |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl |