summaryrefslogtreecommitdiff
path: root/platform/windows/display_server_windows.cpp
AgeCommit message (Expand)Author
2023-04-26[Windows] Cleanup COM library initialization/uninitialization.bruvzg
2023-04-07Fix clipboard relying on focused windowRedMser
2023-03-27[Windows] Remove meta_mem update on keyup/keydown.bruvzg
2023-03-14Tweak command syntax in Vulkan renderer failure messageHugo Locurcio
2023-03-13[Windows] Update modifier key status during IME input.bruvzg
2023-02-22[Windows] Take initial flags into account when creating main window.bruvzg
2023-02-17Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde
2023-02-14[InputEventKey] Avoid setting both key and modifier to the same value.bruvzg
2023-02-03Merge pull request #72624 from pkdawson/fix-last-focusRémi Verschelde
2023-02-02Fix windowsize for fullscreen windows on windowcreation on WindowsMarkus Sauermann
2023-02-02DisplayServerWindows: Update `last_focused_window` when the focused subwindow...Patrick Dawson
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