summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57336 from bruvzg/win_con_redirRémi Verschelde2022-01-281-7/+15
|\
| * [Windows] Disable console I/O redirection, if it's already redirected to the ...bruvzg2022-01-281-7/+15
* | Fix MOUSE_MODE_CONFINED not updating area when full-screen is toggled or curr...bruvzg2022-01-281-0/+21
|/
* Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-2710-0/+101
|\
| * Add support for getting native display, window, and view handles.bruvzg2022-01-1410-0/+101
* | Merge pull request #57293 from mhilbrunner/windows-console-fixupsRémi Verschelde2022-01-271-8/+8
|\ \
| * | Minor typo fixups to Windows console changesMax Hilbrunner2022-01-271-8/+8
* | | Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` fileFredia Huya-Kouadio2022-01-262-1/+2
|/ /
* | Fix XR Android manifest metadataFredia Huya-Kouadio2022-01-263-22/+8
* | Fix memory leak when move to trash fails on LinuxHaoyu Qiu2022-01-251-5/+3
* | Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-244-9/+0
|\ \
| * | Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-134-9/+0
* | | Merge pull request #57074 from Faless/net/4.x_http_client_64Fabio Alessandrelli2022-01-232-2/+2
|\ \ \
| * | | [Net] Fix get_response_body_length for large files.Fabio Alessandrelli2022-01-232-2/+2
* | | | Merge pull request #56977 from Calinou/web-editor-add-local-web-serverFabio Alessandrelli2022-01-233-7/+3567
|\ \ \ \ | |/ / / |/| | |
| * | | Add local web server configuration designed for web editor developmentHugo Locurcio2022-01-203-7/+3567
* | | | [Export] Instead of removing unsupported options, hide it.bruvzg2022-01-224-21/+46
* | | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-1/+0
* | | | Merge pull request #56972 from lawnjelly/warn_unusedRémi Verschelde2022-01-201-3/+3
|\ \ \ \
| * | | | Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-3/+3
* | | | | Merge pull request #56949 from timothyqiu/has-clipboardRémi Verschelde2022-01-205-1/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-195-1/+36
| |/ / /
* / / / Force threads when compiling web editor instead of erroring outHugo Locurcio2022-01-191-3/+3
|/ / /
* | | Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindowRémi Verschelde2022-01-195-44/+54
|\ \ \
| * | | Window management improvements.bruvzg2022-01-185-44/+54
* | | | Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde2022-01-181-1/+1
|\ \ \ \
| * | | | Rename Project Window width and height settings to match their functionMarcel Admiraal2022-01-041-1/+1
* | | | | [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv...bruvzg2022-01-1811-100/+3996
| |/ / / |/| | |
* | | | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-1716-187/+89
|\ \ \ \
| * | | | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-1816-187/+89
* | | | | Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-3/+3
* | | | | [iOS] Improve iOS icon / loading screen export.bruvzg2022-01-171-82/+69
* | | | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-6/+3
* | | | | Merge pull request #56238 from madmiraal/fix-44178Rémi Verschelde2022-01-1410-99/+52
|\ \ \ \ \
| * | | | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-1410-99/+52
| | |_|_|/ | |/| | |
* / | | | Flush input events before destroying the windowYuri Roubinsky2022-01-141-0/+3
|/ / / /
* | | / Fix various typosluz paz2022-01-131-1/+1
| |_|/ |/| |
* | | Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-pathsRémi Verschelde2022-01-121-0/+10
|\ \ \
| * | | Android export plugin passes absolute file paths to gradle for keystores.Jason Knight2022-01-101-0/+10
* | | | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-122-3/+3
|\ \ \ \
| * | | | Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-042-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #56700 from bruvzg/macos_terminal_activationRémi Verschelde2022-01-121-4/+4
|\ \ \ \
| * | | | [macOS] Improve window activation hack.bruvzg2022-01-111-4/+4
* | | | | Merge pull request #56717 from bruvzg/macos_opengl_hdrRémi Verschelde2022-01-121-0/+1
|\ \ \ \ \
| * | | | | [macOS] Fix OpenGL color space on HDR displays.bruvzg2022-01-121-0/+1
| |/ / / /
* / / / / New OpenGL batching canvas rendererclayjohn2022-01-112-4/+0
|/ / / /
* | | | Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-114-8/+8
|\ \ \ \
| * | | | Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-294-8/+8
* | | | | [macOS export] Improve code signing/notarization options validation.bruvzg2022-01-101-12/+52
* | | | | Merge pull request #56618 from Pineapple/uwp-qpc-tweaksRémi Verschelde2022-01-081-9/+5
|\ \ \ \ \