summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add -u option to xxJune McEnroe2017-03-18
* Fix non-string-literal-format-string in briJune McEnroe2017-03-15
* Fix bri compilationJune McEnroe2017-03-15
* Use psvar for title settingJune McEnroe2017-03-15
* Add bri brightness control scriptJune McEnroe2017-03-14
* Add comment to tmux terminal overrideJune McEnroe2017-03-14
* Have tmux set block cursor on linux consoleJune McEnroe2017-03-13
* Use inverse for Visual in colorschemeJune McEnroe2017-03-13
* Add console color palette scriptJune McEnroe2017-03-12
* Add custom keymap for consoleJune McEnroe2017-03-12
* Fix OSTYPE check for ARMJune McEnroe2017-03-12
* Use Escape and i to enter/exit tmux copy modeJune McEnroe2017-02-27
* Set inccommand=nosplitJune McEnroe2017-02-22
* Set inccommand=splitJune McEnroe2017-02-22
* Use Hermit font in iTermJune McEnroe2017-02-19
* Remove mayJune McEnroe2017-02-14
* Add W command in vimJune McEnroe2017-02-06
* Add nasd functionJune McEnroe2017-02-01
* Highlight Ruby symbols as stringsJune McEnroe2017-01-30
* Remove broken gem bin path from pathJune McEnroe2017-01-26
* Remove macOS keyboard layoutJune McEnroe2017-01-25
* Use 127.0.0.1 instead of localhost in SSH configJune McEnroe2017-01-22
* Set shiftwidth=2 for sh and zshJune McEnroe2017-01-22
* Add short descriptions to C utilitiesJune McEnroe2017-01-21
* Update READMEJune McEnroe2017-01-21
* Use zsh for shell scriptsJune McEnroe2017-01-21
* Group git aliasesJune McEnroe2017-01-20
* Clean up zshrcJune McEnroe2017-01-20
* Set PATH manuallyJune McEnroe2017-01-20
* Switch back to 10-minute increments in clockJune McEnroe2017-01-20
* Modulo next hour by 24 in clockJune McEnroe2017-01-20
* Switch clock to 6-minute graduationsJune McEnroe2017-01-19
* Revert "Show one digit of each hour in clock"June McEnroe2017-01-19
* Display fuzzy clock in tmuxJune McEnroe2017-01-19
* Show one digit of each hour in clockJune McEnroe2017-01-19
* Add fuzzy clockJune McEnroe2017-01-19
* Include host in tmux status lineJune McEnroe2017-01-19
* Add include so that pbcopy.c compiles on FreeBSDJune McEnroe2017-01-08
* Implement pbcopy and pbpaste in CJune McEnroe2017-01-06
* Add custom keyboard layout for macOSJune McEnroe2017-01-03
* Add gdbinitJune McEnroe2016-12-23
* Clean up tmux.conf a bit moreJune McEnroe2016-12-01
* Remove iTerm tux profileJune McEnroe2016-12-01
* Use C-e C-e to switch tmux windowsJune McEnroe2016-11-24
* Set tmux status colors BLACKJune McEnroe2016-11-10
* Update pbd.c styleJune McEnroe2016-10-16
* Update xx.c styleJune McEnroe2016-10-16
* Remove rpn.cJune McEnroe2016-10-16
* Add JRP_DUMPJune McEnroe2016-10-10
* Split jrp nops on dword boundariesJune McEnroe2016-10-10
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