aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
...
* User timer based rendering instead of vsyncKirill Chibisov2022-12-30
* Fix crash when one dimension of the window is zeroKirill Chibisov2022-12-30
* Fix cursor visibility with focus change on macOSChris Copeland2022-11-11
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Bump winit to 0.27.3Kirill Chibisov2022-09-15
* Add IPC config subcommandChristian Duerr2022-09-01
* Add inline input method supportKirill Chibisov2022-08-29
* Use `WindowEvent::Occluded` to hint renderingtrimental2022-08-11
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
* 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
* 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