| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 1 | -1/+32 |
| * | Expose a few GraphEdit methods to script languages | George Marques | 2018-01-30 | 1 | -0/+9 |
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -0/+6 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 1 | -2/+20 |
| * | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | 2017-10-13 | 1 | -1/+0 |
| * | Fix GraphEdit mouse scroll axis. | jagt | 2017-10-01 | 1 | -8/+8 |
| * | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere | 2017-09-22 | 1 | -1/+1 |
| * | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | 2017-09-21 | 1 | -1/+1 |
| |\ |
|
| | * | Visual tweaks. | Daniel J. Ramirez | 2017-09-20 | 1 | -1/+1 |
| * | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -17/+17 |
| |/ |
|
| * | Add some options and reorganize the 2D editor menus. Makes available forced s... | Gilles Roudiere | 2017-09-18 | 1 | -1/+1 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -67/+35 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -33/+33 |
| * | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -2/+2 |
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
| * | Fixes node selection, and properly ignore mouse on inner comment node body, c... | Juan Linietsky | 2017-08-08 | 1 | -8/+8 |
| * | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez | 2017-07-27 | 1 | -1/+1 |
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 |
| * | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -5/+15 |
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -6/+6 |
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -7/+7 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -39/+42 |
| * | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 1 | -2/+2 |
| |\ |
|
| | * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -2/+2 |
| * | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -0/+12 |
| |/ |
|
| * | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -2/+2 |
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -10/+10 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -468/+392 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -28/+28 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
| * | Added a list of signals to rename, this should become a header eventually | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| * | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -2/+1 |
| * | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -13/+13 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -28/+28 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Fix GraphEdit connection wire when resizing GraphNode | volzhs | 2016-10-15 | 1 | -0/+1 |
| * | Fix GraphEdit connection wire when zoom in/out | volzhs | 2016-10-13 | 1 | -5/+6 |
| * | Fix GraphEdit grab random node when delete or deselect by clicking empty space | volzhs | 2016-10-05 | 1 | -4/+6 |
| * | Better snapping for graph ports, closes #6394 | Juan Linietsky | 2016-09-06 | 1 | -4/+8 |
| * | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 1 | -1/+7 |
| * | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -52/+109 |
| * | More visual script work | Juan Linietsky | 2016-08-25 | 1 | -0/+12 |
| * | Proper function/property selection in visual script editing for property. | Juan Linietsky | 2016-08-23 | 1 | -0/+6 |