aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/graphics
Commit message (Expand)AuthorAge
* Remove custom abs_diff function.Ayose2025-11-04
* Merge remote-tracking branch 'vendor/master' into graphicsAyose2025-07-23
* Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-12-26
* Apply clippy suggestions.Ayose2024-02-12
* Serialize/Deserialize only if the `serde` feature is set.Ayose2024-02-11
* Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-02-11
* Add Eq derive to ClearSubregion.Ayose2022-10-16
* Initialize cell dimensions when create a Graphics instance.Ayose2022-07-15
* Changes in sixel module to be compatible with oldstable.Ayose2022-07-15
* Use hls_to_rgb implementation from libsixel.Ayose2022-07-15
* Fix clippy warnings.Ayose2022-07-14
* Optimize graphics replacement.Ayose2022-07-13
* Allow overlapping graphics.Ayose2022-07-13
* Allow replacing part of a graphic with text.Ayose2022-07-12
* Allow hue values up to 360 in the Sixel parser.Ayose2022-07-12
* Merge with alacritty/masterAyose2022-07-12
* Define MAX_GRAPHIC_DIMENSIONS as a 2-elements array.Ayose2021-05-31
* Implementation of the XTSMGRAPHICS sequence.Ayose2021-04-02
* Add Sixel supportAyose2021-03-11