| Commit message (Expand) | Author | Age |
| * | Use C99 bool within source modules. | Simon Tatham | 2018-11-13 |
| * | Adopt C99 bool in the midend API. | Simon Tatham | 2018-11-13 |
| * | Fix OSX build failure from latest XCode update. | Simon Tatham | 2018-10-06 |
| * | Make the code base clean under -Wwrite-strings. | Simon Tatham | 2017-10-01 |
| * | Assorted char * -> const char * API changes. | Simon Tatham | 2017-10-01 |
| * | Return error messages as 'const char *', not 'char *'. | Simon Tatham | 2017-10-01 |
| * | Use a proper union in struct config_item. | Simon Tatham | 2017-10-01 |
| * | Map Ctrl-Shift-Z to Redo. | Simon Tatham | 2017-09-20 |
| * | Generate special fake keypresses from menu options. | Simon Tatham | 2017-09-20 |
| * | Rework the preset menu system to permit submenus. | Simon Tatham | 2017-04-26 |
| * | Insert a manual reference in the default status bar text. | Jonas Kölker | 2015-10-03 |
| * | Fix OS X build failure due to a deprecated method. | Simon Tatham | 2015-09-18 |
| * | Implement osx_draw_thick_line | Bo Lindbergh | 2015-09-02 |
| * | Stop using NSApp in the OS X front end. | Simon Tatham | 2014-10-20 |
| * | Fix a bug introduced by r9495 in which we try to write temporary NULs | Simon Tatham | 2012-06-06 |
| * | GNUstep compatibility: ensure both endpoints are actually drawn by | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: add a missing #include. | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: avoid attempting blitter_save with a partially | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: stop using the API feature isFlipped/setFlipped | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: remove an unused variable which the compiler | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: comment out some API calls that GNUstep | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: spell null selectors "NULL", not "nil". | Simon Tatham | 2012-05-06 |
| * | Stop using the deprecated NSString stringWithCString: methods. | Simon Tatham | 2012-05-06 |
| * | Introduce, and implement as usefully as I can in all front ends, a | Simon Tatham | 2009-12-27 |
| * | Change to the handling of -DCOMBINED in the makefiles. Instead of | Simon Tatham | 2008-09-13 |
| * | New infrastructure feature. Games are now permitted to be | Simon Tatham | 2008-09-06 |
| * | Implement tick marks in the Type menu on OS X. | Simon Tatham | 2008-04-09 |
| * | Syntactic fixes by Zach Wily to make the OS X build work under 10.5. | Simon Tatham | 2008-01-15 |
| * | Jesse W points out that I forgot to update the OS X front end in | Simon Tatham | 2006-08-25 |
| * | OS X frontend was directly calling the backend's wants_statusbar() | Simon Tatham | 2005-10-22 |
| * | New puzzle: `Tents'. Requires a potentially shared algorithms module | Simon Tatham | 2005-10-13 |
| * | *blinks* I apparently didn't try _building_ the OS X port since the | Simon Tatham | 2005-08-21 |
| * | Substantial infrastructure upheaval. I've separated the drawing API | Simon Tatham | 2005-08-18 |
| * | draw_polygon() and draw_circle() have always had a portability | Simon Tatham | 2005-07-03 |
| * | Load and Save are now supported on all three desktop platforms, and | Simon Tatham | 2005-06-30 |
| * | Introduce a front-end function to draw circles. | Simon Tatham | 2005-06-23 |
| * | New front end functions to save and restore a region of the puzzle | Simon Tatham | 2005-06-22 |
| * | All the games in this collection have always defined their graphics | Simon Tatham | 2005-06-07 |
| * | First cut at a game timer. Yet another backend function which | Simon Tatham | 2005-05-30 |
| * | Add support for Jacob's new cursor-key modifier flags in the OS X frontend. | Simon Tatham | 2005-05-26 |
| * | After much thought, I've decided that `Restart' on r is not a | Simon Tatham | 2005-05-17 |
| * | The game IDs for Net (and Netslide) have always been random seeds | Simon Tatham | 2005-05-16 |
| * | Introduce a versioning mechanism, and an `About' box in all front | Simon Tatham | 2005-05-15 |
| * | I've had two complaints that Solo ought to recognise the numeric | Simon Tatham | 2005-05-12 |
| * | Added an automatic `Solve' feature to most games. This is useful for | Simon Tatham | 2005-05-02 |
| * | It's actually vitally important, it turns out, to have all of the | Simon Tatham | 2005-05-02 |
| * | The addition of a `Copy' menu item on OS X was really beginning to | Simon Tatham | 2005-05-01 |
| * | Introduced a new function in every game which formats a game_state | Simon Tatham | 2005-05-01 |
| * | I've found NSView's setNeedsDisplayInRect: method, which is | Simon Tatham | 2005-02-05 |
| * | Need to impose a _maximum_ width on edit boxes, as well as a minimum | Simon Tatham | 2005-01-25 |