|
|
7e59c3b9a7
|
Fix restoring locked cursor state when window gains focus again
|
2025-04-19 21:14:03 +03:00 |
|
|
|
38658a5b8c
|
Fix CursorLockMode.Locked not working
|
2025-04-19 21:14:02 +03:00 |
|
|
|
88c75b8672
|
Fix dragged maximized window generating wrong mouse position events
|
2025-04-19 21:14:02 +03:00 |
|
|
|
bfa8188782
|
Fix accepting drag and drop for files in Wayland
|
2025-04-19 21:14:00 +03:00 |
|
|
|
ceca13c7b6
|
Avoid showing tooltips in inactive windows
|
2025-04-19 21:13:58 +03:00 |
|
|
|
2c17033822
|
Fix window dragging when not supported by Wayland compositor
(cherry picked from commit 3554747a67)
|
2025-04-19 21:13:57 +03:00 |
|
|
|
0a4cb9e9b1
|
Show current display server in Editor window tooltip
(cherry picked from commit 62968dd437)
|
2025-04-19 21:13:56 +03:00 |
|
|
|
275a08506b
|
Enable transparency support in Vulkan swapchains
(cherry picked from commit 431a69e357)
|
2025-04-19 21:13:55 +03:00 |
|
|
|
4cd61cb381
|
Fix compilation for game builds
(cherry picked from commit f4fcc07288)
|
2025-04-19 21:13:54 +03:00 |
|
|
|
35e09def1b
|
Fix text input not working on X11
|
2025-04-19 21:13:53 +03:00 |
|
|
|
0469607a71
|
Fix button latching on Windows after drag and drop operation
|
2025-04-19 21:13:53 +03:00 |
|
|
|
d115d22ee6
|
Implement new window dragging system
|
2025-04-19 21:13:52 +03:00 |
|
|
|
8120ae621d
|
Fix mouse resetting issues after ending relative mode
|
2025-04-19 21:13:52 +03:00 |
|
|
|
f873c2fa9f
|
Fix frame stutter when window is focused
|
2025-04-19 21:13:51 +03:00 |
|
|
|
55a0a39881
|
Cleanup Linux SDL implementation
|
2025-04-19 21:13:50 +03:00 |
|
|
|
ef0c2a2785
|
Implement Wayland protocols module and file generation
|
2025-04-19 21:13:49 +03:00 |
|
|
|
37979e452a
|
Fix mouse warping after ending relative mode
|
2025-04-19 21:13:49 +03:00 |
|
|
|
aa328bd591
|
Fix window ShowInTaskbar setting
|
2025-04-19 21:13:48 +03:00 |
|
|
|
188e4313f9
|
Fix various issues with child window positioning
|
2025-04-19 21:13:47 +03:00 |
|
|
|
df02c70e31
|
Add Window.IsAlwaysOnTop property
|
2025-04-19 21:13:47 +03:00 |
|
|
|
257f54b323
|
Use SDL locale
|
2025-04-19 21:13:46 +03:00 |
|
|
|
8cadbae80e
|
Update SDL to 3.2.0
|
2025-04-19 21:13:44 +03:00 |
|
|
|
f1ffe1acaa
|
Fix Linux compilation without SDL
|
2025-04-19 21:13:42 +03:00 |
|
|
|
5c9ddf7f00
|
Fix compilation
|
2025-04-19 21:13:42 +03:00 |
|
|
|
431767a150
|
Update SDL3
|
2025-04-19 21:13:41 +03:00 |
|
|
|
8ba4e442a6
|
Fix compilation issues
|
2025-04-19 21:13:41 +03:00 |
|
|
|
2f8d19c267
|
Fix windows not being hidden initially
|
2025-04-19 21:13:40 +03:00 |
|
|
|
f2fd98f742
|
Fix parent window position handling with popup/tooltip windows
|
2025-04-19 21:13:40 +03:00 |
|
|
|
3ce35d6e81
|
Fix compilation errors in other platforms
|
2025-04-19 21:13:39 +03:00 |
|
|
|
fa976b34dc
|
Fallback to X11 message box implementation when SDL fails
|
2025-04-19 21:13:38 +03:00 |
|
|
|
e7cda362b7
|
Fix popup and context menus not working on Wayland
|
2025-04-19 21:13:37 +03:00 |
|
|
|
a41a09c162
|
Hide warnings for unsupported SDL operations on Wayland
|
2025-04-19 21:13:37 +03:00 |
|
|
|
e82f84f0ab
|
Log a warning for not implemented Wayland functionality
|
2025-04-19 21:13:36 +03:00 |
|
|
|
f1d387ceea
|
Fix compilation in Linux
|
2025-04-19 21:13:36 +03:00 |
|
|
|
3893d4d1f8
|
Enable warning sound in question dialogs
|
2025-04-19 21:13:35 +03:00 |
|
|
|
3f6bf15554
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-04-19 21:13:34 +03:00 |
|
|
|
dac74829b4
|
Add flag for Window types
|
2025-04-19 21:13:34 +03:00 |
|
|
|
8f2550ef61
|
Add command-line switches to force X11 and Wayland SDL drivers
|
2025-04-19 21:13:33 +03:00 |
|
|
|
b622a1cc5e
|
Implement SDL platform, windowing and input handling
|
2025-04-19 21:13:32 +03:00 |
|
|
|
c83a3c32c7
|
Refactor application window class name
|
2025-04-19 21:13:32 +03:00 |
|
|
|
e7dcf7f7e7
|
Move Window related enums to separate header file
|
2025-04-19 21:13:31 +03:00 |
|
|
|
398785a2be
|
Refactor Windows drag and drop implementation
|
2025-04-19 21:13:31 +03:00 |
|
|
|
05dba0f1f5
|
Refactor ScreenUtilities
|
2025-04-19 21:13:30 +03:00 |
|
|
|
23a34a455a
|
Fix centered window location on X11
|
2025-04-19 21:13:29 +03:00 |
|
|
|
4308328b48
|
Fix initial position of Tooltips
|
2025-04-19 21:13:29 +03:00 |
|
Wojtek Figat
|
0a3f07e6e7
|
Add exception and crashes catching with processing on iOS/macOS
|
2025-04-19 11:28:46 +02:00 |
|
Wojtek Figat
|
3c1aca6d46
|
Fix camera mouse ray error when mouse position is invalid
|
2025-04-19 10:50:39 +02:00 |
|
|
|
02c333c720
|
Use double vector types in camera view matrix calculations
|
2025-04-19 02:39:23 +03:00 |
|
Wojtek Figat
|
3d454ed321
|
Fix cursor locked mode when system uses Dpi scaling
|
2025-04-17 13:27:59 +02:00 |
|
Wojtek Figat
|
7e72d7b3cf
|
Optimize mac version logging
|
2025-04-17 12:49:52 +02:00 |
|