aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/mod.rs
Commit message (Expand)AuthorAge
* Fix regional scrolling leaking into historyChristian Duerr2024-02-14
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Fix clippy warningsChris Copeland2022-07-25
* Keep history position when viewport is cleareda5ob7r2021-12-18
* Fix crash when vi cursor in history during cleara5ob7r2021-12-03
* Improve rendering performanceChristian Duerr2021-05-22
* 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
* 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
* Add regex scrollback buffer searchChristian 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
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix cursor position after alt screen resizeChristian Duerr2020-03-24
* Fix invisible selectionChristian Duerr2020-03-21
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Fix selection with invisible start and endChristian Duerr2020-03-07
* Fix incorrect display offset after rotationKirill Chibisov2020-02-12
* Fix incorrect grid.len() and grid.history_size()Kirill Chibisov2020-01-26
* Fix selection rotating outside of scrolling regionChristian Duerr2020-01-24
* Fix first cell when selection is off screenChristian Duerr2020-01-21
* Fix cut off full width glyphs in last columnChristian Duerr2020-01-09
* Update outdated reftestsKirill Chibisov2020-01-04
* Fix crash on clear when scrolled up in historyKirill Chibisov2019-12-22
* Fix colored row reset performanceChristian Duerr2019-12-10
* Fix deletion of lines when clearing the screenNathan Lilienthal2019-11-18
* Fix URL highlightingChristian Duerr2019-11-03
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Fix url highlight not showing with required modifiersChristian Duerr2019-08-26
* Move modifier check before URL searchChristian Duerr2019-08-03
* Switch to rfind_url for URL detectionChristian Duerr2019-08-01
* Fix row occ not set during new and resetChristian Duerr2019-07-10
* Fix performance issues with text reflowChristian Duerr2019-06-23
* Fix spelling mistakesJDTX2019-04-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28