summary refs log tree commit diff
path: root/freecell.c (follow)
Commit message (Expand)AuthorAge
* Add F5 to restart gameJune McEnroe2022-08-31
* Allow screensaver/sleepJune McEnroe2022-01-23
* Enable ctrl-click right-click emulation in freecellJune McEnroe2022-01-22
* Only use cells for moveColumnJune McEnroe2022-01-20
* Allow choosing freecell game on command lineJune McEnroe2020-03-31
* Show game number in titleJune McEnroe2019-08-27
* Replicate the FreeCell LCG and deal algorithmJune McEnroe2019-08-27
* Move as deep a stack as possible to empty columnsJune McEnroe2019-08-26
* Simplify card and stack function namesJune McEnroe2019-08-26
* Clean up namingJune McEnroe2019-08-26
* Rewrite FreeCellJune McEnroe2019-08-25
* Build with cards submoduleJune McEnroe2019-08-25
* Add listClearJune McEnroe2019-04-04
* Tweak mouseButtonUp code a bitJune McEnroe2019-04-03
* Check gameAvail on double-clickJune McEnroe2019-04-03
* Select and move cards on mouse upJune McEnroe2019-04-02
* Fix weird typoJune McEnroe2019-03-31
* Add undo to freecellJune McEnroe2019-03-30
* Replace path.h with asset.hJune McEnroe2019-03-29
* Add king win faceJune McEnroe2019-03-29
* Change king face directionJune McEnroe2019-03-29
* Load king bitmaps in freecellJune McEnroe2019-03-29
* Factor out path searchingJune McEnroe2019-03-28
* Simplify (sort of) Cards API and add FreeCell loadingJune McEnroe2019-03-28
* Add keys to reveal ranksJune McEnroe2019-03-28
* Add right click to reveal cardsJune McEnroe2019-03-28
* Fix double-click regardless of selectionJune McEnroe2019-03-28
* Add FreeCellJune McEnroe2019-03-27