aboutsummaryrefslogtreecommitdiff
path: root/gtk.c (follow)
Commit message (Expand)AuthorAge
...
* Fix GTK puzzle resizing, *again*.Simon Tatham2015-10-18
* Fix two memory leaks in GTK frontend.Jonas Kölker2015-10-18
* In GTK frontend, bind mouse8/mouse9 to undo/redo.Jonas Kölker2015-10-14
* GTK 3 cleanup: stop using GtkDialog for config boxes.Simon Tatham2015-10-04
* GTK 3 cleanup: use GtkAboutDialog for the About box.Simon Tatham2015-10-04
* GTK 3 cleanup: use GtkMessageDialog for message_box().Simon Tatham2015-10-04
* GTK 3.16 deprecation: stop using gtk_misc_set_alignment.Simon Tatham2015-10-04
* Fix switching to a larger puzzle size under GTK 2.Simon Tatham2015-10-03
* Insert a manual reference in the default status bar text.Jonas Kölker2015-10-03
* GTK 3 port: don't turn off drawing area double buffering.Simon Tatham2015-10-03
* GTK 3 port: change API functions for widget sizing.Simon Tatham2015-10-03
* GTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.Simon Tatham2015-10-03
* GTK 3 port: be prepared not to use GtkStock.Simon Tatham2015-10-03
* GTK 3 port: use GdkRGBA for the window background colour.Simon Tatham2015-10-03
* GTK 3 port: stop getting default bg colour from the window style.Simon Tatham2015-10-03
* GTK 3 port: condition out the complicated window resize code.Simon Tatham2015-10-03
* GTK 3 port: provide a 'draw' handler.Simon Tatham2015-10-03
* GTK 3 port: use GtkGrid as an alternative to GtkTable.Simon Tatham2015-10-03
* GTK 3 prep: use g_timeout_add, not gtk_timeout_add.Simon Tatham2015-10-03
* GTK 3 prep: use GTK instead of GDK window-icon functions.Simon Tatham2015-10-03
* GTK 3 prep: make the server-side backing pixmap optional.Simon Tatham2015-10-03
* GTK 3 prep: use gtk_radio_menu_item_get_group().Simon Tatham2015-10-03
* GTK 3 prep: use GtkComboBox for drop-down lists.Simon Tatham2015-10-03
* GTK 3 prep: use the glib names for base object types.Simon Tatham2015-10-03
* GTK 3 prep: use GTK_KEY_* constants.Simon Tatham2015-10-03
* GTK 3 prep: use accessors instead of direct field access.Simon Tatham2015-10-03
* Fix packing direction of config boxes.Simon Tatham2015-10-03
* Don't refresh backing store on a no-op configure event.Simon Tatham2015-10-03
* Fix puzzle window resize behaviour on Unity.Simon Tatham2015-01-04
* Remove another erroneous GINT_TO_POINTER.Simon Tatham2014-11-29
* Fix a GINT_TO_POINTER that was back to front.Simon Tatham2014-11-29
* Introduce some extra testing and benchmarking command-line options toSimon Tatham2013-04-11
* Actually do what the comment says at the top of main() regarding notSimon Tatham2012-12-28
* Fix overnight build failure last night, by making the new call toSimon Tatham2012-11-21
* Work around an annoying GTK behaviour I noticed the other day on mySimon Tatham2012-11-20
* Allow --save to work with --soln, causing saved game files to beSimon Tatham2011-12-28
* Fix bug in error reporting for --save caused by freeing 'realname'Simon Tatham2011-12-28
* Fix bug in --save caused by failure to initialise ctx.error to zeroSimon Tatham2011-12-28
* Fixes to r8997: firstly, move the fix out of #ifdef CAIRO so that itSimon Tatham2010-11-06
* Jonas Koelker reports that using the version of GTK currently inSimon Tatham2010-09-14
* Patch from Mark Wooding to introduce a draw_thick_line() function inSimon Tatham2010-05-29
* Patch from Mark Wooding to (optionally at compile time) use theSimon Tatham2010-05-29
* Patch from Mark Wooding to disable GTK's internal double buffering,Simon Tatham2010-05-29
* Patch from Mark Wooding to use GTK stock items for standard 'OK',Simon Tatham2010-05-29
* Patch from Debian, to bring the use of the X selection/clipboard inSimon Tatham2010-04-25
* Introduce, and implement as usefully as I can in all front ends, aSimon Tatham2009-12-27
* Patch from Frode Austvik to tinker with the GTK interface ifSimon Tatham2009-12-17
* Patch from Mark Wooding: when I did r7980 I had completely failed toSimon Tatham2009-06-21
* Patch from Mark Wooding: use gdk_event_request_motions() whereSimon Tatham2009-06-21
* Patch from Mark Wooding: stop setting GTK_EXPAND for the x-directionSimon Tatham2009-06-21