aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-30Add config fileJoe Wilm
2016-06-29Add license header to glsl filesJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-29Fix resizing on macOSJoe Wilm
2016-06-29Implement terminal resizingJoe Wilm
2016-06-28Refactor Tty and Grid creation into Term::newJoe Wilm
2016-06-27Enable vsyncJoe Wilm
2016-06-24Fix subpixel rendering for macOSJoe Wilm
2016-06-23Function keys send escape sequencesJoe Wilm
2016-06-23Implement special input handlingJoe Wilm
2016-06-23Fix bug handling ansi mode sequencesJoe Wilm
2016-06-14Fix a few compiler warningsJoe Wilm
2016-06-14Cache cargo dependencies on travisJoe Wilm
2016-06-14Add macOS to CI matrixJoe Wilm
2016-06-14Add support for macOSJoe Wilm
2016-06-09Fix backspaceJoe Wilm
2016-06-09Fix all trivial compiler warningsJoe Wilm
2016-06-09Sort some importsJoe Wilm
2016-06-09Make state updates and rendering event drivenJoe Wilm
2016-06-08Fix shutdown deadlockJoe Wilm
2016-06-08Add support for scrolling regionsJoe Wilm
2016-06-07Handle TEXT_CURSOR modeJoe Wilm
2016-06-07Only draw when terminal state has changedJoe Wilm
2016-06-07Parse a few more ansi terminal mode commandsJoe Wilm
2016-06-07Handle pty char recv errorsJoe Wilm
2016-06-07Add named thread for pty readerJoe Wilm
2016-06-07Unwrap some unhandled errorsJoe Wilm
2016-06-06Add explicit bounds check when advancing cursorJoe Wilm
2016-06-06Tweak some Grid methodsJoe Wilm
2016-06-06Fix bug where there were extra grid rowsJoe Wilm
2016-06-06Terminal sets more attributes on grid CellsJoe Wilm
2016-06-06Fix escape bytes as input bug in ANSI parserJoe Wilm
2016-06-06Add support for drawing background colorsJoe Wilm
2016-06-06Minor updates to terminal handlingJoe Wilm
2016-06-06Update task listJoe Wilm
2016-06-06Handle SIGCHLDJoe Wilm
2016-06-06Support dynamic character loadingJoe Wilm
2016-06-06Batching flushes on texture changeJoe Wilm
2016-06-06Refactor Instanced Drawing to use Vertex ArraysJoe Wilm
2016-06-04Optimize Rendering with batched draw callsJoe Wilm
2016-06-04Add iterator methods to Grid and Row typesJoe Wilm
2016-06-04Optimize renderingJoe Wilm
2016-06-04Add live-reload for shadersJoe Wilm
2016-06-03render: cleanup active_tex handlingJoe Wilm
2016-06-03Move debug timerJoe Wilm
2016-06-02Use texture atlas for glyphsJoe Wilm
2016-06-02Refactor renderer functions out of main.rsJoe Wilm
2016-06-02Update Cargo dependenciesJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-28Initial ANSI parser implementationJoe Wilm