aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/main.rs
Commit message (Expand)AuthorAge
* Pass activation token in alacritty msg create-windowKirill Chibisov2025-01-04
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
* Restart config monitor on import changeChristian Duerr2024-07-21
* Bump glutin to 0.32.0Kirill Chibisov2024-06-08
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix shutdown of config monitorChristian Duerr2024-05-03
* Fix feature = "cargo-clippy" deprecationDimitris Apostolou2024-02-28
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Update winit to 0.29.1-betaKirill Chibisov2023-09-04
* Switch to TOML configuration formatChristian Duerr2023-06-12
* Update xdg and dirs crateKirill Chibisov2023-05-17
* Update winit to 0.28Kirill Chibisov2023-02-02
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Migrate from winapi to windows-syskillian2022-09-30
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Add version to info logChristian Duerr2022-02-09
* Fix warnings when building only with Wayland featureKirill Chibisov2022-02-09
* Log used display server on Linux/BSDKirill Chibisov2022-01-30
* Add title/class CLI parameters to create-windowKirill Chibisov2022-01-03
* Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Fix clippy warningsChristian Duerr2021-07-03
* Cleanup config path logging without any filesNathan Lilienthal2021-04-30
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Remove all rustc benchmarksJames McCoy2021-01-21
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Print multiline logs in one write callKirill Chibisov2020-12-10
* Spawn new alacritty processes in CWD on macOSNathan Lilienthal2020-11-07
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Make use of glutin wayland/x11 featuresKirill Chibisov2020-10-12
* Fix feature checking in cross buildsKirill Chibisov2020-10-10
* Add support for single line terminalsii412020-09-27
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Add configuration file importsChristian Duerr2020-08-21
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* 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
* Extend style guideline documentationChristian Duerr2020-05-05
* Log critical errors with error! instead of println!Kirill Chibisov2020-04-12