aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
* 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
* Add separate mode for search bindingsChristian Duerr2020-12-19
* Bump glutin to 0.26.0Kirill Chibisov2020-12-11
* Add blinking cursor supportDettorer2020-11-23
* Add ability to select text during searchChristian Duerr2020-11-13
* Spawn new alacritty processes in CWD on macOSNathan Lilienthal2020-11-07
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Fix visual bell getting stuckChristian Duerr2020-10-30
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Fix incorrect X11 feature checkChristian Duerr2020-10-12
* Make use of glutin wayland/x11 featuresKirill Chibisov2020-10-12
* Add support for urgency hints CSITaylor Blau2020-10-10
* Add support for single line terminalsii412020-09-27
* Pass existing CLI parameters to SpawnNewInstanceRohan Poojary2020-09-06
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Add configuration file importsChristian Duerr2020-08-21
* Fix selection scrolling with message bar visibleChristian Duerr2020-08-14
* Fix clippy issuesChristian Duerr2020-08-06
* Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr2020-08-06
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Fix scrolling with selection expansionChristian Duerr2020-07-27
* Fix viless search originChristian Duerr2020-07-25
* Rename font crate to crossfontChristian Duerr2020-07-18
* Fix crashes during searchChristian Duerr2020-07-17
* Add different search label for backward searchChristian Duerr2020-07-17
* Fix selection update in viless searchChristian Duerr2020-07-17
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix padding change not being applied immediatelyKirill Chibisov2020-07-15
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add readline bindings to searchChristian Duerr2020-07-10
* Add option to run command on bell Kirill Chibisov2020-07-10