Commit Graph

1648 Commits

Author SHA1 Message Date
starfrost013
d5a9411fe7 Implement hardware cursor support (9x now displays mouse cursor) 2025-06-22 15:59:44 +01:00
starfrost013
c5480af062 Merge branch 'master' of https://github.com/starfrost013/86box 2025-06-22 14:10:19 +01:00
starfrost013
2508b2e86b redesign gpu visual debugging windows 2025-06-22 14:10:15 +01:00
starfrost
f60de0887f Merge branch '86Box:master' into master 2025-06-09 23:05:04 +01:00
Miran Grča
b19240a168 Windows hook: do not block anything if keyboard requires capture and it is not captured. 2025-06-09 18:22:14 +02:00
starfrost
44f94b2458 Merge branch '86Box:master' into master 2025-06-09 12:10:11 +01:00
Alexander Babikov
490e1c5b3e Update the Russian translation 2025-06-08 16:33:52 +05:00
Alexander Babikov
aa9976d5c6 Fix up file filters for filename fields of device configs for consistency
- Filter descriptions are now translatable
- Extensions get uppercase and lowercase variations on *nix
- Add "All files" option
2025-06-08 12:12:20 +05:00
Miran Grča
1c02441706 Merge pull request #5665 from jriwanek-forks/romcard
ISA ROM Board Support (Plus 2 bug fixes)
2025-06-08 08:58:35 +02:00
Jasmine Iwanek
d95420a5e6 Fix missing handller for CONFIG_INT in DeviceConfig::ConfigureDevice 2025-06-08 01:11:29 -04:00
Jasmine Iwanek
16975c374f ISA ROM Board Support 2025-06-08 01:11:29 -04:00
toggo9
f6e6c11fc4 Fix unnecessary space in the Croatian translation. 2025-06-07 21:31:47 +02:00
toggo9
be0ad9ecde Fix unnecessary space in the Catalonian translation. 2025-06-07 21:30:16 +02:00
toggo9
77195a725d Fix unnecessary space in the Spanish translation. 2025-06-07 21:28:56 +02:00
toggo9
55b4f0bd0d Fix unnecessary space in the Czech translation. 2025-06-07 21:28:13 +02:00
toggo9
3101fc4968 Fix unnecessary space in the german translation. 2025-06-07 21:27:11 +02:00
OBattler
7957da5838 Merge branch 'master' of https://github.com/86Box/86Box 2025-06-07 16:51:30 +02:00
OBattler
d66066fa93 QT: Fix a warning. 2025-06-07 16:51:22 +02:00
The Dax
a0fda06500 Add the Quantum3D Raven to the list of cards recognized as Voodoos/Banshees.
This brings it in line with the other Voodoo 3/Banshee cards that don't permit Voodoo 1 or two at the same time without the ini tweak.
2025-06-07 02:04:38 -04:00
Jasmine Iwanek
b71e321236 Assorted cleaning 2025-06-06 21:55:06 -04:00
Jasmine Iwanek
35c77d798a Move FDC before HDC in settings->storagecontrollers 2025-06-06 21:55:05 -04:00
Jasmine Iwanek
cdfb768ee8 Clean QT Other Removable Devices UI 2025-06-06 21:55:05 -04:00
Jasmine Iwanek
c0af5cea99 Clean QT Storage Controllers UI 2025-06-06 21:55:04 -04:00
Jasmine Iwanek
2641601ea2 Clean QT Ports UI 2025-06-06 21:55:04 -04:00
Jasmine Iwanek
127580b71b Clean QT Network UI 2025-06-06 21:55:03 -04:00
Jasmine Iwanek
a83fe67b21 Clean QT Machine UI 2025-06-06 21:55:03 -04:00
Jasmine Iwanek
59c3254daf Clean QT Input UI 2025-06-06 21:55:03 -04:00
Jasmine Iwanek
8aae022441 Clean QT HDD UI 2025-06-06 21:55:02 -04:00
Jasmine Iwanek
c999797f50 Clean QT Floppy/CD-ROM UI 2025-06-06 21:55:02 -04:00
Jasmine Iwanek
2181ed96ed Clean QT Display UI 2025-06-06 21:55:02 -04:00
Jasmine Iwanek
af93cd66ec Clean QT Sound UI 2025-06-06 21:55:01 -04:00
Jasmine Iwanek
c992a44b44 Clean QT Other Peripherals UI 2025-06-06 21:55:01 -04:00
starfrost
e07c8de42b Merge branch '86Box:master' into master 2025-05-29 22:07:01 +01:00
Alexander Babikov
168282875c Fix conversion to/from VHD-compatible CHS geometry not working properly 2025-05-29 14:14:06 +05:00
starfrost
44f98236c8 Merge branch '86Box:master' into master 2025-05-22 23:36:37 +01:00
Cacodemon345
2139e3dd51 Attempt to make OpenGL 3.0 filter settings consistent 2025-05-23 00:34:12 +06:00
Cacodemon345
07c1bb5534 Fix cursor clipping on Windows 2025-05-22 00:19:57 +06:00
OBattler
05ac5b62b0 Add some forgotten #ifdef. 2025-05-21 13:45:12 +02:00
OBattler
e76a89bcc8 Windows: Change cursor clipping from cursor warping to ClipCursor(), fixes #5498. 2025-05-21 13:32:17 +02:00
starfrost013
aaaa4db881 Fix various minor bugs; correctly use bpixel for rendering instead of svga->bpp. remove incorrect DBA check 2025-05-18 16:45:24 +01:00
starfrost
3f6be875d4 Merge branch '86Box:master' into master 2025-05-17 20:11:17 +01:00
WinTP
f7079384f8 Update Simplified Chinese translation 2025-05-13 13:56:10 +08:00
starfrost
40a213c2ca Merge branch '86Box:master' into master 2025-05-12 15:03:06 +01:00
Cacodemon345
750fa33136 Revert X11-related keyboard grabbing changes (except for --nohook ones) 2025-05-11 22:01:24 +06:00
Cacodemon345
3b2ccf2229 Make sockets from incoming connections nonblocking on Windows 2025-05-11 03:46:06 +06:00
Cacodemon345
b0c9ca6b20 Fix stack use-after-return on Linux 2025-05-09 15:28:05 +06:00
Cacodemon345
9a69e1800d Honour --nohook on X11 as well 2025-05-09 14:56:55 +06:00
Cacodemon345
5fcef3713d Add missing tooltips for keyboard lock icons 2025-05-08 00:28:25 +06:00
Alexander Babikov
c42f1e4d12 Remove the fullscreen hotkey message
No longer needed after the hotkeys to enter and exit full screen
mode were merged into one
2025-05-07 22:39:07 +05:00
Miran Grča
d48b7a0647 Merge pull request #5562 from Cacodemon345/wayland-fixes
Implement keyboard grabbing for Wayland
2025-05-07 17:17:22 +02:00