Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove klon | June McEnroe | 2018-10-16 | |
| | ||||
* | Add ttpre | June McEnroe | 2018-10-08 | |
| | ||||
* | Use col -b to remove formatting for README | June McEnroe | 2018-10-08 | |
| | ||||
* | Add psf2png | June McEnroe | 2018-09-28 | |
| | ||||
* | Add psfed, a PSF2 font editor | June McEnroe | 2018-09-24 | |
| | ||||
* | 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 klon.6 | June McEnroe | 2018-09-07 | |
| | ||||
* | Link man pages in ~/.local | June McEnroe | 2018-09-07 | |
| | ||||
* | Use scheme.h in fbatt and fbclock | June McEnroe | 2018-08-20 | |
| | ||||
* | Generate scheme.h | June McEnroe | 2018-08-20 | |
| | ||||
* | Add open(1) forwarding to pbd | June McEnroe | 2018-08-08 | |
| | ||||
* | Move graphical programs out of bin | June McEnroe | 2018-07-30 | |
| | | | | I wonder when the last time was something needed -ledit... | |||
* | Restore LDLIBS alphabetical order | June McEnroe | 2018-07-23 | |
| | ||||
* | Link with -lcurses | June McEnroe | 2018-07-23 | |
| | | | | | Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3 | |||
* | Add modem | June McEnroe | 2018-05-13 | |
| | ||||
* | Link with -lm | June McEnroe | 2018-05-11 | |
| | | | | Come on, FreeBSD. | |||
* | Add brot | June McEnroe | 2018-04-10 | |
| | | | | It's a Mandelbrot renderer. | |||
* | Move home bins to ~/.local/bin | June McEnroe | 2018-04-03 | |
| | | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. | |||
* | Add scheme.png target | June McEnroe | 2018-03-31 | |
| | ||||
* | Add color scheme PNG generator | June McEnroe | 2018-03-31 | |
| | ||||
* | PHONY is a waste of time | June McEnroe | 2018-03-11 | |
| | ||||
* | Copy glitch from pngo | June McEnroe | 2018-03-02 | |
| | ||||
* | Remove jrp | June McEnroe | 2018-02-25 | |
| | | | | It was fun. | |||
* | Add WIP pngo which produces glitch art | June McEnroe | 2018-02-15 | |
| | ||||
* | Move PNG filename counter into gfxx | June McEnroe | 2018-02-14 | |
| | | | | pngs.c was a fun idea but a little convoluted. | |||
* | Remove typo | June McEnroe | 2018-02-14 | |
| | | | | | The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine. | |||
* | Add PNG stream splitter | June McEnroe | 2018-02-13 | |
| | | | | | I don't know, somehow this is easier than having gfxx care about where it's writing to. | |||
* | Only set GFX if unset | June McEnroe | 2018-02-11 | |
| | ||||
* | Link -lncurses | June McEnroe | 2018-02-09 | |
| | | | | Apparently the curses link doesn't exist everywhere. | |||
* | Silence BSD ctags warnings | June McEnroe | 2018-02-09 | |
| | ||||
* | Link LDLIBS regardless of GFX | June McEnroe | 2018-02-09 | |
| | ||||
* | Move gfx frontends around to simplify build | June McEnroe | 2018-02-09 | |
| | | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible. | |||
* | Add janky X11 graphics frontend | June McEnroe | 2018-02-07 | |
| | ||||
* | Add tags target | June McEnroe | 2018-02-06 | |
| | | | | | | This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute. | |||
* | Mark mac target phony | June McEnroe | 2018-02-04 | |
| | ||||
* | Set up Makefile for gfxx-cocoa or gfxx-fb | June McEnroe | 2018-02-04 | |
| | ||||
* | Separate gfxx and its framebuffer frontend | June McEnroe | 2018-02-03 | |
| | ||||
* | Add fbatt | June McEnroe | 2018-02-01 | |
| | ||||
* | Build any target by default | June McEnroe | 2018-02-01 | |
| | ||||
* | Add gfxx | June McEnroe | 2018-02-01 | |
| | ||||
* | Add fbclock | June McEnroe | 2018-01-29 | |
| | ||||
* | Remove color from Makefile | June McEnroe | 2018-01-29 | |
| | ||||
* | Add setuid target for bri | June McEnroe | 2018-01-29 | |
| | ||||
* | Add color.c | June McEnroe | 2018-01-28 | |
| | ||||
* | Add portable bins target | June McEnroe | 2018-01-28 | |
| | ||||
* | Add klon | June McEnroe | 2018-01-22 | |
| | | | | | | I've been working on this the past two days. Not playable yet but I think a good start. I enjoy the card and stack representation too much and this is probably why I don't enjoy industry programming as much. | |||
* | Remove ish | June McEnroe | 2017-10-26 | |
| | | | | I think I've lost the ability to code... | |||
* | Add beginning of very basic shell, ish | June McEnroe | 2017-10-13 | |
| | | | | Following <https://github.com/tokenrove/build-your-own-shell>. |