summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-23Merge pull request #71784 from PrecisionRender/fix-xbox-inputRémi Verschelde
2023-01-21Merge pull request #71730 from reduz/fix-altgr-stuckRémi Verschelde
2023-01-21Merge pull request #71220 from reduz/prevent-opening-windows-console-filesRémi Verschelde
2023-01-20Fix Xbox Series controller duplicate inputPrecisionRender
2023-01-20Fix AltGR getting stuck on Windows right alt-tabJuan Linietsky
2023-01-19[Windows] Fix sub-window initial transparency and always-on-top state.bruvzg
2023-01-18Merge pull request #71514 from akien-mga/os-unset_environmentRémi Verschelde
2023-01-17Improve DisplayServer message for video card drivers failureRémi Verschelde
2023-01-16OS: Add `unset_environment`, better validate inputRémi Verschelde
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg
2023-01-16[Windows] Fix incorrect full-screen mode applied on start.bruvzg
2023-01-14Update all outdated online documentation linksYuri Sizov
2023-01-13Merge pull request #63312 from bruvzg/one_clickRémi Verschelde
2023-01-12Implement color flash avoidance for WindowsPedro J. Estébanez
2023-01-12[Windows] Allow OS::kill method to terminate non-child processes.bruvzg
2023-01-12Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde
2023-01-11Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio
2023-01-11Prevent opening Windows console filesJuan Linietsky
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07[Windows] Fix primary screen detection.bruvzg
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70624 from bruvzg/cur_scRémi Verschelde
2023-01-03Merge pull request #70612 from floppyhammer/fix-dark-title-barRémi Verschelde
2022-12-29Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg
2022-12-29[Export] Add one-click deploy over SSH for the desktop exports.bruvzg
2022-12-27Fix dark title barfloppyhammer
2022-12-21SCons: Fix `separate_debug_symbols` option for Windows/MinGWRémi Verschelde
2022-12-21Fix reading Unicode from stdio.bruvzg
2022-12-17add missing comma in file filterSelene29
2022-12-12Windows: Validate that the font family name exists before trying to get the f...oOjor-elOo
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Only support XDG directory path configuration on LinuxHugo Locurcio
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-12-06[Windows] Window management fixes.bruvzg
2022-12-05Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`)Rémi Verschelde
2022-12-05Merge pull request #69294 from akien-mga/windows-msvc-link-debug-runtimeRémi Verschelde
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-30Fix incorrect mouse event position while hovering different windowMarkus Sauermann
2022-11-29Merge pull request #69332 from bruvzg/exact_symbolsRémi Verschelde
2022-11-29Merge pull request #69110 from bruvzg/con_icon2Rémi Verschelde
2022-11-29[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ...bruvzg
2022-11-29[Windows] Optimize editor icon, use different icon for console executable.bruvzg
2022-11-28Windows: Link MSVC dynamic debug CRT for debug buildsRémi Verschelde
2022-11-28[Windows] Fix joypad crashPatrick Dawson
2022-11-21[Export] Use image loader directly to avoid "resource as image file" errors.bruvzg
2022-11-18Windows icon export improvements.bruvzg