Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [Windows] Improve video driver error messages. | bruvzg | 2024-07-31 | 1 | -18/+37 | |
| | | | ||||||
* | | | DisplayServerWindows: Fix logic when creating with transient parent | Alvin Wong | 2024-08-15 | 1 | -7/+9 | |
| | | | ||||||
* | | | Merge pull request #95155 from bruvzg/win_pen_checks | Rémi Verschelde | 2024-08-06 | 1 | -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. | bruvzg | 2024-08-04 | 1 | -0/+10 | |
| | | | | ||||||
* | | | | [Windows] Check if transparency is enabled in the project setting before ↵ | bruvzg | 2024-08-01 | 1 | -26/+29 | |
|/ / / | | | | | | | | | | applying DWM blur. | |||||
* | | | Merge pull request #94976 from bruvzg/win_app_name | Rémi Verschelde | 2024-07-31 | 1 | -2/+13 | |
|\ \ \ | | | | | | | | | | | | | [Windows] Improve editor grouping, set friendly name registry key for exported projects. | |||||
| * | | | [Windows] Improve editor grouping, set friendly name registry key for ↵ | bruvzg | 2024-07-31 | 1 | -2/+13 | |
| |/ / | | | | | | | | | | exported projects. | |||||
* | | | Merge pull request #94428 from alvinhochun/windows-angle-resize-sync | Rémi Verschelde | 2024-07-31 | 1 | -3/+4 | |
|\ \ \ | |/ / |/| | | | | | Windows: Update ANGLE surface size when window is resized | |||||
| * | | Windows: Do not attempt to resize surface before it is created | Alvin Wong | 2024-07-16 | 1 | -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. | bruvzg | 2024-07-30 | 1 | -7/+27 | |
| | | | ||||||
* | | | Merge pull request #94796 from kus04e4ek/backfall | Rémi Verschelde | 2024-07-29 | 1 | -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 versa | Kusok | 2024-07-27 | 1 | -4/+31 | |
| | | | | ||||||
* | | | | Pass window exclusive and transient properties for subwindow creation | Alvin Wong | 2024-07-25 | 1 | -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_names | Rémi Verschelde | 2024-07-17 | 1 | -14/+66 | |
|\ \ \ | | | | | | | | | | | | | [Windows] Fix reading keyboard layout names. | |||||
| * | | | [Windows] Fix reading keyboard layout names. | bruvzg | 2024-07-09 | 1 | -14/+66 | |
| | | | | ||||||
* | | | | Merge pull request #94063 from bruvzg/tablet_drag | Rémi Verschelde | 2024-07-17 | 1 | -1/+124 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [Winink] Check pointer button states. | |||||
| * | | | | [Winink] Check pointer button states, fix drag and double-click. | bruvzg | 2024-07-15 | 1 | -1/+124 | |
| | |/ / | |/| | | ||||||
* / | | | Windows: Fix wrong initial size passed to rendering driver | Alvin Wong | 2024-07-16 | 1 | -3/+6 | |
|/ / / | ||||||
* | | | Merge pull request #93733 from alvinhochun/windows-restore-sizing | Rémi Verschelde | 2024-07-11 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | | | | Windows: Restore to windowed mode using `SW_NORMAL` | |||||
| * | | Windows: Restore to windowed mode using SW_NORMAL | Alvin Wong | 2024-06-29 | 1 | -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-editor | Rémi Verschelde | 2024-07-08 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | | | | | Fix caret can disappear from script editor | |||||
| * | | | Fix caret can disappear from script editor | Hilderin | 2024-07-08 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Windows: Fix build error due to missing definition of Texture2D | Pedro J. Estébanez | 2024-07-08 | 1 | -0/+1 | |
|/ / / | ||||||
* / / | Improve handling of rendering startup errors | Pedro J. Estébanez | 2024-06-28 | 1 | -1/+8 | |
|/ / | ||||||
* | | [Windows] Add Windows version and Wine checks for Windows 10+ dark mode API. | bruvzg | 2024-06-13 | 1 | -38/+43 | |
| | | ||||||
* | | Input use GetKeyState instead of GetAsyncKeyState | kit | 2024-06-12 | 1 | -5/+5 | |
| | | ||||||
* | | Merge pull request #92843 from anniryynanen/tooltip-in-popup | Rémi Verschelde | 2024-06-10 | 1 | -1/+4 | |
|\ \ | | | | | | | | | | Stop color picker tooltip from stealing input events | |||||
| * | | Stop color picker tooltip from stealing input events | Anni Ryynänen | 2024-06-06 | 1 | -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_checks | Rémi Verschelde | 2024-06-07 | 1 | -2/+8 | |
|\ \ \ | | | | | | | | | | | | | Improve native menu and status indicator icons conversion and checks. | |||||
| * | | | Improve native menu and status indicator icons conversion and checks. | bruvzg | 2024-06-06 | 1 | -2/+8 | |
| |/ / | ||||||
* | | | Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fix | Rémi Verschelde | 2024-06-07 | 1 | -8/+3 | |
|\ \ \ | |/ / |/| | | | | | Fix creating cursor image from `AtlasTexture` | |||||
| * | | Fix creating cursor image from AtlasTexture | kleonc | 2024-06-05 | 1 | -8/+3 | |
| | | | ||||||
* | | | Fix Windows Activate Process | Hilderin | 2024-06-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Use current mouse button state instead of saved values. | bruvzg | 2024-05-31 | 1 | -11/+30 | |
|/ / | ||||||
* | | Merge pull request #92415 from bruvzg/win_mod_keys | Rémi Verschelde | 2024-05-31 | 1 | -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. | bruvzg | 2024-05-27 | 1 | -52/+66 | |
| | | | ||||||
* | | | Merge pull request #86029 from 0x0ACB/resize_fix | Rémi Verschelde | 2024-05-30 | 1 | -18/+8 | |
|\ \ \ | | | | | | | | | | | | | Remove dead code from `DisplayServerWindows::window_set_size` | |||||
| * | | | remove dead code from DisplayServerWindows::window_set_size | ACB | 2024-05-28 | 1 | -18/+8 | |
| |/ / | ||||||
* / / | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -3/+18 | |
|/ / | ||||||
* | | Fix build with `vuklan=no` and `d3d12=no` after #91505. | bruvzg | 2024-05-25 | 1 | -0/+2 | |
| | | ||||||
* | | [DisplayServer] Add method to check if window transparency is supported and ↵ | bruvzg | 2024-05-23 | 1 | -0/+13 | |
| | | | | | | | | enabled. | |||||
* | | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 1 | -3/+3 | |
| | | ||||||
* | | DisplayServer: Avoid deadlocks while issuing input events and recursive main ↵ | Pedro J. Estébanez | 2024-05-08 | 1 | -7/+7 | |
| | | | | | | | | loop iterations | |||||
* | | Merge pull request #91361 from RandomShaper/fix_no_focusin | Rémi Verschelde | 2024-05-07 | 1 | -17/+29 | |
|\ \ | | | | | | | | | | Windows: Fix `WINDOW_EVENT_FOCUS_IN` not delivered in some cases | |||||
| * | | Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some cases | Pedro J. Estébanez | 2024-05-03 | 1 | -17/+29 | |
| | | | ||||||
* | | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -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. | bruvzg | 2024-05-02 | 1 | -0/+24 | |
|/ | ||||||
* | Merge pull request #89588 from bruvzg/status_ind_menu_direct | Rémi Verschelde | 2024-05-01 | 1 | -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 ↵ | bruvzg | 2024-03-20 | 1 | -13/+27 | |
| | | | | | | | | handling on macOS, add method to set native popup menu directly. | |||||
* | | Fix unsafe uses of `Callable.is_null()` | A Thousand Ships | 2024-04-27 | 1 | -5/+5 | |
| | | | | | | | | | | `Callable.is_null()` is not equivalent to `!Callable.is_valid()` and doesn't guarantee the call is valid. |