aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* Make gles2 renderer actually gles2Kirill Chibisov2023-02-07
* Add 'debug.renderer' config optionKirill Chibisov2022-11-28
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Support dual source blending in GLES2 rendererVasily Khoruzhick2022-06-08
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Add colored underline supportKirill Chibisov2022-03-16
* Add fallback GLES2 rendererKirill Chibisov2022-03-02
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Reuse Rasterizer in Display::newGreg Depoire--Ferrer2022-02-16
* Add support for drawing undercurlsKirill Chibisov2022-02-08
* Clean up and abstract shader creation codeoxalica2022-01-30
* Account for font.offset and glyph.offset in built-in fontKirill Chibisov2022-01-29
* Add option to control built-in box drawing charszandr2022-01-29
* Use builtin font for box drawing unicode charactersKirill Chibisov2022-01-06
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Fix clippy warningsChristian Duerr2021-07-03
* Fix startup caching of bold glyphsChristian Duerr2021-05-20
* Update crossfont to 0.3.0Christian Duerr2021-05-01
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add Drop implementations for OpenGL structuresMikhail "L117" Nikolenko2021-02-19
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Add vi/search line indicatorChristian Duerr2021-01-01
* Fix missing glyphs crash on WindowsChristian Duerr2020-12-29
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Hide "missing" glyp for zerowidth characterKirill Chibisov2020-12-23
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Remove live-shader-reload featureKirill Chibisov2020-12-10
* Render underline and strikeout rects in batchesIvan Avdeev2020-12-10
* Add blinking cursor supportDettorer2020-11-23
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Add ability to select text during searchChristian Duerr2020-11-13
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add support for single line terminalsii412020-09-27
* Log new padding and cell size on 'SizeInfo' updateKirill Chibisov2020-09-24
* Reduce InstanceData footprintJoe Wilm2020-08-05
* Fix crates.io publishing restrictionsChristian Duerr2020-08-01
* Rename font crate to crossfontChristian Duerr2020-07-18
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Remove alacritty.yml mentions from font crate errorsKirill Chibisov2020-07-11
* Fix crash when configured font is missingChristian Duerr2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Remove copyright notice from filesChristian Duerr2020-06-06
* Fix build warnings on macOS/WindowsKirill Chibisov2020-05-27
* Fix emojis being blended with backgroundlbonn2020-05-12