Changelog:
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.
------------------------------------------------------------------------
r43206 | compyx | 2023-02-17 18:56:27 +0000 (Fri, 17 Feb 2023) | 7 lines
Gtk3: cwd widget: reimplement using GtkEntry with clickable icon for dialog
Reimplement the cwd widget by using a single GtkEntry to handle input and pop
up a dialog, instead of a grid with an entry and a push button.
Mark invalid paths with crimson wavy lines under the text.
------------------------------------------------------------------------
r43205 | compyx | 2023-02-17 16:25:16 +0000 (Fri, 17 Feb 2023) | 5 lines
Gtk3: Settings dialog: simplify host -> snapshot/event/history
Replace custom code with file chooser widget, remove indentation of labels.
------------------------------------------------------------------------