| Commit message (Expand) | Author | Age | Files | Lines |
* | got rid of the derpy horizon that did not ever move and made shapes with the ... | epoch | 2020-02-24 | 1 | -2/+6 |
* | noticed even more stuff to remove from dun2hackvr | epoch | 2020-02-23 | 1 | -7/+0 |
* | cleaned up dun2hackvr.c a bunch, added some comments. only draw half of the d... | epoch | 2020-02-23 | 1 | -32/+14 |
* | finally used the dungen example with hackvr | epoch | 2020-02-23 | 1 | -0/+74 |
* | made fib.sh not just pseudo-code | epoch | 2020-02-23 | 1 | -11/+23 |
* | added one of those spinner squares | epoch | 2020-02-19 | 1 | -0/+19 |
* | turned a hard-coded include path into one based on PREFIX | epoch | 2020-02-13 | 1 | -1/+1 |
* | set default PREFIX to /usr/local | epoch | 2020-02-13 | 1 | -0/+3 |
* | fixed whitespace in graphics_event_handler mess | epoch | 2020-02-13 | 1 | -13/+13 |
* | ignore the comment. going to set camera angle directly from mouse_x11.c for n... | epoch | 2020-02-13 | 1 | -3/+7 |
* | reversed left and right so that they work right | epoch | 2020-02-13 | 1 | -3/+7 |
* | the hour hand placement is now based on minutes too | epoch | 2020-02-13 | 1 | -3/+3 |
* | got rid of extra newlines. | epoch | 2020-02-11 | 1 | -4/+4 |
* | added another example of a clock that uses nonblocktail | epoch | 2020-02-11 | 3 | -0/+24 |
* | not sure why I had expose events not triggering a redraw | epoch | 2020-02-11 | 1 | -3/+4 |
* | group-wide rotations now happen before the group gets translated | epoch | 2020-02-11 | 2 | -3/+6 |
* | forgot to set stdout to linebuffered in nonblocktail | epoch | 2020-02-05 | 1 | -0/+1 |
* | renamed GNUmakefile back to Makefile and added a tool to help with tailing mu... | epoch | 2020-02-05 | 2 | -3/+28 |
* | added rectangles behind the month and prev and next arrows to make them easie... | epoch | 2020-01-30 | 1 | -3/+18 |
* | put gaps between the days and made them not distance-based shading | epoch | 2020-01-30 | 1 | -9/+11 |
* | forgot to properly handle libidc calling the line handler on EOF with a null ... | epoch | 2020-01-30 | 1 | -2/+2 |
* | left in a debug tee to stderr | epoch | 2020-01-30 | 1 | -1/+1 |
* | tic-tac-toe update | epoch | 2020-01-30 | 2 | -9/+13 |
* | moved the deleteallexcept to a single spot | epoch | 2020-01-29 | 1 | -4/+6 |
* | lol. got the empty check backwards | epoch | 2020-01-29 | 1 | -1/+1 |
* | remove day files after they have been edited if they are empty | epoch | 2020-01-29 | 1 | -0/+3 |
* | not sure how I expected the infinite loop to exit when I wasn't checking for ... | epoch | 2020-01-28 | 1 | -1/+3 |
* | added scroll-wheel handling for X11 mouse and removed camera rotation from mo... | epoch | 2020-01-27 | 1 | -2/+14 |
* | trimmed some trailing whitespace. AMAZING COMMIT RIGHT HERE | epoch | 2020-01-27 | 1 | -2/+2 |
* | added a comment that explains what some regex does | epoch | 2020-01-27 | 1 | -0/+1 |
* | forgot the Makefile | epoch | 2020-01-27 | 1 | -0/+5 |
* | added ANOTHER example of a calendar program. might have figured out a good wa... | epoch | 2020-01-27 | 2 | -0/+117 |
* | global struct rename | epoch | 2019-08-03 | 1 | -1/+1 |
* | I assume there was some trailing whitespace | epoch | 2019-08-03 | 1 | -1/+1 |
* | global rename. unimportant function | epoch | 2019-08-03 | 1 | -1/+5 |
* | renamed global to hvr_global. comment of stupidness. init now gets display fd... | epoch | 2019-08-03 | 1 | -3/+4 |
* | store display's fd in x11_global now to pass to select() in libidc | epoch | 2019-08-03 | 1 | -0/+1 |
* | made mouse presses redraw. new function not worth mentioning | epoch | 2019-08-03 | 1 | -0/+13 |
* | added array for pipe fds for redrawing and prototype for redraw | epoch | 2019-08-03 | 1 | -0/+2 |
* | added new redraw() which will work using libidc. also added an action on empt... | epoch | 2019-08-03 | 1 | -1/+13 |
* | letting X11 handle the repeats for held down keys | epoch | 2019-08-03 | 1 | -6/+13 |
* | huge change to using libidc from nonblocking files | epoch | 2019-08-03 | 1 | -139/+142 |
* | added a flag and old_r and old_p for future use | epoch | 2019-08-03 | 1 | -1/+4 |
* | fixed prototype for input_event_handler and added input_init prototype | epoch | 2019-08-03 | 1 | -1/+2 |
* | input.c needed input.h | epoch | 2019-08-03 | 1 | -0/+1 |
* | added all dep to makefile target "install" | epoch | 2019-08-03 | 1 | -1/+1 |
* | updated dungen tools to separate ascii viewer and the actual generator | epoch | 2019-07-13 | 3 | -40/+58 |
* | generic input event handler | epoch | 2019-07-01 | 1 | -0/+3 |
* | set FORCE_REDRAW to 0 because I'm abusing it now since it doesn't make much s... | epoch | 2019-07-01 | 1 | -1/+1 |
* | renamed global to hvr_global and added a namedpipe for doing selfcommand() | epoch | 2019-07-01 | 1 | -1/+2 |