aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-07Only draw when terminal state has changedJoe Wilm
2016-06-07Parse a few more ansi terminal mode commandsJoe Wilm
2016-06-07Handle pty char recv errorsJoe Wilm
2016-06-07Add named thread for pty readerJoe Wilm
2016-06-07Unwrap some unhandled errorsJoe Wilm
2016-06-06Add explicit bounds check when advancing cursorJoe Wilm
2016-06-06Tweak some Grid methodsJoe Wilm
2016-06-06Fix bug where there were extra grid rowsJoe Wilm
2016-06-06Terminal sets more attributes on grid CellsJoe Wilm
2016-06-06Fix escape bytes as input bug in ANSI parserJoe Wilm
2016-06-06Add support for drawing background colorsJoe Wilm
2016-06-06Minor updates to terminal handlingJoe Wilm
2016-06-06Handle SIGCHLDJoe Wilm
2016-06-06Support dynamic character loadingJoe Wilm
2016-06-06Batching flushes on texture changeJoe Wilm
2016-06-06Refactor Instanced Drawing to use Vertex ArraysJoe Wilm
2016-06-04Optimize Rendering with batched draw callsJoe Wilm
2016-06-04Add iterator methods to Grid and Row typesJoe Wilm
2016-06-04Optimize renderingJoe Wilm
2016-06-04Add live-reload for shadersJoe Wilm
2016-06-03render: cleanup active_tex handlingJoe Wilm
2016-06-03Move debug timerJoe Wilm
2016-06-02Use texture atlas for glyphsJoe Wilm
2016-06-02Refactor renderer functions out of main.rsJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-28Initial ANSI parser implementationJoe Wilm
2016-05-28Remove old debug "test"Joe Wilm
2016-05-24Implement tty::new()Joe Wilm
2016-05-21Add render time meterJoe Wilm
2016-05-20Correct sub-pixel font rendering with OpenGLJoe Wilm
2016-04-11Use subpixel font renderingJoe Wilm
2016-04-10Add a GridJoe Wilm
2016-02-27Rasterizer uses DPI from GlutinJoe Wilm
2016-02-27Font no longer hardcoded in get_glyphJoe Wilm
2016-02-27Fix compiler warningsJoe Wilm
2016-02-27Add support for multiple font faces in rasterizerJoe Wilm
2016-02-27Cleanup PackedVertex initializationJoe Wilm
2016-02-27Implement per vertex structJoe Wilm
2016-02-26Organize buffer data into structJoe Wilm
2016-02-25Fix some compiler warningsJoe Wilm
2016-02-25Move rendering stuff into renderer modJoe Wilm
2016-02-24Abstract glyph rendering, poorlyJoe Wilm
2016-02-24Bit of cleanupJoe Wilm
2016-02-24Use indexed drawing to draw quadsJoe Wilm
2016-02-24build rect describing glyph quadJoe Wilm
2016-02-23Render the letter JJoe Wilm
2016-02-21Implement very basic glyph rasterizationJoe Wilm
2016-02-21implement list_fonts::list_familiesJoe Wilm
2016-02-21Add function for listing font names on linuxJoe Wilm
2016-02-21Initialize new cargo binary projectJoe Wilm