aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Unwrap some unhandled errorsJoe Wilm2016-06-07
* Add explicit bounds check when advancing cursorJoe Wilm2016-06-06
* Tweak some Grid methodsJoe Wilm2016-06-06
* Fix bug where there were extra grid rowsJoe Wilm2016-06-06
* Terminal sets more attributes on grid CellsJoe Wilm2016-06-06
* Fix escape bytes as input bug in ANSI parserJoe Wilm2016-06-06
* Add support for drawing background colorsJoe Wilm2016-06-06
* Minor updates to terminal handlingJoe Wilm2016-06-06
* Handle SIGCHLDJoe 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
* Use texture atlas for glyphsJoe Wilm2016-06-02
* Refactor renderer functions out of main.rsJoe Wilm2016-06-02
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02
* Initial ANSI parser implementationJoe Wilm2016-05-28
* Remove old debug "test"Joe Wilm2016-05-28
* Implement tty::new()Joe Wilm2016-05-24
* Add render time meterJoe Wilm2016-05-21
* Correct sub-pixel font rendering with OpenGLJoe Wilm2016-05-20
* Use subpixel font renderingJoe Wilm2016-04-11
* Add a GridJoe Wilm2016-04-10
* Rasterizer uses DPI from GlutinJoe Wilm2016-02-27
* Font no longer hardcoded in get_glyphJoe Wilm2016-02-27
* Fix compiler warningsJoe Wilm2016-02-27
* Add support for multiple font faces in rasterizerJoe Wilm2016-02-27
* Cleanup PackedVertex initializationJoe Wilm2016-02-27
* Implement per vertex structJoe Wilm2016-02-27
* Organize buffer data into structJoe Wilm2016-02-26
* Fix some compiler warningsJoe Wilm2016-02-25
* Move rendering stuff into renderer modJoe Wilm2016-02-25
* Abstract glyph rendering, poorlyJoe Wilm2016-02-24
* Bit of cleanupJoe Wilm2016-02-24
* Use indexed drawing to draw quadsJoe Wilm2016-02-24
* build rect describing glyph quadJoe Wilm2016-02-24
* Render the letter JJoe Wilm2016-02-23
* Implement very basic glyph rasterizationJoe Wilm2016-02-21
* implement list_fonts::list_familiesJoe Wilm2016-02-21
* Add function for listing font names on linuxJoe Wilm2016-02-21
* Initialize new cargo binary projectJoe Wilm2016-02-21