| Commit message (Expand) | Author | Files | Lines |
| 2016-06-25 | Rename CanvasItem.edit_get() to edit_get_state() | George Marques | 1 | -1/+1 |
| 2016-06-25 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | 1 | -2/+2 |
| 2016-06-25 | png: Do not output warnings as errors | Rémi Verschelde | 1 | -1/+1 |
| 2016-06-25 | Fixed save as not working with scripts | Paulb23 | 1 | -0/+1 |
| 2016-06-25 | fix android resource locale | volzhs | 2 | -0/+0 |
| 2016-06-25 | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | 2 | -2/+13 |
| 2016-06-25 | classref: Sync with the new sorting behaviour | Rémi Verschelde | 1 | -14640/+14640 |
| 2016-06-25 | Fix classes.xml sorting | George Marques | 2 | -0/+32 |
| 2016-06-25 | classref: Sync with backported patches | Rémi Verschelde | 1 | -28/+17 |
| 2016-06-25 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | 1 | -3/+2 |
| 2016-06-25 | Fix File.get_as_text() to return the whole file | George Marques | 1 | -0/+7 |
| 2016-06-25 | Add classref for File class | George Marques | 1 | -0/+64 |
| 2016-06-25 | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2 | -2/+2 |
| 2016-06-25 | do not crash when generating preview of very large sound files, fixes #4123 | Juan Linietsky | 2 | -12/+12 |
| 2016-06-25 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c... | Juan Linietsky | 2 | -3/+6 |
| 2016-06-25 | fix bug decompressing bc texture, closes #4404 | Juan Linietsky | 1 | -2/+17 |
| 2016-06-25 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-25 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2 | -3/+21 |
| 2016-06-25 | added missing status, closes #4361 | Juan Linietsky | 1 | -0/+1 |
| 2016-06-25 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 1 | -1/+9 |
| 2016-06-25 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2 | -4/+1 |
| 2016-06-25 | correct current Intent for android | volzhs | 1 | -1/+13 |
| 2016-06-25 | properly initialize loops to 0 in eventplayer | Juan Linietsky | 1 | -1/+1 |
| 2016-06-25 | fix loop counter for eventstream, closes #4493 | Juan Linietsky | 1 | -4/+6 |
| 2016-06-25 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | 1 | -2/+3 |
| 2016-06-25 | Fix TextEdit cursor position after undo remove text | George Marques | 1 | -2/+7 |
| 2016-06-25 | libtheora: New version 1.1.1 | J08nY | 3 | -32/+17 |
| 2016-06-25 | libvorbis: New version 1.3.5 | J08nY | 35 | -3549/+2081 |
| 2016-06-25 | Clarification about enter keys confusion | Mehmet Durgel | 1 | -2/+2 |
| 2016-06-25 | libogg: New version 1.3.2 | J08nY | 4 | -134/+388 |
| 2016-06-25 | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | 2 | -0/+7 |
| 2016-06-25 | Classref: Mutex, Semaphore, Thread, *Array (#5278) | J08nY | 1 | -15/+43 |
| 2016-06-25 | update EditorDirDialog on external change, closes #4629 | Juan Linietsky | 3 | -2/+12 |
| 2016-06-25 | Make ".." always appear even if dir is unlistable (likely lacking permissions... | Juan Linietsky | 2 | -0/+10 |
| 2016-06-25 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2 | -19/+24 |
| 2016-06-25 | correctly parse floats in scientific notation | Dennis Brakhane | 1 | -1/+1 |
| 2016-06-25 | Fixed fractional offset not being reset in ringbuffer resamples, closes #4764 | Juan Linietsky | 1 | -0/+1 |
| 2016-06-25 | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | 1 | -3/+6 |
| 2016-06-25 | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | 2 | -23/+27 |
| 2016-06-25 | Classref: added PacketPeer* | J08nY | 1 | -2/+20 |
| 2016-06-25 | Fixed PacketPeer.get_var() return type in docs | J08nY | 1 | -1/+1 |
| 2016-06-25 | fix errors while exporting android | volzhs | 1 | -38/+2 |
| 2016-06-25 | Classref: Added docs for StreamPeer* (#5216) | J08nY | 2 | -1/+47 |
| 2016-06-25 | Fix javascript build in Windows | George Marques | 2 | -3/+9 |
| 2016-06-25 | String documentation: .ord_at() returns int not String | J08nY | 2 | -2/+2 |
| 2016-06-25 | does not fix the bug reported in #4326 and #4818, | Juan Linietsky | 1 | -4/+12 |
| 2016-06-25 | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky | 1 | -0/+7 |
| 2016-06-25 | Better error text when trying to add/remove/move child nodes in a busy parent... | Juan Linietsky | 1 | -2/+15 |
| 2016-06-25 | Fix crash in code completion | George Marques | 1 | -5/+7 |
| 2016-06-25 | changed visual server free() to free_rid() like in the other servers. Fixes #... | Juan Linietsky | 1 | -1/+1 |