aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src
Commit message (Expand)AuthorAge
...
| * Fix replacement of fullwidth charactersChristian Duerr2021-04-29
| * Fix cursor expansion across wide charsChristian Duerr2021-04-22
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2021-04-18
|\|
| * Fix out of order terminal query responsesChristian Duerr2021-04-17
| * Fix initial vi cursor position while in scrollbackChristian Duerr2021-04-14
| * Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
| * Fix automatic scrolling on resizeRichard Steinmetz2021-04-08
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2021-04-07
|\|
| * Add copy/paste/select hint actionsChristian Duerr2021-04-03
* | Don't clear cells after the right side of the graphic.Ayose2021-04-02
* | Implementation of the XTSMGRAPHICS sequence.Ayose2021-04-02
* | Merge remote-tracking branch 'vendor/master' into tmp1Ayose2021-04-01
|\|
| * Keep viewport in place during resizeRichard Steinmetz2021-03-31
| * Unify the grid line indexing typesChristian Duerr2021-03-30
* | Add Sixel supportAyose2021-03-11
|/
* Add regex terminal hintsChristian Duerr2021-03-01
* Add support for synchronized updatesChristian Duerr2021-02-24
* Match intermediates directly in CSI parserChristian Duerr2021-02-24
* Fix search freezing AlacrittyChristian Duerr2021-02-18
* 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
* Fix assertion crash on 32-bit systemsr-c-f2021-01-11
* Fix inefficient search initializationChristian Duerr2021-01-07
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Fix deserialization of untagged enumsChristian Duerr2021-01-02
* Add vi/search line indicatorChristian Duerr2021-01-01
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Remove terminfo dependencyCaden Haustein2020-12-22
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Fix invalid ESC escape sequence parsingChristian Duerr2020-12-17
* Fix draining of PTY when holding on exitChristian Duerr2020-12-17
* Fix scrolling region performance with fixed linesChristian Duerr2020-12-10
* 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
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Add support for urgency hints CSITaylor Blau2020-10-10
* Bump glutin to 0.25.0Kirill Chibisov2020-10-07