summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve usage of StringNames in GraphEditkobewi2022-12-021-60/+29
* Fix inspector not showing name for LabelSettings.fontHaoyu Qiu2022-11-251-1/+1
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-5/+3
* Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-4/+4
|\
| * Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M2022-09-241-4/+4
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
|/
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Add configuration warning to GraphEdit regarding future refactoringHendrik Brucker2022-09-141-0/+8
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-31/+31
* Rename raise() to move_to_front()kobewi2022-09-061-1/+1
* Add GraphNode 'selected' and 'deselected' signals, simplify GraphEditMaxim Kulkin2022-09-051-47/+41
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-63/+63
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-6/+6
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-6/+6
* | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-1/+0
|\ \
| * | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
| |/
* / Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-23/+55
|/
* Merge pull request #59226 from Rindbee/better-setters-in-gui-controlsYuri Sizov2022-08-241-0/+15
|\
| * Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+15
* | Replace Array return types with TypedArray 2kobewi2022-08-231-2/+2
|/
* fixed GraphEdit signal argument typedaylilyzeleen2022-08-121-1/+1
* Fix GraphEdit::arange_nodes causing a freezetefusion2022-08-041-1/+14
* Add GraphEdit.is_node_hover_valid(...) methodJohannes Witt2022-07-311-0/+15
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-4/+4
* Fix enclosed nodes calculation of GraphEdit comment nodesHendrik Brucker2022-06-021-1/+4
* Improve Graphedit connection linesHendrik Brucker2022-05-301-4/+27
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-31/+49
* Add a new HashSet templatereduz2022-05-201-15/+18
* Use range iterators for RBSet in most casesAaron Record2022-05-191-34/+34
* Add node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky2022-05-171-2/+14
* Replace most uses of Map by HashMapreduz2022-05-161-23/+23
* Add a new HashMap implementationreduz2022-05-121-11/+11
* Rename theme properties to include underscoresFireForge2022-04-231-4/+4
* Fix toggling GraphEdit's minimap with `minimap_enabled`Eric McGuirk2022-04-111-0/+1
* Fix GraphEdit's valid connections being reversedkobewi2022-04-111-14/+5
* popup_request signal emits mouse click positionFazil Babu2022-03-121-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-58/+62
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-2/+4
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Add ViewPanner to 2D editorkobewi2022-01-211-4/+14
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-21/+39
* Merge pull request #56575 from HaSa1002/drag-signal-beganRémi Verschelde2022-01-071-5/+5
|\
| * Rename GraphEdit connection_drag_begun to connection_drag_startedJohannes Witt2022-01-071-5/+5
* | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhereRémi Verschelde2022-01-071-6/+8
|\ \ | |/ |/|
| * Use GDVIRTUAL* macros when binding virtual methods in exposed classesYuri Sizov2021-12-291-6/+8
* | Add `GraphEdit` drag notificationsJohannes Witt2022-01-061-9/+22
* | Merge pull request #56347 from NNesh/fix/graph_editor_out_of_range_alignmentRémi Verschelde2022-01-041-3/+3
|\ \