aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/main.rs
Commit message (Expand)AuthorAge
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Print multiline logs in one write callKirill Chibisov2020-12-10
* Spawn new alacritty processes in CWD on macOSNathan Lilienthal2020-11-07
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Make use of glutin wayland/x11 featuresKirill Chibisov2020-10-12
* Fix feature checking in cross buildsKirill Chibisov2020-10-10
* Add support for single line terminalsii412020-09-27
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Add configuration file importsChristian Duerr2020-08-21
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* 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