| Commit message (Expand) | Author | Files | Lines |
| 2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky | 4 | -1/+17 |
| 2016-01-24 | Fix .tscn format not loading groups | Franklin Sobrinho | 1 | -0/+7 |
| 2016-01-24 | Removed get() function from many variant typed arrays, fixes #2135 | Juan Linietsky | 1 | -7/+7 |
| 2016-01-24 | Correct viewport scaling with stretch mode viewport, fixes #1571 | Juan Linietsky | 1 | -2/+13 |
| 2016-01-23 | -Some changes to how scenes and scripts are overriden in scene instance and i... | Juan Linietsky | 3 | -5/+49 |
| 2016-01-23 | -Fixes a bunch of stdout errors, closes #2763 closes #2731 | Juan Linietsky | 9 | -13/+23 |
| 2016-01-23 | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | 3 | -1/+9 |
| 2016-01-23 | -Fixed revert scene, should work proprely now, fixes #2782 | Juan Linietsky | 3 | -2/+26 |
| 2016-01-23 | -Fixed video stream theora not finishing when stream finishes, closes #3066 | Juan Linietsky | 2 | -5/+26 |
| 2016-01-23 | -Support the TRNS flag on libpng, fixes #3097 | Juan Linietsky | 2 | -2/+9 |
| 2016-01-23 | Revert "Better search for SectionedPropertyEditor, added "All" section" | Juan Linietsky | 6 | -88/+124 |
| 2016-01-23 | -remove unnecesary error report, fixes #3361 | Juan Linietsky | 3 | -7/+21 |
| 2016-01-23 | Fix wrong condition test for saving, fixes #3287 | Juan Linietsky | 1 | -1/+3 |
| 2016-01-23 | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky | 2 | -97/+45 |
| 2016-01-23 | -Ability to retrieve state data from PackedScene, closes #3413 | Juan Linietsky | 3 | -0/+43 |
| 2016-01-23 | -Added a "modal_close" signal for controls | Juan Linietsky | 3 | -0/+22 |
| 2016-01-23 | Revert "Tree and PropertyEditor confirm value change on focus loss" | Juan Linietsky | 4 | -57/+107 |
| 2016-01-22 | -Improved tab visibility, fixes #3314 | Juan Linietsky | 2 | -0/+42 |
| 2016-01-22 | -leftover debug code was causing a crash in navigation 2d, removed it and fix... | Juan Linietsky | 1 | -0/+3 |
| 2016-01-22 | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky | 2 | -1/+22 |
| 2016-01-22 | add mappings and increase max number of buttons | hondres | 3 | -6/+9 |
| 2016-01-22 | -Fix viewport converting the scren in grayness, fixes #3406 | Juan Linietsky | 1 | -8/+12 |
| 2016-01-21 | EditorNode: Ignore unhandled input if there is a dialog visible | Ignacio Etcheverry | 1 | -1/+1 |
| 2016-01-21 | Tree and PropertyEditor confirm value change on focus loss | Franklin Sobrinho | 4 | -107/+57 |
| 2016-01-21 | set_signed_data now works correctly on pcm8 samples. | Ovnuniarchos | 2 | -12/+38 |
| 2016-01-21 | Fix wrong local mouse pos when holding spinbox and improve behaviour | Ignacio Etcheverry | 2 | -8/+7 |
| 2016-01-21 | html5 gamepad support | Hinsbart | 3 | -1/+117 |
| 2016-01-21 | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio... | Ovnuniarchos | 2 | -17/+101 |
| 2016-01-20 | Center status display in web export per flexbox | eska | 1 | -16/+8 |
| 2016-01-20 | Fixed wrong variable names | Luka | 1 | -2/+2 |
| 2016-01-20 | Wider initial size of the panel with scripts | kubecz3k | 1 | -1/+1 |
| 2016-01-20 | fix export bug | Juan Linietsky | 1 | -1/+1 |
| 2016-01-20 | fix string conversion in javascript export | hondres | 1 | -1/+1 |
| 2016-01-20 | -Remote deploy now uses FS over USB on Android, super fast! | Juan Linietsky | 4 | -4/+46 |
| 2016-01-20 | Revamp web export page | eska | 2 | -1312/+415 |
| 2016-01-19 | -Some fixes to drag and drop and canvas offset for GUI that were introduced a... | Juan Linietsky | 4 | -10/+32 |
| 2016-01-20 | duplicate groups and signals | hondres | 1 | -0/+9 |
| 2016-01-19 | Fix build with tools=no | Rémi Verschelde | 1 | -0/+4 |
| 2016-01-19 | thumbnail preview for AtlasTextures | hondres | 1 | -3/+16 |
| 2016-01-18 | Add a slider to handle zoom | MarianoGNU | 2 | -3/+24 |
| 2016-01-18 | Add zoom to GraphEdit | MarianoGNU | 3 | -11/+74 |
| 2016-01-18 | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky | 3 | -19/+46 |
| 2016-01-19 | missed rename "keep_screen_on" for ios | volzhs | 1 | -1/+1 |
| 2016-01-18 | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | 4 | -5/+10 |
| 2016-01-17 | small fix | Juan Linietsky | 1 | -1/+1 |
| 2016-01-17 | fixes to keying updating | Juan Linietsky | 1 | -1/+7 |
| 2016-01-17 | -Massive editor dialog cleanup | Juan Linietsky | 32 | -515/+593 |
| 2016-01-17 | Improved "Qucik Open" dialog navigation | Franklin Sobrinho | 1 | -10/+33 |
| 2016-01-16 | -Moved all the "root" input handling for GUI from individual Controls to View... | Juan Linietsky | 10 | -1000/+1139 |
| 2016-01-16 | Fix 32 bit windows export crash | mrezai | 1 | -2/+8 |