summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_node.h
Commit message (Expand)AuthorAgeFilesLines
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-1/+17
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-123/+58
* Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-111-5/+0
* Single Compilation Unit build.lawnjelly2023-06-061-0/+6
* Add more uses of appropriate cursors when resizing/moving some UI nodesMichael Alexsander2023-05-071-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-091-13/+17
* Merge pull request #63249 from V-Sekai/animation_tree_editor_read_onlyRémi Verschelde2022-08-271-0/+8
|\
| * Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+8
* | Make GraphNode::_validate_property protected so GraphNode can be inherited.Marc Gilleron2022-08-241-1/+1
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+0
* Improve and fix the GraphNode port hotzonesHendrik Brucker2022-05-301-1/+5
* Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde2022-05-161-2/+8
|\
| * Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-2/+8
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
|/
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixes sync issue between position_offset and rect_position in GraphNodeUmang Kalra2021-09-231-0/+5
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* -Added missing setters to GraphNode.Anilforextra2021-05-131-0/+12
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-23/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-3/+3
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+18
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Fix. resizeable -> resizable.Daniel J. Ramirez2017-09-031-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fixes node selection, and properly ignore mouse on inner comment node body, c...Juan Linietsky2017-08-081-2/+2
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-24/+23
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-5/+0
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* -Added focus to comment nodeJuan Linietsky2016-09-021-0/+3
* More visual script workJuan Linietsky2016-08-251-0/+14
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-1/+13
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+5
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-1/+3
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* -Forgot to add clips input to graphedit, fixes #3420Juan Linietsky2016-01-231-0/+1