Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add tRNS support to pngo | June McEnroe | 2018-09-17 | |
| | ||||
* | Move bin man pages to bin/man | 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-11 | |
| | ||||
* | 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 README with README.7 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add xx.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add watch.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add wake.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add scheme.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add pngo.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Use .Dl for examples | June McEnroe | 2018-09-07 | |
| | ||||
* | Add pbd.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add modem.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add klon.6 | June McEnroe | 2018-09-07 | |
| | ||||
* | Pass "command ..." as one string to Ar | June McEnroe | 2018-09-07 | |
| | ||||
* | Add hnel.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Link man pages in ~/.local | June McEnroe | 2018-09-07 | |
| | ||||
* | Symlink atch.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add .Os macro to all man pages | June McEnroe | 2018-09-07 | |
| | ||||
* | Add glitch.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | List FRAMEBUFFER defaults in FILES section | June McEnroe | 2018-09-07 | |
| | ||||
* | Remove -width options from .Bl | June McEnroe | 2018-09-07 | |
| | ||||
* | Add fbclock.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add fbatt.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Revert "Add README.7" | June McEnroe | 2018-09-07 | |
| | | | | | | | This reverts commit 729570cdfcca9cd70c63fbc9188f5daa0a2d72e3. Gitea generates invalid links when viewed as a README in a directory listing. | |||
* | Add README.7 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add dtch.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Add bri.1 | June McEnroe | 2018-09-07 | |
| | ||||
* | Use tabs in README | June McEnroe | 2018-09-05 | |
| | ||||
* | Remove disown from README | June McEnroe | 2018-09-05 | |
| | ||||
* | Factor out pixelBits, pixelSize in glitch | June McEnroe | 2018-09-05 | |
| | ||||
* | Factor out pixelBits, pixelSize in pngo | June McEnroe | 2018-09-05 | |
| | ||||
* | Zero after mirror | June McEnroe | 2018-09-05 | |
| | ||||
* | Simplify glitch -x -y to just zero | June McEnroe | 2018-09-05 | |
| | ||||
* | Add glitch -x and -y | June McEnroe | 2018-09-05 | |
| | ||||
* | Add glitch -i to README | June McEnroe | 2018-09-04 | |
| | ||||
* | Add -i invert option to glitch | June McEnroe | 2018-09-04 | |
| | ||||
* | malloc IDAT chunks in pngo and glitch | June McEnroe | 2018-09-02 | |
| | ||||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 | |
| | | | | Get outta here, underscores. | |||
* | Update usage of scheme in README | June McEnroe | 2018-08-20 | |
| | ||||
* | Use scheme.h in fbatt and fbclock | June McEnroe | 2018-08-20 | |
| | ||||
* | Generate scheme.h | June McEnroe | 2018-08-20 | |
| | ||||
* | Refactor scheme and add mintty output | June McEnroe | 2018-08-11 | |
| | | | | | | | | | | | | | | | | | | | | | | Black=22,21,16 Red=163,40,16 Green=114,122,24 Yellow=163,119,32 Blue=61,98,102 Magenta=122,73,85 Cyan=85,122,85 White=122,113,85 BoldBlack=76,70,53 BoldRed=204,50,20 BoldGreen=142,153,30 BoldYellow=204,149,40 BoldBlue=76,123,127 BoldMagenta=153,91,107 BoldCyan=107,153,107 BoldWhite=204,188,142 BackgroundColour=20,19,14 ForegroundColour=183,169,128 CursorColour=97,90,68 | |||
* | Add open(1) forwarding to pbd | June McEnroe | 2018-08-08 | |
| | ||||
* | Refactor msr606 | June McEnroe | 2018-07-31 | |
| | ||||
* | Add msr606 | June McEnroe | 2018-07-31 | |
| | | | | | Everything "works" but I'm not able to round-trip data. It seems like the documentation lies about the format in some way. | |||
* | Rename linux function in scheme | June McEnroe | 2018-07-30 | |
| | | | | The token 'linux' is #defined. Dumb. |