aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
* Fix resize on Wayland when creating new windowKirill Chibisov2022-06-29
* Fix Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
* Don't inherit `--command` for `SpawnNewInstance`Kirill Chibisov2022-05-23
* Fix selection change after leaving vi-modea5ob7r2022-05-23
* Fix inaccurate method documentationAndrés Mejía2022-05-22
* Fix selection copy without button releasemahkoh2022-04-16
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Disallow OSC 52 for unfocused windowKirill Chibisov2022-04-03
* Fix crash when searching during resetChristian Duerr2022-03-10
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Fix terminal damage after leaving Vi modeKirill Chibisov2022-02-02
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Add ´?´ support to OSC 4DaftMouse2022-01-15
* Don't blink when cursor is hiddenKirill Chibisov2022-01-11
* Fix title setting via IPC when dynamic_title is enabledKirill Chibisov2022-01-06
* Add title/class CLI parameters to create-windowKirill Chibisov2022-01-03
* Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
* Remove shared PID/FD variablesChristian Duerr2021-12-19
* Spawn children from foreground working directoryJorge Carrasco2021-12-18
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Fix incorrect vi mode search originChristian Duerr2021-09-28
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Add ExpandSelection mouse binding actionJason Heard2021-07-29
* Fix search regressionsChristian Duerr2021-07-12
* Fix clippy warningsChristian Duerr2021-07-03
* Fix unnecessary redraws due to hint highlightingChristian Duerr2021-05-09
* Fix out of order terminal query responsesChristian Duerr2021-04-17
* Fix selection flooding Wayland connectionChristian Duerr2021-04-17
* Fix mouse point crash on resizeChristian Duerr2021-04-15
* Add hint action for moving the vi cursorChristian Duerr2021-04-15
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* 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
* Fix vi cursor after leaving searchChristian Duerr2021-02-26
* Fix selection after search without matchChristian Duerr2021-02-22
* Update dependenciesChristian Duerr2021-02-13
* Fix segmentation fault on shutdown with WaylandChristian Duerr2021-01-29
* Fix damage tracking on WaylandChristian Duerr2021-01-27
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Fix movement between matches in vi-less searchChristian Duerr2021-01-01
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Disable shadows for transparent windows on macOSChristian Duerr2020-12-22
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add search history supportChristian Duerr2020-12-20