aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/logging.rs
Commit message (Expand)AuthorAge
* Restructure message bar log messageKirill Chibisov2024-10-02
* Unify string formattingHamir Mahal2024-07-24
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Remove direct dependency on once_cellPhilip Dubé2023-12-29
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
* Unify CLI config override mechanismsChristian Duerr2023-11-11
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Add `ALACRITTY_EXTRA_LOG_TARGETS` env variableKirill Chibisov2023-05-04
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix IPC config overriding previous valuesChristian Duerr2022-09-17
* Fix logfile overwriting existing filesChristian Duerr2022-01-22
* Remove time dependencyChristian Duerr2022-01-13
* Update time crate to 0.3.5James McCoy2022-01-13
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Migrate CLI config to structoptChristian Duerr2021-08-18
* Log dependency warnings/errors at trace levelSteven Bosnick2021-08-04
* Fix clippy warningsChristian Duerr2021-07-03
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Print multiline logs in one write callKirill Chibisov2020-12-10
* Fix stdout log message orderKirill Chibisov2020-11-19
* Add logging for crossfontChristian Duerr2020-08-14
* Use yellow/red from the config for message bar colorsKirill Chibisov2020-08-13
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Remove copyright notice from filesChristian Duerr2020-06-06
* Remove env_logger depedencyChristian Duerr2020-05-29
* Extend style guideline documentationChristian Duerr2020-05-05
* Add seconds and nanoseconds to log outputChristian Duerr2020-02-14
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Fix logged config path separators on WindowsKirill Chibisov2019-10-14
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* 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