index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alacritty
/
src
/
input.rs
Commit message (
Expand
)
Author
Age
*
Implement kitty's keyboard protocol
Kirill Chibisov
2023-12-06
*
Fix Vi cursor not being dirty when scrolling
Kirill Chibisov
2023-11-14
*
Remove `alacritty_config` from alacritty_terminal
Kirill Chibisov
2023-11-10
*
Fix typos
Pavel Roskin
2023-10-25
*
Prefer exact matches for bindings in mouse mode
Pavel Roskin
2023-10-25
*
Add inline vi mode search
Christian Duerr
2023-10-20
*
Add bindings for macOS tabs
Kirill Chibisov
2023-09-04
*
Update winit to 0.29.1-beta
Kirill Chibisov
2023-09-04
*
Remove winit dependency from alacritty_config
Max Brunsfeld
2023-08-17
*
Ignore scrolling multiplier on touchscreens
tv
2023-08-05
*
Use ahash instead of fnv and regular hash function
Kirill Chibisov
2023-07-24
*
Fix keys like `+` not working on neo layouts
Kirill Chibisov
2023-07-20
*
Prefer logical key for named keys
Kirill Chibisov
2023-07-13
*
Raise double click threshold to 400ms
Kirill Chibisov
2023-07-13
*
Fix `window.option_as_alt=Both`
Kirill Chibisov
2023-07-13
*
Update to the new winit keyboard API
Kirill Chibisov
2023-07-11
*
Remove mouse double_click/triple_click options
Sonu Bardai
2023-06-29
*
Allow mode-exclusive bindings in any mode
Christian Duerr
2023-04-15
*
Use paste for ESC action and IME commit
Christian Duerr
2023-04-15
*
Reset char suppression for every key binding
Christian Duerr
2023-04-15
*
Relax horizontal scrolling
Kirill Chibisov
2023-02-19
*
Add touch input support
Christian Duerr
2023-02-13
*
Don't send ESC for `OptionAsAlt::None`
Kirill Chibisov
2023-02-12
*
Update winit to 0.28
Kirill Chibisov
2023-02-02
*
Add support for horizontal scrolling
Kirill Chibisov
2023-01-16
*
Update glutin to 0.30.0
Kirill Chibisov
2022-11-03
*
Fix clippy warnings
Christian Duerr
2022-10-12
*
Add inline input method support
Kirill Chibisov
2022-08-29
*
Remove redundant dirty updates
Kirill Chibisov
2022-07-25
*
Replace `map().unwrap_or()` with `map_or()`
Chris Copeland
2022-07-20
*
Add support for hyperlink escape sequence
Kirill Chibisov
2022-07-10
*
Use DeviceId/WindowId::dummy in tests
5225225
2022-07-09
*
Add vi action to center view around vi cursor
jeremycostanzo
2022-06-10
*
Fix selection copy without button release
mahkoh
2022-04-16
*
Extract `SizeInfo` from alacritty_terminal
Kirill Chibisov
2022-04-06
*
Reset blinking on search bindings in Vi mode
Kirill Chibisov
2022-03-25
*
Add `ToggleMaximized` key binding action
Chris Copeland
2022-02-27
*
Don't load font twice during display creation
Kirill Chibisov
2022-02-18
*
Add damage tracking and reporting to compatible compositors
Kirill Chibisov
2022-02-02
*
Reset cursor blinking on ToggleViMode
Kirill Chibisov
2022-01-21
*
Fix CreateNewWindow CLI fallback
Christian Duerr
2021-12-23
*
Remove shared PID/FD variables
Christian Duerr
2021-12-19
*
Add parameters to `msg create-window` subcommand
Kirill Chibisov
2021-11-22
*
Add multi-window support
Christian Duerr
2021-10-23
*
Add ExpandSelection mouse binding action
Jason Heard
2021-07-29
*
Fix clippy warnings
Christian Duerr
2021-07-03
*
Improve rendering performance
Christian Duerr
2021-05-22
*
Fix selection flooding Wayland connection
Christian Duerr
2021-04-17
*
Fix mouse reports
Christian Duerr
2021-04-16
*
Fix mouse point crash on resize
Christian Duerr
2021-04-15
[next]