aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/mod.rs
Commit message (Expand)AuthorAge
* Add fallback GLES2 rendererKirill Chibisov2022-03-02
* Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Reuse Rasterizer in Display::newGreg Depoire--Ferrer2022-02-16
* Clear damage rects right after drawingKirill Chibisov2022-02-11
* Fix terminal not being damage when only font size changedKirill Chibisov2022-02-10
* Add support for drawing undercurlsKirill Chibisov2022-02-08
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Log used display server on Linux/BSDKirill Chibisov2022-01-30
* Use `with_position` instead of `set_outer_position`Kirill Chibisov2022-01-11
* Use builtin font for box drawing unicode charactersKirill Chibisov2022-01-06
* Add title/class CLI parameters to create-windowKirill Chibisov2022-01-03
* Bump glutin to 0.28.0Kirill Chibisov2021-12-03
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Add multi-window supportChristian Duerr2021-10-23
* Fix vi indicator obstructing vi mode cursorChristian Duerr2021-09-27
* Add option to apply opacity to all background colorsKirill Chibisov2021-08-16
* Fix clippy warningsChristian Duerr2021-07-03
* Fix unnecessary redraws due to hint highlightingChristian Duerr2021-05-09
* Fix mouse point crash on resizeChristian Duerr2021-04-15
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Fix focused match selection colorChristian Duerr2021-04-02
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix vi mode searchChristian Duerr2021-03-06
* Add regex terminal hintsChristian Duerr2021-03-01
* Fix the estimated DPR to 1 on Wayland.Nathan Lilienthal2021-02-04
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24