aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Fix cursor disappearingChristian Duerr2019-04-25
* Fix cursor dimension style issuesChristian Duerr2019-04-19
* Fix cursor dimensions with font offsetChristian Duerr2019-04-19
* Fix duplicate resize eventsChristian Duerr2019-04-14
* Add rustfmt style guideChristian Duerr2019-03-30
* Remove InclusiveRange codeChristian Duerr2019-03-17
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Simplify text shaderM. Stoeckl2019-02-04
* Remove unused coordinate from rect shaderM. Stoeckl2019-02-03
* Make all configuration fields optionalChristian Duerr2019-01-17
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Add color option to visual bellChristian Duerr2018-12-17
* Fixing tabs in copy-pasteSteve Blundy2018-12-15
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix rendering of zero-width charactersChristian Duerr2018-12-09
* Display errors and warningsChristian Duerr2018-11-17
* Fix incorrect padding calculationsChristian Duerr2018-11-12
* Center the grid inside the windowChristian Duerr2018-11-11
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Drop terminal lock before renderingtrimental2018-09-30
* Add hidden escape sequenceChristian Duerr2018-09-19
* Bump version number to 0.2.0 (#1492)Christian Duerr2018-09-17
* Scrollback cleanupChristian Duerr2018-07-21
* Cleanup styleJoe Wilm2018-06-02
* Fix clippy lintsChristian Duerr2018-05-11
* Prevent negative cell dimensions (#1181)Christian Duerr2018-03-12
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Update dependenciesgolem1312018-01-26
* Add clippy check to travisChristian Duerr2018-01-06
* Prevent font_size_modifier from sinking too low (#994)Christian Duerr2018-01-05
* Fix stack overflow with too large glyphsJoe Wilm2017-12-24
* Update bitflags to v1Chet Gurevitch2017-12-23
* Share LoadGlyph implementationsJoe Wilm2017-12-22
* Change LoadGlyph in LoaderApi to match RenderApiChristian Duerr2017-12-22
* Fix stack-overflow when creating a new atlasChristian Duerr2017-12-22
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...Matthias Krüger2017-12-03
* Fix stack overflowJoe Wilm2017-10-26
* Fix solid background color opacity (#847)Joe Wilm2017-10-21
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Comment about duration arg to file watcherJoe Wilm2017-09-05
* Reduce file watcher debounce periodJoe Wilm2017-09-05
* Update notifyJonathan Schleußer2017-09-05
* Add background_opacity option to set terminal transparency (#331)Gabriel Martinez2017-08-20