summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-197/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-2/+0
* Unify usage of undo_redo in editorkobewi2022-11-021-4/+2
* Expose and warn about Node Filters in Scene Tree DockMicky2022-10-061-0/+2
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+3
* Improve Scene Tree Dock's Node filter (Allow multiple terms & more)Micky2022-09-091-0/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add per-scene UndoRedokobewi2022-08-221-3/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Disable the OK button when no node is selected.Chia-Hsiang Cheng2022-07-141-0/+1
* Optimize SceneTreeEditor filteringkobewi2022-05-241-1/+2
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+3
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Implement Scene Unique Nodesreduz2022-04-251-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-9/+9
* Initialize bools in the headers in editorAaron Franke2022-03-121-9/+9
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-3/+0
* Add option to not expand tree on node selectkobewi2021-08-121-0/+2
* Revert "Fix duplicate selection in SceneTree"Silc 'Tokage' Renew2021-07-231-2/+1
* Fix duplicate selection in SceneTreereduz2021-07-171-1/+2
* Implement Particle Trailsreduz2021-04-301-0/+2
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-1/+1
* Make Animation's SceneTreeDialog filter nodes properlyDominik 'dreamsComeTrue' Jasiński2021-03-191-0/+1
* Refactor Process Modereduz2021-02-181-0/+1
* Keep selected node visible after filter changePedro J. Estébanez2021-02-081-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+1
* Added filter to SceneTreeDialogunknown2019-07-061-0/+2
* Improve conections dialogMichael Alexsander Silva Dias2019-06-061-0/+2
* Fixed scene tree update after changing node name in tool scriptPouleyKetchoupp2019-05-241-0/+1
* Reorganized connection dialog for much improved ease of use.Juan Linietsky2019-04-111-0/+4
* Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias2019-03-061-2/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-0/+3
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+1
* Respect visibility change by Scene dock when using Sync Scene Changesvolzhs2018-05-151-2/+0
* Merge pull request #15235 from sersoong/master-batchtoggleRémi Verschelde2018-02-181-0/+3
|\
| * Enhanced Toggle Visibility buttonsersoong2018-01-041-0/+3