aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* 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
| * Move config reloading to separate threadJoe Wilm2016-10-27
| * Move color indexing to vertex shaderJoe Wilm2016-10-24
| * Fix some compiler warningsJoe Wilm2016-10-24
| * Proof of concept live reloading for colorsJoe Wilm2016-10-23
* | Live shader reloading is now a featureJoe Wilm2016-10-27
|/
* Make colors configurable from fileJoe Wilm2016-10-15
* Support bold/italic font rendering on macOSJoe Wilm2016-08-12
* Fix bug rendering inverted cellsJoe Wilm2016-07-16
* Fix some compiler warningsJoe Wilm2016-07-04
* Use "invert" cursor instead of drawing blockJoe Wilm2016-07-04
* Move ::grid::index to ::indexJoe Wilm2016-07-03
* Grid API is now generic and strongly typedJoe Wilm2016-07-03
* Add license headers to source filesJoe Wilm2016-06-29
* Implement terminal resizingJoe Wilm2016-06-29
* Refactor Tty and Grid creation into Term::newJoe Wilm2016-06-28
* Add support for macOSJoe Wilm2016-06-14
* Fix all trivial compiler warningsJoe Wilm2016-06-09
* Add support for drawing background colorsJoe Wilm2016-06-06
* Support dynamic character loadingJoe Wilm2016-06-06
* Batching flushes on texture changeJoe Wilm2016-06-06
* Refactor Instanced Drawing to use Vertex ArraysJoe Wilm2016-06-06
* Optimize Rendering with batched draw callsJoe Wilm2016-06-04
* Add iterator methods to Grid and Row typesJoe Wilm2016-06-04
* Optimize renderingJoe Wilm2016-06-04
* Add live-reload for shadersJoe Wilm2016-06-04
* render: cleanup active_tex handlingJoe Wilm2016-06-03
* Move debug timerJoe Wilm2016-06-03