summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix graph node stretch not taking titlebar into accountGaktan2024-09-081-1/+1
* Add visibilty mode to as_sortable_control()kobewi2024-06-031-4/+4
* [VisualShader] Add reroute node and improve port drawingHendrik Brucker2024-05-131-0/+13
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-9/+8
* Merge pull request #90229 from Santoss1809/masterRémi Verschelde2024-04-261-1/+2
|\
| * Fix error message when removing only child from GraphNodeJoão Santos2024-04-261-1/+2
* | Fixed port cache calculation in GraphNodenagidev2024-04-241-9/+11
|/
* Add `set_slot_custom_icon` and `get_slot_custom_icon` to GraphNodeMansur Isaev2024-01-081-0/+48
* Fix GraphNode slot index inconsistency.Hendrik Brucker2023-10-241-2/+2
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-27/+35
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-708/+411
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-1/+1
* Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-43/+1
* Single Compilation Unit build.lawnjelly2023-06-061-6/+0
* Add more uses of appropriate cursors when resizing/moving some UI nodesMichael Alexsander2023-05-071-1/+12
* GraphNode ignore non-visible children for minimum size.Johan Aires Rastén2023-04-051-1/+1
* Fix `GraphNode` resizing when its bottom border is too thinMichael Alexsander2023-02-231-4/+4
* Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker2023-01-121-3/+3
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Prevent editor crash when deleting children of GraphNodezhangjianguo2022-11-301-29/+37
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-60/+86
* Add GraphNode 'selected' and 'deselected' signals, simplify GraphEditMaxim Kulkin2022-09-051-1/+7
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-22/+22
* Merge pull request #63249 from V-Sekai/animation_tree_editor_read_onlyRémi Verschelde2022-08-271-0/+24
|\
| * Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+24
* | Merge pull request #64806 from Zylann/graph_node_protected_validate_propertyRémi Verschelde2022-08-251-3/+1
|\ \ | |/ |/|
| * Make GraphNode::_validate_property protected so GraphNode can be inherited.Marc Gilleron2022-08-241-3/+1
* | Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+48
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-4/+3
* Remove rect_ prefix from control properties when keyframingHakim2022-08-051-1/+1
* Fix GraphNode slot listkobewi2022-08-021-0/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-67/+5
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-6/+28
* Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde2022-05-161-19/+62
|\
| * Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-19/+62
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
|/
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Fix GraphNode not resizing with larger titleMarc Gilleron2022-04-051-1/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+1
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+19
* Improve locale detection.bruvzg2022-01-181-1/+1
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-6/+6