summaryrefslogtreecommitdiff
path: root/platform/windows/display_server_windows.cpp
AgeCommit message (Expand)Author
2023-02-01Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde
2023-01-31Merge pull request #71174 from RedMser/fix-confined-mouse-mode-updateRémi Verschelde
2023-01-30Refactor high quality texture importJuan Linietsky
2023-01-26Extend special popup window handling to any non-popup child of a popup.bruvzg
2023-01-26[Windows] Fix committing IME text without IME deactivation.bruvzg
2023-01-25[Windows] Fix candidate window position with some third party IME engines.bruvzg
2023-01-25[Windows] Fix ToUnicodeEx resetting some dead key states.bruvzg
2023-01-23Cleanup and unify keyboard input.bruvzg
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-17Improve DisplayServer message for video card drivers failureRé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-12Implement color flash avoidance for WindowsPedro J. Estébanez
2023-01-10Fix confined mouse mode not updating on resizeRedMser
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
2022-12-29Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg
2022-12-27Fix dark title barfloppyhammer
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-11-30Fix incorrect mouse event position while hovering different windowMarkus Sauermann
2022-11-28[Windows] Fix joypad crashPatrick Dawson
2022-11-15Set vsync on window creation when using GLES3.clayjohn
2022-11-14Fix ICONDIR buffer overflowPatrick Dawson
2022-11-13Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek
2022-11-08Add support for OpenGL to OpenXRDavid Snopek
2022-11-01Fix mouseleave event after drag and drop in different WindowsMarkus Sauermann
2022-11-01Fix mouse offset for unfocused popupsMarkus Sauermann
2022-10-28Merge pull request #67790 from kdada/fix-flash-windowClay John
2022-10-28Fix differences between Windows and linuxbsd Display ServerMarkus Sauermann
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-21Merge pull request #67546 from clayjohn/DS-msgClay John
2022-10-18Update the DisplayServer video driver error messageclayjohn
2022-10-17Check if Vulkan context for the window exists before resizing it to avoid unn...bruvzg
2022-10-10SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde
2022-10-07Harmonize return values of window_create() in rendering driversPedro J. Estébanez
2022-10-06[Windows] Fix LLVM MinGW build.bruvzg
2022-09-29Fix ScrollContainer touch-scrolling not working.Zae
2022-09-28[Windows] Ignore excessive wintab mouse move events.bruvzg
2022-09-23[Windows] Fix WM_CHAR processing code using Unicode char instead of Virtual key.bruvzg
2022-09-19Add missing initial window flags and window mode to the project settings.bruvzg
2022-09-16Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde
2022-09-14Merge pull request #65133 from bruvzg/win_cursorRémi Verschelde
2022-09-13Merge pull request #65262 from bruvzg/win10_dmRémi Verschelde
2022-09-07Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube