aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2016-12-11Rename RenderApi::render_grid() to render_cells()Joe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-11Fix resize on macOS leaving screen blankJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-28Dynamically update render_timer configJoe Wilm
2016-10-27Move config reloading to separate threadJoe Wilm
2016-10-24Fix some compiler warningsJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-15Make colors configurable from fileJoe Wilm
2016-10-14Rustup and update dependenciesJoe Wilm
2016-10-08Start implementing copypasta, a clipboard libraryJoe Wilm
2016-09-26wipJoe Wilm
2016-09-26Clean up event_loop moduleJoe Wilm
2016-09-25Refactor EventLoop into event_loop moduleJoe Wilm
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