index
:
r-alacritty.git
experimental
old-rahm
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grid
Commit message (
Expand
)
Author
Age
*
Split alacritty into a separate crates
Theodore Dubois
2019-04-28
*
Remove redundant closures and imports
Matthias Krüger
2019-04-11
*
Add rustfmt style guide
Christian Duerr
2019-03-30
*
Rework URL highlighting
Christian Duerr
2019-03-30
*
Fix prompt jumping during reflow
Christian Duerr
2019-03-28
*
Add URL hover highlighting
Christian Duerr
2019-03-19
*
Add text reflow
Christian Duerr
2019-03-13
*
Fix alt screen bugs
Christian Duerr
2019-03-02
*
Fix scrollback live reloading
Christian Duerr
2019-03-02
*
Fix unclickable URLs with scrolled viewport
Christian Duerr
2019-02-07
*
Normalize Log Message Strings
Nathan Lilienthal
2019-01-07
*
Upgrade to Rust 2018
Joe Wilm
2018-12-10
*
Fix recording of ref tests
Christian Duerr
2018-12-08
*
Use tool lints for clippy allow/deny lint attributes
Matthias Krüger
2018-12-07
*
Display errors and warnings
Christian Duerr
2018-11-17
*
Fix failing test with `bench` feature
Christian Duerr
2018-09-29
*
Fix rendering of selections outside the viewport
Christian Duerr
2018-09-28
*
Dynamically initialize grid storage
Christian Duerr
2018-09-24
*
Fix build failure on 32-bit machines
Johannes
2018-09-20
*
Fix style issues
Matthias Krüger
2018-09-17
*
Implement `ansi::ClearMode::Saved`
Nathan Lilienthal
2018-09-02
*
Scroll visible area when growing window
Christian Duerr
2018-08-15
*
Reset visible area when RIS is received
Christian Duerr
2018-08-03
*
Replace runtime debug assertions with static asserts on scrollback
Th3Fanbus
2018-07-26
*
Scrollback cleanup
Christian Duerr
2018-07-21
*
Fix scrollback accessing indices out of bounds
Christian Duerr
2018-07-02
*
Optimize indexing of the grid's raw buffer
Christian Duerr
2018-06-16
*
Allow changing scrollback history size at runtime
Christian Duerr
2018-06-02
*
Remove dead code
Joe Wilm
2018-06-02
*
Optimize Storage::swap
Joe Wilm
2018-06-02
*
Refactor Storage<T> to be a Vec<Row<T>> internally
Joe Wilm
2018-06-02
*
Fix issue with endless allocation loop
Joe Wilm
2018-06-02
*
Shave a few cycles off Grid::scroll_up
Joe Wilm
2018-06-02
*
Fix OOB index in grid::DisplayIter
Joe Wilm
2018-06-02
*
Optimize Row::reset
Joe Wilm
2018-06-02
*
Optimize Storage::swap_lines
Joe Wilm
2018-06-02
*
Truncate invisible lines before storing ref-tests
Christian Duerr
2018-06-02
*
Add documentation for `len` field on `Storage`
Christian Duerr
2018-06-02
*
Remove `push` from `Storage`
Christian Duerr
2018-06-02
*
Improve the resizing implementation
Christian Duerr
2018-06-02
*
fixup! Add assert to Row::grow
Joe Wilm
2018-06-02
*
Add assert to Row::grow
Joe Wilm
2018-06-02
*
Improve storage comparison algorithm
Christian Duerr
2018-06-02
*
Reset grid content when running `reset`
Christian Duerr
2018-06-02
*
Enable history comparison in ref-tests
Christian Duerr
2018-06-02
*
Reset grid when running `reset`
Christian Duerr
2018-06-02
*
Fix bright characters in first column
Christian Duerr
2018-06-02
*
Revert "Fix cursor not showing in first column"
Christian Duerr
2018-06-02
*
Compile on stable
Joe Wilm
2018-06-02
*
Fix order of lines after resize
Christian Duerr
2018-06-02
[next]