summary refs log tree commit diff
path: root/bin/scheme.c (follow)
Commit message (Expand)AuthorAge
* Factor out png.hJune McEnroe2018-11-14
* Use typedefs uint and byteJune McEnroe2018-11-12
* Rewrite schemeJune McEnroe2018-10-02
* Add scheme -i to swap white and blackJune McEnroe2018-09-21
* Use PascalCase for constantsJune McEnroe2018-09-02
* Generate scheme.hJune McEnroe2018-08-20
* Refactor scheme and add mintty outputJune McEnroe2018-08-11
* Rename linux function in schemeJune McEnroe2018-07-30
* Fix scheme indentationJune McEnroe2018-07-22
* Use break; case style everywhere*June McEnroe2018-05-25
* Tabify binJune McEnroe2018-05-13
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
* Use size_t for iterating in schemeJune McEnroe2018-04-02
* Modulo H and saturate S, V in schemeJune McEnroe2018-04-02
* Rewrite scheme in a more sensible orderJune McEnroe2018-04-02
* Use function pointers in schemeJune McEnroe2018-04-02
* Use union for scheme gen functionsJune McEnroe2018-04-02
* Use uint32_t for len in schemeJune McEnroe2018-04-02
* Add HSV output to schemeJune McEnroe2018-04-01
* Output Linux console escapes from schemeJune McEnroe2018-03-31
* Brighten color schemeJune McEnroe2018-03-31
* Lighten cursor colorJune McEnroe2018-03-31
* Tweak cyan furtherJune McEnroe2018-03-31
* Tweak colors in schemeJune McEnroe2018-03-31
* Generate Terminal.app color schemeJune McEnroe2018-03-31
* Generate basic ANSI color schemeJune McEnroe2018-03-31
* Add hex output to schemeJune McEnroe2018-03-31
* Add color scheme PNG generatorJune McEnroe2018-03-31
dde62&follow=1'>filter: 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