aboutsummaryrefslogtreecommitdiff
path: root/devel.but (unfollow)
Commit message (Expand)Author
2024-07-31Fix typo in developer docs for request_keys().Franklin Wei
2024-07-31Rename memswap() to swap_regions(). Consolidate duplicate implementations.Franklin Wei
2024-07-31Refactor `button & ~MOD_MASK' as `STRIP_BUTTON_MODIFIERS(button)'.Franklin Wei
2024-07-31midend_process_key: allow Shift+Tab to pass through to the backend.Franklin Wei
2023-08-09move_cursor(): handle visible flag; return useful valueBen Harris
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-04-23Keep a set of preferences in the midend.Simon Tatham
2023-04-23Require games to accept new_ui(NULL) if they have preferences.Simon Tatham
2023-04-23New backend functions: get_prefs and set_prefs.Simon Tatham
2023-04-21Pass a game_ui to compute_size, print_size and print.Simon Tatham
2023-04-21Missing const in configure() documentation.Simon Tatham
2023-04-20Update the documentation for the dsf functions.Simon Tatham
2023-04-08Add a game_state argument to decode_ui()Ben Harris
2023-04-08Make encode_ui() and decode_ui() optional in back-endsBen Harris
2023-02-23More cleverness in midend_process_key()Ben Harris
2023-02-13Fix over-long lines in devel.butBen Harris
2023-01-31Explicitly document that various function pointers can be NULLBen Harris
2023-01-15Explain what decode_ui() should do with invalid inputBen Harris
2023-01-02Update devel.but commit IDBen Harris
2023-01-02Add a macro of an upper bound on the formatted length of an integerBen Harris
2022-12-31devel.but: fix markup error causing build failure.Simon Tatham
2022-12-29Expose colour_mix() to backends (and others)Ben Harris
2022-12-15Update developer docs for mkhighlight changesBen Harris
2022-12-09New backend function: current_key_label()Ben Harris
2022-12-06Devel docs: explain the specialness of colour 0Ben Harris
2022-12-06Devel docs: Mention mid-end background clearingBen Harris
2022-12-05Devel docs: make it clear that decode_ui() gets a new game_uiBen Harris
2022-11-30Document how Enter and Space are handled in the mid-endBen Harris
2022-11-29Developer doc correction: list.c is not generated by Perl any moreBen Harris
2022-11-27Update current-as-of commit ID in developer docsBen 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
2022-10-20Update comment on parameter string formats in documentationBen Harris
2022-10-20Document the asserted printable ASCII nature of many stringsBen Harris
2022-07-31Update the developer documentation.Simon Tatham
2021-09-13Add missing documentation of 'int dir' parameters.Simon Tatham
2021-09-13Add 'const' to the draw_polygon coords array parameter.Simon Tatham
2021-03-29Migrate to a CMake-based build system.Simon Tatham
2020-12-07Add method for frontends to query the backend's cursor location.Franklin Wei
2018-11-13Adopt C99 bool in the tree234 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-04-22Add a request_keys() function with a midend wrapper.Franklin Wei
2017-10-01Make the code base clean under -Wwrite-strings.Simon Tatham
2017-10-01Assorted char * -> const char * API changes.Simon Tatham
2017-10-01Return error messages as 'const char *', not 'char *'.Simon Tatham
2017-10-01Use a proper union in struct config_item.Simon Tatham