aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* GTK save_prefs: fix a wrongly sourced error report.Simon Tatham2023-04-24
* Slant: actually check ui->swap_buttons.Simon Tatham2023-04-23
* GTK: stop referring to &thegame in prefs I/O functions.Simon Tatham2023-04-23
* Support user preferences on Windows.Simon Tatham2023-04-23
* make_prefs_path(): tolerate NULL inputs.Simon Tatham2023-04-23
* Document the new Net preference.Simon Tatham2023-04-23
* Net: preference for how loop highlighting interacts with locking.Simon Tatham2023-04-23
* Fix failure to update me->ui when changing preferences.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
* Universal preference option for one-key shortcuts.Simon Tatham2023-04-23
* Keep a set of preferences in the midend.Simon Tatham2023-04-23
* Require games to accept new_ui(NULL) if they have preferences.Simon Tatham2023-04-23
* Generalise the midend serialisation callbacks.Simon Tatham2023-04-23
* New backend functions: get_prefs and set_prefs.Simon Tatham2023-04-23
* Move per-puzzle ad-hoc getenv preferences into game_ui.Simon Tatham2023-04-23
* Pass a game_ui to compute_size, print_size and print.Simon Tatham2023-04-21
* Missing const in configure() documentation.Simon Tatham2023-04-21
* Filling: switch to using dsf_minimal in minimize_clue_set.Simon Tatham2023-04-21
* Loopy: draw even faint lines using draw_thick_line.Simon Tatham2023-04-20
* Turn off Leak Sanitiser in the icons build.Simon Tatham2023-04-20
* Update the documentation for the dsf functions.Simon Tatham2023-04-20
* Actually rewrite the dsf implementation.Simon Tatham2023-04-20
* Reorganise the dsf API into three kinds of dsf.Simon Tatham2023-04-20
* Introduce a new dsf_equivalent() function.Simon Tatham2023-04-20
* Remove conditioned-out dsf diagnostic code.Simon Tatham2023-04-20
* Remove size parameter from dsf init and copy functions.Simon Tatham2023-04-20
* Store a size field inside the DSF type.Simon Tatham2023-04-20
* Actually make DSF an opaque structure type.Simon Tatham2023-04-20
* Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham2023-04-20
* Remove a direct use of dsf internals in Filling.Simon Tatham2023-04-20
* Consistently use snew_dsf to allocate dsfs.Simon Tatham2023-04-20
* Use a dedicated copy function to copy dsfs.Simon Tatham2023-04-20
* Use a dedicated free function to free dsfs.Simon Tatham2023-04-20
* Stop putting dsfs in existing scratch int arrays.Simon Tatham2023-04-20
* Remove an unnecessary extern function declaration.Simon Tatham2023-04-20
* Move obfuscator tests into obfusc.c.Simon Tatham2023-04-16
* Reference my just-published article about aperiodic tilings.Simon Tatham2023-04-10
* Don't allow zero clues in PatternBen Harris2023-04-08
* Net: validate co-ordinates in decode_ui()Ben Harris2023-04-08
* Add a game_state argument to decode_ui()Ben Harris2023-04-08
* Make encode_ui() and decode_ui() optional in back-endsBen Harris2023-04-08
* Net: assert that cx and cy are in range in compute_active()Ben Harris2023-04-08
* js: explicitly tell Emscripten which browsers to targetBen Harris2023-04-06
* js: set -s ENVIRONMENT=web in EmscriptenBen Harris2023-04-06
* Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham2023-04-06
* Remove obsolete testbuild.c.Simon Tatham2023-04-06
* KaiOS: include extra copyright notices in manualBen Harris2023-04-06
* Replace <math.h> with <tgmath.h> throughoutBen Harris2023-04-04
* js: stop using EXTRA_EXPORTED_RUNTIME_METHODSBen Harris2023-04-03