chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / gtk.c
2015-10-18 Simon TathamFix GTK puzzle resizing, *again*.
2015-10-18 Jonas KölkerFix two memory leaks in GTK frontend.
2015-10-14 Jonas KölkerIn GTK frontend, bind mouse8/mouse9 to undo/redo.
2015-10-04 Simon TathamGTK 3 cleanup: stop using GtkDialog for config boxes.
2015-10-04 Simon TathamGTK 3 cleanup: use GtkAboutDialog for the About box.
2015-10-04 Simon TathamGTK 3 cleanup: use GtkMessageDialog for message_box().
2015-10-04 Simon TathamGTK 3.16 deprecation: stop using gtk_misc_set_alignment.
2015-10-03 Simon TathamFix switching to a larger puzzle size under GTK 2.
2015-10-03 Jonas KölkerInsert a manual reference in the default status bar...
2015-10-03 Simon TathamGTK 3 port: don't turn off drawing area double buffering.
2015-10-03 Simon TathamGTK 3 port: change API functions for widget sizing.
2015-10-03 Simon TathamGTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.
2015-10-03 Simon TathamGTK 3 port: be prepared not to use GtkStock.
2015-10-03 Simon TathamGTK 3 port: use GdkRGBA for the window background colour.
2015-10-03 Simon TathamGTK 3 port: stop getting default bg colour from the...
2015-10-03 Simon TathamGTK 3 port: condition out the complicated window resize...
2015-10-03 Simon TathamGTK 3 port: provide a 'draw' handler.
2015-10-03 Simon TathamGTK 3 port: use GtkGrid as an alternative to GtkTable.
2015-10-03 Simon TathamGTK 3 prep: use g_timeout_add, not gtk_timeout_add.
2015-10-03 Simon TathamGTK 3 prep: use GTK instead of GDK window-icon functions.
2015-10-03 Simon TathamGTK 3 prep: make the server-side backing pixmap optional.
2015-10-03 Simon TathamGTK 3 prep: use gtk_radio_menu_item_get_group().
2015-10-03 Simon TathamGTK 3 prep: use GtkComboBox for drop-down lists.
2015-10-03 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-10-03 Simon TathamGTK 3 prep: use GTK_KEY_* constants.
2015-10-03 Simon TathamGTK 3 prep: use accessors instead of direct field access.
2015-10-03 Simon TathamFix packing direction of config boxes.
2015-10-03 Simon TathamDon't refresh backing store on a no-op configure event.
2015-01-04 Simon TathamFix puzzle window resize behaviour on Unity.
2014-11-29 Simon TathamRemove another erroneous GINT_TO_POINTER.
2014-11-29 Simon TathamFix a GINT_TO_POINTER that was back to front.
2013-04-11 Simon TathamIntroduce some extra testing and benchmarking command...
2012-12-28 Simon TathamActually do what the comment says at the top of main...
2012-11-21 Simon TathamFix overnight build failure last night, by making the...
2012-11-20 Simon TathamWork around an annoying GTK behaviour I noticed the...
2011-12-28 Simon TathamAllow --save to work with --soln, causing saved game...
2011-12-28 Simon TathamFix bug in error reporting for --save caused by freeing...
2011-12-28 Simon TathamFix bug in --save caused by failure to initialise ctx...
2010-11-06 Simon TathamFixes to r8997: firstly, move the fix out of #ifdef...
2010-09-14 Simon TathamJonas Koelker reports that using the version of GTK...
2010-05-29 Simon TathamPatch from Mark Wooding to introduce a draw_thick_line...
2010-05-29 Simon TathamPatch from Mark Wooding to (optionally at compile time...
2010-05-29 Simon TathamPatch from Mark Wooding to disable GTK's internal doubl...
2010-05-29 Simon TathamPatch from Mark Wooding to use GTK stock items for...
2010-04-25 Simon TathamPatch from Debian, to bring the use of the X selection...
2009-12-27 Simon TathamIntroduce, and implement as usefully as I can in all...
2009-12-17 Simon TathamPatch from Frode Austvik to tinker with the GTK interfa...
2009-06-21 Simon TathamPatch from Mark Wooding: when I did r7980 I had complet...
2009-06-21 Simon TathamPatch from Mark Wooding: use gdk_event_request_motions...
2009-06-21 Simon TathamPatch from Mark Wooding: stop setting GTK_EXPAND for...
2009-03-01 Jacob NevinsMake menus accessible from the keyboard in the Gtk...
2009-01-26 Simon TathamSwitch over to using the new-style GtkFileChooser in...
2009-01-24 Simon TathamAdd an automatic check for HAVE_SENSIBLE_ABSOLUTE_SIZE_...
2008-12-01 Simon TathamAdd missing call to gtk_selection_clear_targets(),...
2008-11-29 Simon TathamThe other day I found it useful for a (silly) special...
2008-11-04 Simon TathamCheck return values from fwrite when saving files.
2008-09-14 Simon TathamLambros provides this workaround for a compiler warning...
2008-09-06 Simon TathamDon't call changed_preset() until after we've initialised
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-04-08 Simon TathamNew feature in midend.c which allows us to ask for...
2007-03-03 Jacob NevinsBen Hutchings' patch to allow Gtk windows to be shrunk...
2007-03-03 Jacob NevinsRefactoring patch from Ben Hutchings: move all the...
2007-01-04 Jacob NevinsIn Windows/Gtk front-ends, consistently use the ellipsi...
2007-01-03 Simon TathamPhil Bordelon's patch yesterday should have initialised...
2007-01-02 Simon TathamPhil Bordelon points out that my invocation of gdk_pixb...
2006-12-30 Jacob NevinsMake errors in option parsing actually _do_ something...
2006-12-27 Simon TathamAha, this seems to be a more sensible way of getting...
2006-12-27 Simon TathamSupport for run-time icons in the GTK puzzles. This...
2006-12-26 Simon TathamNew mechanism for automatic generation of the puzzle...
2006-06-26 Jacob NevinsSince r6711, puzzles built with Gtk 1.2 would take...
2006-05-20 Simon TathamTrivial patch from Ben Hutchings to support resizable...
2006-05-20 Simon TathamBen Hutchings's patch to add display of key accelerator...
2005-10-22 Simon TathamCleanup: relieve frontends of the duty to call
2005-10-13 Simon TathamNew puzzle: `Tents'. Requires a potentially shared...
2005-08-29 Simon TathamBackspace and Delete keys now function like Space in...
2005-08-28 Simon TathamThere seems to be some odd behaviour when GTK is asked...
2005-08-23 Simon TathamDon't report an error when loading a saved game from...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-24 Simon Tatham(GTK only so far) Allow the argument passed to a game...
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
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-28 Simon TathamActually implemented the serialise/deserialise functions in
2005-06-28 Simon TathamMore serialisation changes: the game_aux_info structure...
2005-06-26 Simon TathamFix GTK casts to restore correct compilation on GTK...
2005-06-26 Jacob NevinsUnder Gtk 1.2 (at least on Debian woody), a config...
2005-06-25 Jacob NevinsAdd debugging support.
2005-06-23 Simon TathamIntroduce a front-end function to draw circles.
2005-06-22 Simon TathamNew front end functions to save and restore a region...
2005-06-09 Simon TathamGDK 2.6, in its doubtless infinite wisdom, has decided...
2005-06-07 Simon TathamChris Emerson points out that gtk_window_resize() isn...
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-02 Simon TathamFix various departures from C found by `gcc -ansi ...
2005-06-01 Simon TathamChris Emerson observed the same status-bar flicker...
2005-05-31 Simon TathamFix a couple of robustness issues.
2005-05-31 Simon TathamGTK misfires timers at inconvenient moments, sometimes...
2005-05-30 Simon TathamAdded an `interactive' flag to new_game_desc(), which...
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...
next