1283 Commits

Author SHA1 Message Date
rakslice
c669f71706 SheepShaver Windows: fix command-line args processing 2025-02-16 00:06:58 -08:00
Dan
bc1e51f80e additional cases handled (untested) 2025-02-12 19:10:02 -06:00
Dan
76c1c997ac Revert "Fix security related compiler error."
This reverts commit b932545c7b5713d29cdf4a46be78bca1db772fe6.
2025-02-12 19:03:22 -06:00
Dan Saul
b932545c7b Fix security related compiler error.
error: format not a string literal and no format arguments []

add fix to other locations as well, untested
2025-02-12 19:00:14 -06:00
kanjitalk755
6ddff7bc02
Merge pull request #262 from rakslice/win_extfs_touching_creation_times
extfs file time fixes
2025-01-31 10:03:17 +09:00
rakslice
067e89ce6d Corresponding change to 622f0f4dd965fa1b3d13fb9e27a4a93f4e1f0a32 for SheepShaver and for the Windows versions as well 2025-01-30 15:24:57 -08:00
rakslice
ca8e10b2df debug cleanup 2025-01-30 03:44:50 -08:00
rakslice
70507f89da MacTimeToTime(): ignore offset adjusted mktime() result if it didn't work 2025-01-30 03:44:25 -08:00
rakslice
d66b125513 Apply the day and year offset prefs in MacTimeToTime() 2025-01-30 03:32:03 -08:00
rakslice
197068b6f8 Corresponding macos_util.cpp change for SheepShaver 2025-01-30 02:22:38 -08:00
rakslice
cb42bdf64d fit the style better 2025-01-22 18:52:53 -08:00
rakslice
05cd8b0a8d GTK2 GUI: replace brace-or-equals default with explicit constructor default 2025-01-22 18:43:37 -08:00
rakslice
2efce1ddd0 GTK2 GUIs: prevent adding the same filename to the volume list multiple times 2025-01-22 14:25:00 -08:00
rakslice
d29a6f3d03 gtk2 unix: make the CD-ROM toggle a checkbox like gtk3 2025-01-22 03:35:52 -08:00
rakslice
1a4d4d8149 gtk2 unix: put files dragged into the volumes list at the right location 2025-01-22 00:39:41 -08:00
rakslice
e47c29272f sheepshaver unix gtk2: bring the b2 unix gtk2 changes from 72a1265761ddbbae11c37d29fb9fafc35e7dd53c 2025-01-22 00:39:41 -08:00
rakslice
772252f24c Revert "Best guess audio CD from data calls to allow multiple discs and testing different interface identifiers"
This reverts commit 35439819d35140291295312e34f9cadd4245f5bc.
2025-01-10 03:08:31 -08:00
kanjitalk755
96e7f8566c
Merge pull request #226 from rakslice/makedepend_fixups
Update depend targets for single obj build directory
2024-12-29 20:23:57 +09:00
rakslice
43bc4ce944 make the same makedepend changes for Windows 2024-12-28 20:28:27 -08:00
rakslice
f396254b62 Update depend dep targets for single obj build directory 2024-12-28 19:10:37 -08:00
rakslice
77b9ebdf5b Do not preserve cached ethernet packet allocation across restarts - also for SheepShaver 2024-12-28 14:59:05 -08:00
kanjitalk755
d3aa80f703
Merge pull request #221 from rakslice/gtk2_volume_list_dnd
Add volume list file drag-and-drop from Windows gtk2 UI to the Unix gtk2 UIs
2024-12-07 15:04:25 +09:00
rakslice
7665c0637d copy the volume list drag and drop support over from the windows gui 2024-11-23 22:30:24 -08:00
rakslice
3f46296a36 incorporate BasiliskII unix gtk 2 GUI scaling changes into its SheepShaver counterpart 2024-11-23 17:25:43 -08:00
robxnano
e35f659764
Remove call to XInitThreads
As SDL (which calls XInitThreads internally) is now initialized
before GTK, this is no longer needed.

