aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* 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
* Support background and foreground color escape codes (#662)Tuomas Siipola2017-07-28
* Revert "Reduce InstanceData footprint"Joe Wilm2017-07-03
* Reduce InstanceData footprintJoe Wilm2017-07-01
* avoid named field shorthandMartin Algesten2017-06-01
* somewhat DRYer code for font loadingMartin Algesten2017-05-31
* Work around ICEJoe Wilm2017-05-06
* Add window padding optionTuomas Siipola2017-05-06
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson2017-05-01
* Add glyph offset option to user configurationAaron Williamson2017-05-01
* Remove unnecessary size argument to metrics functionAaron Williamson2017-05-01
* Move color list to Term structJoe Wilm2017-02-11
* Add visual bell supportMark Andrus Roberts2017-02-07
* Optimize glyph cache accessJoe Wilm2017-01-26
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Fix ARMTaylor Trump2017-01-05
* Rework font loadingJoe Wilm2017-01-02
* Improve error handling for shader initializationJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Propagate font rasterizer errorsJoe Wilm2016-12-31
* Add super hacky underline drawingJoe Wilm2016-12-29
* Misc formatting fixesJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Refactor color list managementJoe Wilm2016-12-11
* Add support for indexed colorsJoe Wilm2016-12-11
* Rename RenderApi::render_grid() to render_cells()Joe Wilm2016-12-11
* Refactor cell selection out of rendererJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Workaround for cutoff glyphsJoe Wilm2016-11-11
* Support drawing bold test with bright colorsJoe Wilm2016-10-28
* Merge branch 'reload-colors'Joe Wilm2016-10-28
|\
| * Set colors on CPUJoe Wilm2016-10-28