Jens Alfke <jens@mooseyard.com> [Wed, 12 Mar 2008 15:49:36 -0700] rev 5
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.
Jens Alfke <jens@mooseyard.com> [Tue, 11 Mar 2008 17:09:50 -0700] rev 4
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.)
Jens Alfke <jens@mooseyard.com> [Tue, 11 Mar 2008 09:21:53 -0700] rev 3
Added support for clicking the board to place new pieces. Go and Tic-Tac-Toe now use this.
Jens Alfke <jens@mooseyard.com> [Mon, 10 Mar 2008 17:32:04 -0700] rev 2
Oops, needed to fix an #include
Jens Alfke <jens@mooseyard.com> [Mon, 10 Mar 2008 17:30:57 -0700] rev 1
Tic-tac-toe works on the iPhone simulator!
Jens Alfke <jens@mooseyard.com> [Fri, 07 Mar 2008 11:43:02 -0800] rev 0
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.