chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / osx.m
2015-10-03 Jonas KölkerInsert a manual reference in the default status bar...
2015-09-18 Simon TathamFix OS X build failure due to a deprecated method.
2015-09-02 Bo LindberghImplement osx_draw_thick_line
2014-10-20 Simon TathamStop using NSApp in the OS X front end.
2012-06-06 Simon TathamFix a bug introduced by r9495 in which we try to write...
2012-05-06 Simon TathamGNUstep compatibility: ensure both endpoints are actual...
2012-05-06 Simon TathamGNUstep compatibility: add a missing #include.
2012-05-06 Simon TathamGNUstep compatibility: avoid attempting blitter_save...
2012-05-06 Simon TathamGNUstep compatibility: stop using the API feature isFli...
2012-05-06 Simon TathamGNUstep compatibility: remove an unused variable which...
2012-05-06 Simon TathamGNUstep compatibility: comment out some API calls that...
2012-05-06 Simon TathamGNUstep compatibility: spell null selectors "NULL"...
2012-05-06 Simon TathamStop using the deprecated NSString stringWithCString...
2009-12-27 Simon TathamIntroduce, and implement as usefully as I can in all...
2008-09-13 Simon TathamChange to the handling of -DCOMBINED in the makefiles...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-04-09 Simon TathamImplement tick marks in the Type menu on OS X.
2008-01-15 Simon TathamSyntactic fixes by Zach Wily to make the OS X build...
2006-08-25 Simon TathamJesse W points out that I forgot to update the OS X...
2005-10-22 Simon TathamOS X frontend was directly calling the backend's wants_...
2005-10-13 Simon TathamNew puzzle: `Tents'. Requires a potentially shared...
2005-08-21 Simon Tatham*blinks* I apparently didn't try _building_ the OS...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-03 Simon Tathamdraw_polygon() and draw_circle() have always had a...
2005-06-30 Simon TathamLoad and Save are now supported on all three desktop...
2005-06-23 Simon TathamIntroduce a front-end function to draw circles.
2005-06-22 Simon TathamNew front end functions to save and restore a region...
2005-06-07 Simon TathamAll the games in this collection have always defined...
2005-05-30 Simon TathamFirst cut at a game timer. Yet another backend function...
2005-05-26 Simon TathamAdd support for Jacob's new cursor-key modifier flags...
2005-05-17 Simon TathamAfter much thought, I've decided that `Restart' on...
2005-05-16 Simon TathamThe game IDs for Net (and Netslide) have always been...
2005-05-15 Simon TathamIntroduce a versioning mechanism, and an `About' box...
2005-05-12 Simon TathamI've had two complaints that Solo ought to recognise...
2005-05-02 Simon TathamAdded an automatic `Solve' feature to most games. This...
2005-05-02 Simon TathamIt's actually vitally important, it turns out, to have...
2005-05-01 Simon TathamThe addition of a `Copy' menu item on OS X was really...
2005-05-01 Simon TathamIntroduced a new function in every game which formats...
2005-02-05 Simon TathamI've found NSView's setNeedsDisplayInRect: method,...
2005-01-25 Simon TathamNeed to impose a _maximum_ width on edit boxes, as...
2005-01-24 Simon TathamAhem. Rogue copy and paste was causing preset menu...
2005-01-24 Simon TathamHelp should have the shortcut Command-?.
2005-01-24 Simon TathamImprove OS X help: split back up into multiple files...
2005-01-24 Simon TathamFirst cut at online help under OS X. I just built the...
2005-01-24 Simon TathamThe main grid outline in Pattern was asymmetric between...
2005-01-24 Simon TathamFix two window-resizing bugs introduced by the addition...
2005-01-24 Simon TathamImprove fatal error handling.
2005-01-24 Simon TathamAdded a dock menu which makes it more convenient to...
2005-01-24 Simon TathamStatus bar support.
2005-01-23 Simon TathamImplemented the configurable dialog box mechanism,...
2005-01-23 Simon TathamAdded a framework for putting things other than the...