aboutsummaryrefslogtreecommitdiff
path: root/src/grid.rs
AgeCommit message (Expand)Author
2018-06-02Move grid Row and tests into submodulesJoe Wilm
2018-06-02Back Grid with VecDequeJoe Wilm
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-04-20Fix some bugs with resizeJoe Wilm
2017-04-19Pass scrolling region tests in vttest 2Joe Wilm
2017-04-03Add better printing for ref test failureJoe Wilm
2017-02-11Move color list to Term structJoe Wilm
2017-02-07Semantic SelectionXiaoyu Yin
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2016-12-29Unify Cursor, Location and name it PointJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-09-18Make use of `unlikely` intrinsicJoe Wilm
2016-09-18Minor fixesJoe Wilm
2016-09-16Fix crashJoe Wilm
2016-08-22Scrolling v2Joe Wilm
2016-07-29Remove unnecessary calls in gridJoe Wilm
2016-07-03Move ::grid::index to ::indexJoe Wilm
2016-07-03Grid API is now generic and strongly typedJoe Wilm
2016-07-02Improve ergonomics of iterating on grid::RowJoe Wilm
2016-07-01Implement Term::erase_charsJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-29Implement terminal resizingJoe Wilm
2016-06-28Refactor Tty and Grid creation into Term::newJoe Wilm
2016-06-14Add support for macOSJoe Wilm
2016-06-08Add support for scrolling regionsJoe 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-06Add support for drawing background colorsJoe Wilm
2016-06-04Add iterator methods to Grid and Row typesJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-21Add render time meterJoe Wilm
2016-04-11Use subpixel font renderingJoe Wilm
2016-04-10Add a GridJoe Wilm