index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
selection.rs
Commit message (
Expand
)
Author
Age
*
Split alacritty into a separate crates
Theodore Dubois
2019-04-28
*
Add rustfmt style guide
Christian Duerr
2019-03-30
*
Add URL hover highlighting
Christian Duerr
2019-03-19
*
Upgrade to Rust 2018
Joe Wilm
2018-12-10
*
Add option to open URLs on click
Christian Duerr
2018-10-22
*
Fix rotation of selection below 0
Christian Duerr
2018-10-20
*
Scrollback cleanup
Christian Duerr
2018-07-21
*
Remove dead code
Joe Wilm
2018-06-02
*
Improve storage comparison algorithm
Christian Duerr
2018-06-02
*
Fix BCE ref tests
Joe Wilm
2018-06-02
*
Fix selection tests
Christian Duerr
2018-06-02
*
Refactor `span_simple` selection
Christian Duerr
2018-06-02
*
Fix selection starting in first cell
Christian Duerr
2018-06-02
*
Fix multi-line selection with single cell end
Christian Duerr
2018-06-02
*
Fix selection in scrollback
Christian Duerr
2018-06-02
*
Support selections with scrolling buffer
Joe Wilm
2018-06-02
*
Move selection into Grid
Joe Wilm
2018-06-02
*
Remove redundant selection::Region type
Joe Wilm
2018-06-02
*
Remove all instances of unwrap() from config
Christian Duerr
2018-03-04
*
Add clippy check to travis
Christian Duerr
2018-01-06
*
clippy: do and don't pass some things by reference as suggested (needless_pas...
Matthias Krüger
2017-12-03
*
fix some typos in comments
Martin Lindhe
2017-10-30
*
Update tests for new Selection API
Joe Wilm
2017-06-19
*
Fix unnecessary redraws with active selection
Joe Wilm
2017-06-19
*
Implement semantic and line selection dragging
Joe Wilm
2017-06-19
*
Clippy fixes!
Manish Goregaokar
2017-01-06
*
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
*
Fix some bugs with selections
Joe Wilm
2016-12-29
*
Unify Cursor, Location and name it Point
Joe Wilm
2016-12-29
*
Implement copying selection for macOS
Joe Wilm
2016-12-26
*
Implement visual component of mouse selections
Joe Wilm
2016-12-22