index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
/
display_server_windows.cpp
Age
Commit message (
Expand
)
Author
2023-02-01
Merge pull request #72104 from bruvzg/popup-non-popups
Rémi Verschelde
2023-01-31
Merge pull request #71174 from RedMser/fix-confined-mouse-mode-update
Rémi Verschelde
2023-01-30
Refactor high quality texture import
Juan Linietsky
2023-01-26
Extend 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-23
Cleanup and unify keyboard input.
bruvzg
2023-01-20
Fix AltGR getting stuck on Windows right alt-tab
Juan Linietsky
2023-01-19
[Windows] Fix sub-window initial transparency and always-on-top state.
bruvzg
2023-01-17
Improve DisplayServer message for video card drivers failure
Rémi Verschelde
2023-01-16
Add `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-12
Implement color flash avoidance for Windows
Pedro J. Estébanez
2023-01-10
Fix confined mouse mode not updating on resize
RedMser
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-07
[Windows] Fix primary screen detection.
bruvzg
2023-01-07
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-03
Merge pull request #70624 from bruvzg/cur_sc
Rémi Verschelde
2022-12-29
Improve `window_set_current_screen` and fix secondary window initial mode and...
bruvzg
2022-12-27
Fix dark title bar
floppyhammer
2022-12-07
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-06
[Windows] Window management fixes.
bruvzg
2022-11-30
Fix incorrect mouse event position while hovering different window
Markus Sauermann
2022-11-28
[Windows] Fix joypad crash
Patrick Dawson
2022-11-15
Set vsync on window creation when using GLES3.
clayjohn
2022-11-14
Fix ICONDIR buffer overflow
Patrick Dawson
2022-11-13
Added missing null checks for gl_manager in MacOS and Windows display servers
David Snopek
2022-11-08
Add support for OpenGL to OpenXR
David Snopek
2022-11-01
Fix mouseleave event after drag and drop in different Windows
Markus Sauermann
2022-11-01
Fix mouse offset for unfocused popups
Markus Sauermann
2022-10-28
Merge pull request #67790 from kdada/fix-flash-window
Clay John
2022-10-28
Fix differences between Windows and linuxbsd Display Server
Markus Sauermann
2022-10-24
Make window creation with custom position do not flash
Wei Guo
2022-10-21
Merge pull request #67546 from clayjohn/DS-msg
Clay John
2022-10-18
Update the DisplayServer video driver error message
clayjohn
2022-10-17
Check if Vulkan context for the window exists before resizing it to avoid unn...
bruvzg
2022-10-10
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-07
Harmonize return values of window_create() in rendering drivers
Pedro J. Estébanez
2022-10-06
[Windows] Fix LLVM MinGW build.
bruvzg
2022-09-29
Fix 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-19
Add missing initial window flags and window mode to the project settings.
bruvzg
2022-09-16
Merge pull request #65496 from MinusKube/popup-capture-mouse-bug
Rémi Verschelde
2022-09-14
Merge pull request #65133 from bruvzg/win_cursor
Rémi Verschelde
2022-09-13
Merge pull request #65262 from bruvzg/win10_dm
Rémi Verschelde
2022-09-07
Fix MOUSE_MODE_CAPTURED not working correctly with popups
MinusKube
[next]