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