summary refs log tree commit diff
path: root/bin/.gitignore (follow)
Commit message (Expand)AuthorAge
* 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
* Remove klonJune McEnroe2018-10-16
* Add ttpreJune McEnroe2018-10-08
* Add psf2pngJune McEnroe2018-09-28
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
* Remove GAMES from BINSJune McEnroe2018-09-11
* Add klon.6June McEnroe2018-09-07
* Generate scheme.hJune McEnroe2018-08-20
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
* Move graphical programs out of binJune McEnroe2018-07-30
* Add modemJune McEnroe2018-05-13
* Add brotJune McEnroe2018-04-10
* Add scheme.png targetJune McEnroe2018-03-31
* Add color scheme PNG generatorJune McEnroe2018-03-31
* Copy glitch from pngoJune McEnroe2018-03-02
* Remove jrpJune McEnroe2018-02-25
* Add WIP pngo which produces glitch artJune McEnroe2018-02-15
* Move PNG filename counter into gfxxJune McEnroe2018-02-14
* Add PNG stream splitterJune McEnroe2018-02-13
* Silence BSD ctags warningsJune McEnroe2018-02-09
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
* Add janky X11 graphics frontendJune McEnroe2018-02-07
* Add tags targetJune McEnroe2018-02-06
* Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe2018-02-04
* Separate gfxx and its framebuffer frontendJune McEnroe2018-02-03
* Add fbattJune McEnroe2018-02-01
* Add gfxxJune McEnroe2018-02-01
* Add fbclockJune McEnroe2018-01-29
* Add portable bins targetJune McEnroe2018-01-28
* Add klonJune McEnroe2018-01-22
* Remove ishJune McEnroe2017-10-26
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
* Add typing gameJune McEnroe2017-09-14
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe