summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-5/+15
* Merge pull request #52684 from Frixuu/masterRémi Verschelde2021-10-0110-134/+235
|\
| * Allow for mapping keycodes to current layoutFrixuu2021-09-2110-134/+235
* | Use range iterators for `Map`Lightning_A2021-09-303-67/+67
* | Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde2021-09-302-4/+17
|\ \
| * | [macOS] Prefer .app bundle icon over the default one.bruvzg2021-05-132-4/+17
* | | Merge pull request #52809 from selgesel/patch1Fabio Alessandrelli2021-09-292-0/+9
|\ \ \
| * | | Release pressed events when the window is blurred on HTML5 platformSelgesel2021-09-232-0/+9
* | | | HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde2021-09-292-1/+9
* | | | [macOS, sandbox] Add export option to embed and sign helper executables.bruvzg2021-09-271-5/+48
* | | | Replace `#pragma once` by traditional include guards for consistencyHugo Locurcio2021-09-243-5/+7
|/ / /
* | | Merge pull request #52842 from Ev1lbl0w/fix_win_open_errcodeRémi Verschelde2021-09-211-2/+21
|\ \ \
| * | | Fix shell_open not returning errors on WindowsRicardo Subtil2021-09-191-2/+21
* | | | Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_prRémi Verschelde2021-09-217-154/+339
|\ \ \ \ | |_|_|/ |/| | |
| * | | [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli2021-09-157-154/+339
* | | | Fix Windows cursor with trails disappearing in fullscreenDan2021-09-192-0/+17
| |/ / |/| |
* | | Merge pull request #52715 from Calinou/linuxbsd-vulkan-driver-rebootRémi Verschelde2021-09-161-1/+2
|\ \ \
| * | | Mention that rebooting is required after updating graphics driver on LinuxHugo Locurcio2021-09-151-1/+2
* | | | Merge pull request #52720 from Faless/js/4.x_fix_wheelRémi Verschelde2021-09-161-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | [HTML5] Fix wheel/touch callback modifying event after parse.Fabio Alessandrelli2021-09-151-5/+6
* | | | Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli2021-09-153-7/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | [HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli2021-09-153-7/+14
* | | | Add support for Play Asset Delivery.ne0fhyk2021-09-158-13/+50
| |/ / |/| |
* | | Merge pull request #52696 from Faless/js/4.x_worklet_rb_bugRémi Verschelde2021-09-151-7/+7
|\ \ \
| * | | [HTML5] Fix bug in AudioWorklet when reading output buffer.Fabio Alessandrelli2021-09-151-7/+7
| |/ /
* | | Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messagesRémi Verschelde2021-09-151-23/+21
|\ \ \ | |/ / |/| |
| * | Improve messages when compiling for Linux/*BSDHugo Locurcio2021-08-311-23/+21
* | | Re-enable building position-independent executables on Linux/*BSDHugo Locurcio2021-09-151-5/+0
* | | Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli2021-09-142-2/+23
|\ \ \
| * | | [HTML5] Fix input not working when buffered.Fabio Alessandrelli2021-09-121-0/+21
| * | | [HTML5] Fix build error due to missing string cast.Fabio Alessandrelli2021-09-121-2/+2
* | | | Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio2021-09-114-0/+40
|/ / /
* | | Clean DisplayServerWindows and add missing guardsMax Hilbrunner2021-09-101-156/+139
* | | Use current androidx Fragment library instead of legacy librariesMarcel Admiraal2021-09-083-8/+4
* | | Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-077-8/+8
|\ \ \
| * | | Make platform feature tag names lowercaseHugo Locurcio2021-08-317-8/+8
| |/ /
* | | fix fullscreen issue on macOSDaniel Kariv2021-09-031-0/+4
* | | Merge pull request #52159 from m4gr3d/addoculus_openxr_Fredia Huya-Kouadio2021-09-013-1/+14
|\ \ \
| * | | Update the AndroidManifest to enable access to Oculus OpenXR runtime.ne0fhyk2021-08-273-1/+14
* | | | Add support for adding plugin views behind the main view on AndroidPouleyKetchoupp2021-09-012-1/+19
| |/ / |/| |
* | | Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli2021-08-311-7/+25
|\ \ \
| * | | Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* | | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-292-2/+2
| |/ / |/| |
* | | Fix bad size after restoring a minimized window under Windowsjmb4622021-08-271-0/+1
* | | Merge pull request #47829 from Calinou/improve-crash-handler-displayHugo Locurcio2021-08-253-0/+30
|\ \ \
| * | | Improve crash handler message displayHugo Locurcio2021-06-173-0/+30
* | | | Merge pull request #52001 from floppyhammer/fix-window-decor-size-on-windowsMax Hilbrunner2021-08-241-10/+23
|\ \ \ \
| * | | | Fix window decoration size on Windowsfloppyhammer2021-08-231-10/+23
* | | | | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-226-9/+9
* | | | | Merge pull request #49756 from Calinou/android-export-move-clear-previous-ins...Michael Alexsander2021-08-222-3/+3
|\ \ \ \ \