aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/window.rs
Commit message (Expand)AuthorAge
* Resize the window by cell dimensionsKirill Chibisov2023-02-05
* Update winit to 0.28Kirill Chibisov2023-02-02
* Use sRGB color space for NSWindow on macOSNaru2023-01-07
* User timer based rendering instead of vsyncKirill Chibisov2022-12-30
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix icon decoding on X11Hugal312022-10-05
* Migrate from winapi to windows-syskillian2022-09-30
* Add IPC config subcommandChristian Duerr2022-09-01
* Add inline input method supportKirill Chibisov2022-08-29
* Include extra directory in crateChristian Duerr2022-08-24
* Fix general and instance class set on window (#6276)Ulrik de Muelenaere2022-08-20
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
* Fix clippy warningsChris Copeland2022-07-25
* Fix resize on Wayland when creating new windowKirill Chibisov2022-06-29
* Enable damage tracking only on WaylandKirill Chibisov2022-05-20
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Persist OpenGL context creation flagsKirill Chibisov2022-03-24
* Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Use `with_position` instead of `set_outer_position`Kirill Chibisov2022-01-11
* 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 clippy warningsChristian Duerr2021-07-03
* Limit the maximum DPR on X11 to 10Christian Duerr2021-02-15
* Fix segmentation fault on shutdown with WaylandChristian Duerr2021-01-29
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24