Commit message (Expand) | Author | ||
---|---|---|---|
2018-09-25 | Add r to psfed for invert | June McEnroe | |
2018-09-24 | Add psfed, a PSF2 font editor | June McEnroe | |
2018-09-21 | Add scheme -i to swap white and black | June McEnroe | |
2018-09-21 | Map caps lock to escape on Linux console | June McEnroe | |
2018-09-19 | Fix README mandoc lints | June McEnroe | |
2018-09-19 | Un-NOT trans.alpha values in pngo | June McEnroe | |
2018-09-18 | Refactor reads in pngo and clear palette between files | June McEnroe | |
2018-09-17 | Add tRNS support to pngo | June McEnroe | |
2018-09-11 | Move gfx man pages to gfx/man | June McEnroe | |
2018-09-11 | Move bin man pages to bin/man | June McEnroe | |
2018-09-11 | Rewrite gfx.7 and render plaintext README | June McEnroe | |
2018-09-11 | Remove GAMES from BINS | June McEnroe | |
2018-09-11 | Rewrite bin.7 and render to plaintext README | June McEnroe | |
2018-09-11 | Add "blank" lines to man pages | June McEnroe | |
2018-09-10 | Add mdoc syntax file | June McEnroe | |
2018-09-08 | Fix Nm usage in multi-name man pages | June McEnroe | |
2018-09-08 | Put real dates on man pages | June McEnroe | |
2018-09-08 | Replace gfx README with REAMDE.7 | June McEnroe | |
2018-09-08 | Link gfx man pages in ~/.local | June McEnroe>Add all target to git.causal.agency Makefile | June McEnroe |
2021-01-20 | Remove Lua support | June McEnroe | |
Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. | |||
2021-01-20 | Fix tests for diff spans | June McEnroe | |
2021-01-20 | Avoid matching ':' in make tags | June McEnroe | |
Otherwise a :: rule includes one of the ':'s in the tag name. | |||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | |
Otherwise the "id" in "void" matches for "void id". | |||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | |
2021-01-20 | Use mtags in source-filter | June McEnroe | |
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | |
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | |
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | |
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | |
These don't really go together, but... | |||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | |
Otherwise it ends up going into Shell state. | |||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |