aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fix make cleanJesse Luehrs2016-05-071-1/+1
* add a `make release` targetJesse Luehrs2016-05-071-0/+5
* handle remaking changes in libvt100 automaticallyJesse Luehrs2016-05-071-3/+5
* allow overriding the optimization levelJesse Luehrs2016-05-061-2/+3
* move libs to the end of the linker flag listJesse Luehrs2016-05-061-3/+3
* implement `make help` (and a couple other helpful commands)Jesse Luehrs2016-05-021-3/+12
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-2/+21
* link against libvt100 staticallyJesse Luehrs2016-04-301-4/+4
* pull event loop handling into its own fileJesse Luehrs2016-04-301-0/+1
* use the libvt100 libraryJesse Luehrs2015-08-201-5/+7
* abstract out error logging a bitJesse Luehrs2014-05-081-1/+2
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-0/+6
* clean up the directory structure a bitJesse Luehrs2014-04-201-7/+17
* start adding configurationJesse Luehrs2014-04-201-1/+1
* start laying out text with pangoJesse Luehrs2014-04-181-1/+1
* have the makefile generate dependenciesJesse Luehrs2014-04-131-4/+12
* let's keep this committed, so people without flex can buildJesse Luehrs2014-04-131-3/+1
* fix undeclared warnings in the parserJesse Luehrs2014-04-131-3/+0
* vt100 is misleading, just call it "parser"Jesse Luehrs2014-04-131-3/+3
* this is an unnecessary level of abstractionJesse Luehrs2014-04-131-1/+1
* convert the vt100 parser to flexJesse Luehrs2014-04-131-1/+9
* split terminal processing out to a separate fileJesse Luehrs2014-04-101-1/+1
* spawn a shell process and run it on a ptyJesse Luehrs2014-04-091-1/+1
* a bunch more refactoringJesse Luehrs2014-04-081-1/+1
* simplifyJesse Luehrs2014-04-061-2/+3
* split out event stuffJesse Luehrs2014-04-061-1/+1
* more compiler warningsJesse Luehrs2014-04-051-2/+2
* use libuv to process eventsJesse Luehrs2014-04-051-3/+3
* initial commitJesse Luehrs2014-04-051-0/+17