aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/content.rs
Commit message (Expand)AuthorAge
* Add configurable crosshairs to Alacritty.Josh Rahm2021-10-08
* Merge remote-tracking branch 'betaboon/graphics' into experimentalJosh Rahm2021-10-05
|\
| * Add Sixel supportAyose2021-08-17
* | Added a dotted underline feature and changed the undercurl feature to beJosh Rahm2021-09-27
* | Add overline attribute.Josh Rahm2021-09-15
* | Added ability to set the special color for the undercur and underlines using ...Josh Rahm2021-09-15
* | Added a rudimentary undercurl to Alacritty. Currently does not support settin...Josh Rahm2021-09-15
|/
* 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