aboutsummaryrefslogtreecommitdiff
path: root/src/selection.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Add rustfmt style guideChristian Duerr2019-03-30
* Add URL hover highlightingChristian Duerr2019-03-19
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Add option to open URLs on clickChristian Duerr2018-10-22
* Fix rotation of selection below 0Christian Duerr2018-10-20
* Scrollback cleanupChristian Duerr2018-07-21
* Remove dead codeJoe Wilm2018-06-02
* Improve storage comparison algorithmChristian Duerr2018-06-02
* Fix BCE ref testsJoe Wilm2018-06-02
* Fix selection testsChristian Duerr2018-06-02
* Refactor `span_simple` selectionChristian Duerr2018-06-02
* Fix selection starting in first cellChristian Duerr2018-06-02
* Fix multi-line selection with single cell endChristian Duerr2018-06-02
* Fix selection in scrollbackChristian Duerr2018-06-02
* Support selections with scrolling bufferJoe Wilm2018-06-02
* Move selection into GridJoe Wilm2018-06-02
* Remove redundant selection::Region typeJoe Wilm2018-06-02
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Add clippy check to travisChristian Duerr2018-01-06
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* fix some typos in commentsMartin Lindhe2017-10-30
* Update tests for new Selection APIJoe Wilm2017-06-19
* Fix unnecessary redraws with active selectionJoe Wilm2017-06-19
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Clippy fixes!Manish Goregaokar2017-01-06
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Implement copying selection for macOSJoe Wilm2016-12-26
* Implement visual component of mouse selectionsJoe Wilm2016-12-22