summary refs log tree commit diff
path: root/gfx (follow)
Commit message (Expand)AuthorAge
* Make all copyright headers consistentJune McEnroe2019-01-01
* Remove explicit Os from gfx man pagesJune McEnroe2018-12-11
* Use png.h in gfxx.cJune McEnroe2018-11-15
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
* Fix README mandoc lintsJune McEnroe2018-09-19
* Move gfx man pages to gfx/manJune McEnroe2018-09-11
* Rewrite gfx.7 and render plaintext READMEJune McEnroe2018-09-11
* Add "blank" lines to man pagesJune McEnroe2018-09-11
* Put real dates on man pagesJune McEnroe2018-09-08
* Replace gfx README with REAMDE.7June McEnroe2018-09-08
* Link gfx man pages in ~/.localJune McEnroe2018-09-08
* Add gfxx.1June McEnroe2018-09-08
* Add brot.1June McEnroe2018-09-08
* Use PascalCase for constants in gfxJune McEnroe2018-09-02
* Add dependencies on gfx.hJune McEnroe2018-08-20
* Add gfx README and LICENSEJune McEnroe2018-07-30
* Move graphical programs out of binJune McEnroe2018-07-30
. 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe