aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/content.rs
Commit message (Expand)AuthorAge
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Implement multi-char cursor highlightKirill Chibisov2024-10-15
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Underline hint matches during selectionChristian Duerr2023-09-22
* Fix regex memory usageChristian Duerr2023-09-17
* Apply transparent background colors to "UI" cellsSonu Bardai2023-08-07
* Remove unnecessary mutable referencesPavel Roskin2023-07-18
* Switch to TOML configuration formatChristian Duerr2023-06-12
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Fix selection rotation on the last lineChristian Duerr2023-03-24
* Add inline input method supportKirill Chibisov2022-08-29
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Fix Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
* Add colored underline supportKirill Chibisov2022-03-16
* Add support for drawing undercurlsKirill Chibisov2022-02-08
* Fix renderable_cursor method documentationThomas Churchman2022-02-03
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Fix cursor inversion logicChristian Duerr2021-10-22
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Fix clippy warningsChristian Duerr2021-07-03
* Improve rendering performanceChristian Duerr2021-05-22
* Use cell colors for focused match CellRgbNathan Lilienthal2021-04-30
* Fix cursor expansion across wide charsChristian Duerr2021-04-22
* Fix hint label with start above viewportChristian Duerr2021-04-14
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Fix focused match selection colorChristian Duerr2021-04-02
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix vi mode searchChristian Duerr2021-03-06
* Add regex terminal hintsChristian Duerr2021-03-01
* Fix hollow block cursor being drawn for hidden cursorKirill Chibisov2021-02-26
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24