summaryrefslogtreecommitdiff
path: root/scene/gui/graph_node.cpp
AgeCommit message (Expand)Author
2023-04-07GraphNode ignore non-visible children for minimum size.Johan Aires Rastén
2023-03-27Fix `GraphNode` resizing when its bottom border is too thinMichael Alexsander
2023-01-12Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker
2023-01-08Use BitField<> hint for ArrayFormatJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-30Prevent editor crash when deleting children of GraphNodezhangjianguo
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-09Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov
2022-09-05Add GraphNode 'selected' and 'deselected' signals, simplify GraphEditMaxim Kulkin
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-27Merge pull request #63249 from V-Sekai/animation_tree_editor_read_onlyRémi Verschelde
2022-08-25Add read-only mode to AnimationTreeEditor pluginsSaracenOne
2022-08-25Merge pull request #64806 from Zylann/graph_node_protected_validate_propertyRémi Verschelde
2022-08-24Make GraphNode::_validate_property protected so GraphNode can be inherited.Marc Gilleron
2022-08-23Add some codes, returnes directly if the value is not changed.风青山
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-05Remove rect_ prefix from control properties when keyframingHakim
2022-08-02Fix GraphNode slot listkobewi
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-30Improve and fix the GraphNode port hotzonesHendrik Brucker
2022-05-16Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-30Improve the VisualShader/VisualScript editor UIHendrik Brucker
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-05Fix GraphNode not resizing with larger titleMarc Gilleron
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov
2022-01-18Improve locale detection.bruvzg
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Rename minimum_size_changed() methodkobewi
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-24Merge pull request #38414 from theoway/Fix-GraphNode_offset_updateRémi Verschelde
2021-09-23Construct values only when necessary.Anilforextra
2021-09-23Fixes sync issue between position_offset and rect_position in GraphNodeUmang Kalra
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-18Optimize StringName usagereduz
2021-06-28Fix GraphNode port position when the control has the Expand flagtrollodel
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-13-Added missing setters to GraphNode.Anilforextra
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-08Make GraphNode handle children with EXPAND flagLeonardo Christino
2021-02-11Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde
2021-02-10Removed _change_notifyreduz