chiark / gitweb /
Improved the limited shuffle mechanism in Sixteen and Twiddle. They
[sgt-puzzles.git] / windows.c
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...