summaryrefslogtreecommitdiffstats
path: root/src/event.rs
AgeCommit message (Expand)Author
2017-01-08print glutin events if --print-events is passedTom Crayford
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Fix panic when closing windowJoe Wilm
2017-01-04Draw the screen when Refresh event arrivesJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Hopefully fix read not triggering drawJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-25Refactor input processing to take action contextJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Support trackpad scrollingJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-17Redraw screen on focusJoe Wilm
2016-11-17Fallback to received chars when no bindingsJoe Wilm
2016-11-11Fix/add some keybindingsJoe Wilm
2016-10-14Rustup and update dependenciesJoe Wilm
2016-09-27Don't write v when pasting on macOSJoe Wilm
2016-09-26wipJoe 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-06Fix resize not redrawing immediatelyJoe Wilm
2016-09-01Move rendering back to main threadJoe Wilm