summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event.rs
AgeCommit message (Expand)Author
2024-03-09Send exit code events on child process exitKirill Bulatov
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-25Fix typosPavel Roskin
2023-02-02Update winit to 0.28Kirill Chibisov
2022-07-11Fix hyperlinks not being keyboard actionableKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2021-10-23Add multi-window supportChristian Duerr
2021-04-17Fix out of order terminal query responsesChristian Duerr
2021-04-03Add copy/paste/select hint actionsChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-11-23Add blinking cursor supportDettorer
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-07-10Add option to run command on bell Kirill Chibisov
2020-06-18Add automatic scrolling during selectionChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-05-05Extend style guideline documentationChristian Duerr
2020-01-10Bump glutin to 0.22.0Christian Duerr
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-08-24Show text cursor when pressing shift in mouse modeJohn Sullivan
2019-07-28Fix cursor flickering on url hoverKirill Chibisov
2019-07-07Fix saving of ref testsChristian Duerr
2019-06-25Fix first unfullscreen on fullscreen mode launched windowChristian Duerr
2019-06-20Add block selectionChristian Duerr
2019-05-10Refactor config parsing filesChristian Duerr
2019-05-03Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal
2019-04-28Switch from copypasta to rust-clipboardChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois