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