aboutsummaryrefslogtreecommitdiff
path: root/platform/android/os_android.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-04Android buildsystem: Drop obsolete NDK_TOOLCHAIN argumentRémi Verschelde1-1/+0
2016-06-04Check the save path before importing a 3D MeshWilhem Barbier1-9/+9
2016-06-04GDScript: Fix method info for is_nan and is_infRémi Verschelde1-2/+2
2016-06-04Filling in documentation.CowThing1-0/+38
2016-06-04Fixed hex notation highlightingPaulb231-7/+23
2016-06-04Member variable syntax highlightingPaulb234-0/+19
2016-06-04Save member information in docdataBojidar Marinov1-0/+2
2016-06-04Add SpinBox to Lossy Quality on Image Groupsvolzhs1-2/+9
2016-06-04Documented @GlobalScope singletons and some keysDaniel J. Ramirez1-3/+116
2016-06-03SampleLibraryEditor: Initialize "is_playing" variableBłażej Szczygieł1-1/+1
2016-05-18Travis: Install android *DKs in verbose modeRémi Verschelde1-1/+5
2016-05-18Fix some errors in some rotation functions, also clarify that certain paramet...Daniel J. Ramirez1-7/+8
2016-05-18open directory or file when double clickvolzhs1-1/+1
2016-05-18Revert "Revert "-make sure single select after multi select works better""Rémi Verschelde4-2/+27
2016-05-13Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde4-27/+2
2016-05-12Version 2.0.3Rémi Verschelde1-1/+1
2016-05-12classref: Readd String.strip_edges descriptionRémi Verschelde1-2/+3
2016-05-12Remove nocpuid.c from builtin OpenSSLeska2-8/+0
2016-05-12classref: Fixed return types in Area and Area2D (#4635)MattUV3-6/+6
2016-05-12classref: Sync with current sourceRémi Verschelde1-91/+166
2016-05-12classref: Directory and ConfigFileRémi Verschelde3-32/+74
2016-05-12Windows: Fix GCC/Clang argument being passed to MSVCRémi Verschelde1-3/+5
2016-05-12Updated caret blink method documentationPaulb231-0/+28
2016-05-12Bind caret blink to gdscript and propertiesPaulb231-1/+6
2016-05-12OS.get_screen_size now returns the correct value on OSXmarcelofg552-2/+2
2016-05-12Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien3-14/+18
2016-05-12Joystick demo script cleanupAndreas Haas1-5/+4
2016-05-12Added caret blink in text editorPaulb235-8/+103
2016-05-12Fixed autocomplete truncate, issue 4554Paulb231-21/+13
2016-05-12Add ignore error flag to OpenSSL driverGeorge Marques1-0/+1
2016-05-12Fixed autocomlete strings not appearing for function argumentsPaulb231-1/+1
2016-05-12fix percent decode utf8 errorAlexander Holland1-5/+6
2016-05-12Fixed animation player auto-queue duplication and undo/redoPaulb233-7/+32
2016-05-12Fixed code completion after opening bracket, issue 3977Paulb231-0/+3
2016-05-12cloning env for builtin_openssl _and_ openssl :)Ariel Manzur4-21/+28
2016-05-12clonning env for builtin sslAriel Manzur1-646/+653
2016-05-12Rotation APIs: Better exposure for degrees methodsRémi Verschelde9-69/+149
2016-05-06Partial documentation for OS methodsDaniel J. Ramirez1-1/+19
2016-05-06Fix build for Windows 64-bits with GCCGeorge Marques1-0/+4
2016-05-06-make sure single select after multi select works betterJuan Linietsky4-2/+27
2016-05-06Fix memory leakGeorge Marques1-1/+2
2016-05-06Fix wrong return and argument types in documentationIgnacio Etcheverry9-13/+13
2016-05-06Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2-0/+13
2016-05-06Fix ds3 gamepad mappingHinsbart1-0/+1
2016-05-06Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2-3/+4
2016-05-06Fix windows 64-bits build.George Marques3-3/+4
2016-05-06Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic1-0/+89
2016-05-06Update OpenSSL to 1.0.2hmrezai35-153/+365
2016-05-06Autocomplete no longer shows duplicates, issue 1824Paulb231-0/+4
2016-05-06Input DocumentationCowThing1-0/+16