summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [Windows] Improve video driver error messages.bruvzg2024-07-311-18/+37
| | |
* | | DisplayServerWindows: Fix logic when creating with transient parentAlvin Wong2024-08-151-7/+9
| | |
* | | Merge pull request #95155 from bruvzg/win_pen_checksRémi Verschelde2024-08-061-0/+10
|\ \ \ | | | | | | | | | | | | [Windows] Reject `WM_POINTER(UP/DOWN)` messages for non pen pointer type.
| * | | [Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type.bruvzg2024-08-041-0/+10
| | | |
* | | | [Windows] Check if transparency is enabled in the project setting before ↵bruvzg2024-08-011-26/+29
|/ / / | | | | | | | | | applying DWM blur.
* | | Merge pull request #94976 from bruvzg/win_app_nameRémi Verschelde2024-07-311-2/+13
|\ \ \ | | | | | | | | | | | | [Windows] Improve editor grouping, set friendly name registry key for exported projects.
| * | | [Windows] Improve editor grouping, set friendly name registry key for ↵bruvzg2024-07-311-2/+13
| |/ / | | | | | | | | | exported projects.
* | | Merge pull request #94428 from alvinhochun/windows-angle-resize-syncRémi Verschelde2024-07-311-3/+4
|\ \ \ | |/ / |/| | | | | Windows: Update ANGLE surface size when window is resized
| * | Windows: Do not attempt to resize surface before it is createdAlvin Wong2024-07-161-3/+4
| | | | | | | | | | | | | | | | | | `WM_WINDOWPOSCHANGED` may be received before `CreateWindowExW` has even returned, when the window's rendering context or OpenGL context hasn't been created yet.
* | | [Windows] Improve OpenGL/ANGLE switching on ARM64.bruvzg2024-07-301-7/+27
| | |
* | | Merge pull request #94796 from kus04e4ek/backfallRémi Verschelde2024-07-291-4/+31
|\ \ \ | | | | | | | | | | | | Windows: Fall back to D3D12 if Vulkan is not supported and vice versa
| * | | Fall back to D3D12 if Vulkan is not supported and vice versaKusok2024-07-271-4/+31
| | | |
* | | | Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-5/+23
|/ / / | | | | | | | | | | | | | | | On Windows this allows to avoid having to change the owner of the window after it has been created, which in rare circumstances may cause the window to bug out.
* | | Merge pull request #94120 from bruvzg/fix_kbd_namesRémi Verschelde2024-07-171-14/+66
|\ \ \ | | | | | | | | | | | | [Windows] Fix reading keyboard layout names.
| * | | [Windows] Fix reading keyboard layout names.bruvzg2024-07-091-14/+66
| | | |
* | | | Merge pull request #94063 from bruvzg/tablet_dragRémi Verschelde2024-07-171-1/+124
|\ \ \ \ | | | | | | | | | | | | | | | [Winink] Check pointer button states.
| * | | | [Winink] Check pointer button states, fix drag and double-click.bruvzg2024-07-151-1/+124
| | |/ / | |/| |
* / | | Windows: Fix wrong initial size passed to rendering driverAlvin Wong2024-07-161-3/+6
|/ / /
* | | Merge pull request #93733 from alvinhochun/windows-restore-sizingRémi Verschelde2024-07-111-1/+1
|\ \ \ | |/ / |/| | | | | Windows: Restore to windowed mode using `SW_NORMAL`
| * | Windows: Restore to windowed mode using SW_NORMALAlvin Wong2024-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | If window was maximized before minimizing, restoring the window afterwards using SW_RESTORE seems to cause the window to forget its original size and position before being maximized, causing the window to fill the screen instead.
* | | Merge pull request #93976 from Hilderin/fix-caret-disappear-from-script-editorRémi Verschelde2024-07-081-4/+4
|\ \ \ | | | | | | | | | | | | Fix caret can disappear from script editor
| * | | Fix caret can disappear from script editorHilderin2024-07-081-4/+4
| | | |
* | | | Windows: Fix build error due to missing definition of Texture2DPedro J. Estébanez2024-07-081-0/+1
|/ / /
* / / Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
|/ /
* | [Windows] Add Windows version and Wine checks for Windows 10+ dark mode API.bruvzg2024-06-131-38/+43
| |
* | Input use GetKeyState instead of GetAsyncKeyStatekit2024-06-121-5/+5
| |
* | Merge pull request #92843 from anniryynanen/tooltip-in-popupRémi Verschelde2024-06-101-1/+4
|\ \ | | | | | | | | | Stop color picker tooltip from stealing input events
| * | Stop color picker tooltip from stealing input eventsAnni Ryynänen2024-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Input events go to the tooltip because it's added to `popup_list` in DisplayServer `popup_open`. I think there's no harm in tooltips being omitted from the list, so this commit blocks non-popup windows from being added if they have `FLAG_NO_FOCUS` and `FLAG_MOUSE_PASSTHROUGH`. I'm not happy with this way of detecting tooltips. It'll also catch other windows where this behavior may or may not be wanted. I thought about adding `FLAG_TOOLTIP`, but went with the smaller change for now. Fixes #79500.
* | | Merge pull request #92826 from bruvzg/nat_icon_checksRémi Verschelde2024-06-071-2/+8
|\ \ \ | | | | | | | | | | | | Improve native menu and status indicator icons conversion and checks.
| * | | Improve native menu and status indicator icons conversion and checks.bruvzg2024-06-061-2/+8
| |/ /
* | | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fixRémi Verschelde2024-06-071-8/+3
|\ \ \ | |/ / |/| | | | | Fix creating cursor image from `AtlasTexture`
| * | Fix creating cursor image from AtlasTexturekleonc2024-06-051-8/+3
| | |
* | | Fix Windows Activate ProcessHilderin2024-06-031-0/+1
| | |
* | | Use current mouse button state instead of saved values.bruvzg2024-05-311-11/+30
|/ /
* | Merge pull request #92415 from bruvzg/win_mod_keysRémi Verschelde2024-05-311-52/+66
|\ \ | | | | | | | | | [Windows] Use current keyboard state instead of saved values for modifier keys.
| * | [Windows] Use current keyboard state instead of saved values for modifier keys.bruvzg2024-05-271-52/+66
| | |
* | | Merge pull request #86029 from 0x0ACB/resize_fixRémi Verschelde2024-05-301-18/+8
|\ \ \ | | | | | | | | | | | | Remove dead code from `DisplayServerWindows::window_set_size`
| * | | remove dead code from DisplayServerWindows::window_set_sizeACB2024-05-281-18/+8
| |/ /
* / / [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-3/+18
|/ /
* | Fix build with `vuklan=no` and `d3d12=no` after #91505.bruvzg2024-05-251-0/+2
| |
* | [DisplayServer] Add method to check if window transparency is supported and ↵bruvzg2024-05-231-0/+13
| | | | | | | | enabled.
* | Properly set window class in WaylandPaulo Poiati2024-05-221-3/+3
| |
* | DisplayServer: Avoid deadlocks while issuing input events and recursive main ↵Pedro J. Estébanez2024-05-081-7/+7
| | | | | | | | loop iterations
* | Merge pull request #91361 from RandomShaper/fix_no_focusinRémi Verschelde2024-05-071-17/+29
|\ \ | | | | | | | | | Windows: Fix `WINDOW_EVENT_FOCUS_IN` not delivered in some cases
| * | Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some casesPedro J. Estébanez2024-05-031-17/+29
| | |
* | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
| |/ |/| | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-021-0/+24
|/
* Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-011-13/+27
|\ | | | | | | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handling on macOS, add method to set native popup menu directly.
| * [StatusIndicator] Switch API to use Texture2D instead of Image, improve ↵bruvzg2024-03-201-13/+27
| | | | | | | | handling on macOS, add method to set native popup menu directly.
* | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-5/+5
| | | | | | | | | | `Callable.is_null()` is not equivalent to `!Callable.is_valid()` and doesn't guarantee the call is valid.