aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bah, and of course there's a TODO comment I forgot to remove.Simon Tatham2005-04-30
* Twiddle now has an additional mode in which tile orientationSimon Tatham2005-04-30
* Pango-derived fonts seem to generally look better if I ask for themSimon Tatham2005-04-30
* New puzzle: `twiddle', generalised from a random door-unlockingSimon Tatham2005-04-30
* Added a `--generate' command-line option in the GTK port of everySimon Tatham2005-04-29
* Correct block coordinate display when standalone solver shows itsSimon Tatham2005-04-29
* Aha, even better: a Makefile hack that causes auto-detection of GTKSimon Tatham2005-04-28
* Fix inconsistent vertical centring of text in GTK (and update Solo'sSimon Tatham2005-04-27
* Patches for GTK 2. Puzzles already _built_ under GTK 2, but now itSimon Tatham2005-04-27
* Command-line solver was dividing up non-square puzzles the wrong waySimon Tatham2005-04-27
* Pattern also contains an internal solver, so here's a command-lineSimon Tatham2005-04-27
* The command-line solver's difficulty gradings now use the sameSimon Tatham2005-04-26
* Implement the remaining modes of reasoning in nsolve, and thusSimon Tatham2005-04-26
* Fix trivial UI glitch involving clicking on the border outside theSimon Tatham2005-04-26
* Remove some legacy debugging code which was breaking the MinGWSimon Tatham2005-04-25
* Oops; _actually_ add the reasoning mode I mentioned in the lastSimon Tatham2005-04-25
* Various changes prompted by my boss taking an interest:Simon Tatham2005-04-25
* Outstandingly cute mathematical transformation which allows me toSimon Tatham2005-04-24
* Introduce configurable symmetry type in generated puzzles, and dropSimon Tatham2005-04-24
* Doc tweaks for Solo.Jacob Nevins2005-04-23
* Simplify clip region handling under Windows, which also makes Solo'sSimon Tatham2005-04-23
* Visual C points out a couple of typos.Simon Tatham2005-04-23
* Initial checkin of `Solo', the number-placing puzzle popularised bySimon Tatham2005-04-23
* Oops. Just noticed that the Windows front end completely ignores theSimon Tatham2005-03-15
* Stop the Pattern grid generation from generating an entire row orSimon Tatham2005-02-24
* Fixes in grid generation for pedantic special cases when one or bothSimon Tatham2005-02-24
* I've found NSView's setNeedsDisplayInRect: method, which isSimon Tatham2005-02-05
* Need to impose a _maximum_ width on edit boxes, as well as a minimumSimon Tatham2005-01-25
* Sanitising the mouse input data was a good idea, but mySimon Tatham2005-01-25
* Include code in midend.c to sanitise streams of mouse events so thatSimon Tatham2005-01-25
* Ahem. Lots of stuff, including the new OS X sources, was being leftSimon Tatham2005-01-25
* Updates for OS X port (including updating copyright statements).Simon Tatham2005-01-24
* Ahem. Rogue copy and paste was causing preset menu items to go intoSimon Tatham2005-01-24
* `make release' target, which builds a .dmg disk image in whatSimon Tatham2005-01-24
* Help should have the shortcut Command-?.Simon Tatham2005-01-24
* Improve OS X help: split back up into multiple files (thanks toSimon Tatham2005-01-24
* The #definition of COMBINED was done very badly: it was a piece ofSimon Tatham2005-01-24
* First cut at online help under OS X. I just built the HTML versionSimon Tatham2005-01-24
* The main grid outline in Pattern was asymmetric between the top/leftSimon Tatham2005-01-24
* Fix two window-resizing bugs introduced by the addition of the status bar.Simon Tatham2005-01-24
* Improve fatal error handling.Simon Tatham2005-01-24
* Added a dock menu which makes it more convenient to launch a newSimon Tatham2005-01-24
* Status bar support.Simon Tatham2005-01-24
* Implemented the configurable dialog box mechanism, allowing customSimon Tatham2005-01-23
* Added a framework for putting things other than the binary into aSimon Tatham2005-01-23
* Ah, no, _that_ fixes the malloc problem. I'd forgotten that midend.cSimon Tatham2005-01-23
* I _think_ this has just fixed an uninitialised-memory bug, but I'mSimon Tatham2005-01-23
* Dynamically frob the menu bar to achieve selection of game presets.Simon Tatham2005-01-23
* Flesh out the menus a bit.Simon Tatham2005-01-23
* Update TODO.Simon Tatham2005-01-22