summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Add X11 Atom validity checks.bruvzg2020-11-121-15/+24
* Merge pull request #43443 from Faless/js/4.0_audio_workletRémi Verschelde2020-11-1124-1054/+1914
|\
| * [HTML5] AudioWorklet API implementation.Fabio Alessandrelli2020-11-108-202/+717
| * [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-1021-889/+1233
| * [HTML5] Update syntax for lto.Fabio Alessandrelli2020-11-101-1/+2
* | iOS Export: support multi-target pluginSergey Minakov2020-11-102-127/+200
* | iOS Export: export modification to support pluginsSergey Minakov2020-11-102-76/+556
* | iOS: change platform code to support pluginsSergey Minakov2020-11-102-0/+7
* | iOS Modules: separate main platform code from modulesSergey Minakov2020-11-1013-1456/+3
|/
* Merge pull request #43412 from akien-mga/variant-rename-_RID-to-RIDRémi Verschelde2020-11-091-2/+2
|\
| * Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
* | Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-097-24/+8
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0751-63/+63
* [HTML5] Fix audio buffer size and latency hint.Fabio Alessandrelli2020-11-062-2/+2
* Merge pull request #43353 from madmiraal/fix-43352Rémi Verschelde2020-11-062-3/+3
|\
| * Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants.unknown2020-11-062-3/+3
* | Merge pull request #43051 from Ev1lbl0w/bugfix-path-inconsistencyRémi Verschelde2020-11-061-4/+6
|\ \
| * | Changed path behaviour for WindowsEv1lbl0w2020-10-241-4/+6
* | | [iOS] Add missing ARC flag to the simulator build.bruvzg2020-10-301-1/+1
| |/ |/|
* | Merge pull request #37158 from thebestnom/android-click-supportRémi Verschelde2020-10-3012-236/+310
|\ \
| * | Android: Mouse Implementationthebestnom2020-10-0912-236/+310
* | | Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...Fredia Huya-Kouadio2020-10-298-18/+71
* | | Update the gradle pluginsFredia Huya-Kouadio2020-10-283-4/+6
* | | Merge pull request #42361 from akien-mga/vulkan-layers-opt-inRémi Verschelde2020-10-281-0/+1
|\ \ \
| * | | Vulkan: Make validation layers optionalRémi Verschelde2020-10-271-0/+1
| | |/ | |/|
* | | Merge pull request #43153 from nekomatata/android-build-version-closeRémi Verschelde2020-10-281-9/+12
|\ \ \
| * | | Release .build_version file handle in Android custom build exportPouleyKetchoupp2020-10-281-9/+12
| |/ /
* | | Merge pull request #43053 from Ev1lbl0w/bugfix-shell-openRémi Verschelde2020-10-281-6/+27
|\ \ \
| * | | Changed shell_open behaviourEv1lbl0w2020-10-261-6/+27
| |/ /
* / / Implement OS.get_window_safe_area() for AndroidMark Riedesel2020-10-275-2/+48
|/ /
* | Fix android apk contents having mtime 1 month in futureMark Riedesel2020-10-231-1/+1
* | Merge pull request #42772 from bruvzg/macos_inertiaRémi Verschelde2020-10-201-0/+14
|\ \
| * | [macOS] Suppress momentum scrolling after key press or modifier change to pre...bruvzg2020-10-131-0/+14
* | | Merge pull request #42853 from naithar/fix/in-app-store-masterRémi Verschelde2020-10-202-97/+201
|\ \ \
| * | | iOS: fix in app storeSergey Minakov2020-10-162-97/+201
* | | | Refactor MethodBind to use variadic templatesreduz2020-10-187-7/+9
|/ / /
* | | [HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli2020-10-144-0/+218
* | | Add JavaScript editor html file.Fabio Alessandrelli2020-10-141-1/+1
* | | [HTML5] Close IDBFS database on exit.Fabio Alessandrelli2020-10-142-3/+19
* | | [HTML5] Expose request_quit via Engine class.Fabio Alessandrelli2020-10-141-0/+7
* | | Increase HTML5 THREADPOOL size.Fabio Alessandrelli2020-10-141-1/+1
|/ /
* | [Windows, MSVC] Correctly set source file encoding.bruvzg2020-10-092-2/+2
* | Merge pull request #42647 from nekomatata/x11-unfocus-crash-fixRémi Verschelde2020-10-081-16/+21
|\ \ | |/ |/|
| * Fix x11 display server crash when deleting popup window when unfocusedPouleyKetchoupp2020-10-081-16/+21
* | Fixed an issue in UWP export caused by duplicate entry for extensions in cont...unknown2020-10-081-1/+1
* | SCons: Refactor and cleanup warnings definitionRémi Verschelde2020-10-082-2/+5
* | SCons: Add windows_subsystem=default, restores original behaviorRémi Verschelde2020-10-061-1/+14
* | [HTML5] Scons now expects "emcc" to be in PATH.Fabio Alessandrelli2020-10-042-25/+6
* | Merge pull request #42505 from Faless/js/4.0_audio_threadsRémi Verschelde2020-10-027-185/+318
|\ \
| * | [HTML5] Run Audio process in thread when availableFabio Alessandrelli2020-10-025-185/+314