aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h (follow)
Commit message (Expand)AuthorAge
* Rename memswap() to swap_regions(). Consolidate duplicate implementations.Franklin Wei2024-07-31
* Add STRIP_BUTTON_MODIFIERS() macro to refactor modifier flag stripping.Franklin Wei2024-07-31
* move_cursor(): handle visible flag; return useful valueBen Harris2023-08-09
* Move mul_root3 out into misc.c and generalise it.Simon Tatham2023-07-07
* Expose the NO_EFFECT/UNUSED distinction through midend_process_key()Ben Harris2023-06-11
* Add MOVE_NO_EFFECT and MOVE_UNUSED return values from interpret_move()Ben Harris2023-06-11
* Rename UI_UPDATE as MOVE_UI_UPDATEBen Harris2023-06-11
* Replace check of __STDC_VERSION__ with HAVE_STDINT_H.Simon Tatham2023-05-01
* Support preferences in the GTK frontend.Simon Tatham2023-04-23
* Keep a set of preferences in the midend.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
* 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
* Actually make DSF an opaque structure type.Simon Tatham2023-04-20
* Declare all dsfs as a dedicated type name 'DSF'.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
* Add a game_state argument to decode_ui()Ben Harris2023-04-08
* Move other test main()s out of library source files.Simon Tatham2023-04-02
* New shared function, getenv_bool()Ben Harris2023-03-22
* Fix missing statics and #includes on variables.Simon Tatham2023-02-18
* Add a macro of an upper bound on the formatted length of an integerBen Harris2023-01-02
* Expose colour_mix() to backends (and others)Ben Harris2022-12-29
* New backend function: current_key_label()Ben Harris2022-12-09
* Correct a comment: draw_rect_outline() uses draw_polygon()Ben Harris2022-11-10
* 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
* Add 'const' to the draw_polygon coords array parameter.Simon Tatham2021-09-13
* Remove leftover Windows CE cruft.Simon Tatham2021-05-21
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Improve const-correctness in printing API.Asher Gordon2019-12-30
* Add printing support for GTK.Asher Gordon2019-12-30
* findloop: alternative query function.Simon Tatham2019-04-13
* New utility routine: sort with a context parameter.Simon Tatham2019-04-05
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in misc.c functions.Simon Tatham2018-11-13
* Adopt C99 bool in the findloop API.Simon Tatham2018-11-13
* Adopt C99 bool in the edsf API.Simon Tatham2018-11-13
* Adopt C99 bool in the printing API.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Add a #include of <stdbool.h>.Simon Tatham2018-11-13
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Move fgetline out into misc.c.Simon Tatham2018-04-22
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01