about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Only set palette length for bitsPerPixel < 16June McEnroe2019-03-25
* Fix gcc sign warningsJune McEnroe2019-03-24
* Use SDL2_PREFIX as make variableJune McEnroe2019-03-24
* Add missing time.h includeJune McEnroe2019-03-24
* Prepare for PE loadingJune McEnroe2019-03-24
* Add back dump Makefile targetJune McEnroe2019-03-24
* Use SDL_RenderSetLogicalSize rather than SetScaleJune McEnroe2019-03-24
* Use Card typedefJune McEnroe2019-03-24
* Choose card back randomlyJune McEnroe2019-03-24
* Add undoJune McEnroe2019-03-24
* Use rand(3)June McEnroe2019-03-24
* Search pref path, base path for CARDS.DLL, SOL.EXEJune McEnroe2019-03-24
* Use SDL_ShowSimpleMessageBox for errorsJune McEnroe2019-03-24
* Factor out suit, color and rank functionsJune McEnroe2019-03-24
* Treat multiple-of-two-clicks as double-clicksJune McEnroe2019-03-22
* Treat multi-clicks as double-clicksJune McEnroe2019-03-22
* Add d keyJune McEnroe2019-03-22
* Add F2 and b temporary keyJune McEnroe2019-03-22
* Implement the gameJune McEnroe2019-03-22
* Refactor layout code slightlyJune McEnroe2019-03-21
* Separate layout step for draggingJune McEnroe2019-03-20
* Remove demoJune McEnroe2019-03-20
* Add WIP sol.cJune McEnroe2019-03-20
* Only check errors from create callsJune McEnroe2019-03-17
* Add demoJune McEnroe2019-03-16
* Add flags to fix up cards graphicsJune McEnroe2019-03-16
* Simplify Cards constantsJune McEnroe2019-03-15
* Turn on -WpedanticJune McEnroe2019-03-15
* Add Cards_{Width,Height} constantsJune McEnroe2019-03-15
* Handle error from SDL_SaveBMPJune McEnroe2019-03-14
* Rewrite using SDLJune McEnroe2019-03-14
* Add cards.h, cards.c, dump.cJune McEnroe2019-03-10
* Add exefmt.txtJune McEnroe2019-03-10
5-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt