Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / osx.m
2012-06-06 simonFix a bug introduced by r9495 in which we try to write...
2012-05-06 simonGNUstep compatibility: ensure both endpoints are actual...
2012-05-06 simonGNUstep compatibility: add a missing #include.
2012-05-06 simonGNUstep compatibility: avoid attempting blitter_save...
2012-05-06 simonGNUstep compatibility: stop using the API feature isFli...
2012-05-06 simonGNUstep compatibility: remove an unused variable which...
2012-05-06 simonGNUstep compatibility: comment out some API calls that...
2012-05-06 simonGNUstep compatibility: spell null selectors "NULL"...
2012-05-06 simonStop using the deprecated NSString stringWithCString...
2009-12-27 simonIntroduce, and implement as usefully as I can in all...
2008-09-13 simonChange to the handling of -DCOMBINED in the makefiles...
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-04-09 simonImplement tick marks in the Type menu on OS X.
2008-01-15 simonSyntactic fixes by Zach Wily to make the OS X build...
2006-08-25 simonJesse W points out that I forgot to update the OS X...
2005-10-22 simonOS X frontend was directly calling the backend's wants_...
2005-10-13 simonNew puzzle: `Tents'. Requires a potentially shared...
2005-08-21 simon*blinks* I apparently didn't try _building_ the OS...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-07-03 simondraw_polygon() and draw_circle() have always had a...
2005-06-30 simonLoad and Save are now supported on all three desktop...
2005-06-23 simonIntroduce a front-end function to draw circles.
2005-06-22 simonNew front end functions to save and restore a region...
2005-06-07 simonAll the games in this collection have always defined...
2005-05-30 simonFirst cut at a game timer. Yet another backend function...
2005-05-26 simonAdd support for Jacob's new cursor-key modifier flags...
2005-05-17 simonAfter much thought, I've decided that `Restart' on...
2005-05-16 simonThe game IDs for Net (and Netslide) have always been...
2005-05-15 simonIntroduce a versioning mechanism, and an `About' box...
2005-05-12 simonI've had two complaints that Solo ought to recognise...
2005-05-02 simonAdded an automatic `Solve' feature to most games. This...
2005-05-02 simonIt's actually vitally important, it turns out, to have...
2005-05-01 simonThe addition of a `Copy' menu item on OS X was really...
2005-05-01 simonIntroduced a new function in every game which formats...
2005-02-05 simonI've found NSView's setNeedsDisplayInRect: method,...
2005-01-25 simonNeed to impose a _maximum_ width on edit boxes, as...
2005-01-24 simonAhem. Rogue copy and paste was causing preset menu...
2005-01-24 simonHelp should have the shortcut Command-?.
2005-01-24 simonImprove OS X help: split back up into multiple files...
2005-01-24 simonFirst cut at online help under OS X. I just built the...
2005-01-24 simonThe main grid outline in Pattern was asymmetric between...
2005-01-24 simonFix two window-resizing bugs introduced by the addition...
2005-01-24 simonImprove fatal error handling.
2005-01-24 simonAdded a dock menu which makes it more convenient to...
2005-01-24 simonStatus bar support.
2005-01-23 simonImplemented the configurable dialog box mechanism,...
2005-01-23 simonAdded a framework for putting things other than the...