Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-03 | Better horizontal scroll for Tree | Haoyu Qiu | |
* Adds pan gesture support for horizontal scroll. * Scrolls horizontally when needed to ensure cursor visiblility. | |||
2020-01-02 | Fixes Tree item offset when root is hidden | Haoyu Qiu | |
Before this fix, one vseparation is counted for a hidden root item. | |||
2020-01-01 | Ensures cursor visible for Tree with title | Haoyu Qiu | |
2020-01-01 | Merge pull request #34724 from timothyqiu/tree-right | Rémi Verschelde | |
Fixes behavior of right arrow key in Tree | |||
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2020-01-01 | Fixes behavior of right arrow key in Tree | Haoyu Qiu | |
2019-11-12 | Fixed crash when pressing down key on empty Tree | PouleyKetchoupp | |
Fixes #33554 | |||
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde | |
Memory leaks and crash fixes | |||
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-03 | Fixes the edit rect in TreeItems | Gilles Roudiere | |
2019-10-06 | Added missing bind_method to TreeItem::get_custom_color(). | dankan1890 | |
Fix #32595 | |||
2019-10-04 | Merge pull request #22834 from lupoDharkael/recursive-item | Rémi Verschelde | |
Add call_recursive method to TreeItem | |||
2019-10-02 | Handle scrolling correctly in Tree controls inside ScrollContainers | MrCdK | |
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde | |
And various fixes to bindings, hyperlinks and an uninitialized variable. | |||
2019-09-27 | Merge pull request #29681 from swarnimarun/vs-graph-unification | Rémi Verschelde | |
Visual Script Graph Unification | |||
2019-09-26 | #14011: Implement `TreeItem.get_button_tooltip(column, idx)`. | Nolan Darilek | |
When added to `TreeItem`, buttons are given tooltips. When returned via `get_button(...)`, however, the button is a `Texture` and the tooltip information isn't included. For accessibility purposes, it is useful to have access to the tooltip text. As such, we can retrieve a button's tooltip to use as a button label. | |||
2019-09-26 | Visualscript editor graph unification & refactoring | Swarnim Arun | |
Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes | |||
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-04 | Add call_recursive method to TreeItem | lupoDharkael | |
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde | |
Fix get_meta error and visual bug when editing scene with keyboard | |||
2019-08-24 | Tree: fix and expose icon modulation | merumelu | |
2019-08-11 | fix(Tree): get_meta condition | Fabian Stiewitz | |
If an item in a Tree has never been selected, its metadata "__focus_rect" is not set. If an unselected item is then edited (Tree::edit_selected()), an error is thrown in console. | |||
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde | |
Also allow lifting the decimal step formatting with a hint range step of 0. A new `range_step_decimals()` is added for this to avoid breaking compatibility on the general purpose `step_decimals()` (which still returns 0 for an input step of 0). Supersedes #25470. Partial fix for #18251. | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde | |
Follow-up to #30408. Also sync classref with current source. | |||
2019-07-07 | TreeItem: Added a setter for the disabled-property of buttons | Meriipu | |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-23 | Fixed script and visibility icons's highlight height in tree | unknown | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-12 | Cleanup some unecessary editor/ includes in scene/ | Rémi Verschelde | |
Part of #29730, handles false positives. | |||
2019-06-12 | Merge pull request #29648 from jbuck3/tree-tooltips | Rémi Verschelde | |
Fix Tree button tooltips | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-09 | Fix Tree button tooltips | James Buck | |
Fixes #22777 | |||
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 | |
Improvements to incremental search | |||
2019-05-31 | Improvements to incremental search | Tomasz Chabora | |
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock | |||
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 | |
Small fixes, mostly duplicated code | |||
2019-04-12 | Enhance tree scrolling when dragging | groud | |
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky | |
-Removed dest path field -Added a "Source" signal -Added an "Advanced" button to hide complexity -Fix bug on Tree to make sure "ensure visible" works on hidden trees -Fix bug on TextEdit to ensure signals created with script not open sill focus the right line | |||
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 | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-08 | Small fixes, mostly dupicated code | qarmin | |