summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2018-01-06Add clippy check to travisChristian Duerr
2018-01-02Add support for set-clipboard. (#970)Geert Jansen
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-23Update dependenciesJoe Wilm
2017-12-22Remove built crateJoe Wilm
2017-12-13Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois
2017-11-11Output more info for `--version` (#888)hcpl
2017-10-08Add support for env_loggerJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-05Update most remaining depsJonathan Schleußer
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-07-03Revert "Reduce InstanceData footprint"Joe Wilm
2017-07-01Reduce InstanceData footprintJoe Wilm
2017-06-23Add dim color supportJake Merdich
2017-06-11Add support for Beam, Underline cursorsJoe Wilm
2017-05-01Support setting _NET_WM_PID in X11 environmentsJoe Wilm
2017-03-02Add support for wide charactersJoe Wilm
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-24Use clap as cli parser.Kurnevsky Evgeny
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-23Dynamically generate test harnessSteven Fackler
2017-01-18Remove unnecessary featureOula Kuuva
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2017-01-06Make plugin feature optionalManish Goregaokar
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Remove dead codeJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-12-11Refactor limit functionJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm