summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Add pngo.1June McEnroe2018-09-07
* Use .Dl for examplesJune McEnroe2018-09-07
* Add pbd.1June McEnroe2018-09-07
* Add modem.1June McEnroe2018-09-07
* Add klon.6June McEnroe2018-09-07
* Pass "command ..." as one string to ArJune McEnroe2018-09-07
* Add hnel.1June McEnroe2018-09-07
* Link man pages in ~/.localJune McEnroe2018-09-07
* Symlink atch.1June McEnroe2018-09-07
* Add .Os macro to all man pagesJune McEnroe2018-09-07
* Add glitch.1June McEnroe2018-09-07
* List FRAMEBUFFER defaults in FILES sectionJune McEnroe2018-09-07
* Remove -width options from .BlJune McEnroe2018-09-07
* Add fbclock.1June McEnroe2018-09-07
* Add fbatt.1June McEnroe2018-09-07
* Revert "Add README.7"June McEnroe2018-09-07
* Add README.7June McEnroe2018-09-07
* Add dtch.1June McEnroe2018-09-07
* Add bri.1June McEnroe2018-09-07
* Use tabs in READMEJune McEnroe2018-09-05
* Remove disown from READMEJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in pngoJune McEnroe2018-09-05
* Zero after mirrorJune McEnroe2018-09-05
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
* Add glitch -x and -yJune McEnroe2018-09-05
* Add glitch -i to READMEJune McEnroe2018-09-04
* Add -i invert option to glitchJune McEnroe2018-09-04
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
* Use PascalCase for constantsJune McEnroe2018-09-02
* Update usage of scheme in READMEJune McEnroe2018-08-20
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
* Generate scheme.hJune McEnroe2018-08-20
* Refactor scheme and add mintty outputJune McEnroe2018-08-11
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
* Refactor msr606June McEnroe2018-07-31
* Add msr606June McEnroe2018-07-31
* Rename linux function in schemeJune McEnroe2018-07-30
* Add gfx README and LICENSEJune McEnroe2018-07-30
* Move graphical programs out of binJune McEnroe2018-07-30
* Just print rs1 in dtch restoreTermJune McEnroe2018-07-29
* Fix dtch cmsg sizeJune McEnroe2018-07-29
* Fix cfmakeraw callsJune McEnroe2018-07-25
* Restore LDLIBS alphabetical orderJune McEnroe2018-07-23
* Use EV_SET in watchJune McEnroe2018-07-23
* Link with -lcursesJune McEnroe2018-07-23
* Fix scheme indentationJune McEnroe2018-07-22
* Add -m option to glitchJune McEnroe2018-07-16
* malloc deflate buffer in glitchJune McEnroe2018-07-16
* malloc the deflate buffer in pngoJune McEnroe2018-07-16
/td>June McEnroe2018-02-04 | * Quit gfcocoa when window closesJune McEnroe2018-02-04 | * Apparently this is how people write Objective-CJune McEnroe2018-02-03 | * Add dirty but working cocoa frontendJune McEnroe2018-02-03 | * Separate gfxx and its framebuffer frontendJune McEnroe2018-02-03 | * Add gfxx palette loadingJune McEnroe2018-02-02 | * Fix color scaling in gfxxJune McEnroe2018-02-02 | | | | The 8-bit RGB palette definitely looks right now. * Rework gfxx controlsJune McEnroe2018-02-02 | | | | Also hardcode the right palette for CARDS.DLL. * Add RGB and GRAY macros in gfxxJune McEnroe2018-02-02 | * Add colorspaces and mirroring to gfxxJune McEnroe2018-02-02 | | | | Also 4-bit color and a palette that can't be set yet. * Uncapitalize "framebuffer"June McEnroe2018-02-01 | | | | Oops. * Add fbattJune McEnroe2018-02-01 | * Blank framebuffer with sampled background on exitJune McEnroe2018-02-01 | | | | This should work like 99% of the time, probably. * Add bin/READMEJune McEnroe2018-02-01 | * Add license notice to gfxxJune McEnroe2018-02-01 | * Build any target by defaultJune McEnroe2018-02-01 | * Remove fb.c and color.cJune McEnroe2018-02-01 | * Add gfxxJune McEnroe2018-02-01 | * Only load 128 glyphs in fbclockJune McEnroe2018-01-31 | | | | | There's no point loading more than ASCII since it doesn't interpret the unicode table at all. * Style tweak fbclockJune McEnroe2018-01-30 | * Generalize hnelJune McEnroe2018-01-29 | | | | It's like tr for PTYs. * Take fbclock font in env varJune McEnroe2018-01-29 | * Support fbclock fonts wider than 8June McEnroe2018-01-29 | * Take font path on fbclock argvJune McEnroe2018-01-29 | * Add fbclockJune McEnroe2018-01-29 | * Remove color from MakefileJune McEnroe2018-01-29 | * Add setuid target for briJune McEnroe2018-01-29 |