Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / gtk.c
2012-12-28 simonActually do what the comment says at the top of main...
2012-11-21 simonFix overnight build failure last night, by making the...
2012-11-20 simonWork around an annoying GTK behaviour I noticed the...
2011-12-28 simonAllow --save to work with --soln, causing saved game...
2011-12-28 simonFix bug in error reporting for --save caused by freeing...
2011-12-28 simonFix bug in --save caused by failure to initialise ctx...
2010-11-06 simonFixes to r8997: firstly, move the fix out of #ifdef...
2010-09-14 simonJonas Koelker reports that using the version of GTK...
2010-05-29 simonPatch from Mark Wooding to introduce a draw_thick_line...
2010-05-29 simonPatch from Mark Wooding to (optionally at compile time...
2010-05-29 simonPatch from Mark Wooding to disable GTK's internal doubl...
2010-05-29 simonPatch from Mark Wooding to use GTK stock items for...
2010-04-25 simonPatch from Debian, to bring the use of the X selection...
2009-12-27 simonIntroduce, and implement as usefully as I can in all...
2009-12-17 simonPatch from Frode Austvik to tinker with the GTK interfa...
2009-06-21 simonPatch from Mark Wooding: when I did r7980 I had complet...
2009-06-21 simonPatch from Mark Wooding: use gdk_event_request_motions...
2009-06-21 simonPatch from Mark Wooding: stop setting GTK_EXPAND for...
2009-03-01 jacobMake menus accessible from the keyboard in the Gtk...
2009-01-26 simonSwitch over to using the new-style GtkFileChooser in...
2009-01-24 simonAdd an automatic check for HAVE_SENSIBLE_ABSOLUTE_SIZE_...
2008-12-01 simonAdd missing call to gtk_selection_clear_targets(),...
2008-11-29 simonThe other day I found it useful for a (silly) special...
2008-11-04 simonCheck return values from fwrite when saving files.
2008-09-14 simonLambros provides this workaround for a compiler warning...
2008-09-06 simonDon't call changed_preset() until after we've initialised
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-04-08 simonNew feature in midend.c which allows us to ask for...
2007-03-03 jacobBen Hutchings' patch to allow Gtk windows to be shrunk...
2007-03-03 jacobRefactoring patch from Ben Hutchings: move all the...
2007-01-04 jacobIn Windows/Gtk front-ends, consistently use the ellipsi...
2007-01-03 simonPhil Bordelon's patch yesterday should have initialised...
2007-01-02 simonPhil Bordelon points out that my invocation of gdk_pixb...
2006-12-30 jacobMake errors in option parsing actually _do_ something...
2006-12-27 simonAha, this seems to be a more sensible way of getting...
2006-12-27 simonSupport for run-time icons in the GTK puzzles. This...
2006-12-26 simonNew mechanism for automatic generation of the puzzle...
2006-06-26 jacobSince r6711, puzzles built with Gtk 1.2 would take...
2006-05-20 simonTrivial patch from Ben Hutchings to support resizable...
2006-05-20 simonBen Hutchings's patch to add display of key accelerator...
2005-10-22 simonCleanup: relieve frontends of the duty to call
2005-10-13 simonNew puzzle: `Tents'. Requires a potentially shared...
2005-08-29 simonBackspace and Delete keys now function like Space in...
2005-08-28 simonThere seems to be some odd behaviour when GTK is asked...
2005-08-23 simonDon't report an error when loading a saved game from...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-07-24 simon(GTK only so far) Allow the argument passed to a game...
2005-07-05 jacobAdd a `full' parameter to validate_params(), analogous...
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-28 simonActually implemented the serialise/deserialise functions in
2005-06-28 simonMore serialisation changes: the game_aux_info structure...
2005-06-26 simonFix GTK casts to restore correct compilation on GTK...
2005-06-26 jacobUnder Gtk 1.2 (at least on Debian woody), a config...
2005-06-25 jacobAdd debugging support.
2005-06-23 simonIntroduce a front-end function to draw circles.
2005-06-22 simonNew front end functions to save and restore a region...
2005-06-09 simonGDK 2.6, in its doubtless infinite wisdom, has decided...
2005-06-07 simonChris Emerson points out that gtk_window_resize() isn...
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-02 simonFix various departures from C found by `gcc -ansi ...
2005-06-01 simonChris Emerson observed the same status-bar flicker...
2005-05-31 simonFix a couple of robustness issues.
2005-05-31 simonGTK misfires timers at inconvenient moments, sometimes...
2005-05-30 simonAdded an `interactive' flag to new_game_desc(), which...
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-23 simonI'm sick of `--generate' giving the same answers if...
2005-05-23 simonThe GTK `--generate' option didn't validate the game...
2005-05-18 simon--version.
2005-05-18 simonMove the colour configuration into midend.c so that...
2005-05-17 simonAfter much thought, I've decided that `Restart' on...
2005-05-17 simonJust for Gareth: a means of overriding individual game...
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 simonAdded an automatic `Solve' feature to most games. This...
2005-05-02 simonIntroduce the concept of a `game_aux_info' structure...
2005-05-01 simonIntroduced a new function in every game which formats...
2005-04-30 simonPango-derived fonts seem to generally look better if...
2005-04-29 simonAdded a `--generate' command-line option in the GTK...
2005-04-27 simonFix inconsistent vertical centring of text in GTK ...
2005-04-27 simonPatches for GTK 2. Puzzles already _built_ under GTK...
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-09-06 simonMove the deactivate_timer() call from window_destroy...
2004-09-01 simonDeactivate the timer when we destroy the puzzle window...
2004-07-30 simonFailed to connect up the `destroy' signal in error_box...
2004-05-20 simonNow that we have string-encodable game parameters,...
2004-05-11 simonOops - missed a bit in the GTK front end :-)
2004-05-11 simonFramework alteration: we now support a `game_ui' struct...
2004-05-04 simonUninitialised variable caused ultra-wide windows. Silly.
2004-05-03 simonGTK and Windows appear to handle timers very differently:
2004-05-03 simonMake Return and Escape work reliably in GTK dialog...
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-05-02 simon`BOOLEAN' is a term already used by Win32. Bah. Change...
2004-05-01 simonConfiguration dialog box, on the GTK front end only...
next