about summary refs log tree commit diff
path: root/freecell.c (follow)
Commit message (Collapse)AuthorAge
* Remove gamesJune McEnroe2019-08-22
|
* Add listClearJune McEnroe2019-04-04
|
* Tweak mouseButtonUp code a bitJune McEnroe2019-04-03
| | | | It's still kind of confusing.
* Check gameAvail on double-clickJune McEnroe2019-04-03
|
* Select and move cards on mouse upJune McEnroe2019-04-02
|
* Fix weird typoJune McEnroe2019-03-31
| | | | What the hell.
* 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
| | | | This isn't a feature in the original but I want it.
* Add right click to reveal cardsJune McEnroe2019-03-28
| | | | This is a feature I didn't know about until reading the help.
* Fix double-click regardless of selectionJune McEnroe2019-03-28
|
* Add FreeCellJune McEnroe2019-03-27