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
Age
Commit message (
Expand
)
Author
2016-12-22
Implement visual component of mouse selections
Joe Wilm
2016-12-16
Fix config reloading
Joe Wilm
2016-12-16
Remove dead code
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Remove outdated and no longer correct doc
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-15
Handle overflow in Term::move_backward
Joe Wilm
2016-12-12
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-12
Fix a couple of compiler warnings
Joe Wilm
2016-12-11
Track terminal cells on mouse movement
Joe Wilm
2016-12-11
Implement mouse scrolling with line deltas
Joe Wilm
2016-12-11
Finish main.rs cleanup
Joe Wilm
2016-12-11
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
Add run() function and document it
Joe Wilm
2016-12-11
Add display impl for Points<T>
Joe Wilm
2016-12-11
Cleaning up main; Added window module
Joe Wilm
2016-12-11
Move config path into Config type
Joe Wilm
2016-12-11
Cleanup cli option parsing
Joe Wilm
2016-12-11
Force drawing when config reloads
Joe Wilm
2016-12-11
Implement Handler::identify_terminal for Term
Joe Wilm
2016-12-11
Add comments in main loop
Joe Wilm
2016-12-11
Borrow glutin::Window instead of using Arc
Joe Wilm
2016-12-11
Refactor color list management
Joe Wilm
2016-12-11
Add support for indexed colors
Joe Wilm
2016-12-11
Rename RenderApi::render_grid() to render_cells()
Joe Wilm
2016-12-11
Add support for bracketed paste
Joe Wilm
2016-12-11
Move term::cell module to its own file
Joe Wilm
2016-12-11
Document a couple of methods
Joe Wilm
2016-12-11
Refactor cell selection out of renderer
Joe Wilm
2016-12-11
Refactor limit function
Joe Wilm
2016-12-11
Support trackpad scrolling
Joe Wilm
2016-12-11
Support normal mouse tracking mode
Joe Wilm
2016-12-10
Use checked subtraction for backspace
Joe Wilm
2016-11-19
Fix mouse bindings
Joe Wilm
2016-11-19
Add a number of simple ref-tests
Joe Wilm
2016-11-19
Add support for recording/running ref tests
Joe Wilm
2016-11-17
Make bindings configurable from alacritty.yml
Joe Wilm
2016-11-17
Fix test for Cell layout
Joe Wilm
2016-11-17
Redraw screen on focus
Joe Wilm
2016-11-17
Fallback to received chars when no bindings
Joe Wilm
2016-11-11
Fix/add some keybindings
Joe Wilm
2016-11-11
Fix alacritty shutdown when shell exits on macOS
Joe Wilm
2016-11-11
Fix resize on macOS leaving screen blank
Joe Wilm
2016-11-11
Fix config file reloading on macOS
Joe Wilm
2016-11-11
Workaround for cutoff glyphs
Joe Wilm
2016-10-28
Support drawing bold test with bright colors
Joe Wilm
2016-10-28
Merge branch 'reload-colors'
Joe Wilm
2016-10-28
Set colors on CPU
Joe Wilm
2016-10-28
Dynamically update render_timer config
Joe Wilm
2016-10-27
Move config reloading to separate thread
Joe Wilm
[next]