| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix own world option of Viewport. | Franklin Sobrinho | 2016-07-08 | 1 | -1/+1 |
| * | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | 2016-07-08 | 2 | -3/+21 |
| * | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky | 2016-07-08 | 1 | -8/+11 |
| * | Revert "Fixed the order of events called by _input, closes #4384" | Rémi Verschelde | 2016-07-08 | 1 | -1/+1 |
| * | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 2016-06-25 | 1 | -1/+9 |
| * | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | 2016-06-25 | 1 | -2/+3 |
| * | Better error text when trying to add/remove/move child nodes in a busy parent... | Juan Linietsky | 2016-06-25 | 1 | -2/+15 |
| * | do not allow picking in captured mode, closes #5134 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | fixes wrong bool return, closes #5037 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | Fix indentation issues in last commits | Rémi Verschelde | 2016-06-25 | 1 | -21/+20 |
| * | properly pass events to parent controls, closes #4701 | Juan Linietsky | 2016-06-25 | 1 | -15/+23 |
| * | Fix for tooltip blinking (#4713) | captainwasabi | 2016-06-04 | 1 | -2/+2 |
| * | Rotation APIs: Better exposure for degrees methods | Rémi Verschelde | 2016-05-12 | 2 | -18/+37 |
| * | Fix wrong return and argument types in documentation | Ignacio Etcheverry | 2016-05-06 | 2 | -2/+2 |
| * | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 2016-04-27 | 2 | -0/+12 |
| * | Fix link error when disable_3d=yes | sanikoyes | 2016-04-02 | 1 | -1/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-04-02 | 8 | -221/+221 |
| * | fix transform localization event in mouse motion | Juan Linietsky | 2016-02-29 | 1 | -2/+3 |
| * | -Fix mouse coordinates not being affected by canvas transform | Juan Linietsky | 2016-02-03 | 1 | -5/+8 |
| * | Merge pull request #3534 from Biliogadafr/pickable2d | Juan Linietsky | 2016-02-03 | 1 | -1/+1 |
| |\ |
|
| | * | Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable' | Biliogadafr | 2016-02-01 | 1 | -1/+1 |
| * | | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky | 2016-02-02 | 1 | -0/+1 |
| |/ |
|
| * | -Fix crash opening and closing the scene, closes #3491 | Juan Linietsky | 2016-01-31 | 2 | -2/+36 |
| * | -Fix input bug on window ordering due to foretting to sort root items | Juan Linietsky | 2016-01-25 | 1 | -0/+2 |
| * | -Changed how popups work in Viewport to make them a lot less invasive to the ... | Juan Linietsky | 2016-01-25 | 2 | -27/+51 |
| * | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky | 2016-01-22 | 2 | -1/+22 |
| * | -Fix viewport converting the scren in grayness, fixes #3406 | Juan Linietsky | 2016-01-22 | 1 | -8/+12 |
| * | Merge pull request #3390 from Hinsbart/duplicate_fix | Rémi Verschelde | 2016-01-20 | 1 | -0/+9 |
| |\ |
|
| | * | duplicate groups and signals | hondres | 2016-01-20 | 1 | -0/+9 |
| * | | -Some fixes to drag and drop and canvas offset for GUI that were introduced a... | Juan Linietsky | 2016-01-19 | 2 | -8/+8 |
| * | | Fix build with tools=no | Rémi Verschelde | 2016-01-19 | 1 | -0/+4 |
| |/ |
|
| * | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky | 2016-01-18 | 2 | -19/+44 |
| * | -Moved all the "root" input handling for GUI from individual Controls to View... | Juan Linietsky | 2016-01-16 | 3 | -3/+1018 |
| * | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky | 2016-01-10 | 1 | -2/+2 |
| * | Fix is_node_being_edited() when not building tools | Rémi Verschelde | 2016-01-05 | 1 | -0/+4 |
| * | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky | 2016-01-03 | 1 | -0/+2 |
| * | Properly clear/restore current camera when switching scenes. Fixes #2137 | Juan Linietsky | 2016-01-02 | 2 | -0/+13 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 16 | -16/+16 |
| * | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz | 2015-12-29 | 1 | -1/+1 |
| * | -restrict gui root from being removed while performing input, fixes #2578 | reduz | 2015-12-29 | 1 | -0/+1 |
| * | Ability to set autoloads as singleton global variables | reduz | 2015-12-28 | 1 | -1/+4 |
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 3 | -3/+3 |
| * | better unique name resolution, as suggested i #3017 | Juan Linietsky | 2015-12-08 | 1 | -5/+1 |
| * | added option to add_child, to use the same deduplication convention as in the... | Juan Linietsky | 2015-12-08 | 2 | -9/+12 |
| * | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ |
|
| | * | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| * | | windows crash and bind placeholder method | Ariel Manzur | 2015-11-14 | 1 | -0/+4 |
| * | | -better integration of ndee's theme | Juan Linietsky | 2015-11-13 | 2 | -4/+5 |
| |/ |
|
| * | Merge pull request #2556 from volzhs/fix_miss_bind_findnode | Juan Linietsky | 2015-10-17 | 1 | -1/+1 |
| |\ |
|