aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/input.rs
Commit message (Expand)AuthorAge
* 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
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add hide other windows binding on macOSKam Kudla2021-04-08
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add regex terminal hintsChristian Duerr2021-03-01
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix jumping between matches in reverse vi searchChristian Duerr2021-01-08
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Fix characters getting swallowed during IME inputChristian Duerr2020-12-31
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add search history supportChristian Duerr2020-12-20
* Add separate mode for search bindingsChristian Duerr2020-12-19
* Fix cursor reports with mouse outside of windowChristian Duerr2020-12-13
* Add blinking cursor supportDettorer2020-11-23
* Add ability to select text during searchChristian Duerr2020-11-13
* Add support for single line terminalsii412020-09-27
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Fix selection scrolling with message bar visibleChristian Duerr2020-08-14
* Fix characters swallowed during searchChristian Duerr2020-08-09
* Add ^C binding to cancel search and leave Vi modeChristian Duerr2020-08-10
* Fix scrolling with selection expansionChristian Duerr2020-07-27
* Add support for searching without vi modeChristian Duerr2020-07-15