aboutsummaryrefslogtreecommitdiff
path: root/misc.c (follow)
Commit message (Expand)AuthorAge
* Rename memswap() to swap_regions(). Consolidate duplicate implementations.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
* 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
* make_prefs_path(): tolerate NULL inputs.Simon Tatham2023-04-23
* Support preferences in the GTK frontend.Simon Tatham2023-04-23
* Move per-puzzle ad-hoc getenv preferences into game_ui.Simon Tatham2023-04-23
* Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham2023-04-06
* Replace <math.h> with <tgmath.h> throughoutBen Harris2023-04-04
* Treat environment variable values beginning with "T" as trueBen Harris2023-03-22
* New shared function, getenv_bool()Ben Harris2023-03-22
* Expose colour_mix() to backends (and others)Ben Harris2022-12-29
* Rewrite mkhighlight to handle a wider range of coloursBen Harris2022-12-14
* mkhighlight: Don't darken the base colour if we don't need a highlightBen Harris2022-12-12
* Adopt C99 bool in misc.c functions.Simon Tatham2018-11-13
* misc.c: Fix implementation of free_keys.Lennard Sprong2018-06-14
* Build fix: stop initialising an auto char array.Simon Tatham2018-04-23
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Move fgetline out into misc.c.Simon Tatham2018-04-22
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* New name UI_UPDATE for interpret_move's return "".Simon Tatham2017-10-01
* Nitpicks to the previous commit.Simon Tatham2017-04-30
* Work around non-compliant sprintf().Franklin Wei2017-04-30
* Patch idea from Debian, but modified considerably in implementation:Simon Tatham2010-04-25
* Keyboard control for Dominosa (patch largely due to James H, thoughSimon Tatham2009-12-22
* Patch from James H to add keyboard control in Sixteen and NetslideSimon Tatham2009-01-26
* Patch from James H to centralise some generally useful cursor-Simon Tatham2008-09-13
* Add a new misc.c function needed by Slide's colour setup.Simon Tatham2007-05-07
* Substantial infrastructure upheaval. I've separated the drawing APISimon Tatham2005-08-18
* Two tiny cleanup patches from James H.Simon Tatham2005-07-17
* Get rid of the malloc in shuffle(), by defining a subfunctionSimon Tatham2005-07-17
* Another game from James H: `Black Box'.Simon Tatham2005-07-17
* Cleanups and memory leak fixes from James H.Simon Tatham2005-07-16
* Introduce a `shuffle' utility function.Simon Tatham2005-07-14
* Refactoring from James H: the highlight and lowlight colour setupSimon Tatham2005-07-06
* `Guess', a Mastermind clone from James Harvey. This checkin alsoSimon Tatham2005-06-23
* The Windows RNG turns out to only give about 16 bits at a time. ThisSimon Tatham2004-05-03
* Game configuration box for Windows, by constructing the dialog boxSimon Tatham2004-05-03
* Implemented text and clipping primitives in the frontend, and addedSimon Tatham2004-04-29