aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Expand)AuthorAge
...
* Alacritty now compiles on stable Rust :tada:Joe Wilm2017-02-03
* Implement save/restore cursor positionJoe Wilm2017-02-02
* Update to serde 0.9 and serde-yaml 0.6.Joe Wilm2017-01-29
* 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
* Capture test output by defaultJoe Wilm2017-01-23
* Dynamically generate test harnessSteven Fackler2017-01-23
* Add support for setting title from OSCJoe Wilm2017-01-11
* Enabled Rustc' Link Time Optimizationcody2017-01-07
* Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar2017-01-06
* Replace need for drop_types_in_const with lazy_staticManish Goregaokar2017-01-06
* Real support for placing config in XDG_CONFIG_HOMEJoe Wilm2017-01-02
* Rustup and clippyJoe Wilm2016-12-16
* Fix glutin waylandJoe Wilm2016-11-19
* Add a number of simple ref-testsJoe Wilm2016-11-19
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Fallback to received chars when no bindingsJoe Wilm2016-11-17
* Live shader reloading is now a featureJoe Wilm2016-10-27
* Rustup and update dependenciesJoe Wilm2016-10-14
* Fix X11 WaitEventsIterator Busy LoopJoe Wilm2016-10-14
* Start implementing copypasta, a clipboard libraryJoe Wilm2016-10-08
* wipJoe Wilm2016-09-26
* Use evented I/O for the ptyJoe Wilm2016-09-24
* Fix some compiler warningsJoe Wilm2016-09-23
* Update VTE for OSC string fixJoe Wilm2016-09-19
* Rewrite ansi parser using vte crateJoe Wilm2016-09-18
* Eliminate extra rendersJoe Wilm2016-08-31
* Update serde, glutinJoe Wilm2016-08-30
* Separate input handling from renderingJoe Wilm2016-08-29
* Update Glutin to get Cocoa modifier keysJoe Wilm2016-08-03
* Input expects modifier keys from GlutinJoe Wilm2016-07-30
* Update to latest nightlyJoe Wilm2016-07-15
* Add config fileJoe Wilm2016-06-30
* Enable vsyncJoe Wilm2016-06-27
* Add support for macOSJoe Wilm2016-06-14
* Fix all trivial compiler warningsJoe Wilm2016-06-09
* Add support for drawing background colorsJoe Wilm2016-06-06
* Optimize Rendering with batched draw callsJoe Wilm2016-06-04
* Optimize renderingJoe Wilm2016-06-04
* Add live-reload for shadersJoe Wilm2016-06-04
* Update Cargo dependenciesJoe Wilm2016-06-02
* Correct sub-pixel font rendering with OpenGLJoe Wilm2016-05-20
* Rasterizer uses DPI from GlutinJoe Wilm2016-02-27
* build rect describing glyph quadJoe Wilm2016-02-24
* Add licenseJoe Wilm2016-02-23
* Render the letter JJoe Wilm2016-02-23
* Implement very basic glyph rasterizationJoe Wilm2016-02-21
* Add function for listing font names on linuxJoe Wilm2016-02-21
* Initialize new cargo binary projectJoe Wilm2016-02-21