aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/mod.rs
Commit message (Expand)AuthorAge
* 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