|
|
2944c640ca
|
Implement new window dragging system
|
2025-01-23 19:11:41 +02:00 |
|
|
|
b91837e783
|
Fix mouse resetting issues after ending relative mode
|
2025-01-23 19:11:40 +02:00 |
|
|
|
c955361eac
|
Fix frame stutter when window is focused
|
2025-01-23 19:11:40 +02:00 |
|
|
|
363e419398
|
Cleanup Linux SDL implementation
|
2025-01-23 19:11:39 +02:00 |
|
|
|
aaaa2570da
|
Implement Wayland protocols module and file generation
|
2025-01-23 19:11:39 +02:00 |
|
|
|
b67fad4ddc
|
Fix mouse warping after ending relative mode
|
2025-01-23 19:11:38 +02:00 |
|
|
|
9f527c91e9
|
Fix window ShowInTaskbar setting
|
2025-01-23 19:11:03 +02:00 |
|
|
|
424771293d
|
Fix various issues with child window positioning
|
2025-01-23 19:11:02 +02:00 |
|
|
|
6fd0b78f64
|
Add Window.IsAlwaysOnTop property
|
2025-01-23 19:11:02 +02:00 |
|
|
|
09289d420d
|
Use SDL locale
|
2025-01-23 19:11:02 +02:00 |
|
|
|
c201591df4
|
Update SDL to 3.2.0
|
2025-01-23 19:10:58 +02:00 |
|
|
|
ae3c9d6fea
|
Fix Linux compilation without SDL
|
2025-01-21 19:17:11 +02:00 |
|
|
|
4b514802ad
|
Fix compilation
|
2025-01-21 19:17:11 +02:00 |
|
|
|
66bb90e7ea
|
Update SDL3
|
2025-01-21 19:17:10 +02:00 |
|
|
|
02a6f38932
|
Fix compilation issues
|
2025-01-21 19:17:10 +02:00 |
|
|
|
0f0913cb77
|
Fix windows not being hidden initially
|
2025-01-21 19:17:10 +02:00 |
|
|
|
1f413c5776
|
Fix parent window position handling with popup/tooltip windows
|
2025-01-21 19:17:09 +02:00 |
|
|
|
81137fc7fe
|
Fix compilation errors in other platforms
|
2025-01-21 19:17:09 +02:00 |
|
|
|
e759e128c7
|
Fallback to X11 message box implementation when SDL fails
|
2025-01-21 19:17:08 +02:00 |
|
|
|
e96ef49f09
|
Fix popup and context menus not working on Wayland
|
2025-01-21 19:17:08 +02:00 |
|
|
|
f4f756e310
|
Hide warnings for unsupported SDL operations on Wayland
|
2025-01-21 19:17:07 +02:00 |
|
|
|
bb53710523
|
Log a warning for not implemented Wayland functionality
|
2025-01-21 19:17:07 +02:00 |
|
|
|
568569a09c
|
Fix compilation in Linux
|
2025-01-21 19:17:07 +02:00 |
|
|
|
f0ad18fb82
|
Enable warning sound in question dialogs
|
2025-01-21 19:17:06 +02:00 |
|
|
|
08bbb1707e
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-01-21 19:17:06 +02:00 |
|
|
|
ff4b92320d
|
Add flag for Window types
|
2025-01-21 19:17:05 +02:00 |
|
|
|
c7b2bd8d24
|
Add command-line switches to force X11 and Wayland SDL drivers
|
2025-01-21 19:17:05 +02:00 |
|
|
|
9fe3e92dd6
|
Implement SDL platform, windowing and input handling
|
2025-01-21 19:17:04 +02:00 |
|
|
|
05109ca74f
|
Refactor application window class name
|
2025-01-21 19:17:04 +02:00 |
|
|
|
1387a48da9
|
Move Window related enums to separate header file
|
2025-01-21 19:17:04 +02:00 |
|
|
|
45524d0fb0
|
Refactor Windows drag and drop implementation
|
2025-01-21 19:17:03 +02:00 |
|
|
|
ae962cbdc5
|
Refactor ScreenUtilities
|
2025-01-21 19:17:03 +02:00 |
|
|
|
fea009a034
|
Fix centered window location on X11
|
2025-01-21 19:17:03 +02:00 |
|
Wojtek Figat
|
4add5dcf49
|
Add missing default value and fix doc comment
#3150
|
2025-01-13 17:31:34 +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 |
|
Wojtek Figat
|
0ef1220846
|
Another iteration on cooking job
|
2024-12-05 15:29:24 +01:00 |
|
Wojtek Figat
|
987916cc1c
|
Another iteration on cooking job
|
2024-12-05 12:23:32 +01:00 |
|
Wojtek Figat
|
3434731c2a
|
Another blind fix
|
2024-10-07 00:40:22 +02:00 |
|
Wojtek Figat
|
28bf60e62d
|
Fix compilation
|
2024-10-06 23:54:20 +02:00 |
|
Wojtek Figat
|
c6fa20abaa
|
Better fix for 573e99dd2d
|
2024-10-05 23:15:38 +02:00 |
|
Wojtek Figat
|
573e99dd2d
|
Fix compilation regression
|
2024-10-04 22:16:38 +02:00 |
|
Wojtek Figat
|
b9849e2b5c
|
Fix parsing numbers to support sign
|
2024-10-04 15:59:48 +02:00 |
|
Wojtek Figat
|
c8eed098ba
|
Fix regression 207c6a0cb5
|
2024-09-24 22:12:42 +02:00 |
|
Wojtek Figat
|
207c6a0cb5
|
Refactor platform apis comments and cleanup a bit
|
2024-09-24 18:29:30 +02:00 |
|
Wojtek Figat
|
da203352fd
|
Refactor old code documentation
|
2024-09-24 18:20:12 +02:00 |
|
Wojtek Figat
|
21b4c7c916
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-16 14:52:57 +02:00 |
|
Wojtek Figat
|
1c77245818
|
Merge branch 'req-exit' of https://github.com/Tryibion/FlaxEngine into Tryibion-req-exit
|
2024-08-15 15:34:52 +02:00 |
|
|
|
a066e0078d
|
Add CHECK_DEBUG soft check for non-release builds
|
2024-08-07 21:17:45 +03:00 |
|
Chandler Cox
|
03de914dbc
|
Add Requesting engine exit event. Expose Fatal erro and requesting exit to c#
|
2024-08-07 12:16:07 -05:00 |
|
Wojtek Figat
|
bc313c8630
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-05 20:00:39 +02:00 |
|