summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit_arranger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing iterator invalidationqycyfjy2023-10-201-17/+11
|
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
|
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-6/+6
| | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming.
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-0/+565