aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/config/ui_config.rs
Commit message (Expand)AuthorAge
* Add alacritty_terminal option to escape pty argsfeeiyu2025-08-02
* Migrate to 2024 editionChristian Duerr2025-07-13
* Remove cstr! macro in favor of literal notationKirill Chibisov2025-07-01
* Apply clamp for opacityKirill Chibisov2025-05-31
* Add IPC config retrieval subcommandChristian Duerr2025-05-29
* Fix hint binding IPC overridesChristian Duerr2025-05-21
* Add backslash to invalid characters for URL regexKaylem Brown-Malone2025-01-29
* Add option to drain PTY on shutdownAndrew Borg (Kashin)2025-01-16
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Change ctrl+shift+u to ctrl+shift+oKirill Chibisov2024-10-10
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
* Fix spelling errorsJosh Soref2024-05-24
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-03-18
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Fix replacing optional fieldsChristian Duerr2024-01-02
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix regex memory usageChristian Duerr2023-09-17
* Update regex-automata to v0.3.6Christian Duerr2023-08-27
* Make URL_REGEX more strictKirill Bulatov2023-07-22
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Fix legacy bindings taking precedence over new onesKirill Chibisov2023-07-03
* Add errors for deserializing with unknown fieldsChristian Duerr2023-06-17
* Add option to persist hints after selectionSonu Bardai2023-06-15
* Fix warnings for config importsChristian Duerr2023-06-14
* Switch to TOML configuration formatChristian Duerr2023-06-12
* Update winit to 0.28Kirill Chibisov2023-02-02
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Add IPC config subcommandChristian Duerr2022-09-01
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Fix 'background_opacity' deprecationChristian Duerr2021-08-23
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Fix clippy warningsChristian Duerr2021-07-03
* Add modes to regex hint bindingsJoshua Ortiz2021-06-19
* Add ipfs/ipns URL scheme supportAlfonso Montero2021-05-21
* Fix default URL bindingChristian Duerr2021-05-10
* Fix URL highlighting with unicode whitespaceChristian Duerr2021-05-09
* Add support for magnet URLsRaphael Nestler2021-04-30
* Add hint action for moving the vi cursorChristian Duerr2021-04-15
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Add regex terminal hintsChristian Duerr2021-03-01
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Remove redundant CLI flagsChristian Duerr2020-11-26
* Add configuration file importsChristian Duerr2020-08-21