aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
* Fix crash when copying out of bounds selectionsChristian Duerr2021-05-07
* Fix release mode testsChristian Duerr2021-05-01
* Fix single column block selectionChristian Duerr2021-05-01
* Bump development version to 0.9.0-devChristian Duerr2021-05-01
* 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
* Update dependenciesChristian 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
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Keep viewport in place during resizeRichard Steinmetz2021-03-31
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add regex terminal hintsChristian Duerr2021-03-01
* Bump base64 to 0.13.0Bastien Orivel2021-02-24
* 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
* Bump development version to 0.8.0-devChristian Duerr2021-01-04
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Update vte to 0.10.0Christian 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
* Bump development version to 0.7.0-devChristian Duerr2020-11-15
* Fix zerowidth characters in the last columnKirill Chibisov2020-11-15
* Update vte to 0.9.0Christian Duerr2020-11-13
* 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