summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2017-01-07Merge pull request #138 from honza/masterJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add "shell" option to configHonza Pokorny
2017-01-06Add default macOS configJoe Wilm
2017-01-06Write default config when not foundquininer kel
2017-01-01Improve error handling for clipboard actionsJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Hopefully fix read not triggering drawJoe Wilm
2016-12-27Minor cleanup in main()Joe Wilm
2016-12-27Fix bug with config reloadingJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Fix config reloadingJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Add run() function and document itJoe Wilm