Changelog:
r43139 | compyx | 2023-02-11 21:42:05 +0000 (Sat, 11 Feb 2023) | 6 lines
IDE64: define some useful symbolic constants for disk geometry resource limits
Add IDE64_CYLINDERS_[MIN|MAX], IDE64_HEADS_[MIN|MAX] and IDE64_SECTORS_[MIN|MAX]
for use in UI code.
------------------------------------------------------------------------
r43138 | blackystardust | 2023-02-11 21:25:19 +0000 (Sat, 11 Feb 2023) | 1 line
Fixed minimum amount of sectors for ide64 harddrives in the sdl ui (from 0 to 1).
------------------------------------------------------------------------
r43137 | compyx | 2023-02-11 20:51:53 +0000 (Sat, 11 Feb 2023) | 6 lines
Gtk3: resource file chooser: add option to display globs in file pattern name
Add option to either just show the name of a file pattern (e.g. "Log files"),
or to show a the patterns after the name (e.g. "Log files (*.log,*.txt)").
------------------------------------------------------------------------
r43136 | blackystardust | 2023-02-11 20:47:52 +0000 (Sat, 11 Feb 2023) | 1 line
Fix hanging in mid air space.
------------------------------------------------------------------------
r43135 | blackystardust | 2023-02-11 20:41:18 +0000 (Sat, 11 Feb 2023) | 1 line
Function prototype fixes.
------------------------------------------------------------------------