Commit Graph

10665 Commits

Author SHA1 Message Date
97ccb1cd21 _x11 fixes 2025-01-23 21:56:39 +02:00
aac7149106 Apply patches to rapidjson
Some checks are pending
Build Android / Game (Android, Release ARM64) (push) Waiting to run
Build iOS / Game (iOS, Release ARM64) (push) Waiting to run
Build Linux / Editor (Linux, Development x64) (push) Waiting to run
Build Linux / Game (Linux, Release x64) (push) Waiting to run
Build macOS / Editor (Mac, Development ARM64) (push) Waiting to run
Build macOS / Game (Mac, Release ARM64) (push) Waiting to run
Build Windows / Editor (Windows, Development x64) (push) Waiting to run
Build Windows / Game (Windows, Release x64) (push) Waiting to run
Cooker / Cook (Mac) (push) Waiting to run
Tests / Tests (Linux) (push) Waiting to run
Tests / Tests (Windows) (push) Waiting to run
2025-01-23 19:11:42 +02:00
c5c1751f74 Update rapidjson to latest version
Commit d621dc9e9c77f81e5c8a35b8dcc16dcd63351321 in Tencent/rapidjson
2025-01-23 19:11:41 +02:00
4546d838ea Fix button latching on Windows after drag and drop operation 2025-01-23 19:11:41 +02:00
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
c1af51fa2d Fix error when docking to sides of tabbed panel 2025-01-23 19:11:40 +02:00
363e419398 Cleanup Linux SDL implementation 2025-01-23 19:11:39 +02:00
90507a4be0 Support compiling third party library C files as C code 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
2b65402615 Add git fetch method for dependencies 2025-01-23 19:11:37 +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
da03d76ad2 Allow window with single tab to be dragged from tab area 2025-01-23 19:11:01 +02:00
0c95ab2d72 Fix ValueBox mouse position resetting after releasing the button 2025-01-23 19:11:01 +02:00
97563b7ac8 Fix SDL build process on Linux 2025-01-23 19:11:01 +02:00
c201591df4 Update SDL to 3.2.0 2025-01-23 19:10:58 +02:00
893ccf3c7b _sdl binary 2025-01-23 19:07:33 +02:00
0318ad6d5f Update SDL3 binaries 2025-01-21 19:53:33 +02:00
dffde4bf6c _lfsconfig 2025-01-21 19:53:32 +02:00
5f2a1dab47 Force cursor to center of Game Window when tab handle is clicked 2025-01-21 19:53:32 +02:00
Chandler Cox
8efb52da64 Fix rotation using SDL 2025-01-21 19:53:32 +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
b9dd139c97 Fix CI for Linux 2025-01-21 19:17:09 +02:00
8e9171e9c3 Prevent building with SDL in unsupported platforms 2025-01-21 19:17:08 +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
a8f5e19ca6 Enable modern Windows dialog boxes 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
8d65a1ec60 Enable native windowing system settings with SDL platform 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