Changelog:
r45700 | dqh | 2025-06-14 05:14:56 +0000 (Sat, 14 Jun 2025) | 1 line
Fixed macOS build (currently no host joystick support)
------------------------------------------------------------------------
r45699 | gpz | 2025-06-13 23:12:26 +0000 (Fri, 13 Jun 2025) | 1 line
adjust implementation of c64gs cartridge to actual c64gs-cartridge hardware
------------------------------------------------------------------------
r45698 | gpz | 2025-06-13 18:24:22 +0000 (Fri, 13 Jun 2025) | 1 line
fix Comal 80 cartridge implementation, add a subtype for the older 'grey' cartridge. should fix #2145
------------------------------------------------------------------------
r45697 | compyx | 2025-06-13 08:11:00 +0000 (Fri, 13 Jun 2025) | 9 lines
Gtk3: resource spin button: connect "input" and "output" signals locked
The "input" and "output" signals of a spin button deal with parsing and formatting
of spin button text (the internal GtkEntry); to speed things up in the UI these
were connected "unlocked". However, it could be the GtkEntry updates trigger
a "value-changed" event, which in turn would alter the bound resource of the
widget, which could trigger an assertion of not having the main lock.
So to be safe, we connect these "locked". See bug #2144.
------------------------------------------------------------------------
r45696 | gpz | 2025-06-11 17:55:13 +0000 (Wed, 11 Jun 2025) | 1 line
used constant instead of magic number, make docs match the implementation :)
------------------------------------------------------------------------