summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use approximate equallity methods in many placesAaron Franke2019-04-251-1/+1
* Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio2019-03-311-1/+3
* Fixed some crashers, closes #26393Juan Linietsky2019-03-011-2/+3
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-11/+11
* Make GraphEdit lines smoother and scale their width on hiDPI displaysHugo Locurcio2019-01-021-1/+9
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Add tooltips to GraphEdit nodeMichael Alexsander Silva Dias2018-12-041-0/+4
* Repaired mistyped of 'just_disconnected'.M. Huri2018-10-191-6/+6
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
|/
* Improve ClassDB information for some some signal parametersKelly Thomas2018-09-011-1/+1
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-8/+55
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-12/+14
* -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-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