|
|
c842e131bb
|
Fix frame stutter when window is focused
|
2025-01-23 08:31:59 +02:00 |
|
|
|
26f8fb3cf3
|
Cleanup Linux SDL implementation
|
2025-01-23 08:31:59 +02:00 |
|
|
|
80cd58e1be
|
Implement Wayland protocols module and file generation
|
2025-01-23 08:31:58 +02:00 |
|
|
|
05e0162638
|
Fix mouse warping after ending relative mode
|
2025-01-23 08:31:58 +02:00 |
|
|
|
59c70df58d
|
Fix window ShowInTaskbar setting
|
2025-01-23 08:31:57 +02:00 |
|
|
|
297cd2c7af
|
Fix various issues with child window positioning
|
2025-01-23 08:31:57 +02:00 |
|
|
|
fbdbf1bdec
|
Add Window.IsAlwaysOnTop property
|
2025-01-23 08:25:20 +02:00 |
|
|
|
be1370f66e
|
Use SDL locale
|
2025-01-23 08:25:19 +02:00 |
|
|
|
435979ddd2
|
Update SDL to 3.1.3 preview
|
2025-01-21 19:53:33 +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 |
|
|
|
bac8277b2a
|
Fix initial position of Tooltips
|
2025-01-21 19:17:02 +02: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 |
|
Wojtek Figat
|
07b9e5bfdd
|
Merge branch 'invert-channels' of https://github.com/Tryibion/FlaxEngine into Tryibion-invert-channels
|
2025-01-13 09:20:22 +01:00 |
|
Wojtek Figat
|
7ac2376231
|
Simplify code
|
2025-01-12 23:57:52 +01:00 |
|
Wojtek Figat
|
3d76a99c9b
|
Merge branch 'anim-param-warn-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-param-warn-type
|
2025-01-12 22:00:30 +01:00 |
|
Chandler Cox
|
e87bb2325b
|
Standardize spacing for import path ui in assets. add import path ui to model prefab.
|
2025-01-07 20:43:57 -06:00 |
|
Chandler Cox
|
13863344d2
|
Warn if value is the wrong type for the animation graph parameter trying to be set.
|
2025-01-07 20:26:25 -06:00 |
|
Wojtek Figat
|
bff25a8dd8
|
Merge branch 'mat-warn-wrong-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-mat-warn-wrong-type
|
2025-01-06 23:57:59 +01:00 |
|
Chandler Cox
|
7eb2088af0
|
Use Variant::CanCast() for type check.
|
2025-01-06 15:40:38 -06:00 |
|
Chandler Cox
|
f2e4fe300b
|
Change color for readonly text. Fix selection still showing when text box is not focused.
|
2024-12-31 12:56:43 -06:00 |
|
Chandler Cox
|
f71e731e54
|
Add saving and loading.
|
2024-12-30 23:42:32 -06:00 |
|
Chandler Cox
|
cb6ab6a647
|
Fix comment
|
2024-12-30 22:14:18 -06:00 |
|
Chandler Cox
|
899528e087
|
Add invert options for texture imports for Red, Blue, and Alpha channels.
|
2024-12-30 21:27:03 -06:00 |
|
Chandler Cox
|
88703d721b
|
Warn if wrong type while setting material parameter.
|
2024-12-23 16:51:37 -06:00 |
|