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