aboutsummaryrefslogtreecommitdiff
path: root/gtk.c (follow)
Commit message (Expand)AuthorAge
* gtk: Fix a missing "const" qualifier when building with GTK 2Ben Harris2022-11-22
* Add a way for midend_process_key() to report whether it handled a keypressBen Harris2022-11-08
* Teach the mid-end about device pixel ratiosBen Harris2022-11-08
* unix, gtk: Install and use HTML helpBen Hutchings2022-08-01
* Re-fix the GTK dark theme check.Simon Tatham2022-08-01
* Style cleanups from the previous fixes.Simon Tatham2022-07-31
* gtk: Adjust to reordering of XPM iconsBen Hutchings2022-07-31
* gtk: Do not override window background colour when using a dark themeBen Hutchings2022-07-31
* gtk.c: squelch uninitialised-variable warning.Simon Tatham2021-12-11
* Add 'const' to the draw_polygon coords array parameter.Simon Tatham2021-09-13
* GTK3: fix window redraw after copying to clipboard.Simon Tatham2021-05-25
* GTK 3: handle nontrivial window scale factors.Simon Tatham2020-04-07
* Add printing support for GTK.Asher Gordon2019-12-30
* Don't segfault when no icons are available.Asher Gordon2019-12-25
* Make --screenshot work even in (Cairo) GTK2 builds.Simon Tatham2019-11-13
* Fix GTK 2 crash introduced by previous commit.Simon Tatham2018-11-25
* Don't initialise GTK in --screenshot mode.Simon Tatham2018-11-23
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Fix a misuse of errno.Simon Tatham2018-11-06
* Stop using deprecated gdk_beep().Simon Tatham2018-05-09
* Move fgetline out into misc.c.Simon Tatham2018-04-22
* Build fixes for GTK2.Simon Tatham2017-10-24
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01
* Return error messages as 'const char *', not 'char *'.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* Fix changing puzzle size in a maximised GTK3 window.Simon Tatham2017-09-30
* Fix auto-selection of presets in GTK.Simon Tatham2017-09-30
* Map Ctrl-Shift-Z to Redo.Simon Tatham2017-09-20
* Generate special fake keypresses from menu options.Simon Tatham2017-09-20
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* GTK API deprecation: in GTK 3.22, stop using gdk_cairo_create.Simon Tatham2017-02-27
* GTK API deprecation: use GtkCssProvider for window background.Simon Tatham2017-02-27
* Add some missing calls to midend_redraw().Simon Tatham2016-12-27
* Stop using deprecated GTK 3 geometry-based functions.Simon Tatham2016-12-03
* Implement align_label for GTK 3.[14,16).Simon Tatham2015-12-06
* 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