aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Signpost: fix star drawing on rockboxrockbox-develFranklin Wei2024-08-08
* Inertia: hack for rockbox polygon drawingFranklin Wei2024-08-08
* Mines: hack for rockbox polygon drawingFranklin Wei2024-08-08
* Unequal: reorder vertices in greater-than signFranklin Wei2024-08-08
* Rename "Tracks"->"Train Tracks" in the documentation.develFranklin Wei2024-08-08
* Fix invalid integer literals in VERSIONINFO_BINARY_VERSION.HEADmasterSimon Tatham2024-08-01
* Palisade: add double-resolution cursor mode.Franklin Wei2024-07-31
* Map: add user preference to draw larger stipple marks.Franklin Wei2024-07-31
* Filling: turn printv() into a macro, and only for STANDALONE_SOLVER builds.Franklin Wei2024-07-31
* Fix typo in developer docs for request_keys().Franklin Wei2024-07-31
* Add more configuration parameter lower-bound checks.Franklin Wei2024-07-31
* Rename memswap() to swap_regions(). Consolidate duplicate implementations.Franklin Wei2024-07-31
* Refactor `button & ~MOD_MASK' as `STRIP_BUTTON_MODIFIERS(button)'.Franklin Wei2024-07-31
* Untangle: add cursor control interface.Franklin Wei2024-07-31
* GTK: Handle Shift+Tab properly.Franklin Wei2024-07-31
* midend_process_key: allow Shift+Tab to pass through to the backend.Franklin Wei2024-07-31
* Add STRIP_BUTTON_MODIFIERS() macro to refactor modifier flag stripping.Franklin Wei2024-07-31
* Net: Fix off-grid dragging, including a segfaultChris Boyle2024-03-29
* Stop code-signing Windows binaries we aren't shipping.Simon Tatham2024-03-01
* Reset non-WASM Firefox version back to 48.Simon Tatham2024-03-01
* Emergency fix to Puzzles WASM builds.Simon Tatham2024-03-01
* Emscripten build: stop setting MIN_EDGE_VERSION.Simon Tatham2024-02-29
* It's a new year.Jacob Nevins2024-01-02
* js: Turn the resize handle into embedded SVGBen Harris2023-12-07
* Wrap a few long lines in KeenBen Harris2023-12-06
* Windows: add a VERSIONINFO resource to the puzzle binaries.Simon Tatham2023-11-19
* Windows: leave puzzles.rc out of auxiliary GUI tools.Simon Tatham2023-11-19
* Untangle: turn #define VERTEX_NUMBERS into a preference.Simon Tatham2023-11-18
* Untangle: turn #define SHOW_CROSSINGS into a preference.Simon Tatham2023-11-14
* Map: document explicitly that initial regions are immutable.Simon Tatham2023-11-14
* Fix display glitch in Jigsaw Solo's pencil-mode cursor.Simon Tatham2023-11-14
* Singles: fix error highlighting when grid is disconnected.Simon Tatham2023-10-24
* Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in InertiaBen Harris2023-09-17
* Singles: prevent hangs at low puzzle sizes.Simon Tatham2023-08-27
* Singles: fix spelling in a validate_params error.Simon Tatham2023-08-27
* midend_request_keys: fix memory leak of a game_params.Simon Tatham2023-08-24
* Update copyright dates at head of manual to match othersBen Harris2023-08-21
* KaiOS: set show-labels=true in preferences for GuessBen Harris2023-08-21
* js: allow for multiple environment blocks in HTMLBen Harris2023-08-21
* js: load preferences from HTML elementsBen Harris2023-08-21
* js: prefer some puzzle size even if loading isn't completeBen Harris2023-08-21
* Remove a comment suggesting use of localStorage for prefsBen Harris2023-08-21
* Untangle: make snapping grid invariant under window resizeBen Harris2023-08-14
* Flood: fix interpret_move() return value for CURSOR_SELECT2Ben Harris2023-08-14
* Flood: correctly handle clicks that only hide cursorBen Harris2023-08-14
* Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in FloodBen Harris2023-08-14
* Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in UnrulyBen Harris2023-08-13
* Unruly: correctly handle clicks that only hide cursorBen Harris2023-08-13
* Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in UntangleBen Harris2023-08-13
* Add user preference for Singles' show_black_numsBen Harris2023-08-13