aboutsummaryrefslogtreecommitdiff
path: root/gtk.c (follow)
Commit message (Expand)AuthorAge
* GTK: Handle Shift+Tab properly.Franklin Wei2024-07-31
* Expose the NO_EFFECT/UNUSED distinction through midend_process_key()Ben Harris2023-06-11
* GTK save_prefs: fix a wrongly sourced error report.Simon Tatham2023-04-24
* GTK: stop referring to &thegame in prefs I/O functions.Simon Tatham2023-04-23
* GTK: add a command-line --delete-prefs option.Simon Tatham2023-04-23
* Support preferences in the GTK frontend.Simon Tatham2023-04-23
* Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham2023-04-06
* Replace <math.h> with <tgmath.h> throughoutBen Harris2023-04-04
* Add missing 'static' on dputs().Simon Tatham2023-03-10
* GTK: Free error message if new_window failsBen Harris2023-02-20
* Fix missing statics and #includes on variables.Simon Tatham2023-02-18
* Mark many more function (and some objects) staticBen Harris2023-02-18
* 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