summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-33/+33
* Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Fixes node selection, and properly ignore mouse on inner comment node body, c...Juan Linietsky2017-08-081-8/+8
* Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez2017-07-271-1/+1
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-5/+15
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-6/+6
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-7/+7
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-39/+42
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-2/+2
|\
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-2/+2
* | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-0/+12
|/
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-2/+2
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-10/+10
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-469/+393
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-28/+28
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* Added a list of signals to rename, this should become a header eventuallyJuan Linietsky2017-01-121-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-2/+1
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-3/+3
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-13/+13
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-28/+28
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix GraphEdit connection wire when resizing GraphNodevolzhs2016-10-151-0/+1
* Fix GraphEdit connection wire when zoom in/outvolzhs2016-10-131-5/+6
* Fix GraphEdit grab random node when delete or deselect by clicking empty spacevolzhs2016-10-051-4/+6
* Better snapping for graph ports, closes #6394Juan Linietsky2016-09-061-4/+8
* Connection hints when connecting to empty space.Juan Linietsky2016-09-031-1/+7
* More visual script improvementsJuan Linietsky2016-08-301-52/+109
* More visual script workJuan Linietsky2016-08-251-0/+12
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-0/+6
* prettier connections for graph editJuan Linietsky2016-08-231-51/+129
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-1/+23
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+6
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-5/+120
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-021-1/+4
|\
| * Fix GraphEdit dragging issues at scales != 1Rémi Verschelde2016-07-261-1/+4
* | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-7/+106
|/
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-1/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* fix two reading uninitialized pointersHubert Jarosz2016-03-091-1/+1
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-081-28/+78
* -Forgot to add clips input to graphedit, fixes #3420Juan Linietsky2016-01-231-0/+7
* Add a slider to handle zoomMarianoGNU2016-01-181-2/+20
* Add zoom to GraphEditMarianoGNU2016-01-181-8/+61