aboutsummaryrefslogtreecommitdiff
path: root/src/grid/storage.rs
Commit message (Expand)AuthorAge
* Fix failing test with `bench` featureChristian Duerr2018-09-29
* Dynamically initialize grid storageChristian Duerr2018-09-24
* Fix build failure on 32-bit machinesJohannes2018-09-20
* Fix style issuesMatthias Krüger2018-09-17
* Replace runtime debug assertions with static asserts on scrollbackTh3Fanbus2018-07-26
* Scrollback cleanupChristian Duerr2018-07-21
* Fix scrollback accessing indices out of boundsChristian Duerr2018-07-02
* Optimize indexing of the grid's raw bufferChristian Duerr2018-06-16
* Allow changing scrollback history size at runtimeChristian Duerr2018-06-02
* Remove dead codeJoe Wilm2018-06-02
* Optimize Storage::swapJoe Wilm2018-06-02
* Refactor Storage<T> to be a Vec<Row<T>> internallyJoe Wilm2018-06-02
* Shave a few cycles off Grid::scroll_upJoe Wilm2018-06-02
* Fix OOB index in grid::DisplayIterJoe Wilm2018-06-02
* Optimize Storage::swap_linesJoe Wilm2018-06-02
* Truncate invisible lines before storing ref-testsChristian Duerr2018-06-02
* Add documentation for `len` field on `Storage`Christian Duerr2018-06-02
* Remove `push` from `Storage`Christian Duerr2018-06-02
* Improve the resizing implementationChristian Duerr2018-06-02
* Improve storage comparison algorithmChristian Duerr2018-06-02
* Reset grid content when running `reset`Christian Duerr2018-06-02
* Enable history comparison in ref-testsChristian Duerr2018-06-02
* Compile on stableJoe Wilm2018-06-02
* Fix order of lines after resizeChristian Duerr2018-06-02
* Fix scrollback history size 0 bugChristian Duerr2018-06-02
* Fix BCE ref testsJoe Wilm2018-06-02
* Make tests compile againJoe Wilm2018-06-02
* Fix scrolling backwards in tmuxJoe Wilm2018-06-02
* wip fix scroll_downJoe Wilm2018-06-02
* checkpoint: very basic scrolling worksJoe Wilm2018-06-02
* Remove some unused implsJoe Wilm2018-06-02
* Minor improvementsJoe Wilm2018-06-02
* WIP optimize scroll in regionJoe Wilm2018-06-02