aboutsummaryrefslogtreecommitdiff
path: root/src/event_loop.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Add rustfmt style guideChristian Duerr2019-03-30
* Fix signal handling on Unix systemsRachel K2019-03-12
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Use mio-extras instead of mio-moreBastien Orivel2018-12-27
* Ignore result on deregistering ptydm1try2018-12-14
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Rework auto-scrolling optionsChristian Duerr2018-06-02
* Fix typo in error messageRandy Ramos2018-05-25
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Update dependenciesgolem1312018-01-26
* Add clippy check to travisChristian Duerr2018-01-06
* fix some typos in commentsMartin Lindhe2017-10-30
* Update most remaining depsJonathan Schleußer2017-09-05
* Read more from ptyJoe Wilm2017-07-31
* Minor cleanup, style fix, dead code removalJoe Wilm2017-05-24
* Add DrainResult enumAaron Hill2017-05-24
* Fix typoAaron Hill2017-05-24
* Ensure that the event loop thread cleanly exits on shutdownAaron Hill2017-05-24
* Fix #573. Ensure we don't write 0 bytes to ptyMartin Algesten2017-05-24
* Better error handling in event loopJoe Wilm2017-04-03
* Fix bug where event loop could get stuck readingJoe Wilm2017-01-11
* Handle EINTR in I/O loopJoe Wilm2017-01-06
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Major cleanup for event handlingJoe Wilm2016-12-26
* Misc formatting fixesJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Implement Handler::identify_terminal for TermJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Fix alacritty shutdown when shell exits on macOSJoe Wilm2016-11-11
* Clean up event_loop moduleJoe Wilm2016-09-26
* Refactor EventLoop into event_loop moduleJoe Wilm2016-09-25