summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GraphEdit connection layer child as internalLera Elvoé2023-11-171-1/+1
* Fix GraphNode slot index inconsistency.Hendrik Brucker2023-10-241-6/+6
* Merge pull request #82409 from KoBeWi/3_in_1Rémi Verschelde2023-10-181-1/+1
|\
| * Document, cleanup and fix some theme propertieskobewi2023-09-271-1/+1
* | Make `GraphEdit` toolbar more customizableYuri Sizov2023-10-021-63/+145
* | Rename close requests to delete requests in `GraphEdit`Yuri Sizov2023-09-261-8/+12
|/
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-7/+7
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-7/+7
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-4/+4
|/
* Merge pull request #81600 from aaronfranke/fix-graph-edit-valid-port-conn-typeYuri Sizov2023-09-141-1/+1
|\
| * Fix GraphEdit port valid connections incorrectly checking sidesAaron Franke2023-09-121-1/+1
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-61/+79
|/
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-145/+159
* Clean up/refactor GraphEditHendrik Brucker2023-07-241-920/+489
* Merge pull request #79307 from Geometror/remove-graph-node-commentYuri Sizov2023-07-241-77/+3
|\
| * Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-77/+3
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
|/
* [GraphEdit] Fix port hotzones at zoom levels other than 100%Hendrik Brucker2023-06-251-2/+2
* Fix regression in visual nodes hotzonesQbieShay2023-06-221-0/+1
* Use `get_node_or_null` when null checks are presentNinni Pipping2023-06-101-1/+1
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-7/+7
* Add more uses of appropriate cursors when resizing/moving some UI nodesMichael Alexsander2023-05-071-0/+17
* Fix several GraphEdit operations at zoom levels other than 100%Hendrik Brucker2023-04-021-6/+0
* Fix `GraphNode` resizing when its bottom border is too thinMichael Alexsander2023-02-231-17/+25
* Fix GraphEdit port hotzone snappingHendrik Brucker2023-02-121-1/+1
* Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimentalHendrik Brucker2023-02-091-1/+1
* Fix scroll_offset_changed signal doesn't fired when panning GraphEditSilc Renew2023-02-011-4/+4
* Fix connections drawing in GraphEdit minimapStanislav Labzyuk2023-01-281-2/+3
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-23/+5
* Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loopRémi Verschelde2023-01-161-0/+1
|\
| * Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAWstmSi2023-01-131-0/+1
* | Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker2023-01-121-4/+4
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Update graph_edit.cpp to automatically arrange nodes if nothing is selected.K. S. Ernest (iFire) Lee2023-01-041-2/+7
* 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
|\ \