aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/mod.rs
AgeCommit message (Expand)Author
2024-04-21Fix IME preview overlapping textKirill Chibisov
2023-12-29Remove direct dependency on once_cellPhilip Dubé
2023-11-22Add error handling for OpenGL connection detailsPavel Roskin
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-25Fix typosPavel Roskin
2023-09-04Update winit to 0.29.1-betaKirill Chibisov
2023-07-24Use ahash instead of fnv and regular hash functionKirill Chibisov
2023-07-22Skip whitespaces for wide chars in preeditKirill Chibisov
2023-05-21Improve renderer debuggabilityKirill Chibisov
2023-02-07Make gles2 renderer actually gles2Kirill Chibisov
2022-11-28Add 'debug.renderer' config optionKirill Chibisov
2022-11-03Update glutin to 0.30.0Kirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-08Support dual source blending in GLES2 rendererVasily Khoruzhick
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-03-16Add colored underline supportKirill Chibisov
2022-03-02Add fallback GLES2 rendererKirill Chibisov
2022-02-18Don't load font twice during display creationKirill Chibisov
2022-02-16Reuse Rasterizer in Display::newGreg Depoire--Ferrer
2022-02-08Add support for drawing undercurlsKirill Chibisov
2022-01-30Clean up and abstract shader creation codeoxalica
2022-01-29Account for font.offset and glyph.offset in built-in fontKirill Chibisov
2022-01-29Add option to control built-in box drawing charszandr
2022-01-06Use builtin font for box drawing unicode charactersKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-10-23Add multi-window supportChristian Duerr
2021-10-11Update rustfmt configurationChristian Duerr
2021-08-16Add option to apply opacity to all background colorsKirill Chibisov
2021-07-03Fix clippy warningsChristian Duerr
2021-05-20Fix startup caching of bold glyphsChristian Duerr
2021-05-01Update crossfont to 0.3.0Christian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-02-19Add Drop implementations for OpenGL structuresMikhail "L117" Nikolenko
2021-02-13Update dependenciesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-01Add vi/search line indicatorChristian Duerr
2020-12-29Fix missing glyphs crash on WindowsChristian Duerr
2020-12-28Draw cursor with rect rendererKirill Chibisov
2020-12-23Hide "missing" glyp for zerowidth characterKirill Chibisov
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-12-10Remove live-shader-reload featureKirill Chibisov
2020-12-10Render underline and strikeout rects in batchesIvan Avdeev
2020-11-23Add blinking cursor supportDettorer
2020-11-17Fix wide characters being cut offKirill Chibisov
2020-11-13Add ability to select text during searchChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-09-27Add support for single line terminalsii41
2020-09-24Log new padding and cell size on 'SizeInfo' updateKirill Chibisov
2020-08-05Reduce InstanceData footprintJoe Wilm
2020-08-01Fix crates.io publishing restrictionsChristian Duerr