summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* X11: Ensure XGetWindowProperty data gets freedRémi Verschelde2020-06-293-92/+34
* Fix the logic to enable focus awarenessFredia Huya-Kouadio2020-06-272-4/+6
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-2517-232/+348
* Merge pull request #39779 from naithar/feature/ios-modules-masterRémi Verschelde2020-06-242-0/+7
|\
| * Export: Fix iOS enabling push notifications capabilitySergey Minakov2020-06-231-0/+4
| * SCons: Enable modules for iOSSergey Minakov2020-06-231-0/+3
* | Updated purchase receipt suitable for sending to apple verification serverPoq Xert2020-06-241-1/+1
|/
* Follow up cleanup for the godotpayment project moduleFredia Huya-Kouadio2020-06-222-1/+0
* Merge pull request #39751 from bruvzg/mingw_build_fixRémi Verschelde2020-06-221-0/+2
|\
| * Fix use uninitialized `ofs` variable introduced in 39701.bruvzg2020-06-221-0/+2
* | [Windows] Prevent overwriting old cursor handle on multiple mouse_mode change...bruvzg2020-06-221-5/+10
|/
* Merge pull request #39745 from timoschwarzer/remove-godot-payment-plugin-4Rémi Verschelde2020-06-227-367/+12
|\
| * Remove GodotPayment android pluginTimo Schwarzer2020-06-227-367/+12
* | macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...bruvzg2020-06-221-2/+6
|/
* Move Haiku platform port to external repositoryRémi Verschelde2020-06-2020-2076/+0
* Merge pull request #39701 from BastiaanOlij/fix_joystick_slidersRémi Verschelde2020-06-202-6/+11
|\
| * Fix missing slider joystick handling on WindowsBastiaan Olij2020-06-202-6/+11
* | Merge pull request #39700 from nekomatata/osx-export-zip-fixRémi Verschelde2020-06-201-1/+4
|\ \ | |/ |/|
| * Set proper file type attribute for OSX zip exportPouleyKetchoupp2020-06-201-1/+4
* | Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-maxRémi Verschelde2020-06-191-0/+1
|\ \
| * | Add static_assert checks where code assumes VARIANT_ARG_MAX == 5Timo Schwarzer2020-05-251-0/+1
* | | Merge pull request #39427 from hcmlax/shortcut_issue_39351Rémi Verschelde2020-06-191-2/+2
|\ \ \
| * | | adding check for syskeydown on control and altunknown2020-06-181-2/+2
* | | | Export: Rename 'Windows Universal' to 'UWP'Rémi Verschelde2020-06-191-2/+2
| |_|/ |/| |
* | | Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio2020-06-192-9/+9
* | | Merge pull request #39542 from Ev1lbl0w/feature/kill-pidRémi Verschelde2020-06-161-0/+7
|\ \ \
| * | | Allow Godot to kill it's own PIDEv1lbl0w2020-05-131-0/+7
* | | | Merge pull request #39579 from m4gr3d/provide_activity_to_godot_plugin_constr...Rémi Verschelde2020-06-163-7/+17
|\ \ \ \
| * | | | Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-163-7/+17
* | | | | Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-152-46/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-46/+10
* | | | | Merge pull request #39457 from bruvzg/kbd_layoutsRémi Verschelde2020-06-156-136/+290
|\ \ \ \ \
| * | | | | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-136-136/+290
* | | | | | Merge pull request #39436 from bruvzg/macos_export_notarizationRémi Verschelde2020-06-151-1/+118
|\ \ \ \ \ \
| * | | | | | macOS export, add notarization support and id / signing / notarization config...bruvzg2020-06-101-1/+118
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #39537 from Faless/js/fs_sync_iterationRémi Verschelde2020-06-141-4/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Immediately run first iteration after JS FS sync.Fabio Alessandrelli2020-06-141-4/+8
| |/ / / /
* | | | | Simplify some code in platform/uwp/exportAaron Franke2020-06-111-17/+1
* | | | | Merge pull request #38958 from lawnjelly/time_overflow_4Rémi Verschelde2020-06-112-4/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix overflow condition with QueryPerformanceCounterlawnjelly2020-05-222-4/+38
* | | | | Merge pull request #39304 from m4gr3d/enable_focus_awarenessRémi Verschelde2020-06-052-0/+35
|\ \ \ \ \
| * | | | | Add support for focus awarenessFredia Huya-Kouadio2020-06-042-0/+35
* | | | | | Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli2020-06-042-394/+197
|/ / / / /
* | | | | Check if the specified Android release keystore existsMarcus Brummer2020-06-041-0/+7
* | | | | Merge pull request #39060 from madmiraal/fix-38869Rémi Verschelde2020-06-041-8/+7
|\ \ \ \ \
| * | | | | Update Windows GUID to SDL uid conversion.Marcel Admiraal2020-05-261-8/+7
* | | | | | Fix inconsistent error messages with Android custom export templatesPouleyKetchoupp2020-06-011-4/+13
* | | | | | Update OSX GUID to SDL uid conversion.Marcel Admiraal2020-05-301-1/+8
| |_|/ / / |/| | | |
* | | | | Add dinput nullptr checks.Marcel Admiraal2020-05-301-1/+7
* | | | | Do not probe joypads if DirectInput cannot be initialized.Marcel Admiraal2020-05-291-6/+9