summaryrefslogtreecommitdiffstats
path: root/src/renderer/mod.rs
AgeCommit message (Expand)Author
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
2017-07-28Support background and foreground color escape codes (#662)Tuomas Siipola
2017-07-03Revert "Reduce InstanceData footprint"Joe Wilm
2017-07-01Reduce InstanceData footprintJoe Wilm
2017-06-01avoid named field shorthandMartin Algesten
2017-05-31somewhat DRYer code for font loadingMartin Algesten
2017-05-06Work around ICEJoe Wilm
2017-05-06Add window padding optionTuomas Siipola
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson
2017-05-01Add glyph offset option to user configurationAaron Williamson
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-02-11Move color list to Term structJoe Wilm
2017-02-07Add visual bell supportMark Andrus Roberts
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-05Fix ARMTaylor Trump
2017-01-02Rework font loadingJoe Wilm