Changelog:
r43217 | compyx | 2023-02-18 11:03:29 +0000 (Sat, 18 Feb 2023) | 3 lines
Gtk3: Settings dialog: CPU Jam: fix indentation
------------------------------------------------------------------------
r43216 | compyx | 2023-02-18 10:29:06 +0000 (Sat, 18 Feb 2023) | 9 lines
Gtk3: Logfile widget: use resource filechooser for filename, put "stdout" check and "open dir" buttons next to each other
Use the resource filechooser widget for the LogFileName resource. Put the
"Log to stdout" check button and the "Open directory of logfile" push button
next to each other on the same row, packing the button in a GtkButtonBox, to
get the proper amount of padding and allow for adding more buttons later, should
the need arise.
------------------------------------------------------------------------
r43212 | blackystardust | 2023-02-18 05:39:25 +0000 (Sat, 18 Feb 2023) | 1 line
Fix x128 c64 mode p0/p1 relocation, in c64 mode p0/p1 relocation is ignored.
------------------------------------------------------------------------
r43208 | fabbo | 2023-02-17 20:21:27 +0000 (Fri, 17 Feb 2023) | 2 lines
Reintroduce the MAP joystick mapping. When a joystich acktion is mapped to it, and it is performed when in the menu, the UI will ask for a key on the keyboard to which to map a menu action
------------------------------------------------------------------------
r43207 | compyx | 2023-02-17 19:18:49 +0000 (Fri, 17 Feb 2023) | 8 lines
Gtk3: Settings dialog: host->environment: update for the new cwdwidget
Add "Current working directory" header since the cwd widget doesn't provide a
header anymore.
Still TODO: refactor the logfile widget: remove "Browse..." button and replace
with clickable icon inside the entry.
------------------------------------------------------------------------