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
(
unfollow
)
Commit message (
Expand
)
Author
2024-07-31
Rename memswap() to swap_regions(). Consolidate duplicate implementations.
Franklin Wei
2024-07-31
Add STRIP_BUTTON_MODIFIERS() macro to refactor modifier flag stripping.
Franklin Wei
2023-08-09
move_cursor(): handle visible flag; return useful value
Ben Harris
2023-07-07
Move mul_root3 out into misc.c and generalise it.
Simon Tatham
2023-06-11
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-05-01
Replace check of __STDC_VERSION__ with HAVE_STDINT_H.
Simon Tatham
2023-04-23
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-21
Pass a game_ui to compute_size, print_size and print.
Simon Tatham
2023-04-20
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-08
Add a game_state argument to decode_ui()
Ben Harris
2023-04-02
Move other test main()s out of library source files.
Simon Tatham
2023-03-22
New shared function, getenv_bool()
Ben Harris
2023-02-18
Fix missing statics and #includes on variables.
Simon Tatham
2023-01-02
Add a macro of an upper bound on the formatted length of an integer
Ben Harris
2022-12-29
Expose colour_mix() to backends (and others)
Ben Harris
2022-12-09
New backend function: current_key_label()
Ben Harris
2022-11-10
Correct a comment: draw_rect_outline() uses draw_polygon()
Ben Harris
2022-11-08
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
2021-09-13
Add 'const' to the draw_polygon coords array parameter.
Simon Tatham
2021-05-21
Remove leftover Windows CE cruft.
Simon Tatham
2020-12-07
Add method for frontends to query the backend's cursor location.
Franklin Wei
2019-12-30
Improve const-correctness in printing API.
Asher Gordon
2019-12-30
Add printing support for GTK.
Asher Gordon
2019-04-13
findloop: alternative query function.
Simon Tatham
2019-04-05
New utility routine: sort with a context parameter.
Simon Tatham
2018-11-13
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-04-22
Add a request_keys() function with a midend wrapper.
Franklin Wei
2018-04-22
Move fgetline out into misc.c.
Simon Tatham
2017-10-01
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
Assorted char * -> const char * API changes.
Simon Tatham
[next]