aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid
AgeCommit message (Expand)Author
2024-03-12Fix hint `Select` action for hyperlink escapeChristian Duerr
2024-02-14Fix regional scrolling leaking into historyChristian Duerr
2024-02-11Fix row indexing with inclusive rangesAlexandru Placinta
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-25Fix typosPavel Roskin
2023-06-17Fix the crash when shrinking scrolled terminalKirill Chibisov
2022-07-25Fix clippy warningsChris Copeland
2022-07-20Replace `map().unwrap_or()` with `map_or()`Chris Copeland
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-15Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils
2022-05-20Enable damage tracking only on WaylandKirill Chibisov
2021-12-18Keep history position when viewport is cleareda5ob7r
2021-12-03Fix crash when vi cursor in history during cleara5ob7r
2021-10-11Update rustfmt configurationChristian Duerr
2021-05-22Improve rendering performanceChristian Duerr
2021-05-01Fix release mode testsChristian Duerr
2021-04-08Fix automatic scrolling on resizeRichard Steinmetz
2021-03-31Keep viewport in place during resizeRichard Steinmetz
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-11Fix assertion crash on 32-bit systemsr-c-f
2021-01-01Remove Windows WinPTY backendChristian Duerr
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-12-10Fix scrolling region performance with fixed linesChristian Duerr
2020-11-13Add ability to select text during searchChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-07-15Add support for searching without vi modeChristian Duerr
2020-07-15Fix cursor reflowChristian Duerr
2020-07-14Fix crash on cursor resizeChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-07-09Fix cursor reflowChristian Duerr
2020-07-06Preserve linewrap flag across alt screen switchesChristian Duerr
2020-07-01Fix reflow of empty wrapped cursor lineChristian Duerr
2020-06-26Clear selection on clear line/screen escapesKirill Chibisov
2020-06-25Fix scroll down escape pulling lines from historyChristian Duerr
2020-06-18Add automatic scrolling during selectionChristian Duerr
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-24Fix cursor position after alt screen resizeChristian Duerr
2020-03-21Fix invisible selectionChristian Duerr
2020-03-18Add modal keyboard motion modeChristian Duerr
2020-03-07Fix selection with invisible start and endChristian Duerr
2020-02-12Fix incorrect display offset after rotationKirill Chibisov
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-24Fix selection rotating outside of scrolling regionChristian Duerr
2020-01-21Fix first cell when selection is off screenChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2020-01-04Update outdated reftestsKirill Chibisov