Versions of MacOS X port of Basilisk II:
  1. Initial port to Public Beta, made minor changes to get it to compile under Final Release.
    Gave a copy of this version to Gwenole Beauchesne (one of the other porters)
  2. Ported to version 0.9 of the Basilisk II tarball.
    Re-engineered autoconfig files to give a clean autoconf and make of cpu_uae code.
    Fixed a bug in the EmulatorView class (I was customising release instead of dealloc).
    Added:
    Gave a copy of this to Max Horn
  3. Some code fixes suggested by Max, doco updates, and porting to OS 10.1
  4. Event handling re-write inspired by Max (subclassing NSApplication for custom sendEvent:). Command key and double clicks are now passed correctly to the Emulator. Took out the custom "About" window stuff, and added some credits (with an html link to the official Basilisk home page) in the standard About box. Also has the standard README in the help menu.
    Gave a copy to Max
  5. Streamlining of event sending (filter mouseMoved events when not in Emulator screen)
  6. Recompile in Project Builder, because the makefile generated binary dies at startup
  7. Ported to the Basilisk II 1.0 snapshot's source and implemented video resolution switching. Also uses Objective-C++, which eliminates some of the wrapper code which was previously needed.
  8. Video preferences fixes, small tidyup of source.
  9. Full screen mode added, more source tidied up.
  10. Finally checked into CVS repository.
    Key event bug fixes: