Commit Graph

5390 Commits

Author SHA1 Message Date
de67d1bf73 Adjust epsilon in IsNormalized checks to be less strict 2024-10-07 20:31:40 +03:00
a4474416ac _noprog? 2024-10-07 20:31:39 +03:00
b04ffdcd3c _works 0,0 primary screen, returned positions correct but visually wrong 2024-10-07 20:31:39 +03:00
46ede050d6 _works 2024-10-07 20:31:39 +03:00
5aa7881a59 _wip parent-child positioning fixes 2024-10-07 20:31:38 +03:00
eb700625dc Fix parent window position handling with popup/tooltip windows 2024-10-07 20:31:38 +03:00
f04cb005a4 Fix compilation issues 2024-10-07 20:31:37 +03:00
6f7ccc5f16 Fix Linux compilation without SDL 2024-10-07 20:31:37 +03:00
04c3a3bc74 Fix windows not being hidden initially 2024-10-07 20:31:36 +03:00
f7645cb507 Fix compilation 2024-10-07 20:31:36 +03:00
a78ec95fc9 Update SDL3 2024-10-07 20:31:36 +03:00
077a7cd8fe Fix compilation errors in other platforms 2024-10-07 20:31:35 +03:00
980503baba Fallback to X11 message box implementation when SDL fails 2024-10-07 20:31:34 +03:00
21e5d667a5 Fix popup and context menus not working on Wayland 2024-10-07 20:31:34 +03:00
0d107688fe Hide warnings for unsupported SDL operations on Wayland 2024-10-07 20:31:34 +03:00
e3b3b0dbdb Log a warning for not implemented Wayland functionality 2024-10-07 20:31:33 +03:00
506699b13f Fix compilation in Linux 2024-10-07 20:31:33 +03:00
e42a0e6298 Enable warning sound in question dialogs 2024-10-07 20:31:33 +03:00
1bbfdc97f2 Implement relative mouse mode (raw input) for SDL platform 2024-10-07 20:31:32 +03:00
9cb3dcf1f5 Add flag for Window types 2024-10-07 20:31:32 +03:00
badb0ec7ad Add command-line switches to force X11 and Wayland SDL drivers
# Conflicts:
#	Source/Engine/Engine/CommandLine.cpp
2024-10-07 20:31:31 +03:00
a2b90be82d Implement SDL platform, windowing and input handling 2024-10-07 20:31:31 +03:00
289668c8e5 Refactor application window class name 2024-10-07 20:31:31 +03:00
f6806e450e Move Window related enums to separate header file 2024-10-07 20:31:30 +03:00
f502a9e484 Refactor Windows drag and drop implementation 2024-10-07 20:31:30 +03:00
90d92414b7 Refactor ScreenUtilities 2024-10-07 20:31:30 +03:00
8b8e993743 Fix centered window location on X11 2024-10-07 20:31:29 +03:00
20ad720185 Fix initial position of Tooltips 2024-10-07 20:31:29 +03:00
Wojtek Figat
b73463a4b2 Merge branch 'fix-video-audio-not-loop' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-video-audio-not-loop 2024-10-07 10:24:55 +02: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
4a4120864d Better fix for c6fa20abaa 2024-10-06 23:23:41 +02:00
Chandler Cox
283f26b95c Fix video audio not looping. 2024-10-06 14:54:44 -05:00
Wojtek Figat
9b7e5be50e Add new features to stb too (as unsupported)
#2968
2024-10-05 23:22:06 +02:00
Wojtek Figat
66862ea1cf Merge branch 'fix-recons-z' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-recons-z 2024-10-05 23:17:22 +02:00
Wojtek Figat
c6fa20abaa Better fix for 573e99dd2d 2024-10-05 23:15:38 +02:00
Chandler Cox
305d3a6496 Add FlipX to texture tool. 2024-10-04 19:31:55 -05:00
Chandler Cox
2a5de178fa Small fix for Reconstructing Z Channel and add keeping aspect ration when resizing. 2024-10-04 19:21:15 -05:00
Wojtek Figat
1e2d02d437 Merge branch 'reconst-z-channel' of https://github.com/Tryibion/FlaxEngine into Tryibion-reconst-z-channel 2024-10-04 22:39:37 +02:00
Wojtek Figat
58e1396c15 Fix rich text box snapping to be ignored at text end
#2964
2024-10-04 22:39:10 +02:00
Chandler Cox
8e72b1f326 Fix comment. 2024-10-04 15:39:02 -05:00
Chandler Cox
6b10ebdc2c Add options to reconstruct z channel for textures. 2024-10-04 15:29:45 -05:00
Wojtek Figat
c759b5fa24 Merge branch 'fix_2804' of https://github.com/amir9480/FlaxEngine into amir9480-fix_2804 2024-10-04 22:19:10 +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
6fecf1d58a Fix crash when setting static dotnet field from unmanaged code 2024-10-04 15:59:41 +02:00
Wojtek Figat
e860f969be Add attributes support for dotnet interop for methods, fields and properties 2024-10-04 15:59:34 +02:00
Amir Alizadeh
c8f57ea82b Fix RichTextBox selection bug 2024-10-03 21:46:59 +03:30
Wojtek Figat
1414eb9852 Add Variant enum parsing by name and fix enum printing to string 2024-10-03 17:12:39 +02:00
Wojtek Figat
497cd19fe5 Fix managed interop bug 2024-10-03 17:11:15 +02:00