| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #75881 from bruvzg/win_coinit | Rémi Verschelde | 2023-04-18 | 1 | -1/+0 |
|\ |
|
| * | [Windows] Cleanup COM library initialization/uninitialization. | bruvzg | 2023-04-10 | 1 | -1/+0 |
* | | Fix custom cursor using atlas texture | Kvel2D | 2023-04-11 | 1 | -10/+4 |
|/ |
|
* | [Windows] Remove meta_mem update on keyup/keydown. | bruvzg | 2023-03-21 | 1 | -3/+0 |
* | Tweak command syntax in Vulkan renderer failure message | Hugo Locurcio | 2023-03-08 | 1 | -1/+1 |
* | Merge pull request #73878 from RedMser/fix-clipboard-focus-windows | Rémi Verschelde | 2023-03-07 | 1 | -6/+6 |
|\ |
|
| * | Fix clipboard relying on focused window | RedMser | 2023-02-24 | 1 | -6/+6 |
* | | Merge pull request #74087 from bruvzg/get_screen_px | Rémi Verschelde | 2023-03-06 | 1 | -0/+24 |
|\ \ |
|
| * | | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-01 | 1 | -0/+24 |
| |/ |
|
* / | [Windows] Update modifier key status during IME input. | bruvzg | 2023-03-06 | 1 | -8/+11 |
|/ |
|
* | [Windows] Take initial flags into account when creating main window. | bruvzg | 2023-02-22 | 1 | -1/+1 |
* | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image() | Rémi Verschelde | 2023-02-17 | 1 | -0/+2 |
* | [InputEventKey] Avoid setting both key and modifier to the same value. | bruvzg | 2023-02-14 | 1 | -9/+24 |
* | Merge pull request #72624 from pkdawson/fix-last-focus | Rémi Verschelde | 2023-02-03 | 1 | -0/+4 |
|\ |
|
| * | DisplayServerWindows: Update `last_focused_window` when the focused subwindow... | Patrick Dawson | 2023-02-02 | 1 | -0/+4 |
* | | Fix windowsize for fullscreen windows on windowcreation on Windows | Markus Sauermann | 2023-02-02 | 1 | -4/+13 |
|/ |
|
* | Merge pull request #72104 from bruvzg/popup-non-popups | Rémi Verschelde | 2023-02-01 | 1 | -2/+17 |
|\ |
|
| * | Extend special popup window handling to any non-popup child of a popup. | bruvzg | 2023-01-26 | 1 | -2/+17 |
* | | Merge pull request #71174 from RedMser/fix-confined-mouse-mode-update | Rémi Verschelde | 2023-01-31 | 1 | -36/+9 |
|\ \ |
|
| * | | Fix confined mouse mode not updating on resize | RedMser | 2023-01-10 | 1 | -36/+9 |
* | | | Refactor high quality texture import | Juan Linietsky | 2023-01-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | [Windows] Fix committing IME text without IME deactivation. | bruvzg | 2023-01-26 | 1 | -3/+0 |
* | | [Windows] Fix candidate window position with some third party IME engines. | bruvzg | 2023-01-25 | 1 | -1/+9 |
* | | [Windows] Fix ToUnicodeEx resetting some dead key states. | bruvzg | 2023-01-25 | 1 | -2/+2 |
* | | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -22/+144 |
* | | Fix AltGR getting stuck on Windows right alt-tab | Juan Linietsky | 2023-01-20 | 1 | -0/+1 |
* | | [Windows] Fix sub-window initial transparency and always-on-top state. | bruvzg | 2023-01-19 | 1 | -0/+14 |
* | | Improve DisplayServer message for video card drivers failure | Rémi Verschelde | 2023-01-17 | 1 | -11/+13 |
* | | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ... | bruvzg | 2023-01-16 | 1 | -1/+16 |
* | | [Windows] Fix incorrect full-screen mode applied on start. | bruvzg | 2023-01-16 | 1 | -1/+1 |
* | | Implement color flash avoidance for Windows | Pedro J. Estébanez | 2023-01-12 | 1 | -1/+20 |
* | | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -4/+4 |
|/ |
|
* | [Windows] Fix primary screen detection. | bruvzg | 2023-01-07 | 1 | -5/+3 |
* | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg | 2023-01-07 | 1 | -48/+144 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #70624 from bruvzg/cur_sc | Rémi Verschelde | 2023-01-03 | 1 | -17/+35 |
|\ |
|
| * | Improve `window_set_current_screen` and fix secondary window initial mode and... | bruvzg | 2022-12-29 | 1 | -17/+35 |
* | | Fix dark title bar | floppyhammer | 2022-12-27 | 1 | -4/+2 |
|/ |
|
* | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | 2022-12-07 | 1 | -2/+20 |
|\ |
|
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg | 2022-12-07 | 1 | -2/+20 |
* | | [Windows] Window management fixes. | bruvzg | 2022-12-06 | 1 | -6/+6 |
|/ |
|
* | Fix incorrect mouse event position while hovering different window | Markus Sauermann | 2022-11-30 | 1 | -5/+4 |
* | [Windows] Fix joypad crash | Patrick Dawson | 2022-11-28 | 1 | -2/+2 |
* | Set vsync on window creation when using GLES3. | clayjohn | 2022-11-15 | 1 | -0/+14 |
* | Fix ICONDIR buffer overflow | Patrick Dawson | 2022-11-14 | 1 | -1/+1 |
* | Added missing null checks for gl_manager in MacOS and Windows display servers | David Snopek | 2022-11-13 | 1 | -2/+8 |
* | Add support for OpenGL to OpenXR | David Snopek | 2022-11-08 | 1 | -1/+6 |
* | Fix mouseleave event after drag and drop in different Windows | Markus Sauermann | 2022-11-01 | 1 | -0/+4 |
* | Fix mouse offset for unfocused popups | Markus Sauermann | 2022-11-01 | 1 | -0/+6 |
* | Merge pull request #67790 from kdada/fix-flash-window | Clay John | 2022-10-28 | 1 | -3/+7 |
|\ |
|