Split the UI into separate bits.
+ Bits that are X11/GLX only
+ Bits that are 'pure' opengl
+ Bits that are UI related but not renderer related
Hopefully with help porting to other platformsI
Signed-off-by: Michel Pollet <buserror@gmail.com>
I had left a block of code commented out, and that was crashing some
disks with 'special' track mapping.
Also now clear the CRC field on the woz, if any, when writing tracks.
Signed-off-by: Michel Pollet <buserror@gmail.com>
Complete replacement from the previous version, see readme for
details...
Short story is that theres support for WOZ 1/2 read/write disks, as now
emulate the low level LSS state machine.
Signed-off-by: Michel Pollet <buserror@gmail.com>
+ Updated libmui
+ Typehead in the standard file dialog
+ More documentation in the header file
+ Made regexp optional, added a new way to specify suffix list
Signed-off-by: Michel Pollet <buserror@gmail.com>