summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Set fullscreen flags on window creation.bruvzg2022-07-191-0/+6
* Improve DisplayServer.window_set_current_screenbruvzg2022-07-192-2/+6
* HTML5: Make `OS.get_locale()` match other platformspattlebass2022-07-151-0/+1
* Merge pull request #62824 from MinusKube/haunted-editor-bugRémi Verschelde2022-07-132-8/+6
|\
| * Move windows display server's 'outside' field to WindowData structMinusKube2022-07-072-8/+6
* | Merge pull request #62843 from RandomShaper/fix_iphone_inputRémi Verschelde2022-07-111-0/+1
|\ \
| * | Flush accumulated input events on iOSPedro J. Estébanez2022-07-081-0/+1
* | | Add static methods for creating Image and ImageTexturekobewi2022-07-088-42/+11
|/ /
* | Merge pull request #62813 from bruvzg/android_fix_zstd_buildRémi Verschelde2022-07-071-6/+2
|\ \ | |/ |/|
| * Use clang as assembler to ensure preprocessing is done, and add assembler "ta...bruvzg2022-07-071-6/+2
* | [macOS] Improve file association handling, and allow URL schema handling.bruvzg2022-07-075-34/+55
|/
* Check if GL manager exist to prevent crash when using multithreaded renderer ...bruvzg2022-07-063-4/+12
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-0534-288/+2430
* Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-046-7/+46
|\
| * [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-046-7/+46
* | Merge pull request #62611 from akien-mga/android-preset-refactor-custom-buildRémi Verschelde2022-07-031-28/+66
|\ \
| * | Android: Refactor Custom Build options in export presetRémi Verschelde2022-07-031-28/+66
* | | [macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg2022-07-031-3/+52
* | | Merge pull request #62618 from Bromeon/bugfix/exit-codeRémi Verschelde2022-07-025-2/+16
|\ \ \
| * | | Fix exit code of --help and --version, and test them in CIJan Haller2022-07-025-2/+16
* | | | Merge pull request #62607 from RPicster/master-default-cursor-fixFabio Alessandrelli2022-07-021-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Default cursor fix for html5 exportRaffaele Picca2022-07-011-2/+2
| |/ /
* / / [macOS export] Unref FileAccess to ensure chmod is successful.bruvzg2022-07-021-0/+1
|/ /
* | Add arch flag to assembler to fix build on ARM64 macOS / iOS.bruvzg2022-07-012-0/+6
* | Properly check for fullscreen toggle made through the Window ManagerWilson E. Alvarez2022-06-302-0/+49
* | Merge pull request #61691 from madmiraal/android-ndk-23Rémi Verschelde2022-06-262-258/+76
|\ \
| * | Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-252-258/+76
* | | Merge pull request #62289 from madmiraal/fix-61816Fredia Huya-Kouadio2022-06-256-36/+0
|\ \ \ | |/ / |/| |
| * | Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-216-36/+0
| |/
* / Update android:targetSdkVersion from 30 to 31Gustavo Maciel2022-06-235-3/+6
|/
* Merge pull request #62000 from gregcsokas/masterRémi Verschelde2022-06-173-6/+82
|\
| * Adding function key support from F17 to F35gregcsokas2022-06-163-6/+82
* | Ensure joystick has been added or not already removed when processing inputMarcel Admiraal2022-06-161-0/+3
|/
* refactoring: simplify compiler version checkJiri Suchan2022-06-141-13/+7
* [HTML5] Add GDNative+Threads build.Fabio Alessandrelli2022-06-145-23/+30
* Migrate the Godot Editor java source file to Kotlin.Fredia Huya-Kouadio2022-06-093-85/+77
* Add readable export errors.bruvzg2022-06-088-111/+217
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-026-11/+25
* Merge pull request #61579 from madmiraal/android-kotlin-java-versionRémi Verschelde2022-06-018-12/+69
|\
| * Ensure Android Java and Kotlin compile to the same versionMarcel Admiraal2022-06-018-12/+69
* | Misc editor tweaks and polishes:Fredia Huya-Kouadio2022-05-316-5/+64
|/
* Merge pull request #61573 from madmiraal/android-cleanupRémi Verschelde2022-05-3133-239/+182
|\
| * Cleanup Android C++ codeMarcel Admiraal2022-05-3133-239/+182
* | Only use Android fullscreen theme for splash screenMarcel Admiraal2022-05-271-2/+2
|/
* HTML5: Run `npm audit fix`Rémi Verschelde2022-05-252-90/+151
* HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde2022-05-251-5/+0
* Merge pull request #61352 from Faless/ext/linux_exportRémi Verschelde2022-05-251-1/+1
|\
| * [Editor] LinuxBSD export reports Linux as OS name.Fabio Alessandrelli2022-05-241-1/+1
* | Merge pull request #61333 from m4gr3d/fix_restart_logic_mainRémi Verschelde2022-05-237-88/+156
|\ \
| * | Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-237-88/+156