index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grid
Age
Commit message (
Expand
)
Author
2019-03-30
Add rustfmt style guide
v0.3.0-rc1
Christian Duerr
2019-03-30
Rework URL highlighting
Christian Duerr
2019-03-28
Fix prompt jumping during reflow
Christian Duerr
2019-03-19
Add URL hover highlighting
Christian Duerr
2019-03-13
Add text reflow
Christian Duerr
2019-03-02
Fix alt screen bugs
Christian Duerr
2019-03-02
Fix scrollback live reloading
Christian Duerr
2019-02-07
Fix unclickable URLs with scrolled viewport
Christian Duerr
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-12-08
Fix recording of ref tests
Christian Duerr
2018-12-07
Use tool lints for clippy allow/deny lint attributes
Matthias Krüger
2018-11-17
Display errors and warnings
Christian Duerr
2018-09-29
Fix failing test with `bench` feature
Christian Duerr
2018-09-28
Fix rendering of selections outside the viewport
Christian Duerr
2018-09-24
Dynamically initialize grid storage
Christian Duerr
2018-09-20
Fix build failure on 32-bit machines
Johannes
2018-09-17
Fix style issues
Matthias Krüger
2018-09-02
Implement `ansi::ClearMode::Saved`
Nathan Lilienthal
2018-08-15
Scroll visible area when growing window
Christian Duerr
2018-08-03
Reset visible area when RIS is received
Christian Duerr
2018-07-26
Replace runtime debug assertions with static asserts on scrollback
Th3Fanbus
2018-07-21
Scrollback cleanup
Christian Duerr
2018-07-02
Fix scrollback accessing indices out of bounds
Christian Duerr
2018-06-16
Optimize indexing of the grid's raw buffer
Christian Duerr
2018-06-02
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
Fix scrollback history size 0 bug
Christian Duerr
2018-06-02
Add documentation to explain the process
Christian Duerr
[next]