summaryrefslogtreecommitdiff
path: root/scene/gui/tree.h
AgeCommit message (Expand)Author
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-25Allow disabling scrolling in TreeGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Documentation search fixesGregory Basile
2021-06-02Use bold fonts in editorreduz
2021-05-25Add highlight to the relationship lines of selected Tree itemsYuri Sizov
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-06Merge pull request #44831 from gongpha/dont-update-tree-if-selectedRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-08Expose Tree::scroll_to_item()Pedro J. Estébanez
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-06Blocking updating in SceneTreeEditor when editing an itemgongpha
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-07-10Add override keywords.Marcel Admiraal
2020-07-02Prevent dragging from SceneTree buttonsHaoyu Qiu
2020-07-01Fix doubleclick on tree item, restore input focus on previous windows.Juan Linietsky
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-02Fixes add group in Group Editor dialogHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-10-04Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde
2019-09-26#14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek
2019-09-20Remove an unused icon and constant in TreeHugo Locurcio
2019-09-04Add call_recursive method to TreeItemlupoDharkael
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-09TreeItem: Rename new button disable method to set_button_disabledRémi Verschelde
2019-07-07TreeItem: Added a setter for the disabled-property of buttonsMeriipu
2019-05-31Improvements to incremental searchTomasz Chabora
2019-01-14Defer activated signal after tree has been traversed.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-14Fix tree item editable cell not updating when windows was resizedGuilherme Felipe
2018-11-18If using relationship lines (now default) hide guides.Juan Linietsky
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix
2018-09-03Change return value of Tree.create_item() from Object to TreeItemKelly Thomas