aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/content.rs
Commit message (Expand)AuthorAge
* 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