summaryrefslogtreecommitdiffstats
path: root/src/selection.rs
AgeCommit message (Expand)Author
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