aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/window.rs
AgeCommit message (Expand)Author
2 daysBump glutin to 0.32.0HEADmasterKirill Chibisov
2024-05-04Bump winit to 0.30.0Kirill Chibisov
2024-01-02Fix replacing optional fieldsChristian Duerr
2023-12-22Keep IME always enabled on X11Kirill Chibisov
2023-11-24Fix IME popup positioningKirill Chibisov
2023-11-13Fix visual bell getting stuck on macOSKirill Chibisov
2023-10-29Add `window.blur` config optionKirill Chibisov
2023-10-21Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov
2023-10-15Fix `window.decorations_theme_variant` reloadKirill Chibisov
2023-09-04Support startup notify on Wayland/X11Kirill Chibisov
2023-09-04Add bindings for macOS tabsKirill Chibisov
2023-09-04Update winit to 0.29.1-betaKirill Chibisov
2023-08-17Remove winit dependency from alacritty_configMax Brunsfeld
2023-07-11Update to the new winit keyboard APIKirill Chibisov
2023-02-05Resize the window by cell dimensionsKirill Chibisov
2023-02-02Update winit to 0.28Kirill Chibisov
2023-01-07Use sRGB color space for NSWindow on macOSNaru
2022-12-30User timer based rendering instead of vsyncKirill Chibisov
2022-11-03Update glutin to 0.30.0Kirill Chibisov
2022-10-05Fix icon decoding on X11Hugal31
2022-09-30Migrate from winapi to windows-syskillian
2022-09-01Add IPC config subcommandChristian Duerr
2022-08-29Add inline input method supportKirill Chibisov
2022-08-24Include extra directory in crateChristian Duerr
2022-08-20Fix general and instance class set on window (#6276)Ulrik de Muelenaere
2022-08-10Bump glutin to 0.29.1Kirill Chibisov
2022-07-25Fix clippy warningsChris Copeland
2022-06-29Fix resize on Wayland when creating new windowKirill Chibisov
2022-05-20Enable damage tracking only on WaylandKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-03-24Persist OpenGL context creation flagsKirill Chibisov
2022-02-27Add `ToggleMaximized` key binding actionChris Copeland
2022-02-18Don't load font twice during display creationKirill Chibisov
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2022-01-11Use `with_position` instead of `set_outer_position`Kirill Chibisov
2022-01-03Add title/class CLI parameters to create-windowKirill Chibisov
2021-12-03Bump glutin to 0.28.0Kirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-10-23Add multi-window supportChristian Duerr
2021-07-03Fix clippy warningsChristian Duerr
2021-02-15Limit the maximum DPR on X11 to 10Christian Duerr
2021-01-29Fix segmentation fault on shutdown with WaylandChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr