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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
renderer
/
mod.rs
Age
Commit message (
Expand
)
Author
2019-04-19
Fix cursor dimension style issues
Christian Duerr
2019-04-19
Fix cursor dimensions with font offset
Christian Duerr
2019-04-14
Fix duplicate resize events
Christian Duerr
2019-03-30
Add rustfmt style guide
v0.3.0-rc1
Christian Duerr
2019-03-17
Remove InclusiveRange code
Christian Duerr
2019-02-07
Dynamically resize terminal for errors/warnings
Christian Duerr
2019-02-04
Simplify text shader
M. Stoeckl
2019-02-03
Remove unused coordinate from rect shader
M. Stoeckl
2019-01-17
Make all configuration fields optional
Christian Duerr
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-22
Add proper underline and strikeout support
Christian Duerr
2018-12-17
Add color option to visual bell
Christian Duerr
2018-12-15
Fixing tabs in copy-paste
Steve Blundy
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-12-09
Fix rendering of zero-width characters
Christian Duerr
2018-11-17
Display errors and warnings
Christian Duerr
2018-11-12
Fix incorrect padding calculations
Christian Duerr
2018-11-11
Center the grid inside the window
Christian Duerr
2018-11-10
Remove re-export of glutin size types
Christian Duerr
2018-11-10
Upgrade Glutin to v0.19.0
Matt Keeler
2018-10-16
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-09-30
Drop terminal lock before rendering
trimental
2018-09-19
Add hidden escape sequence
Christian Duerr
2018-09-17
Bump version number to 0.2.0 (#1492)
Christian Duerr
2018-07-21
Scrollback cleanup
Christian Duerr
2018-06-02
Cleanup style
Joe Wilm
2018-05-11
Fix clippy lints
Christian Duerr
2018-03-12
Prevent negative cell dimensions (#1181)
Christian Duerr
2018-03-04
Remove all instances of unwrap() from config
Christian Duerr
2018-01-26
Update dependencies
golem131
2018-01-06
Add clippy check to travis
Christian Duerr
2018-01-05
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2017-12-24
Fix stack overflow with too large glyphs
Joe Wilm
2017-12-23
Update bitflags to v1
Chet Gurevitch
2017-12-22
Share LoadGlyph implementations
Joe Wilm
2017-12-22
Change LoadGlyph in LoaderApi to match RenderApi
Christian Duerr
2017-12-22
Fix stack-overflow when creating a new atlas
Christian Duerr
2017-12-03
clippy: do and don't pass some things by reference as suggested (needless_pas...
Matthias Krüger
2017-12-03
clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...
Matthias Krüger
2017-10-26
Fix stack overflow
Joe Wilm
2017-10-21
Fix solid background color opacity (#847)
Joe Wilm
2017-10-14
Fix memory leak from font resizing
Joe Wilm
2017-10-14
Implement user actions for font resize (#625)
Dan Aloni
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-05
Comment about duration arg to file watcher
Joe Wilm
2017-09-05
Reduce file watcher debounce period
Joe Wilm
2017-09-05
Update notify
Jonathan Schleußer
2017-08-20
Add background_opacity option to set terminal transparency (#331)
Gabriel Martinez
2017-07-28
Support background and foreground color escape codes (#662)
Tuomas Siipola
2017-07-03
Revert "Reduce InstanceData footprint"
Joe Wilm
[next]