summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #80918 from bruvzg/scons_wrp_depsYuri Sizov2023-08-251-0/+1
|\
| * [Windows] Add main executable to the console wrapper dependencies to prevent ...bruvzg2023-08-231-0/+1
* | Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
|/
* Add missing tutorials to documentation classesHugo Locurcio2023-08-193-0/+3
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* Merge pull request #80104 from bruvzg/freedesktop_native_file_dialogRémi Verschelde2023-08-177-31/+412
|\
| * [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-177-31/+412
* | Merge pull request #80036 from PorkrollPosadist/fix-wayland-window-behaviorRémi Verschelde2023-08-171-12/+14
|\ \
| * | Use EWMH for DisplayServerX11::_window_minimize_check() implementationPorkrollPosadist2023-07-311-12/+14
* | | Merge pull request #79578 from Faless/web/4.x_dlink_visibilityRémi Verschelde2023-08-172-0/+5
|\ \ \
| * | | [Web] Use fvisibility=hidden for side module when dlink_enabled.Fabio Alessandrelli2023-07-172-0/+5
* | | | Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-174-15/+9
| |_|/ |/| |
* | | SCons: Disable C++ exception handlingRémi Verschelde2023-08-163-16/+3
* | | Merge pull request #80569 from m4gr3d/show_in_app_library_settings_mainRémi Verschelde2023-08-165-2/+13
|\ \ \
| * | | Add export setting to control whether to show the Godot app in the app libraryFredia Huya-Kouadio2023-08-135-2/+13
* | | | Fix GCC -Wmaybe-uninitialized warningsRémi Verschelde2023-08-141-4/+4
* | | | C#: Fix exporting for Androidscgm02023-08-121-8/+5
|/ / /
* | | SCons: Disable misbehaving MSVC incremental linkingRémi Verschelde2023-08-101-0/+3
* | | Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crashRémi Verschelde2023-08-102-3/+18
|\ \ \
| * | | Track hovered `Window` in `DisplayServerX11`Markus Sauermann2023-08-092-3/+18
* | | | Merge pull request #80439 from bruvzg/macos_mouse_enter_exitRémi Verschelde2023-08-094-7/+26
|\ \ \ \
| * | | | [macOS] Fix missing mouse exit events on window close.bruvzg2023-08-094-7/+26
* | | | | Merge pull request #80404 from bruvzg/file_attribsRémi Verschelde2023-08-092-4/+14
|\ \ \ \ \
| * | | | | [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-082-4/+14
| |/ / / /
* / / / / Fix Windows console wrapper and icon being swappedTyler2023-08-071-2/+2
|/ / / /
* | | | Merge pull request #80240 from bruvzg/x11_ext_checksRémi Verschelde2023-08-072-25/+22
|\ \ \ \
| * | | | [X11] Do not fail DisplayServer init if non-essential extensions are missing.bruvzg2023-08-042-25/+22
* | | | | Merge pull request #79693 from bruvzg/com_athRémi Verschelde2023-08-072-2/+7
|\ \ \ \ \
| * | | | | [Windows] Initialize COM as apartment-threaded.bruvzg2023-07-202-2/+7
* | | | | | Merge pull request #79456 from bruvzg/popup_area_fixRémi Verschelde2023-08-073-3/+3
|\ \ \ \ \ \
| * | | | | | Fix native popups auto-closing when interacting with non-client area.bruvzg2023-08-073-3/+3
| | |_|/ / / | |/| | | |
* / | | | | Fix various typos with codespellRémi Verschelde2023-08-075-8/+8
|/ / / / /
* | | | | Merge pull request #35555 from Calinou/add-version-project-settingYuri Sizov2023-08-048-21/+21
|\ \ \ \ \
| * | | | | Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-048-21/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #78325 from akien-mga/libpng-moar-intrinsicsRémi Verschelde2023-08-041-3/+2
|\ \ \ \ \
| * | | | | libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEONRémi Verschelde2023-08-041-3/+2
| |/ / / /
* / / / / Fix various typos in classrefHaoyu Qiu2023-08-043-3/+3
|/ / / /
* | | | Merge pull request #78539 from EIREXE/input-infoYuri Sizov2023-08-032-2/+27
|\ \ \ \
| * | | | Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-022-2/+27
* | | | | Merge pull request #80092 from Faless/web/npm_updateYuri Sizov2023-08-023-2939/+1142
|\ \ \ \ \
| * | | | | [Web] Update npm packagesFabio Alessandrelli2023-07-313-2939/+1142
| | |_|_|/ | |/| | |
* | | | | Merge pull request #79950 from bruvzg/win_appYuri Sizov2023-08-021-0/+2
|\ \ \ \ \
| * | | | | [macOS Export] Disable unpacked .app bundle export on Windows.bruvzg2023-07-271-0/+2
* | | | | | [Windows] Do not force redraw window background on mouse pass-through region ...bruvzg2023-08-021-3/+2
* | | | | | Fix crash on Windows when closing `Window`Markus Sauermann2023-08-022-0/+10
* | | | | | Fix npe when registering the sensors.Fredia Huya-Kouadio2023-07-281-8/+16
| |/ / / / |/| | | |
* | | | | Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-274-0/+101
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add clipboard get image methods for windows and macosVincent D2023-07-174-0/+101
* | | | | Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-264-25/+27
|\ \ \ \ \
| * | | | | Allow MSVC dev_mode builds to succeed with dotnetThaddeus Crews2023-07-174-25/+27