aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/storage.rs
Commit message (Expand)AuthorAge
* Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils2022-06-15
* Enable damage tracking only on WaylandKirill Chibisov2022-05-20
* Fix release mode testsChristian Duerr2021-05-01
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix assertion crash on 32-bit systemsr-c-f2021-01-11
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Fix scrolling region performance with fixed linesChristian Duerr2020-12-10
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Fix incorrect grid.len() and grid.history_size()Kirill Chibisov2020-01-26
* Fix cut off full width glyphs in last columnChristian Duerr2020-01-09
* Update outdated reftestsKirill Chibisov2020-01-04
* Fix storage rotation errorChristian Duerr2019-12-13
* Fix crash when resizing AlacrittyChristian Duerr2019-12-12
* Fix colored row reset performanceChristian Duerr2019-12-10
* Remove tests failing in release modeChristian Duerr2019-11-19
* Fix deletion of lines when clearing the screenNathan Lilienthal2019-11-18
* Fix clippy warningsChristian Duerr2019-11-02
* Update dependenciesKirill Chibisov2019-10-23
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Fix row occ not set during new and resetChristian Duerr2019-07-10
* Fix performance issues with text reflowChristian Duerr2019-06-23
* Split alacritty into a separate cratesTheodore Dubois2019-04-28