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
/
event.rs
Age
Commit message (
Expand
)
Author
2017-10-21
Set urgent WM flag on bell on X11 systems (#812)
Barret Rennie
2017-10-14
Implement user actions for font resize (#625)
Dan Aloni
2017-10-06
Revert "Update glutin & fix a few wayland issues (#815)"
Joe Wilm
2017-10-06
Update glutin & fix a few wayland issues (#815)
Victor Berger
2017-09-02
Fix #721: touchpad scrolling (#726)
Linus Heckemann
2017-08-21
Fix panic when resizing
Joe Wilm
2017-07-20
Update to latest Glutin/winit (#671)
Joe Wilm
2017-06-19
Fix unnecessary redraws with active selection
Joe Wilm
2017-06-19
Implement semantic and line selection dragging
Joe Wilm
2017-05-29
Implement FocusIn/FocusOut reports (#589)
Aaron Hill
2017-02-22
Document hide cursor when typing behaviour
Tuomas Siipola
2017-02-22
Fix cursor visibility when window lost focus
Tuomas Siipola
2017-02-22
Set cursor only when its visibility changes
Tuomas Siipola
2017-02-22
Add hide cursor when typing option
Tuomas Siipola
2017-02-07
Add visual bell support
Mark Andrus Roberts
2017-02-07
Semantic Selection
Xiaoyu Yin
2017-02-02
Decouple input processing from Term
Joe Wilm
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-08
print glutin events if --print-events is passed
Tom Crayford
2017-01-06
Clippy fixes!
Manish Goregaokar
2017-01-06
Fix panic when closing window
Joe Wilm
2017-01-04
Draw the screen when Refresh event arrives
Joe Wilm
2016-12-29
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-29
Fix some bugs with selections
Joe Wilm
2016-12-29
Hopefully fix read not triggering draw
Joe Wilm
2016-12-26
Implement copying selection for macOS
Joe Wilm
2016-12-26
Major cleanup for event handling
Joe Wilm
2016-12-25
Refactor input processing to take action context
Joe Wilm
2016-12-22
Implement visual component of mouse selections
Joe Wilm
2016-12-12
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-11
Track terminal cells on mouse movement
Joe Wilm
2016-12-11
Finish main.rs cleanup
Joe Wilm
2016-12-11
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
Cleaning up main; Added window module
Joe Wilm
2016-12-11
Support trackpad scrolling
Joe Wilm
2016-12-11
Support normal mouse tracking mode
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
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-10-14
Rustup and update dependencies
Joe Wilm
2016-09-27
Don't write v when pasting on macOS
Joe Wilm
2016-09-26
wip
Joe Wilm
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-06
Fix resize not redrawing immediately
Joe Wilm
2016-09-01
Move rendering back to main thread
Joe Wilm