aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h (unfollow)
Commit message (Expand)Author
2024-07-31Rename memswap() to swap_regions(). Consolidate duplicate implementations.Franklin Wei
2024-07-31Add STRIP_BUTTON_MODIFIERS() macro to refactor modifier flag stripping.Franklin Wei
2023-08-09move_cursor(): handle visible flag; return useful valueBen Harris
2023-07-07Move mul_root3 out into misc.c and generalise it.Simon Tatham
2023-06-11Expose the NO_EFFECT/UNUSED distinction through midend_process_key()Ben Harris
2023-06-11Add MOVE_NO_EFFECT and MOVE_UNUSED return values from interpret_move()Ben Harris
2023-06-11Rename UI_UPDATE as MOVE_UI_UPDATEBen Harris
2023-05-01Replace check of __STDC_VERSION__ with HAVE_STDINT_H.Simon Tatham
2023-04-23Support preferences in the GTK frontend.Simon Tatham
2023-04-23Keep a set of preferences in the midend.Simon Tatham
2023-04-23New backend functions: get_prefs and set_prefs.Simon Tatham
2023-04-23Move per-puzzle ad-hoc getenv preferences into game_ui.Simon Tatham
2023-04-21Pass a game_ui to compute_size, print_size and print.Simon Tatham
2023-04-20Reorganise the dsf API into three kinds of dsf.Simon Tatham
2023-04-20Introduce a new dsf_equivalent() function.Simon Tatham
2023-04-20Remove conditioned-out dsf diagnostic code.Simon Tatham
2023-04-20Remove size parameter from dsf init and copy functions.Simon Tatham
2023-04-20Actually make DSF an opaque structure type.Simon Tatham
2023-04-20Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham
2023-04-20Use a dedicated copy function to copy dsfs.Simon Tatham
2023-04-20Use a dedicated free function to free dsfs.Simon Tatham
2023-04-08Add a game_state argument to decode_ui()Ben Harris
2023-04-02Move other test main()s out of library source files.Simon Tatham
2023-03-22New shared function, getenv_bool()Ben Harris
2023-02-18Fix missing statics and #includes on variables.Simon Tatham
2023-01-02Add a macro of an upper bound on the formatted length of an integerBen Harris
2022-12-29Expose colour_mix() to backends (and others)Ben Harris
2022-12-09New backend function: current_key_label()Ben Harris
2022-11-10Correct a comment: draw_rect_outline() uses draw_polygon()Ben Harris
2022-11-08Add a way for midend_process_key() to report whether it handled a keypressBen Harris
2022-11-08Teach the mid-end about device pixel ratiosBen Harris
2021-09-13Add 'const' to the draw_polygon coords array parameter.Simon Tatham
2021-05-21Remove leftover Windows CE cruft.Simon Tatham
2020-12-07Add method for frontends to query the backend's cursor location.Franklin Wei
2019-12-30Improve const-correctness in printing API.Asher Gordon
2019-12-30Add printing support for GTK.Asher Gordon
2019-04-13findloop: alternative query function.Simon Tatham
2019-04-05New utility routine: sort with a context parameter.Simon Tatham
2018-11-13Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham
2018-11-13Adopt C99 bool in misc.c functions.Simon Tatham
2018-11-13Adopt C99 bool in the findloop API.Simon Tatham
2018-11-13Adopt C99 bool in the edsf API.Simon Tatham
2018-11-13Adopt C99 bool in the printing API.Simon Tatham
2018-11-13Adopt C99 bool in the midend API.Simon Tatham
2018-11-13Adopt C99 bool in the game backend API.Simon Tatham
2018-11-13Add a #include of <stdbool.h>.Simon Tatham
2018-04-22Add a request_keys() function with a midend wrapper.Franklin Wei
2018-04-22Move fgetline out into misc.c.Simon Tatham
2017-10-01Make the code base clean under -Wwrite-strings.Simon Tatham
2017-10-01Assorted char * -> const char * API changes.Simon Tatham