This reverts commits f5b277548b08d8c8b680cbeb3544821e95e6dae8,
ccf38a40052753cc12037c65e8998b963ebf0437 and
19033a4a39acba60c9d7de135362a70dcfc20a51.
2024-10-08 17:03:27 +01:00
kanjitalk755
62b88fa0ae float mag_rate 2024-10-07 12:04:02 +09:00
robxnano
8c1580ebc8
GTK3: Fix crash on changing theme
SDL uses GTK to draw window title bars on Wayland, and can crash
when the color scheme is changed. Disconnecting from the portal
before launching the emulator works around this.
2024-08-28 23:45:55 +01:00
robxnano
208c2645da
GTK3: Fix --nogui option 2024-08-28 23:45:51 +01:00
robxnano
bcc06d8d33
GTK3: Support freedesktop color-scheme
On desktops which support the org.freedesktop.appearance
settings portal, the application will switch automatically
between light and dark themes.
2024-08-25 14:18:12 +01:00
robxnano
d1b288ba19
Unix: Support for GTK 3
- Minimum version required is GTK 3.14.5
- Choose version using the --with-gtk={2,3} configure option
- Settings UI has been ported to GtkBuilder XML files
New features:
- Native file chooser support (with GTK_USE_PORTAL=1 envvar)
- CD-ROMs, both real and virtual, are listed in the volumes pane
- Use the checkbox to set a volume as a CD-ROM
- Header bar on DEs that use it, menu bar on those that don't
- Additional options including hotkey, swap_opt_cmd and nogui
2024-08-25 14:18:11 +01:00
robxnano
2658de9556
GTK: Fix message boxes
- Increase default size for new volumes
2024-08-25 13:36:21 +01:00
kanjitalk755
e517d73f0c Update for SDL3 2024-08-22 20:43:38 +09:00
kanjitalk755
4b6beeca17 Fix for SDL3 3.1.2 Preview (addition) 2024-05-26 12:25:13 +09:00
kanjitalk755
d7c030312d Fix #198 2024-04-02 20:38:34 +09:00
kanjitalk755
979523b5ca Fix #195 2024-03-29 21:11:46 +09:00
kanjitalk755
e12789a57e Fix for LTO enabled environment by default 2024-03-23 12:44:16 +09:00
chenchijung
784ac7bb7e fix ROMBase compare before assignment issue 2024-02-24 17:46:31 +08:00
chenchijung
45e3bd1d3e modify for workaround <cannot map RAM:No Error> caused by confliction with MSI afterburner or RIVA Tuner statistic tuner Server 2024-02-21 19:29:20 +08:00
kanjitalk755
0a1d9c35bf SS: fix for linux/aarch64 2024-01-20 14:34:21 +09:00
kanjitalk755
3176aa887d Add prefs item init_grab 2024-01-11 11:00:04 +09:00
kanjitalk755
1d8dd979ab Improved stability during reboot 2023-12-17 09:32:14 +09:00
kanjitalk755
b6d62c2f14 Add framework search path 2023-12-06 10:30:10 +09:00
kanjitalk755
9395e119af Fix for Xcode 15 2023-12-05 14:24:22 +09:00
kanjitalk755
021bb50149 SS: the hardware cursor can be used even when the magnification is not an integer when in fullscreen 2023-12-03 15:38:24 +09:00
kanjitalk755
3d49e9790b Update for SDL3 2023-11-26 09:48:26 +09:00
kanjitalk755
19308135c3 Update for SDL3 2023-10-18 10:46:13 +09:00
kanjitalk755
9a7751f1a2 Prepare for SDL3 2023-09-13 20:45:03 +09:00
kanjitalk755
0942bdcbf9 test framebuffer handling 2023-08-25 19:50:04 +09:00
kanjitalk755
6f94fdd7b0 allow unaligned lmw/stmw 2023-07-09 13:43:50 +09:00
kanjitalk755
d66da33874 SS, Windows: Fix Makefile 2023-05-03 17:47:06 +09:00