aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/rects.rs
Commit message (Expand)AuthorAge
* Remove unnecessary staticsIntegral2024-12-09
* Fallback to underline shader when dotted failsKirill Chibisov2023-12-02
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Use ahash instead of fnv and regular hash functionKirill Chibisov2023-07-24
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Revert "Apply 'font.glyph_offset.y' for underline/strikeout"Kirill Chibisov2023-02-05
* Apply 'font.glyph_offset.y' for underline/strikeoutKirill Chibisov2022-12-25
* Fix cursor and underlines always being blackKirill Chibisov2022-10-21
* Fix clippy warningsChristian Duerr2022-10-12
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Add colored underline supportKirill Chibisov2022-03-16
* Use round instead of ceil for line positionKirill Chibisov2022-03-06
* Add fallback GLES2 rendererKirill Chibisov2022-03-02
* Don't use 'origin_upper_left' in rect shadersKirill Chibisov2022-02-22
* Add support for dashed and dotted underlinesKirill Chibisov2022-02-14
* Add support for drawing undercurlsKirill Chibisov2022-02-08
* Clean up and abstract shader creation codeoxalica2022-01-30
* Update rustfmt configurationChristian Duerr2021-10-11
* Fix clippy warningsChristian Duerr2021-07-03
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add Drop implementations for OpenGL structuresMikhail "L117" Nikolenko2021-02-19
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Remove live-shader-reload featureKirill Chibisov2020-12-10
* Render underline and strikeout rects in batchesIvan Avdeev2020-12-10
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Remove unneeded collect during line rect creationMark Lodato2020-10-22
* Add support for single line terminalsii412020-09-27
* Fix multiline URL highlightingChristian Duerr2020-08-30
* Add support for double underlinesChristian Duerr2020-08-12
* Rename font crate to crossfontChristian Duerr2020-07-18
* Remove copyright notice from filesChristian Duerr2020-06-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix underline position for bitmap fontsKirill Chibisov2020-01-22
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23