aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2016-09-25Resolve compiler warningsJoe Wilm
2016-09-24Use evented I/O for the ptyJoe Wilm
2016-09-23Fix some compiler warningsJoe Wilm
2016-09-21Fix refresh bugJoe Wilm
2016-09-18Delete an extra spaceJoe Wilm
2016-09-18Make use of `unlikely` intrinsicJoe Wilm
2016-09-18Rewrite ansi parser using vte crateJoe Wilm
2016-09-16Remove extra wait_events()Joe Wilm
2016-09-05Update deps and remove printlnsJoe Wilm
2016-09-01Move rendering back to main threadJoe Wilm
2016-08-31Eliminate extra rendersJoe Wilm
2016-08-29Separate input handling from renderingJoe Wilm
2016-08-12Support bold/italic font rendering on macOSJoe Wilm
2016-08-03Fix arrow keys on macOSJoe Wilm
2016-07-30Input expects modifier keys from GlutinJoe Wilm
2016-07-15Update to latest nightlyJoe Wilm
2016-07-04Use "invert" cursor instead of drawing blockJoe Wilm
2016-07-04Fix resizing on macOSJoe Wilm
2016-07-04Correctly handle Backspace and DeleteJoe Wilm
2016-07-04Merge renderer and input handling threadsJoe Wilm
2016-07-03Move ::grid::index to ::indexJoe Wilm
2016-07-03Grid API is now generic and strongly typedJoe Wilm
2016-07-02Move WriteNotifier type into input moduleJoe Wilm
2016-07-01Improve pty reading and renderer synchronizationJoe Wilm
2016-06-30Vendor upcoming Utf8Chars iterator from libstdJoe Wilm
2016-06-30Add config fileJoe 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-23Implement special input handlingJoe Wilm
2016-06-23Fix bug handling ansi mode sequencesJoe Wilm
2016-06-14Add support for macOSJoe 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-07Handle TEXT_CURSOR modeJoe Wilm
2016-06-07Only draw when terminal state has changedJoe 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 support for drawing background colorsJoe Wilm
2016-06-06Support dynamic character loadingJoe Wilm
2016-06-06Refactor Instanced Drawing to use Vertex ArraysJoe Wilm
2016-06-04Optimize Rendering with batched draw callsJoe Wilm
2016-06-04Optimize renderingJoe Wilm
2016-06-04Add live-reload for shadersJoe Wilm
2016-06-02Use texture atlas for glyphsJoe Wilm