aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/input.rs
Commit message (Expand)AuthorAge
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06
* Fix Vi cursor not being dirty when scrollingKirill Chibisov2023-11-14
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Prefer exact matches for bindings in mouse modePavel Roskin2023-10-25
* Add inline vi mode searchChristian Duerr2023-10-20
* Add bindings for macOS tabsKirill Chibisov2023-09-04
* Update winit to 0.29.1-betaKirill Chibisov2023-09-04
* Remove winit dependency from alacritty_configMax Brunsfeld2023-08-17
* Ignore scrolling multiplier on touchscreenstv2023-08-05
* Use ahash instead of fnv and regular hash functionKirill Chibisov2023-07-24
* Fix keys like `+` not working on neo layoutsKirill Chibisov2023-07-20
* Prefer logical key for named keysKirill Chibisov2023-07-13
* Raise double click threshold to 400msKirill Chibisov2023-07-13
* Fix `window.option_as_alt=Both`Kirill Chibisov2023-07-13
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Remove mouse double_click/triple_click optionsSonu Bardai2023-06-29
* Allow mode-exclusive bindings in any modeChristian Duerr2023-04-15
* Use paste for ESC action and IME commitChristian Duerr2023-04-15
* Reset char suppression for every key bindingChristian Duerr2023-04-15
* Relax horizontal scrollingKirill Chibisov2023-02-19
* Add touch input supportChristian Duerr2023-02-13
* Don't send ESC for `OptionAsAlt::None`Kirill Chibisov2023-02-12
* Update winit to 0.28Kirill Chibisov2023-02-02
* Add support for horizontal scrollingKirill Chibisov2023-01-16
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix clippy warningsChristian Duerr2022-10-12
* Add inline input method supportKirill Chibisov2022-08-29
* Remove redundant dirty updatesKirill Chibisov2022-07-25
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Use DeviceId/WindowId::dummy in tests52252252022-07-09
* Add vi action to center view around vi cursorjeremycostanzo2022-06-10
* Fix selection copy without button releasemahkoh2022-04-16
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Reset blinking on search bindings in Vi modeKirill Chibisov2022-03-25
* Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Reset cursor blinking on ToggleViModeKirill Chibisov2022-01-21
* Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
* Remove shared PID/FD variablesChristian Duerr2021-12-19
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Add ExpandSelection mouse binding actionJason Heard2021-07-29
* Fix clippy warningsChristian Duerr2021-07-03
* Improve rendering performanceChristian Duerr2021-05-22
* Fix selection flooding Wayland connectionChristian Duerr2021-04-17
* Fix mouse reportsChristian Duerr2021-04-16
* Fix mouse point crash on resizeChristian Duerr2021-04-15