aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'betaboon/graphics' into experimentalJosh Rahm2021-10-05
|\
| * fixupbetaboon2021-08-17
| * Define MAX_GRAPHIC_DIMENSIONS as a 2-elements array.Ayose2021-08-17
| * Avoid unnecessary clone when set graphic data.Ayose2021-08-17
| * remove an unncessary variable from insert_graphicDaniel Brooks2021-08-17
| * Don’t erase text behind a sixel image; the image might be transparentDaniel Brooks2021-08-17
| * Don't clear cells after the right side of the graphic.Ayose2021-08-17
| * Implementation of the XTSMGRAPHICS sequence.Ayose2021-08-17
| * 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
|/
* Fix fullwidth character crash on resizeChristian Duerr2021-08-01
* Fix insert mode crash with fullwidth charactersChristian Duerr2021-07-22
* Fix vi cursor tracking during scrollingChristian Duerr2021-07-17
* Fix copying interrupted tab charactersChristian Duerr2021-07-16
* Fix search regressionsChristian Duerr2021-07-12
* Fix vi cursor motion with ScrollPage* actionsa5ob7r2021-07-04
* Fix crash when resizing during vi modeChristian Duerr2021-07-04
* Fix crashes with cut-off fullwidth charactersChristian Duerr2021-05-28
* Improve rendering performanceChristian Duerr2021-05-22
* Fix replacement of fullwidth charactersChristian Duerr2021-04-29
* Fix cursor expansion across wide charsChristian Duerr2021-04-22
* Fix out of order terminal query responsesChristian Duerr2021-04-17
* Fix initial vi cursor position while in scrollbackChristian Duerr2021-04-14
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix cursor position when scrolled into historyChristian Duerr2021-02-18
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Remove all rustc benchmarksJames McCoy2021-01-21
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Fix dimming of indexed colorsChristian Duerr2020-12-05
* Draw selection below Vi cursor when it's hiddenKirill Chibisov2020-11-28
* Fix DoS caused by excessive CSI parameter valuesChristian Duerr2020-11-26
* Add blinking cursor supportDettorer2020-11-23
* Fix vi mode terminal resetChristian Duerr2020-11-19
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Fix zerowidth characters in the last columnKirill Chibisov2020-11-15
* Add ability to select text during searchChristian Duerr2020-11-13
* Fix use after free when dropping zerowidth dataKirill Chibisov2020-11-13
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add support for urgency hints CSITaylor Blau2020-10-10
* Add support for single line terminalsii412020-09-27
* Fix selection incorrectly expanding when scrolled in historyKirill Chibisov2020-09-26
* Pass existing CLI parameters to SpawnNewInstanceRohan Poojary2020-09-06
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Add support for double underlinesChristian Duerr2020-08-12