| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | 2016-06-28 | 2 | -0/+17 |
| * | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2016-06-28 | 2 | -22/+35 |
| * | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2016-06-28 | 1 | -1/+3 |
| * | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky | 2016-06-27 | 3 | -0/+9 |
| * | Make most resources (save for packedscenes and scripts) reload if they change... | Juan Linietsky | 2016-06-27 | 5 | -5/+4 |
| * | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky | 2016-06-27 | 3 | -1/+11 |
| * | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2016-06-27 | 1 | -2/+10 |
| * | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky | 2016-06-27 | 2 | -63/+12 |
| * | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | 2016-06-26 | 3 | -35/+4 |
| * | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | 2016-06-26 | 1 | -0/+5 |
| * | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ... | Juan Linietsky | 2016-06-26 | 4 | -7/+50 |
| * | Revert "Improve parallax mirroring algorithm" | Rémi Verschelde | 2016-06-26 | 1 | -4/+14 |
| * | Ability to set draw transform as a matrix, closes #5428 | Juan Linietsky | 2016-06-26 | 2 | -0/+13 |
| * | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde | 2016-06-26 | 4 | -0/+17 |
| |\ |
|
| | * | Modify margins with mouse input | MarianoGNU | 2016-06-20 | 4 | -0/+17 |
| * | | Merge pull request #5397 from djrm/gizmos_fix | Rémi Verschelde | 2016-06-25 | 22 | -0/+0 |
| |\ \ |
|
| | * | | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | 2016-06-24 | 22 | -0/+0 |
| * | | | Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidy | Rémi Verschelde | 2016-06-24 | 1 | -14/+4 |
| |\ \ \ |
|
| | * | | | Improve parallax mirroring algorithm | Pedro J. Estébanez | 2016-06-24 | 1 | -14/+4 |
| | |/ / |
|
| * | | | Merge pull request #5386 from Paulb23/code_completion_color_theme | Rémi Verschelde | 2016-06-24 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Exposed code completion colors to the text edit theme | Paulb23 | 2016-06-24 | 1 | -0/+3 |
| * | | | | Merge pull request #5380 from vnen/string-canvasitem-docs | Rémi Verschelde | 2016-06-24 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Rename CanvasItem.edit_get() to edit_get_state() | George Marques | 2016-06-23 | 1 | -1/+1 |
| * | | | | | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | 2016-06-24 | 2 | -0/+15 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix weird deselection behaviour with text field | Ignacio Etcheverry | 2016-06-24 | 2 | -0/+15 |
| | |/ / / / |
|
| * | | | | | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde | 2016-06-24 | 2 | -6/+119 |
| |\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| | * | | | | Added setting to toggle line edit caret blink | Paulb23 | 2016-06-22 | 2 | -1/+26 |
| | * | | | | Line edit caret no longer draws on focus loss | Paulb23 | 2016-06-22 | 2 | -0/+20 |
| | * | | | | Added caret blink to line edit | Paulb23 | 2016-06-22 | 2 | -5/+73 |
| | | |/ /
| |/| | |
|
| * | | | | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | 2016-06-23 | 2 | -1/+10 |
| * | | | | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | 2016-06-23 | 1 | -2/+2 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #5362 from J08nY/png | Rémi Verschelde | 2016-06-23 | 106 | -105/+105 |
| |\ \ \ |
|
| | * | | | Fixed iCCp chunk in pngs | J08nY | 2016-06-22 | 106 | -105/+105 |
| | |/ / |
|
| * / / | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky | 2016-06-22 | 8 | -13/+13 |
| |/ / |
|
| * | | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 3 | -14/+11 |
| |\ \ |
|
| | * | | Added code completion existing color setting | Paulb23 | 2016-06-21 | 3 | -4/+3 |
| | * | | Added code completion selected color setting | Paulb23 | 2016-06-21 | 3 | -9/+3 |
| | * | | Added code completion background color setting | Paulb23 | 2016-06-21 | 2 | -1/+5 |
| * | | | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | 2016-06-21 | 1 | -3/+2 |
| * | | | Merge pull request #5335 from J08nY/loop-interpolation-scene-fix | Rémi Verschelde | 2016-06-21 | 1 | -3/+4 |
| |\ \ \ |
|
| | * | | | Animation: Fix property loop_interpolation | J08nY | 2016-06-21 | 1 | -3/+4 |
| * | | | | Make return type explicit. | Saracen | 2016-06-21 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge pull request #5321 from Paulb23/caret_hidden_issue_5320 | Rémi Verschelde | 2016-06-21 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Fixed caret not drawing on focus regain | Paulb23 | 2016-06-20 | 1 | -0/+3 |
| | | |/
| |/| |
|
| * | | | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 2016-06-20 | 2 | -0/+6 |
| * | | | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c... | Juan Linietsky | 2016-06-20 | 1 | -2/+5 |
| * | | | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 2016-06-20 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2016-06-20 | 1 | -2/+7 |
| * | | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 2016-06-20 | 1 | -1/+9 |
| * | | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2016-06-20 | 2 | -4/+1 |
| |/ |
|