summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-273-1/+10
|\
| * Merge pull request #99387 from 0x0ACB/direct_compositionThaddeus Crews2024-11-262-0/+8
| |\ | | | | | | | | | Use direct composition for d3d12 backend
| | * Use direct composition for d3d12 backend0x0ACB2024-11-262-0/+8
| | |
| * | Merge pull request #98862 from HuntJSparra/early-projsettings-registrationThaddeus Crews2024-11-261-1/+2
| |\ \ | | | | | | | | | | | | Register Engine, OS, ProjectSettings, and Time singletons in time for for `INITIZATION_LEVEL_CORE`
| | * | Register Engine, OS, ProjectSettings, and Time early.Hunt J. Sparra2024-11-211-1/+2
| | | |
* | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-264-22/+18
|\| | |
| * | | Merge pull request #99542 from bruvzg/stdin_strThaddeus Crews2024-11-251-1/+1
| |\ \ \ | | | | | | | | | | | | | | | Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| | * | | Convert line breaks to `\n` and strip line break from the end of string ↵Pāvels Nadtočajevs2024-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| * | | | Merge pull request #99688 from akien-mga/revert-99178Thaddeus Crews2024-11-251-16/+4
| |\ \ \ \ | | |/ / / | |/| | | | | | | | Revert "Make `delay_usec` more precise on Windows to fix framepacing"
| | * | | Revert "Make delay_usec more precise"Rémi Verschelde2024-11-251-16/+4
| | |/ / | | | | | | | | | | | | | | | | | | | | This reverts commit df3367f3343ec5acc579205479642d7275f3e12b. Fixes #99593.
| * / / [Windows] Fix TTS events arriving out of order.bruvzg2024-11-223-5/+13
| |/ /
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-193-7/+19
|\| |
| * | Merge pull request #99178 from mrsaturnsan/windows_sleep_precisionThaddeus Crews2024-11-181-4/+16
| |\ \ | | | | | | | | | | | | Make `delay_usec` more precise on Windows to fix framepacing
| | * | Make delay_usec more precisemrsaturnsan2024-11-161-4/+16
| | | | | | | | | | | | | | | | Comment fix
| * | | Merge pull request #99026 from Faless/net/split_ipThaddeus Crews2024-11-183-3/+2
| |\ \ \ | | | | | | | | | | | | | | | [Net] Split Unix/Windows IP implementation
| | * | | [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-123-3/+2
| | | | |
| * | | | Disable Nahimic code injection.bruvzg2024-11-181-0/+1
| | |_|/ | |/| |
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-153-16/+9
|\| | |
| * | | Merge pull request #99280 from bruvzg/win32_build_fixThaddeus Crews2024-11-151-2/+2
| |\ \ \ | | | | | | | | | | | | | | | Fix 32-bit Windows build.
| | * | | Fix 32-bit Windows build.Pāvels Nadtočajevs2024-11-151-2/+2
| | | | |
| * | | | Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-1/+1
| |/ / /
| * | | Merge pull request #95972 from Hilderin/fix-mouse-move-over-unfocused-windowThaddeus Crews2024-11-131-3/+6
| |\ \ \ | | | | | | | | | | | | | | | Fix mouse move over an unfocused window
| | * | | Fix mouse move over an unfocused windowHilderin2024-08-221-3/+6
| | | | |
| * | | | Delete old unused code for VS project generationYevhen Babiichuk (DustDFG)2024-11-121-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also ensured that sorting of files for hashing actually happens Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* | | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-125-61/+406
|\| | | |
| * | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-123-6/+160
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [OS] Add functions to determine standard I/O device type.
| | * | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-063-6/+160
| | | | | |
| * | | | | Merge pull request #99107 from RandomShaper/win_less_inheritanceThaddeus Crews2024-11-122-24/+67
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | Windows: Avoid child processes inheriting all file handles
| | * | | | Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-122-24/+67
| | | | | |
| * | | | | Merge pull request #99042 from Repiteo/windows/natvis-improvementsThaddeus Crews2024-11-122-28/+146
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Windows: Expand `godot.natvis` type coverage
| | * | | | | Windows: Expand `godot.natvis` type coverageThaddeus Crews2024-11-112-28/+146
| | |/ / / /
| * | | | | Merge pull request #99112 from bruvzg/get_model_nameThaddeus Crews2024-11-122-0/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement `get_model_name` on macOS and Windows.
| | * | | | | Implement `get_model_name` on macOS and Windows.Pāvels Nadtočajevs2024-11-122-0/+30
| | |/ / / /
| * | | | | Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-121-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [Net] Split Unix/Windows NetSocket implementation
| | * | | | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-101-3/+3
| | | | | |
* | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-114-93/+73
|\| | | | |
| * | | | | Merge pull request #98961 from mihe/natvis-improvementsThaddeus Crews2024-11-101-0/+20
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | Add `Ref` and `HashSet` to `godot.natvis`
| | * | | | Add `Ref` and `HashSet` to `godot.natvis`Mikael Hermansson2024-11-081-0/+20
| | | | | |
| * | | | | Windows: Fix duplicate .exe extension with mingw on Linux/macOSRémi Verschelde2024-11-081-3/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This old hack is no longer needed and now wrong after #98105. Fixes #98967.
| * | | | Merge pull request #98105 from Repiteo/scons/mingw-shenanigansThaddeus Crews2024-11-072-88/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | SCons: Extend `MinGW` support & checks
| | * | | | SCons: Extend `MinGW` support & checksThaddeus Crews2024-10-112-88/+51
| | | | | |
| * | | | | Fix IME deactivation events not send on focus loss. Do not unset AltGr ↵bruvzg2024-11-061-2/+2
| | |/ / / | |/| | | | | | | | | | | | | modifiers in non-IME input.
* | | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-0610-46/+509
|\| | | |
| * | | | Merge pull request #97250 from Garetonchick/windows-drag-and-drop-fixThaddeus Crews2024-11-055-31/+489
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Windows: Fix dragging and dropping files from compressed files into editor
| | * | | | fix drag-and-drop in windowsGaretonchick2024-10-245-31/+489
| | | | | |
| * | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-046-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
* | | | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\| | | | |
| * | | | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵Anish Mishra2024-10-301-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | and `options`
* | | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-304-12/+14
|\| | | |
| * | | | Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Fix fallbacks to OpenGL