aboutsummaryrefslogtreecommitdiff
path: root/src/grid
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Remove redundant closures and importsMatthias Krüger2019-04-11
* Add rustfmt style guideChristian Duerr2019-03-30
* Rework URL highlightingChristian Duerr2019-03-30
* Fix prompt jumping during reflowChristian Duerr2019-03-28
* Add URL hover highlightingChristian Duerr2019-03-19
* Add text reflowChristian Duerr2019-03-13
* Fix alt screen bugsChristian Duerr2019-03-02
* Fix scrollback live reloadingChristian Duerr2019-03-02
* Fix unclickable URLs with scrolled viewportChristian Duerr2019-02-07
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix recording of ref testsChristian Duerr2018-12-08
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Display errors and warningsChristian Duerr2018-11-17
* Fix failing test with `bench` featureChristian Duerr2018-09-29
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Dynamically initialize grid storageChristian Duerr2018-09-24
* Fix build failure on 32-bit machinesJohannes2018-09-20
* Fix style issuesMatthias Krüger2018-09-17
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Scroll visible area when growing windowChristian Duerr2018-08-15
* Reset visible area when RIS is receivedChristian Duerr2018-08-03
* 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
* Fix issue with endless allocation loopJoe Wilm2018-06-02
* Shave a few cycles off Grid::scroll_upJoe Wilm2018-06-02
* Fix OOB index in grid::DisplayIterJoe Wilm2018-06-02
* Optimize Row::resetJoe 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
* fixup! Add assert to Row::growJoe Wilm2018-06-02
* Add assert to Row::growJoe Wilm2018-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
* Reset grid when running `reset`Christian Duerr2018-06-02
* Fix bright characters in first columnChristian Duerr2018-06-02
* Revert "Fix cursor not showing in first column"Christian Duerr2018-06-02
* Compile on stableJoe Wilm2018-06-02
* Fix order of lines after resizeChristian Duerr2018-06-02