aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
* 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
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Add selection expansionChristian Duerr2020-06-23
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Add whitespace after dropped file pathsFernando2020-06-03
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Fix build warnings on macOS/WindowsKirill Chibisov2020-05-27
* Add subpixel anti-aliasing support on macOS 10.14+Casper Rogild Storm2020-05-17
* Don't hide cursor on modifier pressDavid Herberth2020-05-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Use frame callbacks instead of vsync on WaylandKirill Chibisov2020-05-03
* Add config option to set cursor thicknessKirill Chibisov2020-04-15
* Fix various mouse mode + vi mode interactionsKirill Chibisov2020-04-10
* Use config colors to theme Wayland decorationsKirill Chibisov2020-04-09
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Update to glutin 0.24.0Christian Duerr2020-03-12