Changelog:
r43630 | blackystardust | 2023-04-01 18:27:36 +0000 (Sat, 01 Apr 2023) | 1 line
Include stdlib.h for atoi function.
------------------------------------------------------------------------
r43628 | gpz | 2023-04-01 17:52:18 +0000 (Sat, 01 Apr 2023) | 1 line
add missing capslock mapping in some gtk keymaps
------------------------------------------------------------------------
r43624 | compyx | 2023-03-30 17:47:13 +0000 (Thu, 30 Mar 2023) | 3 lines
Gtk3: cart image widgets: update sensitivity of flush/save button when (attempting to) attach images
------------------------------------------------------------------------
r43623 | compyx | 2023-03-30 17:11:59 +0000 (Thu, 30 Mar 2023) | 3 lines
Gtk3: Cartridge image widgets: make "flush" and "save" buttons optional ... because RAMLink
------------------------------------------------------------------------
r43622 | compyx | 2023-03-30 15:09:25 +0000 (Thu, 30 Mar 2023) | 8 lines
Gtk3: Add new resuable cartridge image widgets, use in GMod2 settings
Add reusable cartridge image widgets to replace custom cartridge image code and
the old widgets in cartimagewidget.{c,h}. The GMod2 settings have been rewritten
to use this new API, other cartridge settings will follow after proper testing.
When all code using the old API is gone the old API will be removed.
------------------------------------------------------------------------