aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* 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
* Merge pull request #138 from honza/masterJoe Wilm2017-01-07
|\
| * Add "shell" option to configHonza Pokorny2017-01-06
* | Clippy fixes!Manish Goregaokar2017-01-06
|/
* Add default macOS configJoe Wilm2017-01-06
* Write default config when not foundquininer kel2017-01-06
* Improve error handling for clipboard actionsJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Hopefully fix read not triggering drawJoe Wilm2016-12-29
* Minor cleanup in main()Joe Wilm2016-12-27
* Fix bug with config reloadingJoe Wilm2016-12-27
* Major cleanup for event handlingJoe Wilm2016-12-26