summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde2021-10-202-6/+47
|\
| * Added primary clipboard for LinuxConteZero2021-10-182-6/+47
* | Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-1/+1
|\ \
| * | Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | | iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry2021-10-171-1/+1
* | | Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-152-9/+0
|\ \ \
| * | | Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-152-9/+0
* | | | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-157-27/+2
|/ / /
* | | Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-143-5/+1
* | | Upgrade Android Gradle to version 7.2Marcel Admiraal2021-10-145-46/+63
|/ /
* | SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-147-0/+8
* | free dbus errors when inhibiting freedesktop screensaver (prevents small memo...Mark Riedesel2021-10-121-0/+4
* | Merge pull request #53712 from CakHuri/nullptrRémi Verschelde2021-10-121-2/+2
|\ \
| * | Replaced NULL with nullptrM. Huri2021-10-121-2/+2
* | | Build for 64-bit ARM by default when compiling or exporting for AndroidHugo Locurcio2021-10-122-20/+11
| |/ |/|
* | Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-2/+3
|/
* Pass the correct `export_format` argument to locate the assets directory when...ne0fhyk2021-10-112-5/+4
* Merge pull request #53580 from RandomShaper/improve_cache_funcsRémi Verschelde2021-10-097-18/+41
|\
| * Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez2021-10-097-18/+41
* | Merge pull request #51429 from omar-polo/fix-basenameRémi Verschelde2021-10-091-1/+4
|\ \ | |/ |/|
| * use .get_file() instead of basename(3)Omar Polo2021-10-081-1/+4
* | Change dragging cursor on Windowskobewi2021-10-061-1/+1
* | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+2
|\ \
| * | Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+2
* | | [HTML5] Refactor JS library listeners to OS.Fabio Alessandrelli2021-10-054-70/+70
* | | [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-054-414/+435
* | | [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-053-8/+37
* | | [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-054-22/+12
* | | [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-054-18/+22
* | | [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-057-197/+259
* | | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-0510-7/+12
|\ \ \
| * | | Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-2310-7/+12
* | | | Merge pull request #53405 from winterpixelgames/PR-more-error-logging-releaseRémi Verschelde2021-10-052-4/+0
|\ \ \ \
| * | | | revert 0d7409a so additional error information prints in release buildsJordan Schidlowsky2021-10-042-4/+0
* | | | | 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
| |/ / / / |/| | | |