chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / windows.c
2015-10-03 Jonas KölkerInsert a manual reference in the default status bar...
2015-08-01 Simon TathamReplace a TCHAR with a WCHAR.
2013-01-19 Simon TathamRevamp of the Windows command-line parsing and puzzle...
2010-01-12 Simon TathamPatch from James H: make the Windows debugging output...
2010-01-07 Simon TathamMemory leak fix from James H.
2009-12-27 Simon TathamIntroduce, and implement as usefully as I can in all...
2009-12-17 Simon TathamMinor bug fixes from James Harvey.
2009-02-22 Simon TathamIntroduce some infrastructure to permit games' print...
2009-01-06 Simon TathamPatch from James H to enable a single monolithic binary...
2008-09-13 Simon TathamTypo spotted by James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-04-09 Simon TathamImplement tick marks in the Type menu on Windows. Now...
2008-04-07 Simon TathamRevise the printing colour framework so that we can...
2007-03-31 Jacob NevinsIn the Windows frontend, stop tab navigation from activ...
2007-03-11 Simon Tathamr7364 failed to expand a malloc to match the larger...
2007-03-03 Jacob NevinsSince we've changed the semantics of the `expand' argum...
2007-03-03 Simon TathamPatch from James H to provide resizability on Windows.
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2007-02-22 Simon TathamAdd James Harvey's excellent new puzzle, `Galaxies'.
2007-02-13 Jacob NevinsReplicate r7285 from PuTTY: make keyboard input work...
2007-01-04 Jacob NevinsIn Windows/Gtk front-ends, consistently use the ellipsi...
2006-12-28 Jacob NevinsAdd NO_HTMLHELP and turn it on by default in Makefile...
2006-12-27 Simon TathamActually introduce the ability to build the Windows...
2006-12-24 Simon TathamMinor const fix.
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2005-10-22 Simon TathamCleanup: relieve frontends of the duty to call
2005-09-10 Simon TathamPatch from James H which initialises a couple of Window...
2005-09-06 Simon TathamTake the Windows taskbar into account when deciding...
2005-08-25 Simon TathamMemory leak and type safety fixes from James H.
2005-08-24 Simon TathamOver-enthusiastic assertion introduced in the printing...
2005-08-22 Simon TathamMemory leak in the new printing stuff, plus a couple...
2005-08-20 Simon TathamNative Windows printing support, using the infrastructu...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-08-03 Simon TathamCleanups from James H: a few missing statics, a precaut...
2005-07-17 Simon TathamQuite a few instances of the Cardinal Error of Ctype...
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-25 Jacob NevinsThe AngleArc() function that was being used to draw...
2005-06-24 Simon TathamChange the preprocessor symbol `DEBUG' to `DEBUGGING...
2005-06-23 Simon TathamIntroduce a front-end function to draw circles.
2005-06-22 Simon TathamThis TODO comment should have been taken out in r5913 :-)
2005-06-22 Simon TathamNew front end functions to save and restore a region...
2005-06-18 Simon TathamJust noticed yesterday that initial window sizing is...
2005-06-07 Simon TathamAll the games in this collection have always defined...
2005-06-03 Simon TathamColin Watson suggests that Alt-click (or Option-click...
2005-06-01 Simon TathamMiscellaneous fixes from James Harvey's PalmOS porting...
2005-05-30 Simon TathamFirst cut at a game timer. Yet another backend function...
2005-05-26 Jacob NevinsAdd origin-shifting (Shift+cursors) and source-shifting...
2005-05-20 Simon TathamMove IDM_ABOUT so that it doesn't overlap the presets...
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 TathamFix line endings when pasting on Windows.
2005-05-02 Simon TathamAdded an automatic `Solve' feature to most games. This...
2005-05-02 Simon TathamOops; forgot to check in the copy-to-clipboard option...
2005-05-01 Simon TathamRemove outdated comment :-)
2005-05-01 Simon TathamI think Windows fonts look better in bold as well.
2005-04-23 Simon TathamSimplify clip region handling under Windows, which...
2005-03-15 Simon TathamOops. Just noticed that the Windows front end completel...
2005-01-17 Simon TathamRather than each game backend file exporting a whole...
2004-12-22 Jacob NevinsAdd a `jumble' key (`J') to Net, which scrambles the...
2004-12-17 Jacob NevinsAdd grotty casts to prevent negative -> large positive...
2004-08-16 Simon TathamAdded a help file, mostly thanks to Jacob.
2004-05-20 Simon TathamNow that we have string-encodable game parameters,...
2004-05-11 Simon TathamFramework alteration: we now support a `game_ui' struct...
2004-05-04 Simon TathamForgot to initialise the font variables in the Windows...
2004-05-04 Simon TathamForgot to set up the initial value of checkboxes.
2004-05-03 Simon TathamGTK and Windows appear to handle timers very differently:
2004-05-03 Simon TathamThe Windows RNG turns out to only give about 16 bits...
2004-05-03 Simon TathamImplement selection of game seeds, by reusing the confi...
2004-05-03 Simon TathamGame configuration box for Windows, by constructing...
2004-04-29 Simon TathamAdded a status bar.
2004-04-29 Simon TathamImplemented text and clipping primitives in the fronten...
2004-04-28 Simon TathamHave each game declare a name which is used for window...
2004-04-28 Simon TathamShift-click is equivalent to middle-click. This is...
2004-04-28 Simon TathamIntroduce diagonal movement keys on the numeric keypad...
2004-04-28 Simon TathamAdd a menu bar, in both Windows and GTK. In particular...
2004-04-27 Simon TathamA-_ha_! The Windows Rectangle() call appears to get...
2004-04-27 Simon TathamMost of a Windows front end. Something's not _quite_...
2004-04-25 Simon TathamInitial checkin of a portable framework for writing...