aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/main.rs
Commit message (Expand)AuthorAge
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Log critical errors with error! instead of println!Kirill Chibisov2020-04-12
* Use config colors to theme Wayland decorationsKirill Chibisov2020-04-09
* Add debug log for missing configChristian Duerr2020-01-22
* Send PTY resize messages through event loopDavid Hewitt2019-12-14
* Fix deadlock when closing on Windows using ConptyDavid Hewitt2019-12-12
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23
* Fix URL highlightingChristian Duerr2019-11-03
* Fix logged config path separators on WindowsKirill Chibisov2019-10-14
* Add --hold CLI flagValentin Ignatev2019-10-09
* Remove automatic config generationKirill Chibisov2019-10-06
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Remove color from log outputChristian Duerr2019-08-01
* Fix saving of ref testsChristian Duerr2019-07-07
* Refactor config parsing filesChristian Duerr2019-05-10
* Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal2019-05-03
* Switch from copypasta to rust-clipboardChristian Duerr2019-04-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28