aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-1/+32
* Expose a few GraphEdit methods to script languagesGeorge Marques2018-01-301-0/+9
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Native pan and zoom for macOSBernhard Liebl2017-11-211-2/+20
* Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-131-1/+0
* Fix GraphEdit mouse scroll axis.jagt2017-10-011-8/+8
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Merge pull request #11453 from djrm/pr_visualsRémi Verschelde2017-09-211-1/+1
|\
| * Visual tweaks.Daniel J. Ramirez2017-09-201-1/+1
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-17/+17
|/
* Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-181-1/+1
* Dead code tells no talesRémi Verschelde2017-08-271-67/+35
* 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-468/+392
* 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