aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Fix cursor dimensions with font offsetChristian Duerr2019-04-19
* Add rustfmt style guideChristian Duerr2019-03-30
* Add URL hover highlightingChristian Duerr2019-03-19
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Improve URL detection with special charactersChristian Duerr2019-01-05
* Add support for Windows ConPTY APIDavid Hewitt2018-12-28
* Make windows config location more sensibleZac Pullar-Strecker2018-12-27
* Report Windows panics through MessageBoxMatt T. Proud2018-12-23
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Display errors and warningsChristian Duerr2018-11-17
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix clippy issuesChristian Duerr2018-11-04
* Add option to open URLs on clickChristian Duerr2018-10-22
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Add standalone terminfo definitionDaniel Eklöf2018-09-24
* Replace debug asserts with static_assertionsChristian Duerr2018-07-05
* Remove unnecessary clippy lint annotationsMatthias Krüger2018-07-01
* Move to cargo clippyChristian Duerr2018-06-17
* Add clippy check to travisChristian Duerr2018-01-06
* Add support for set-clipboard. (#970)Geert Jansen2018-01-02
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* Update dependenciesJoe Wilm2017-12-23
* Remove built crateJoe Wilm2017-12-22
* Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois2017-12-13
* Output more info for `--version` (#888)hcpl2017-11-11
* Add support for env_loggerJoe Wilm2017-10-08
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Update most remaining depsJonathan Schleußer2017-09-05
* Update to latest Glutin/winit (#671)Joe Wilm2017-07-20
* Revert "Reduce InstanceData footprint"Joe Wilm2017-07-03
* Reduce InstanceData footprintJoe Wilm2017-07-01
* Add dim color supportJake Merdich2017-06-23
* Add support for Beam, Underline cursorsJoe Wilm2017-06-11
* Support setting _NET_WM_PID in X11 environmentsJoe Wilm2017-05-01
* Add support for wide charactersJoe Wilm2017-03-02
* Optimize glyph cache accessJoe Wilm2017-01-26
* Use clap as cli parser.Kurnevsky Evgeny2017-01-24
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* Dynamically generate test harnessSteven Fackler2017-01-23
* Remove unnecessary featureOula Kuuva2017-01-18
* Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar2017-01-06
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Remove need for range_contains featureManish Goregaokar2017-01-06
* Replace need for drop_types_in_const with lazy_staticManish Goregaokar2017-01-06
* Remove need for step_by featureManish Goregaokar2017-01-06
* Make plugin feature optionalManish Goregaokar2017-01-06
* Real support for placing config in XDG_CONFIG_HOMEJoe Wilm2017-01-02