index
:
puzzles
devel
master
rockbox
rockbox-devel
My sgt-puzzles tree
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtk.c
(
unfollow
)
Commit message (
Expand
)
Author
2024-07-31
GTK: Handle Shift+Tab properly.
Franklin Wei
2023-06-11
Expose the NO_EFFECT/UNUSED distinction through midend_process_key()
Ben Harris
2023-04-24
GTK save_prefs: fix a wrongly sourced error report.
Simon Tatham
2023-04-23
GTK: stop referring to &thegame in prefs I/O functions.
Simon Tatham
2023-04-23
GTK: add a command-line --delete-prefs option.
Simon Tatham
2023-04-23
Support preferences in the GTK frontend.
Simon Tatham
2023-04-06
Fall back to <math.h> if <tgmath.h> doesn't work.
Simon Tatham
2023-04-04
Replace <math.h> with <tgmath.h> throughout
Ben Harris
2023-03-10
Add missing 'static' on dputs().
Simon Tatham
2023-02-20
GTK: Free error message if new_window fails
Ben Harris
2023-02-18
Fix missing statics and #includes on variables.
Simon Tatham
2023-02-18
Mark many more function (and some objects) static
Ben Harris
2022-11-22
gtk: Fix a missing "const" qualifier when building with GTK 2
Ben Harris
2022-11-08
Add a way for midend_process_key() to report whether it handled a keypress
Ben Harris
2022-11-08
Teach the mid-end about device pixel ratios
Ben Harris
2022-08-01
unix, gtk: Install and use HTML help
Ben Hutchings
2022-08-01
Re-fix the GTK dark theme check.
Simon Tatham
2022-07-31
Style cleanups from the previous fixes.
Simon Tatham
2022-07-31
gtk: Adjust to reordering of XPM icons
Ben Hutchings
2022-07-31
gtk: Do not override window background colour when using a dark theme
Ben Hutchings
2021-12-11
gtk.c: squelch uninitialised-variable warning.
Simon Tatham
2021-09-13
Add 'const' to the draw_polygon coords array parameter.
Simon Tatham
2021-05-25
GTK3: fix window redraw after copying to clipboard.
Simon Tatham
2020-04-07
GTK 3: handle nontrivial window scale factors.
Simon Tatham
2019-12-30
Add printing support for GTK.
Asher Gordon
2019-12-25
Don't segfault when no icons are available.
Asher Gordon
2019-11-13
Make --screenshot work even in (Cairo) GTK2 builds.
Simon Tatham
2018-11-25
Fix GTK 2 crash introduced by previous commit.
Simon Tatham
2018-11-23
Don't initialise GTK in --screenshot mode.
Simon Tatham
2018-11-13
Use C99 bool within source modules.
Simon Tatham
2018-11-13
Replace TRUE/FALSE with C99 true/false throughout.
Simon Tatham
2018-11-13
Adopt C99 bool in the midend API.
Simon Tatham
2018-11-06
Fix a misuse of errno.
Simon Tatham
2018-05-09
Stop using deprecated gdk_beep().
Simon Tatham
2018-04-22
Move fgetline out into misc.c.
Simon Tatham
2017-10-24
Build fixes for GTK2.
Simon Tatham
2017-10-01
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
Assorted char * -> const char * API changes.
Simon Tatham
2017-10-01
Return error messages as 'const char *', not 'char *'.
Simon Tatham
2017-10-01
Use a proper union in struct config_item.
Simon Tatham
2017-09-30
Fix changing puzzle size in a maximised GTK3 window.
Simon Tatham
2017-09-30
Fix auto-selection of presets in GTK.
Simon Tatham
2017-09-20
Map Ctrl-Shift-Z to Redo.
Simon Tatham
2017-09-20
Generate special fake keypresses from menu options.
Simon Tatham
2017-04-26
Rework the preset menu system to permit submenus.
Simon Tatham
2017-02-27
GTK API deprecation: in GTK 3.22, stop using gdk_cairo_create.
Simon Tatham
2017-02-27
GTK API deprecation: use GtkCssProvider for window background.
Simon Tatham
2016-12-27
Add some missing calls to midend_redraw().
Simon Tatham
2016-12-03
Stop using deprecated GTK 3 geometry-based functions.
Simon Tatham
2015-12-06
Implement align_label for GTK 3.[14,16).
Simon Tatham
[next]