summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Collapse)Author
2022-09-18Make copyrights and AUTHORS consistentJune McEnroe
2022-08-31Add F5 to restart gameJune McEnroe
2022-01-23Fill in some Info.plist fieldsJune McEnroe
2022-01-23Upscale icons for macOSJune McEnroe
2022-01-23Add icons to Windows and macOS appsJune McEnroe
As yet untested on Windows...
2022-01-23Account for ICOs lying about bpp, drop BITMAPCOREHEADERJune McEnroe
2022-01-23Add ico2png converterJune McEnroe
2022-01-23Allow screensaver/sleepJune McEnroe
2022-01-22Only open the ICO file once we have something to outputJune McEnroe
2022-01-22Fix size of padding counterJune McEnroe
CHIPS.EXE has an alignmentShift of 9 bits!
2022-01-22Add exe2ico extractorJune McEnroe
2022-01-22Enable ctrl-click right-click emulation in freecellJune McEnroe
2022-01-22Build macOS .app bundlesJune McEnroe
2022-01-20Only use cells for moveColumnJune McEnroe
So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually.
2022-01-19Add SDL2Config.cmake workarounds for MinGW compilerWilliam D. Jones
2022-01-19Only require CJune McEnroe
2022-01-19Only require CJune McEnroe
2022-01-19Add basic installJune McEnroe
2022-01-19Use cards with add_subdirectoryJune McEnroe
2022-01-19Replace build system with cmakeJune McEnroe
2022-01-19Replace build system with cmakeJune McEnroe
Thanks to cr1901 for helping to test this on Windows.
2020-03-31Allow choosing freecell game on command lineJune McEnroe
2020-01-27Remove cards submoduleJune McEnroe
2019-12-19Remove READMEJune McEnroe
2019-12-16Update submodule URLJune McEnroe
2019-12-15Use symlink for README.3June McEnroe
2019-08-27Show game number in titleJune McEnroe
2019-08-27Replicate the FreeCell LCG and deal algorithmJune McEnroe
2019-08-26Move as deep a stack as possible to empty columnsJune McEnroe
2019-08-26Simplify card and stack function namesJune McEnroe
2019-08-26Clean up namingJune McEnroe
2019-08-25Rewrite FreeCellJune McEnroe
With move sequencing!
2019-08-25Build with cards submoduleJune McEnroe
2019-08-25Add cards submoduleJune McEnroe
2019-08-25Remove files from cards repoJune McEnroe
2019-08-22Add READMEJune McEnroe
2019-08-22Add exampleJune McEnroe
2019-08-22Add FILES sectionJune McEnroe
2019-08-22Remove gamesJune McEnroe
2019-04-04Mark card functions inlineJune McEnroe
2019-04-04Add listClearJune McEnroe
2019-04-03Tweak mouseButtonUp code a bitJune McEnroe
It's still kind of confusing.
2019-04-03Check gameAvail on double-clickJune McEnroe
2019-04-02Select and move cards on mouse upJune McEnroe
2019-04-01Add idSkipJune McEnroe
In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason.
2019-03-31Fix weird typoJune McEnroe
What the hell.
2019-03-30Add undo to freecellJune McEnroe
2019-03-29Replace path.h with asset.hJune McEnroe
2019-03-29Add king win faceJune McEnroe
2019-03-29Change king face directionJune McEnroe
at the "Log" link in the top bar of such a page links to the log limited by the old name, so it will only show pre-rename commits. I consider this a reasonable trade-off since the "Back" button still works and the log matches the path displayed in the top bar. Since following renames requires running diff on every commit we consider, I've added a knob to the configuration file to globally enable/disable this feature. Note that we may consider a large number of commits the revision walking machinery no longer performs any path limitation so we have to examine every commit until we find a page full of commits that affect the target path or something related to it. Suggested-by: René Neumann <necoro@necoro.eu> Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping This will allow us to use this nice wrapper function elsewhere, avoiding dealing with the diff queue when we only need to inspect a filepair. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt