Changelog:
r44761 | compyx | 2023-11-20 10:10:53 +0000 (Mon, 20 Nov 2023) | 5 lines
Gtk3: status bar LED widget: use `GDK_EVENT_PROPAGATE` instead of `FALSE`
Using `GDK_EVENT_PROPAGATE` (which maps to `FALSE`) makes it clearer what the
event handlers return than returning `FALSE`.
------------------------------------------------------------------------
r44760 | compyx | 2023-11-20 09:53:52 +0000 (Mon, 20 Nov 2023) | 5 lines
Gtk3: Add status bar LED for SCPU64 JiffyDOS switch
Add clickable LED widget on the status bar to control the "JiffySwitch" xscpu64
resource. Green is on, black is off.
------------------------------------------------------------------------
r44759 | compyx | 2023-11-20 08:58:09 +0000 (Mon, 20 Nov 2023) | 2 lines
Gtk3: Add $VICERES comments for "DiagPin" and "SpeedSwitch"
------------------------------------------------------------------------
r44758 | compyx | 2023-11-20 08:53:41 +0000 (Mon, 20 Nov 2023) | 5 lines
Gtk3: Add status bar LED for SCPU64 speed switch
Add clickable LED labeled "turbo" to toggle the "SpeedSwitch" resource in
xscpu64. Red means turbo mode is on. See feature request #472.
------------------------------------------------------------------------
r44757 | mcmartin | 2023-11-20 06:24:01 +0000 (Mon, 20 Nov 2023) | 1 line
Major refactoring/commenting pass on Tag Monster script
------------------------------------------------------------------------