Skip to content

Tags: shuuryou/imacg3

Tags

20200611

Toggle 20200611's commit message
Fixes #9

20200517

Toggle 20200517's commit message
Mention that crtcpl is compatible

20200513

Toggle 20200513's commit message
Just some auto code formatting and visual consistency

20200509

Toggle 20200509's commit message
Test pattern fixes and Mono compatibility

Moved the test pattern context menu from GeometryPage to AppletForm and added a menu to allow direct selection of the test pattern.

20200508

Toggle 20200508's commit message
Only allow a single instance to run

crtcpl and ejectcd now use a mutex to allow only a single instance to run at once.

for crtcpl this is required since it grabs the serial port for exclusive use and multiple instances of ejectcd make no sense...

20200505

Toggle 20200505's commit message
Replace batch file installer with InnoSetup installer

The batch files would not work in Windows 10 due to the way cmd.exe handles the working directory of a batch file when invoked with UAC. In Windows 7, it would set the working directory to the folder containing the batch file and xcopy deployment worked. In Windows 10, it's set to System32 and the xcopy deployment tried to install the contents of System32 to the Program Files folder. 😦