aboutsummaryrefslogtreecommitdiff
path: root/src/selection.rs
AgeCommit message (Expand)Author
2018-05-14Improve storage comparison algorithmChristian Duerr
2018-04-02Fix BCE ref testsJoe Wilm
2018-04-02Fix selection testsChristian Duerr
2018-03-15Refactor `span_simple` selectionChristian Duerr
2018-03-13Fix selection starting in first cellChristian Duerr
2018-03-13Fix multi-line selection with single cell endChristian Duerr
2018-03-13Fix selection in scrollbackChristian Duerr
2018-03-07Support selections with scrolling bufferJoe Wilm
2018-03-07Move selection into GridJoe Wilm
2018-03-07Remove redundant selection::Region typeJoe Wilm
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2017-12-03clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger
2017-10-30fix some typos in commentsMartin Lindhe
2017-06-19Update tests for new Selection APIJoe Wilm
2017-06-19Fix unnecessary redraws with active selectionJoe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Unify Cursor, Location and name it PointJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm