summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Expand)AuthorAge
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Remove setoptJune McEnroe2020-03-03
* Separate LINKS from BINS for html to workJune McEnroe2020-02-11
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
* Revert "Add first working version of imbox"June McEnroe2019-12-21
* Add first working version of imboxJune McEnroe2019-12-21
* Rename bin.7 to README.7June McEnroe2019-11-27
* Replace shotty with code from streamJune McEnroe2019-11-25
* Use CURL_PREFIX to set flagsJune McEnroe2019-09-05
* Add titleJune McEnroe2019-09-05
* Add editJune McEnroe2019-08-29
* Rename wat to everJune McEnroe2019-08-28
* Remove brot and gfxxJune McEnroe2019-08-28
* Use rand(3) in beefJune McEnroe2019-08-28
* Remove wakeJune McEnroe2019-08-28
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
* Reference png.h in bin.7June McEnroe2019-07-27
* Revert "Use scheme to style HTMLs"June McEnroe2019-07-27
* Add png.3 man pageJune McEnroe2019-07-25
* Use scheme to style HTMLsJune McEnroe2019-07-25
* Generate index.html with links from bin.7June McEnroe2019-07-25
* Add whenJune McEnroe2019-07-24
* Remove histedit from bitJune McEnroe2019-07-24
* Add shotty man page and build itJune McEnroe2019-07-09
* Add pteeJune McEnroe2019-07-08
* Simplify and build bitJune McEnroe2019-05-30
* Add orderJune McEnroe2019-05-15
* Fix MANDIR typoJune McEnroe2019-05-04
* Move relay to binJune McEnroe2019-05-04
* Add setoptJune McEnroe2019-02-24
* Use $PWD in html.sh to pass absolute path to manJune McEnroe2019-02-20
* Factor out html.sh and produce html for all sourcesJune McEnroe2019-02-20
* Remove hi line numberingJune McEnroe2019-02-18
* Generate HTML with hi -n -f html -o anchorJune McEnroe2019-02-17
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Install html with -CJune McEnroe2019-02-11
* Generate html for binsJune McEnroe2019-02-10
* Run hi -c after compiling hiJune McEnroe2019-02-09
* Add pattend to hiJune McEnroe2019-02-06
* Add aesJune McEnroe2019-02-05
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
* Revert -std=c11 because GNU sucksJune McEnroe2019-01-19
* Reunify gfx and binJune McEnroe2019-01-17
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
* Rename rec to watJune McEnroe2019-01-01
* Rename watch to recJune McEnroe2018-12-02
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
* Factor out png.hJune McEnroe2018-11-14
* Fix tags targetJune McEnroe2018-10-17
ation handles FBIO_WAITFORVSYNC but my kernel doesn't), but avoids flicker from clearing to black for each frame. 2018-02-05Rewrite gfxx bit handlingJune McEnroe Specifies how many bits for each of "alpha" (ignored), red, green, blue. Separates byte-order and bit-order. Much more flexible, but now won't render CARDS.DLL graphics properly due to the skip bit being not where it expects. Also mmaps the file instead of reading it all in. And the default palette and sampling got removed again for now, since it's too awkward to use. 2018-02-05Add flip option to gfxxJune McEnroe This handles upside-down graphics much better than reverse did. 2018-02-05Remove gfxx reverse optionJune McEnroe 2018-02-04Fix gfxx draw stop conditionJune McEnroe Would not draw the last partially visible column when mirrored. 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe By stopping when the next column would be off the edge of the buffer. 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe White is not obvious enough. 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe Replace default palette with alternating black and white. 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe