Changelog:
r43328 | compyx | 2023-02-27 07:33:58 +0000 (Mon, 27 Feb 2023) | 3 lines
Gtk3: Settings dialog: generic ethernet cart settings: tweak labels, add more spacing between enable check button and other widgets
------------------------------------------------------------------------
r43327 | compyx | 2023-02-27 07:27:43 +0000 (Mon, 27 Feb 2023) | 7 lines
Gtk3: Retro Replay settings: properly wrap buttons in button box, use defines from cartridge.h
Pack the save-as/flush buttons in a GtkButtonBox for proper sizing and padding,
replace some more "Retro Replay" strings with CARTRIDGE_NAME_RETRO_REPLAY.
Also rename settings tree node name from 'retroreplay' to 'retro-replay'.
------------------------------------------------------------------------
r43326 | compyx | 2023-02-27 07:06:42 +0000 (Mon, 27 Feb 2023) | 6 lines
Gtk3: Super Snapshot V5 settings: rename files and use define from cartridge.h
Rename files to settings_supersnapshotv5.{c,h}, change settings tree node name
to 'super-snapshot-v5'. Use define from cartridge.h for cartridge name.
------------------------------------------------------------------------
r43319 | gpz | 2023-02-26 20:29:58 +0000 (Sun, 26 Feb 2023) | 1 line
use lib_free instead of free, fixes bug #1782
------------------------------------------------------------------------
r43311 | gpz | 2023-02-26 18:17:52 +0000 (Sun, 26 Feb 2023) | 1 line
use absolute value for color gamma correction, instead of relating to the pal/ntsc value. this way a value of 1000 is always neutral.
------------------------------------------------------------------------