aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'betaboon/graphics' into experimentalJosh Rahm2021-10-05
|\
| * Add Sixel supportAyose2021-08-17
* | Added ability to set the special color for the undercur and underlines using ...Josh Rahm2021-09-15
|/
* 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
* Extend style guideline documentationChristian Duerr2020-05-05
* Call glFinish right after swap_buffers on X11Kirill Chibisov2020-05-01
* Fix clippy warningsMatthias Krüger2020-05-01
* Add config option to set cursor thicknessKirill Chibisov2020-04-15
* Remove std::fs::read_to_string reimplementationMatthias Krüger2020-03-17
* Add font metric cachingKirill Chibisov2020-01-25
* Fix stack overflow when printing shader errorKirill Chibisov2020-01-21
* Bump glutin to 0.22.0Christian Duerr2020-01-10
* Replace deprecated Error methodssterlingjensen2020-01-03
* Add support for colored emojis on Linux/BSDKirill Chibisov2019-12-09
* Remove unused PackedVertex structCole Helbling2019-11-26
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23