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