aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Add rustfmt style guideChristian Duerr2019-03-30
* Add text reflowChristian Duerr2019-03-13
* Fix signal handling on Unix systemsRachel K2019-03-12
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Fix crash when starting Alacritty on full drivesChristian Duerr2019-01-09
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Add support for Windows ConPTY APIDavid Hewitt2018-12-28
* Report Windows panics through MessageBoxMatt T. Proud2018-12-23
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Change missing config log level to infoTezkerek2018-12-08
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Display errors and warningsChristian Duerr2018-11-17
* Set env variables before window startChristian Duerr2018-11-11
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix clippy issuesChristian Duerr2018-11-04
* Explicitly detach from the console on exitZac Pullar-Strecker2018-10-28
* Refactor platform-specific codeChristian Duerr2018-10-27
* Attach to the console of the parent process on windowsZac Pullar-Strecker2018-10-18
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Fix mesa rendering outside window borders on waylandtrimental2018-09-23
* Merge master into scrollbackChristian Duerr2018-07-28
* Scrollback cleanupChristian Duerr2018-07-21
* Move selection into GridJoe Wilm2018-06-02
* Fix clippy lintsChristian Duerr2018-05-11
* Revert #987 behavior on macos (#1007)Christian Duerr2018-01-07
* Honour working dir on linux (#987)Christian Duerr2018-01-06
* Add clippy check to travisChristian Duerr2018-01-06
* Improve ability of alacritty to deal with broken configChristian Duerr2018-01-06
* Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois2017-12-13
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel2017-10-22
* Drop nightly featureJoe Wilm2017-10-14
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Revert "Update glutin & fix a few wayland issues (#815)"Joe Wilm2017-10-06
* Update glutin & fix a few wayland issues (#815)Victor Berger2017-10-06
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Log where config was loaded fromJoe Wilm2017-09-11
* Implement options to not start the config_monitor thread (#689)Liu Wei2017-08-29
* add support for X input method (#691)Ted Yin2017-07-24
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Add config file as cli option (#576)Niklas Claesson2017-05-28
* Find and set $WINDOWID to X11 window ID (#586)ns2017-05-27
* Ensure that the event loop thread cleanly exits on shutdownAaron Hill2017-05-24
* support for inverting the cursor or using colorsDanny Dulai2017-01-29
* Add support for -e argumentNiklas Claesson2017-01-28
* Return an error from logging::initializeJoe Wilm2017-01-23
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* print glutin events if --print-events is passedTom Crayford2017-01-08