summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #65902 from MJacred/editor/copysysteminfoYuri Sizov2023-05-274-31/+39
|\
| * Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-274-31/+39
* | Improve touchpad and mouse support for the Android editorFredia Huya-Kouadio2023-05-257-17/+63
* | Merge pull request #77458 from Riteo/late-night-preprocessingRémi Verschelde2023-05-251-0/+2
|\ \
| * | Build `JoypadLinux` sandbox detection method only with udevRiteo2023-05-251-0/+2
* | | Update the format for the app version code and nameFredia Huya-Kouadio2023-05-241-4/+6
|/ /
* | Merge pull request #74569 from m4gr3d/setup_play_store_builds_mainRémi Verschelde2023-05-247-56/+131
|\ \
| * | Update the gradle build tasks to generate play store builds.Fredia Huya-Kouadio2023-04-277-56/+131
* | | Merge pull request #73450 from Calinou/windows-vulkan-disable-amd-switchable-...Rémi Verschelde2023-05-241-0/+4
|\ \ \
| * | | Move code to Windows Vulkan context initialization contextHugo Locurcio2023-02-172-5/+4
| * | | Disable AMD switchable graphics on Windows with Vulkan to fix driver issueHugo Locurcio2023-02-161-0/+5
* | | | Improve startup benchmarkingFredia Huya-Kouadio2023-05-2310-23/+240
* | | | X11: Fix vformat ambiguous int types for GCC 10Rémi Verschelde2023-05-231-1/+1
* | | | Merge pull request #77258 from RedworkDE/natvis-pdb-embededRémi Verschelde2023-05-221-0/+1
|\ \ \ \
| * | | | Embed natvis debug views in PDBRedworkDE2023-05-201-0/+1
* | | | | Add support for DPAD Center key of Android TV remote controllerHiroki Taira2023-05-221-0/+1
| |_|_|/ |/| | |
* | | | Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-1813-63/+119
* | | | Small docs syntax fixesMax Hilbrunner2023-05-181-1/+1
|/ / /
* | | Fix for Clang dev_mode Windows buildbitsawer2023-05-171-1/+1
* | | Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_mainRémi Verschelde2023-05-172-14/+12
|\ \ \
| * | | Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-152-14/+12
* | | | Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-166-4/+221
|\ \ \ \
| * | | | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-206-4/+221
* | | | | [TLS/Windows] Skip disallowed certs in the trusted CA list.Fabio Alessandrelli2023-05-141-1/+11
* | | | | Linux: Don't use udev for joypad hotloading when running in a sandboxRémi Verschelde2023-05-121-9/+39
* | | | | Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-1214-1/+156
|\ \ \ \ \
| * | | | | [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-1214-1/+156
* | | | | | Merge pull request #76974 from dsnopek/linuxbsd-feature-tagsRémi Verschelde2023-05-121-0/+5
|\ \ \ \ \ \
| * | | | | | Fix 'linux' and specific BSD feature tagsDavid Snopek2023-05-111-0/+5
* | | | | | | Merge pull request #76957 from Riteo/dbus-checkRémi Verschelde2023-05-122-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Check DBus loading status before attempting to detect its versionRiteo2023-05-112-0/+10
| |/ / / / / /
* / / / / / / Enable shadow warnings and fix raised errorsNinni Pipping2023-05-117-34/+38
|/ / / / / /
* | | | | | Merge pull request #76924 from stolk/fixuninitRémi Verschelde2023-05-111-0/+1
|\ \ \ \ \ \
| * | | | | | x11: Do not use uninitialized timestamps.Bram Stolk2023-05-101-0/+1
| |/ / / / /
* | | | | | Merge pull request #76856 from HolonProduction/macos-specificRémi Verschelde2023-05-116-6/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't expose mac specific display server.HolonProduction2023-05-116-6/+8
* | | | | | Merge pull request #76165 from and-rad/safe-credentialsRémi Verschelde2023-05-1014-97/+152
|\ \ \ \ \ \
| * | | | | | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-1014-97/+152
* | | | | | | Make documentation sorting use natural orderNinni Pipping2023-05-091-10/+10
* | | | | | | Merge pull request #76868 from chfoo/issue-72728Rémi Verschelde2023-05-091-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ensure WindowData minimized/maximized are mutually exclusiveChristopher Foo2023-05-081-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #76791 from OmarShehata/fix-android-double-tapRémi Verschelde2023-05-091-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix double tap & drag on AndroidOmar Shehata2023-05-081-0/+3
| |/ / / /
* | | | | Merge pull request #76540 from reduz/redo-remote-filesystemRémi Verschelde2023-05-085-2/+28
|\ \ \ \ \
| * | | | | Redo how the remote filesystem worksJuan Linietsky2023-05-085-2/+28
* | | | | | Fix building the Windows x86_32 targetDavi2023-05-071-4/+4
| |/ / / / |/| | | |
* | | | | Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* | | | | [Android] Fix dynamic Variant params stack constructions in JNI callbacksshendo2023-05-012-24/+12
* | | | | Merge pull request #76510 from bruvzg/ios_conv_lib_loadRémi Verschelde2023-04-271-0/+10
|\ \ \ \ \
| * | | | | [iOS] Fix loading of GDExtension dylibs auto converted to framework.bruvzg2023-04-271-0/+10
| |/ / / /