aboutsummaryrefslogtreecommitdiff
path: root/alacritty
AgeCommit message (Expand)Author
2024-02-26Bump winit to 0.29.11kchibisov/winit-02911Kirill Chibisov
2024-02-14Fix clippy warningsChristian Duerr
2024-02-14Bump MSRV to 1.72.0Christian Duerr
2024-02-08Add default `Home`/`End` bindings for Vi modeKirill Chibisov
2024-02-05Bump alacritty_terminal to 0.22.1Christian Duerr
2024-02-04Fix hang on startup with some Wayland compositorsalacritty_terminal_v0.21.0Kirill Chibisov
2024-02-02Fix unnecessary explicit panic in PTY Conrad Irwin
2024-01-31Don't use kitty sequences outside protocolKirill Chibisov
2024-01-27Don't report associated text only for C0/C1Kirill Chibisov
2024-01-26Use builtin font to draw sextantsPopa Ioan Alexandru
2024-01-24Allow specifying all config keys on all platformsChristian Duerr
2024-01-14Fix `debug.renderer="gles2pure"` documentationChristian Duerr
2024-01-14Fixup alacritty_config version and depsKirill Chibisov
2024-01-09Reduce allocations during keyboard inputChristian Duerr
2024-01-06Bump winit to 0.29.9Kirill Chibisov
2024-01-05Ignore null values in `alacritty migrate`Kirill Chibisov
2024-01-04Add vi search paste bindingsOmar Magdy
2024-01-02Fix replacing optional fieldsChristian Duerr
2024-01-02Fix number-based mouse bindingsLars Francke
2023-12-31Bump winit to 0.29.8Kirill Chibisov
2023-12-31Powerline glyphs being cut for narrow fontsKirill Chibisov
2023-12-30Send associated text for shifted numbers with kittyKirill Chibisov
2023-12-30Don't substitute `\n` in char bindingsKirill Chibisov
2023-12-30Passthrough potential errors for `EventLoopSender`Hyper
2023-12-30Fix inability to bind `Alt+Control` on WindowsKirill Chibisov
2023-12-30Use pre-composed key for `Alt` bindings on macOSKirill Chibisov
2023-12-29Remove direct dependency on once_cellPhilip Dubé
2023-12-28Fix `alacritty migrate` with nonexistent importsChristian Duerr
2023-12-27Bump winit to 0.29.7Kirill Chibisov
2023-12-25Apply modifiers before presses in kitty protocolKirill Chibisov
2023-12-22Keep IME always enabled on X11Kirill Chibisov
2023-12-22Bump winit to 0.29.5Kirill Chibisov
2023-12-20Account for option_as_alt when doing kitty protocolKirill Chibisov
2023-12-16Fix the order of `ClearSelection` in Vi modeKirill Chibisov
2023-12-14Update alacritty versionsChristian Duerr
2023-12-14Bump crossfont to 0.7.0Kirill Chibisov
2023-12-08Fix message bar not damaged when the same sizeKirill Chibisov
2023-12-08Don't emit text for NamedKey without text reprKirill Chibisov
2023-12-08Fix trigger of normal bindings in mouse modeKirill Chibisov
2023-12-08Update to crossfont 0.6.0Kirill Chibisov
2023-12-06Implement kitty's keyboard protocolKirill Chibisov
2023-12-06Fix chars usage inside the mouse bindingsKirill Chibisov
2023-12-03Don't use `::*` for enum variants in bindingsKirill Chibisov
2023-12-02Fallback to underline shader when dotted failsKirill Chibisov
2023-12-01Optimize undercurl shaderKirill Chibisov
2023-11-28Adjust default Vi's SearchBackwards bindingKirill Chibisov
2023-11-24Make AA stronger for undercurlKirill Chibisov
2023-11-24Bump dependenciesKirill Chibisov
2023-11-24Fix IME popup positioningKirill Chibisov
2023-11-24Damage entire window on font size changeKirill Chibisov