2008-03-12 Jens Alfke Fixed: An exception in the Go game if you mouse down on the board but then drag to the captured-pieces area and release the mouse.
2008-03-12 Jens Alfke Fixed the conversion of window to layer coordinates. The old way didn't work in HiDPI. Thanks to Quincey Morriss and Nathan Vander Wilt for figuring this out.
2008-03-11 Jens Alfke Text, playing cards, and Klondike solitaire all work on iPhone now. (Regression: Klondike UI layout has changed, and is awkward on Mac now. Need to special case that.)
2008-03-11 Jens Alfke Added support for clicking the board to place new pieces. Go and Tic-Tac-Toe now use this.
2008-03-10 Jens Alfke Oops, needed to fix an #include
2008-03-10 Jens Alfke Tic-tac-toe works on the iPhone simulator!
2008-03-07 Jens Alfke Initial check-in into Mercurial. Branched from 1.0 release of Apple's sample code. No longer requires garbage collection. Fixed some memory leaks of CG objects. Fixed a bug when advancing to the 8th row in the Checkers game.