Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / windows.c
2013-01-19 simonRevamp of the Windows command-line parsing and puzzle...
2010-01-12 simonPatch from James H: make the Windows debugging output...
2010-01-07 simonMemory leak fix from James H.
2009-12-27 simonIntroduce, and implement as usefully as I can in all...
2009-12-17 simonMinor bug fixes from James Harvey.
2009-02-22 simonIntroduce some infrastructure to permit games' print...
2009-01-06 simonPatch from James H to enable a single monolithic binary...
2008-09-13 simonTypo spotted by James H.
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-04-09 simonImplement tick marks in the Type menu on Windows. Now...
2008-04-07 simonRevise the printing colour framework so that we can...
2007-03-31 jacobIn the Windows frontend, stop tab navigation from activ...
2007-03-11 simonr7364 failed to expand a malloc to match the larger...
2007-03-03 jacobSince we've changed the semantics of the `expand' argum...
2007-03-03 simonPatch from James H to provide resizability on Windows.
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2007-02-22 simonAdd James Harvey's excellent new puzzle, `Galaxies'.
2007-02-13 jacobReplicate r7285 from PuTTY: make keyboard input work...
2007-01-04 jacobIn Windows/Gtk front-ends, consistently use the ellipsi...
2006-12-28 jacobAdd NO_HTMLHELP and turn it on by default in Makefile...
2006-12-27 simonActually introduce the ability to build the Windows...
2006-12-24 simonMinor const fix.
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
2005-10-22 simonCleanup: relieve frontends of the duty to call
2005-09-10 simonPatch from James H which initialises a couple of Window...
2005-09-06 simonTake the Windows taskbar into account when deciding...
2005-08-25 simonMemory leak and type safety fixes from James H.
2005-08-24 simonOver-enthusiastic assertion introduced in the printing...
2005-08-22 simonMemory leak in the new printing stuff, plus a couple...
2005-08-20 simonNative Windows printing support, using the infrastructu...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-08-03 simonCleanups from James H: a few missing statics, a precaut...
2005-07-17 simonQuite a few instances of the Cardinal Error of Ctype...
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-25 jacobThe AngleArc() function that was being used to draw...
2005-06-24 simonChange the preprocessor symbol `DEBUG' to `DEBUGGING...
2005-06-23 simonIntroduce a front-end function to draw circles.
2005-06-22 simonThis TODO comment should have been taken out in r5913 :-)
2005-06-22 simonNew front end functions to save and restore a region...
2005-06-18 simonJust noticed yesterday that initial window sizing is...
2005-06-07 simonAll the games in this collection have always defined...
2005-06-03 simonColin Watson suggests that Alt-click (or Option-click...
2005-06-01 simonMiscellaneous fixes from James Harvey's PalmOS porting...
2005-05-30 simonFirst cut at a game timer. Yet another backend function...
2005-05-26 jacobAdd origin-shifting (Shift+cursors) and source-shifting...
2005-05-20 simonMove IDM_ABOUT so that it doesn't overlap the presets...
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 simonFix line endings when pasting on Windows.
2005-05-02 simonAdded an automatic `Solve' feature to most games. This...
2005-05-02 simonOops; forgot to check in the copy-to-clipboard option...
2005-05-01 simonRemove outdated comment :-)
2005-05-01 simonI think Windows fonts look better in bold as well.
2005-04-23 simonSimplify clip region handling under Windows, which...
2005-03-15 simonOops. Just noticed that the Windows front end completel...
2005-01-17 simonRather than each game backend file exporting a whole...
2004-12-22 jacobAdd a `jumble' key (`J') to Net, which scrambles the...
2004-12-17 jacobAdd grotty casts to prevent negative -> large positive...
2004-08-16 simonAdded a help file, mostly thanks to Jacob.
2004-05-20 simonNow that we have string-encodable game parameters,...
2004-05-11 simonFramework alteration: we now support a `game_ui' struct...
2004-05-04 simonForgot to initialise the font variables in the Windows...
2004-05-04 simonForgot to set up the initial value of checkboxes.
2004-05-03 simonGTK and Windows appear to handle timers very differently:
2004-05-03 simonThe Windows RNG turns out to only give about 16 bits...
2004-05-03 simonImplement selection of game seeds, by reusing the confi...
2004-05-03 simonGame configuration box for Windows, by constructing...
2004-04-29 simonAdded a status bar.
2004-04-29 simonImplemented text and clipping primitives in the fronten...
2004-04-28 simonHave each game declare a name which is used for window...
2004-04-28 simonShift-click is equivalent to middle-click. This is...
2004-04-28 simonIntroduce diagonal movement keys on the numeric keypad...
2004-04-28 simonAdd a menu bar, in both Windows and GTK. In particular...
2004-04-27 simonA-_ha_! The Windows Rectangle() call appears to get...
2004-04-27 simonMost of a Windows front end. Something's not _quite_...
2004-04-25 simonInitial checkin of a portable framework for writing...