Thaddeus Crews 4a1a7addd1 Merge pull request #100179 from zaevi/fix_transient_topmost il y a 1 mois
..
doc_classes ee2c1584e4 D3D12: Get rid of DXIL.dll! il y a 6 mois
export 6cbf7c77c2 Merge pull request #100150 from ArchercatNEO/homeless-export il y a 1 mois
README.md 491ded1898 Minor typo and docs URL fixes il y a 1 an
SCsub 216488ad9b Delete old unused code for VS project generation il y a 2 mois
console_wrapper_windows.cpp 2c8ab6e7eb Merge pull request #94839 from alvinhochun/win-set-console-mode il y a 4 mois
crash_handler_windows.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` il y a 3 mois
crash_handler_windows_seh.cpp 346cbc7f1f Add support for compiling with VS clang-cl toolset il y a 5 mois
crash_handler_windows_signal.cpp a8c8eca74a [Windows] Fix loading debug symbol files over 2GB. il y a 1 mois
detect.py 6d326547da Windows: Fix duplicate .exe extension with mingw on Linux/macOS il y a 2 mois
display_server_windows.cpp 4a1a7addd1 Merge pull request #100179 from zaevi/fix_transient_topmost il y a 1 mois
display_server_windows.h 4a1a7addd1 Merge pull request #100179 from zaevi/fix_transient_topmost il y a 1 mois
drop_target_windows.cpp 2bd759964e fix drag-and-drop in windows il y a 3 mois
drop_target_windows.h 2bd759964e fix drag-and-drop in windows il y a 3 mois
gl_manager_windows_angle.cpp a1a0acff7c Windows: Update ANGLE surface size when window is resized il y a 6 mois
gl_manager_windows_angle.h b37fc1014a Style: Apply new `clang-format` changes il y a 4 mois
gl_manager_windows_native.cpp 32c83a228d Style: Add `WARNING:` as new comment admonition il y a 4 mois
gl_manager_windows_native.h b8edc64379 [Windows] Disable G-SYNC in windowed mode il y a 7 mois
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. il y a 2 ans
godot.natvis 9bf628891a Windows: Expand `godot.natvis` type coverage il y a 2 mois
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. il y a 2 ans
godot_res.rc 99500611b2 Windows: Implement `DisplayServer::dialog_show` and `DisplayServer::dialog_input_text` il y a 11 mois
godot_res_wrap.rc ae334e069c [Windows] Always use absolute UNC paths and long path aware APIs, add "long path aware" flag to the application manifest. il y a 5 mois
godot_windows.cpp c1b34672f9 [Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate stack trace from DWARF symbols. il y a 9 mois
joypad_windows.cpp bb5f390fb9 Style: Apply `clang-tidy` fixes (superficial) il y a 2 mois
joypad_windows.h 955d5affa8 Reduce and prevent unnecessary random-access to `List` il y a 9 mois
key_mapping_windows.cpp 8406e60522 Add InputEventKey.location to tell left from right il y a 1 an
key_mapping_windows.h 8406e60522 Add InputEventKey.location to tell left from right il y a 1 an
lang_table.h 9e4315bb50 Style: Harmonize header includes in platform ports il y a 1 an
msvs.py 7638a6c981 Add new VS proj generation logic that supports any platform that wants to opt in il y a 1 an
native_menu_windows.cpp bb5f390fb9 Style: Apply `clang-tidy` fixes (superficial) il y a 2 mois
native_menu_windows.h af6d260c17 Don't include `core/io/image.h` in `core/os/os.h` il y a 3 mois
os_windows.cpp a607bca2fd Merge pull request #100024 from Ivorforce/optimize-string-single-char il y a 1 mois
os_windows.h 156bc92282 Merge pull request #98397 from adamscott/add-tmp-support il y a 1 mois
platform_config.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. il y a 1 an
platform_gl.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. il y a 1 an
platform_windows_builders.py d4dddd00cb SCons: Extend `MinGW` support & checks il y a 3 mois
rendering_context_driver_vulkan_windows.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header il y a 4 mois
rendering_context_driver_vulkan_windows.h 761ee753bf Avoid compiler error with RenderingContextDriverVulkanWindows. il y a 9 mois
tts_windows.cpp 24d51f7635 [Windows] Fix TTS events arriving out of order. il y a 2 mois
tts_windows.h 24d51f7635 [Windows] Fix TTS events arriving out of order. il y a 2 mois
wgl_detect_version.cpp 3b3e2374c9 clang-tidy: Enforce `modernize-use-nullptr` il y a 10 mois
wgl_detect_version.h ac3fc2a8a1 [ANGLE] Add fallback control options and defaults. il y a 1 an
windows_terminal_logger.cpp 76164c2aa9 [OS] Add functions to determine standard I/O device type. il y a 2 mois
windows_terminal_logger.h 9e4315bb50 Style: Harmonize header includes in platform ports il y a 1 an
windows_utils.cpp 83d4bde0a2 When calling code has length of string, pass it to parse_utf8 il y a 2 mois
windows_utils.h b73e740786 Add renaming of PDB files to avoid blocking them il y a 10 mois

README.md

Windows platform port

This folder contains the C++ code for the Windows platform port.

See also misc/dist/windows folder for additional files used by this platform.

Documentation