aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_glue.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-21classref: Sync with current sourceRémi Verschelde1-71/+152
2017-01-21Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde5-27/+29
2017-01-16Make image-groups map in export.cfg orderedPedro J. Estébanez1-4/+12
2017-01-16Improve usability in web export presentationeska1-13/+28
2017-01-16zlib: Update to upstream version 1.2.11Rémi Verschelde9-24/+30
2017-01-16Fix bug in windows TCP poll functionFabio Alessandrelli1-4/+1
2017-01-16Added favorites and recent history to create dialogPedro J. Estébanez2-7/+336
2017-01-16Making bits of docs appear in different dialogues is made easier with EditorH...Juan Linietsky5-40/+165
2017-01-16Add EditorNode::set_visible_editor()Pedro J. Estébanez1-0/+1
2017-01-12Added a few functions to make 2D split screen easier.Juan Linietsky4-21/+109
2017-01-12Restore viewport set_world_2d functionalityFabio Alessandrelli2-22/+34
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli4-10/+12
2017-01-12Detect bits when building with MinGWIgnacio Etcheverry1-1/+1
2017-01-12Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde1-1/+13
2017-01-12opus: Update to upstream opusfile 0.8Rémi Verschelde5-72/+111
2017-01-12Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde7-16/+9
2017-01-12x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde1-2/+13
2017-01-12i18n: Add support for Scots (sco) languageRémi Verschelde1-0/+1
2017-01-12Move core engine tests to mainRémi Verschelde39-8/+4
2017-01-12exposed OS.set_exit_code and OS.get_exit_code to ObjectTypeDBkarroffel2-0/+16
2017-01-12opus: Update to upstream libopus 1.1.3Rémi Verschelde10-77/+238
2017-01-12zlib: Update to upstream 1.2.10Rémi Verschelde22-758/+3406
2017-01-12libpng: Update to upstream 1.6.28Rémi Verschelde7-58/+46
2017-01-12Fix for the huge audio latency of the SamplePlayer (>200 ms)lonesurvivor4-126/+140
2017-01-12Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz1-16/+6
2017-01-12Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz3-0/+14
2017-01-12Add the 'finished' signal to AnimatedSpriteWilhem Barbier2-0/+9
2017-01-12Welcome in 2017, dear changelog reader!Rémi Verschelde1329-1335/+1363
2017-01-12TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry1-3/+3
2017-01-12Added option to toggle bucket fill previewMarc Gilleron1-2/+3
2017-01-12Added bucket fill previewMarc Gilleron2-8/+87
2017-01-12Update DebugMesh when NavMesh changesktksgit1-0/+5
2017-01-12Disallow assignment to expressionsBojidar Marinov1-0/+9
2017-01-12Properly localize absolute path.Fabio Alessandrelli1-1/+2
2017-01-12Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov1-0/+3
2017-01-12Show visual notice for visibility on Scene Dockvolzhs4-3/+28
2017-01-12Able to change visibility when ancestor node is hiddenvolzhs2-20/+2
2017-01-12Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs1-6/+14
2017-01-12fix ColorPicker not correctly updating after pasting hex html colorchanon1-1/+1
2017-01-12Add new option to always open output on playGuilherme Felipe1-0/+3
2017-01-12Fix visibility of bottom panel when start playingGuilherme Felipe2-14/+2
2017-01-12Expose set_bone_name and get_bone_name to GDscriptElia Argentieri2-0/+7
2017-01-12Update libwebp to 0.5.2volzhs28-230/+311
2017-01-12PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje4-4/+50
2017-01-12Fix issue #7331REBELLIOUSX\Rebel_X1-1/+1
2017-01-12Fix duplicated string on RichTextLabel if starts with '\n'volzhs1-1/+2
2017-01-12Allows to start the scene with custom arguments within the editorbebae2-12/+9
2017-01-12Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov1-2/+0
2017-01-12Register SpatialGizmo as a scene typeIgnacio Etcheverry1-0/+1
2017-01-12Fix search to find "whole" words at end of lineJohnson Earls1-1/+1