aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'vendor/master' into graphicsAyose2025-07-23
|\
| * Migrate to 2024 editionChristian Duerr2025-07-13
| * Add size_hint to GridIteratortidely2025-07-13
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-12-26
|\|
| * Fix racing condition in hint triggeringChristian Duerr2024-11-02
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-10-13
|\|
| * Remove unused `Clone` requirementsChristian Duerr2024-10-07
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-05-15
|\|
| * Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-03-04
|\|
| * Fix regional scrolling leaking into historyChristian Duerr2024-02-14
| * Fix row indexing with inclusive rangesAlexandru Placinta2024-02-11
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-02-11
|\|
| * Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
| * Fix typosPavel Roskin2023-10-25
| * Fix the crash when shrinking scrolled terminalKirill Chibisov2023-06-17
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-08-04
|\|
| * Fix clippy warningsChris Copeland2022-07-25
| * Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* | Allow replacing part of a graphic with text.Ayose2022-07-12
* | Fill all cells under a graphic with the template.Ayose2022-07-12
* | Merge with alacritty/masterAyose2022-07-12
|\|
| * Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
| * Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils2022-06-15
| * Enable damage tracking only on WaylandKirill Chibisov2022-05-20
| * Keep history position when viewport is cleareda5ob7r2021-12-18
| * Fix crash when vi cursor in history during cleara5ob7r2021-12-03
| * Update rustfmt configurationChristian Duerr2021-10-11
|/
* Improve rendering performanceChristian Duerr2021-05-22
* Fix release mode testsChristian Duerr2021-05-01
* Fix automatic scrolling on resizeRichard Steinmetz2021-04-08
* Keep viewport in place during resizeRichard Steinmetz2021-03-31
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix assertion crash on 32-bit systemsr-c-f2021-01-11
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Fix scrolling region performance with fixed linesChristian Duerr2020-12-10
* Add ability to select text during searchChristian Duerr2020-11-13
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix cursor reflowChristian Duerr2020-07-15
* Fix crash on cursor resizeChristian Duerr2020-07-14
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix cursor reflowChristian Duerr2020-07-09
* Preserve linewrap flag across alt screen switchesChristian Duerr2020-07-06
* Fix reflow of empty wrapped cursor lineChristian Duerr2020-07-01
* Clear selection on clear line/screen escapesKirill Chibisov2020-06-26
* Fix scroll down escape pulling lines from historyChristian Duerr2020-06-25
* Add automatic scrolling during selectionChristian Duerr2020-06-18