aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/window_context.rs
AgeCommit message (Expand)Author
2024-05-04Bump winit to 0.30.0Kirill Chibisov
2024-04-23Fix dynamic title override for multiple windowsChristian Duerr
2024-02-02Fix unnecessary explicit panic in PTY Conrad Irwin
2024-01-02Fix replacing optional fieldsChristian Duerr
2023-12-30Passthrough potential errors for `EventLoopSender`Hyper
2023-12-08Update to crossfont 0.6.0Kirill Chibisov
2023-11-13Fix visual bell getting stuck on macOSKirill Chibisov
2023-11-11Add `--option` argument to `create-window`Christian Duerr
2023-11-11Unify CLI config override mechanismsChristian Duerr
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-11-03Fix crash when leaving search after resizeChristian Duerr
2023-10-29Add `window.blur` config optionKirill Chibisov
2023-10-27Avoid maximizing window when creating new tabKyle Willmon
2023-10-25Fix typosPavel Roskin
2023-10-21Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov
2023-10-20Add inline vi mode searchChristian Duerr
2023-10-15Fix `window.decorations_theme_variant` reloadKirill Chibisov
2023-10-07Port from mio to pollingJohn Nunley
2023-09-17Fix regex memory usageChristian Duerr
2023-09-04Add `prefer_egl` debug optionRolf Sievert
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-06-15Fix `alacritty msg config` toml replacementChristian Duerr
2023-06-12Switch to TOML configuration formatChristian Duerr
2023-02-18Add `window.resize_increments` config optionKirill Chibisov
2023-02-13Add touch input supportChristian Duerr
2023-02-02Update winit to 0.28Kirill Chibisov
2022-12-30User timer based rendering instead of vsyncKirill Chibisov
2022-11-03Update glutin to 0.30.0Kirill Chibisov
2022-09-17Fix IPC config overriding previous valuesChristian Duerr
2022-09-01Add IPC config subcommandChristian Duerr
2022-08-11Use `WindowEvent::Occluded` to hint renderingtrimental
2022-07-25Remove redundant dirty updatesKirill Chibisov
2022-07-15Fix thin strokes on macOSChris Copeland
2022-07-01Add `cursor.blink_timeout` config optionKirill Chibisov
2022-06-09Fix flickering during resize on WaylandKirill Chibisov
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-02-18Don't load font twice during display creationKirill Chibisov
2022-01-06Fix title setting via IPC when dynamic_title is enabledKirill Chibisov
2022-01-03Add title/class CLI parameters to create-windowKirill Chibisov
2021-12-23Fix CreateNewWindow CLI fallbackChristian Duerr
2021-12-19Remove shared PID/FD variablesChristian Duerr
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