|
|
64cceac913
|
Enable transparency support in Vulkan swapchains
(cherry picked from commit 431a69e357)
|
2025-02-02 18:38:06 +02:00 |
|
|
|
c523079f0e
|
Fix compilation for game builds
(cherry picked from commit f4fcc07288)
|
2025-02-02 18:38:06 +02:00 |
|
|
|
9085874d4e
|
Fix text input not working on X11
|
2025-01-28 22:10:46 +02:00 |
|
|
|
2f5562f8eb
|
Fix button latching on Windows after drag and drop operation
|
2025-01-28 22:10:45 +02:00 |
|
|
|
6733e45729
|
Implement new window dragging system
|
2025-01-28 22:10:44 +02:00 |
|
|
|
37438afbf6
|
Fix mouse resetting issues after ending relative mode
|
2025-01-28 22:10:44 +02:00 |
|
|
|
7c34b1c855
|
Fix frame stutter when window is focused
|
2025-01-28 22:10:43 +02:00 |
|
|
|
c658dd72e7
|
Cleanup Linux SDL implementation
|
2025-01-28 22:10:43 +02:00 |
|
|
|
bf4ec5f91a
|
Implement Wayland protocols module and file generation
|
2025-01-28 22:10:42 +02:00 |
|
|
|
15024b38b9
|
Fix mouse warping after ending relative mode
|
2025-01-28 22:10:42 +02:00 |
|
|
|
81b6f47d8a
|
Fix window ShowInTaskbar setting
|
2025-01-28 22:10:41 +02:00 |
|
|
|
e55fd18771
|
Fix various issues with child window positioning
|
2025-01-28 22:10:41 +02:00 |
|
|
|
fd97c2bdf2
|
Add Window.IsAlwaysOnTop property
|
2025-01-28 22:10:40 +02:00 |
|
|
|
6ca71a872d
|
Use SDL locale
|
2025-01-28 22:10:40 +02:00 |
|
|
|
642d90a293
|
Update SDL to 3.2.0
|
2025-01-28 22:10:39 +02:00 |
|
|
|
ffc40ba634
|
Fix Linux compilation without SDL
|
2025-01-28 22:09:14 +02:00 |
|
|
|
84f3cda190
|
Fix compilation
|
2025-01-28 22:09:14 +02:00 |
|
|
|
0f20f387fc
|
Update SDL3
|
2025-01-28 22:09:13 +02:00 |
|
|
|
67093a0d28
|
Fix compilation issues
|
2025-01-28 22:09:13 +02:00 |
|
|
|
63eaf1adf2
|
Fix windows not being hidden initially
|
2025-01-28 22:09:13 +02:00 |
|
|
|
28d167b4f8
|
Fix parent window position handling with popup/tooltip windows
|
2025-01-28 22:09:12 +02:00 |
|
|
|
7bff09eeb9
|
Fix compilation errors in other platforms
|
2025-01-28 22:09:12 +02:00 |
|
|
|
670f2ee2b0
|
Fallback to X11 message box implementation when SDL fails
|
2025-01-28 22:09:11 +02:00 |
|
|
|
5abf336696
|
Fix popup and context menus not working on Wayland
|
2025-01-28 22:09:11 +02:00 |
|
|
|
7ae0a65c0e
|
Hide warnings for unsupported SDL operations on Wayland
|
2025-01-28 22:09:10 +02:00 |
|
|
|
9e88233957
|
Log a warning for not implemented Wayland functionality
|
2025-01-28 22:09:10 +02:00 |
|
|
|
d0a4213538
|
Fix compilation in Linux
|
2025-01-28 22:09:10 +02:00 |
|
|
|
b2467edc0f
|
Enable warning sound in question dialogs
|
2025-01-28 22:09:09 +02:00 |
|
|
|
e5ca67618f
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-01-28 22:09:09 +02:00 |
|
|
|
2da908d9b8
|
Add flag for Window types
|
2025-01-28 22:09:09 +02:00 |
|
|
|
0e5e0169bf
|
Add command-line switches to force X11 and Wayland SDL drivers
|
2025-01-28 22:09:08 +02:00 |
|
|
|
f318d3aadc
|
Implement SDL platform, windowing and input handling
|
2025-01-28 22:09:08 +02:00 |
|
|
|
43e38df8b0
|
Refactor application window class name
|
2025-01-28 22:09:07 +02:00 |
|
|
|
86b999f6a4
|
Move Window related enums to separate header file
|
2025-01-28 22:09:07 +02:00 |
|
|
|
553ca7d71c
|
Refactor Windows drag and drop implementation
|
2025-01-28 22:09:06 +02:00 |
|
|
|
2594cc4546
|
Refactor ScreenUtilities
|
2025-01-28 22:09:06 +02:00 |
|
|
|
d8feec325a
|
Fix centered window location on X11
|
2025-01-28 22:09:05 +02:00 |
|
|
|
71b7f110e6
|
Fix initial position of Tooltips
|
2025-01-28 22:09:05 +02:00 |
|
Wojtek Figat
|
e2fd3891d1
|
Fix regression in curve keyframes editing
#3179
|
2025-01-27 20:19:35 +01:00 |
|
Wojtek Figat
|
d829461def
|
Merge branch 'fix_issue_3083' of https://github.com/amir9480/FlaxEngine into amir9480-fix_issue_3083
|
2025-01-27 11:58:13 +01:00 |
|
Wojtek Figat
|
53ba5968fd
|
Fix missing default value usage on GPU particle shape rotation and simplify CPU code
#3104
|
2025-01-27 11:42:59 +01:00 |
|
Wojtek Figat
|
cc735a1b6a
|
Merge branch 'particle-rotate-shape' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-rotate-shape
|
2025-01-27 11:35:26 +01:00 |
|
Amir Alizadeh
|
ec11a79f55
|
Add raycast support to the ContainerControl
|
2025-01-19 23:55:56 +03:30 |
|
Chandler Cox
|
425699c4b0
|
Clamp control anchors betwen 0 and 1.
|
2025-01-19 13:51:50 -06:00 |
|
Wojtek Figat
|
4add5dcf49
|
Add missing default value and fix doc comment
#3150
|
2025-01-13 17:31:34 +01:00 |
|
Wojtek Figat
|
a204ada6d3
|
Merge branch 'aab-building' of https://github.com/Tryibion/FlaxEngine into Tryibion-aab-building
|
2025-01-13 17:18:35 +01:00 |
|
Wojtek Figat
|
7fcf8c2d4c
|
Improve #3138 to pass over setting value to null and via proper cast so value type stays the same
|
2025-01-13 16:08:43 +01:00 |
|
Wojtek Figat
|
3796b0ccae
|
Revert #3117 and do it different way as some types can be valid even if different thus use internal parameter setter for type validation
|
2025-01-13 16:07:47 +01:00 |
|
Wojtek Figat
|
90316dfa52
|
Minor code changes to PR
|
2025-01-13 15:46:35 +01:00 |
|
Chandler Cox
|
563f0b9ab4
|
Move Build .aab to Android platform settings and make it side-by-side
|
2025-01-13 07:24:50 -06:00 |
|