summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-01198-395/+395
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-303-3/+16
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-222-2/+0
* Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* Merge pull request #33910 from Faless/net/android_mlockRémi Verschelde2019-12-148-0/+325
|\
| * Add Android NetSocket implementation.Fabio Alessandrelli2019-12-145-0/+220
| * Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* | Merge pull request #34338 from Catchawink/masterRémi Verschelde2019-12-141-0/+9
|\ \
| * | Added microphone and camera usage descriptions to macOS builds.Catchawink2019-12-131-0/+9
* | | Change bundle name rules on iOS to match Apple's requirementsJonas Bernemann2019-12-141-41/+1
|/ /
* | Merge pull request #34229 from NoFr1ends/fix-home-indicator-iosRémi Verschelde2019-12-132-0/+12
|\ \
| * | Add project setting to hide home indicator on iOSJonas Bernemann2019-12-132-0/+12
| |/
* / SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-3/+6
|/
* [macOS] Send resize event without actually resizing window on backing change.bruvzg2019-12-081-6/+2
* iOS: Disable armv7 as target arch by defaultRémi Verschelde2019-12-061-1/+1
* Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-044-3/+47
* Merge pull request #34079 from KoBeWi/rcexportRémi Verschelde2019-12-031-36/+41
|\
| * Don't stop export if rcedit path is invalidTomasz Chabora2019-12-031-36/+41
* | Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde2019-12-031-0/+7
|/
* [iOS] Add export options to control external access to user data.bruvzg2019-12-031-0/+7
* iOS modular build and export implementation.bruvzg2019-12-0128-1104/+54
* Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde2019-11-281-3/+18
|\
| * Add connection information and serial number to device descriptionRobbie Cooper2019-10-151-0/+8
| * Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper2019-10-151-3/+10
* | Merge pull request #33883 from bruvzg/mac_localeRémi Verschelde2019-11-251-1/+1
|\ \
| * | [macOS] Fix locale detection.bruvzg2019-11-251-1/+1
* | | Fix inverted value check in UWP export packagerGeorge Marques2019-11-251-1/+1
* | | Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde2019-11-251-0/+4
|\ \ \ | |/ / |/| |
| * | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+4
* | | Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* | | Fix typos with codespellRémi Verschelde2019-11-223-4/+4
|/ /
* | [macOS] Remove CVDisplayLink v-sync hack.bruvzg2019-11-212-55/+2
* | pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-202-0/+2
* | HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde2019-11-191-0/+4
* | HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde2019-11-151-4/+1
* | Merge pull request #33536 from akien-mga/revert-25474-android-gesturesRémi Verschelde2019-11-131-33/+1
|\ \
| * | Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture"Rémi Verschelde2019-11-111-33/+1
* | | X11: Fix memory leak in handle_key_eventRémi Verschelde2019-11-121-0/+1
* | | Merge pull request #33482 from piratesephiroth/masterRémi Verschelde2019-11-111-1/+1
|\ \ \ | |/ / |/| |
| * | Set ShellExecuteW's verb to NULL - fixes #33388piratesephiroth2019-11-091-1/+1
* | | [UWP] [Export] added additional checks for blank valuespiratesephiroth2019-11-091-0/+10
|/ /
* | Fix graphic tablet input coordinates on Windows.bruvzg2019-11-071-2/+8
* | Fix crash on exit or resume on iOS 13Max2019-11-051-6/+7
* | Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher2019-11-021-1/+33
* | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-305-4/+268
* | Update natvis file to display Node class correctly in Visual Studio debuggerPouleyKetchoupp2019-10-291-0/+8
* | Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky2019-10-272-5/+13
* | Allow use of relative and speed properties for InputEventScreenDrag on WIndowsJoe Sweeney2019-10-261-2/+3
* | Specify MINGW_HAS_SECURE_API=1Yeongho Kim2019-10-251-1/+1