summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-1/+0
|\
| * [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-1/+0
* | Fix custom cursor using atlas textureKvel2D2023-04-111-10/+4
|/
* [Windows] Remove meta_mem update on keyup/keydown.bruvzg2023-03-211-3/+0
* Tweak command syntax in Vulkan renderer failure messageHugo Locurcio2023-03-081-1/+1
* Merge pull request #73878 from RedMser/fix-clipboard-focus-windowsRémi Verschelde2023-03-071-6/+6
|\
| * Fix clipboard relying on focused windowRedMser2023-02-241-6/+6
* | Merge pull request #74087 from bruvzg/get_screen_pxRémi Verschelde2023-03-061-0/+24
|\ \
| * | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-011-0/+24
| |/
* / [Windows] Update modifier key status during IME input.bruvzg2023-03-061-8/+11
|/
* [Windows] Take initial flags into account when creating main window.bruvzg2023-02-221-1/+1
* Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
* [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-141-9/+24
* Merge pull request #72624 from pkdawson/fix-last-focusRémi Verschelde2023-02-031-0/+4
|\
| * DisplayServerWindows: Update `last_focused_window` when the focused subwindow...Patrick Dawson2023-02-021-0/+4
* | Fix windowsize for fullscreen windows on windowcreation on WindowsMarkus Sauermann2023-02-021-4/+13
|/
* Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde2023-02-011-2/+17
|\
| * Extend special popup window handling to any non-popup child of a popup.bruvzg2023-01-261-2/+17
* | Merge pull request #71174 from RedMser/fix-confined-mouse-mode-updateRémi Verschelde2023-01-311-36/+9
|\ \
| * | Fix confined mouse mode not updating on resizeRedMser2023-01-101-36/+9
* | | Refactor high quality texture importJuan Linietsky2023-01-301-1/+1
| |/ |/|
* | [Windows] Fix committing IME text without IME deactivation.bruvzg2023-01-261-3/+0
* | [Windows] Fix candidate window position with some third party IME engines.bruvzg2023-01-251-1/+9
* | [Windows] Fix ToUnicodeEx resetting some dead key states.bruvzg2023-01-251-2/+2
* | Cleanup and unify keyboard input.bruvzg2023-01-231-22/+144
* | Fix AltGR getting stuck on Windows right alt-tabJuan Linietsky2023-01-201-0/+1
* | [Windows] Fix sub-window initial transparency and always-on-top state.bruvzg2023-01-191-0/+14
* | Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-11/+13
* | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-1/+16
* | [Windows] Fix incorrect full-screen mode applied on start.bruvzg2023-01-161-1/+1
* | Implement color flash avoidance for WindowsPedro J. Estébanez2023-01-121-1/+20
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-4/+4
|/
* [Windows] Fix primary screen detection.bruvzg2023-01-071-5/+3
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-48/+144
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-031-17/+35
|\
| * Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-291-17/+35
* | Fix dark title barfloppyhammer2022-12-271-4/+2
|/
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-071-2/+20
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-2/+20
* | [Windows] Window management fixes.bruvzg2022-12-061-6/+6
|/
* Fix incorrect mouse event position while hovering different windowMarkus Sauermann2022-11-301-5/+4
* [Windows] Fix joypad crashPatrick Dawson2022-11-281-2/+2
* Set vsync on window creation when using GLES3.clayjohn2022-11-151-0/+14
* Fix ICONDIR buffer overflowPatrick Dawson2022-11-141-1/+1
* Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek2022-11-131-2/+8
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-1/+6
* Fix mouseleave event after drag and drop in different WindowsMarkus Sauermann2022-11-011-0/+4
* Fix mouse offset for unfocused popupsMarkus Sauermann2022-11-011-0/+6
* Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-281-3/+7
|\