aboutsummaryrefslogtreecommitdiff
path: root/src/grid.rs
Commit message (Expand)AuthorAge
* Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar2017-01-06
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Remove need for step_by featureManish Goregaokar2017-01-06
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Misc formatting fixesJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Make use of `unlikely` intrinsicJoe Wilm2016-09-18
* Minor fixesJoe Wilm2016-09-18
* Fix crashJoe Wilm2016-09-16
* Scrolling v2Joe Wilm2016-08-22
* Remove unnecessary calls in gridJoe Wilm2016-07-29
* Move ::grid::index to ::indexJoe Wilm2016-07-03
* Grid API is now generic and strongly typedJoe Wilm2016-07-03
* Improve ergonomics of iterating on grid::RowJoe Wilm2016-07-02
* Implement Term::erase_charsJoe Wilm2016-07-01
* 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
* Add support for scrolling regionsJoe Wilm2016-06-08
* 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
* Add support for drawing background colorsJoe Wilm2016-06-06
* Add iterator methods to Grid and Row typesJoe Wilm2016-06-04
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02
* Add render time meterJoe Wilm2016-05-21
* Use subpixel font renderingJoe Wilm2016-04-11
* Add a GridJoe Wilm2016-04-10