aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/window.rs
Commit message (Expand)AuthorAge
* Add option to drain PTY on shutdownAndrew Borg (Kashin)2025-01-16
* Pass activation token in alacritty msg create-windowKirill Chibisov2025-01-04
* Remove unnecessary staticsIntegral2024-12-09
* Add `window.level` config optionDavid Horner2024-11-23
* Switch to new objc2 cratesMads Marquart2024-11-21
* Focus new windows on macOSChris2024-11-02
* Fix app icon in alt+tab view on WindowsNeil Stewart2024-09-30
* Unify string formattingHamir Mahal2024-07-24
* Bump glutin to 0.32.0Kirill Chibisov2024-06-08
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix replacing optional fieldsChristian Duerr2024-01-02
* Keep IME always enabled on X11Kirill Chibisov2023-12-22
* Fix IME popup positioningKirill Chibisov2023-11-24
* Fix visual bell getting stuck on macOSKirill Chibisov2023-11-13
* Add `window.blur` config optionKirill Chibisov2023-10-29
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
* Fix `window.decorations_theme_variant` reloadKirill Chibisov2023-10-15
* Support startup notify on Wayland/X11Kirill Chibisov2023-09-04
* Add bindings for macOS tabsKirill Chibisov2023-09-04
* Update winit to 0.29.1-betaKirill Chibisov2023-09-04
* Remove winit dependency from alacritty_configMax Brunsfeld2023-08-17
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* 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