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
/
main.rs
Age
Commit message (
Expand
)
Author
2016-09-25
Resolve compiler warnings
Joe Wilm
2016-09-24
Use evented I/O for the pty
Joe Wilm
2016-09-23
Fix some compiler warnings
Joe Wilm
2016-09-21
Fix refresh bug
Joe Wilm
2016-09-18
Delete an extra space
Joe Wilm
2016-09-18
Make use of `unlikely` intrinsic
Joe Wilm
2016-09-18
Rewrite ansi parser using vte crate
Joe Wilm
2016-09-16
Remove extra wait_events()
Joe Wilm
2016-09-05
Update deps and remove printlns
Joe Wilm
2016-09-01
Move rendering back to main thread
Joe Wilm
2016-08-31
Eliminate extra renders
Joe Wilm
2016-08-29
Separate input handling from rendering
Joe Wilm
2016-08-12
Support bold/italic font rendering on macOS
Joe Wilm
2016-08-03
Fix arrow keys on macOS
Joe Wilm
2016-07-30
Input expects modifier keys from Glutin
Joe Wilm
2016-07-15
Update to latest nightly
Joe Wilm
2016-07-04
Use "invert" cursor instead of drawing block
Joe Wilm
2016-07-04
Fix resizing on macOS
Joe Wilm
2016-07-04
Correctly handle Backspace and Delete
Joe Wilm
2016-07-04
Merge renderer and input handling threads
Joe Wilm
2016-07-03
Move ::grid::index to ::index
Joe Wilm
2016-07-03
Grid API is now generic and strongly typed
Joe Wilm
2016-07-02
Move WriteNotifier type into input module
Joe Wilm
2016-07-01
Improve pty reading and renderer synchronization
Joe Wilm
2016-06-30
Vendor upcoming Utf8Chars iterator from libstd
Joe Wilm
2016-06-30
Add config file
Joe Wilm
2016-06-29
Add license headers to source files
Joe Wilm
2016-06-29
Fix resizing on macOS
Joe Wilm
2016-06-29
Implement terminal resizing
Joe Wilm
2016-06-28
Refactor Tty and Grid creation into Term::new
Joe Wilm
2016-06-27
Enable vsync
Joe Wilm
2016-06-23
Implement special input handling
Joe Wilm
2016-06-23
Fix bug handling ansi mode sequences
Joe Wilm
2016-06-14
Add support for macOS
Joe Wilm
2016-06-09
Fix all trivial compiler warnings
Joe Wilm
2016-06-09
Sort some imports
Joe Wilm
2016-06-09
Make state updates and rendering event driven
Joe Wilm
2016-06-08
Fix shutdown deadlock
Joe Wilm
2016-06-07
Handle TEXT_CURSOR mode
Joe Wilm
2016-06-07
Only draw when terminal state has changed
Joe Wilm
2016-06-07
Handle pty char recv errors
Joe Wilm
2016-06-07
Add named thread for pty reader
Joe Wilm
2016-06-07
Unwrap some unhandled errors
Joe Wilm
2016-06-06
Add support for drawing background colors
Joe Wilm
2016-06-06
Support dynamic character loading
Joe Wilm
2016-06-06
Refactor Instanced Drawing to use Vertex Arrays
Joe Wilm
2016-06-04
Optimize Rendering with batched draw calls
Joe Wilm
2016-06-04
Optimize rendering
Joe Wilm
2016-06-04
Add live-reload for shaders
Joe Wilm
2016-06-02
Use texture atlas for glyphs
Joe Wilm
[prev]
[next]