summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* iOS Export: use relative path for res:// filesSergey Minakov2020-07-061-11/+16
* Merge pull request #40111 from DanielZTing/masterRémi Verschelde2020-07-051-1/+7
|\
| * Fix opening URLS with special characters in macOSDaniel Ting2020-07-031-1/+7
* | Merge pull request #40084 from bruvzg/macos_seamless_scalingRémi Verschelde2020-07-042-221/+248
|\ \
| * | [macOS] Implement seamless display scaling.bruvzg2020-07-042-221/+248
| |/
* | Merge pull request #40105 from Logharaa/masterRémi Verschelde2020-07-041-0/+1
|\ \ | |/ |/|
| * Break loop when the first focused window is foundGaël2020-07-041-0/+1
* | Merge pull request #39888 from nekomatata/windows-create-window-errorRémi Verschelde2020-07-041-5/+17
|\ \
| * | Fix errors when creating windows on WindowsPouleyKetchoupp2020-06-271-5/+17
* | | Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-041-1/+1
|\ \ \
| * | | Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* | | | Improve the situation of DND on X11Juan Linietsky2020-07-032-1/+22
| |_|/ |/| |
* | | Merge pull request #40074 from reduz/fix-fullscreenRémi Verschelde2020-07-031-0/+21
|\ \ \
| * | | Fix fullscreen flag on Windows, closes #37588Juan Linietsky2020-07-021-0/+21
* | | | Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde2020-07-031-5/+107
|\ \ \ \ | |/ / / |/| | |
| * | | iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov2020-07-021-1/+21
| * | | iOS Export: turn .dylib into .framework on exportSergey Minakov2020-07-021-4/+86
* | | | [macOS] Implement confined mouse mode.bruvzg2020-07-022-5/+63
| |/ / |/| |
* | | Merge pull request #40018 from Faless/js/more_improvements_4.0Rémi Verschelde2020-07-027-82/+148
|\ \ \
| * | | Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli2020-07-015-15/+40
| * | | Limit FPS in JS by skipping iterations.Fabio Alessandrelli2020-07-012-0/+13
| * | | [JS] Check canvas size each loop, force redraw.Fabio Alessandrelli2020-07-013-0/+26
| * | | More static methods in DisplayServerJavaScript.Fabio Alessandrelli2020-07-012-9/+19
| * | | Refactor canvas ID and locale handling.Fabio Alessandrelli2020-07-014-56/+45
| * | | Fix FS error on JS startup due to existing folder.Fabio Alessandrelli2020-07-011-2/+5
| |/ /
* | | Add a focus out timeout for X11 to less events of this type are receivedJuan Linietsky2020-07-012-4/+11
* | | Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde2020-07-012-6/+23
|\ \ \
| * | | [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-292-6/+23
* | | | Merge pull request #40016 from akien-mga/environment-code-cleanupRémi Verschelde2020-07-011-1/+1
|\ \ \ \
| * | | | Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-1/+1
| | |/ / | |/| |
* / | | Ensure embedded mode works againJuan Linietsky2020-07-012-14/+37
|/ / /
* | | [macOS] Add application become/resign active notifications.bruvzg2020-06-301-0/+12
* | | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-303-2/+22
* | | [macOS export] Set correct external file attributes (Unix mode), and creation...bruvzg2020-06-301-2/+3
* | | 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
|\