aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/config/mod.rs
Commit message (Expand)AuthorAge
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Add `terminal` config section to control OSCs Kirill Chibisov2023-07-22
* Add errors for deserializing with unknown fieldsChristian Duerr2023-06-17
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Fix clippy warningsChristian Duerr2022-10-12
* Fix IPC config overriding previous valuesChristian Duerr2022-09-17
* Add IPC config subcommandChristian Duerr2022-09-01
* Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix deserialization of untagged enumsChristian Duerr2021-01-02
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add blinking cursor supportDettorer2020-11-23
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Add configuration file importsChristian Duerr2020-08-21
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Remove copyright notice from filesChristian Duerr2020-06-06
* Fix class and cursor thickness deserializationKirill Chibisov2020-06-05
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Extend style guideline documentationChristian Duerr2020-05-05
* Add config option to set cursor thicknessKirill Chibisov2020-04-15
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Remove `tabspaces` config optionChristian Duerr2020-03-01
* Disable drawing bold text bright by defaultKirill Chibisov2020-01-20
* Fix crash with invalid working directoryChristian Duerr2020-01-12
* Clean up Windows PTY string handlingDavid Hewitt2020-01-02
* Default to ConPTY instead of WinPTYDavid Hewitt2019-12-21
* Add --hold CLI flagValentin Ignatev2019-10-09
* Remove automatic config generationKirill Chibisov2019-10-06
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Add `ReceiveChar` action for passing key's textzsugabubus2019-09-28
* Fix double-click selecting trailing tabBen Firth2019-07-26
* Fix cursor color setting with escape sequenceKirill Chibisov2019-07-10
* Fix saving of ref testsChristian Duerr2019-07-07
* Allow setting gtk variant and general class on X11Brian Koropoff2019-07-06
* Fix redundant static lifetime clippy lintMatthias Krüger2019-06-18
* Refactor config parsing filesChristian Duerr2019-05-10
* Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal2019-05-03
* Split alacritty into a separate cratesTheodore Dubois2019-04-28