summaryrefslogtreecommitdiffstats
path: root/alacritty
AgeCommit message (Expand)Author
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
2023-11-24Add migrate to alacritty(1)Kirill Chibisov
2023-11-23Damage only terminal inside `alacritty_terminal`Kirill Chibisov
2023-11-22Add error handling for OpenGL connection detailsPavel Roskin
2023-11-19Simplify powerline drawing algorithmKirill Chibisov
2023-11-14Fix Vi cursor not being dirty when scrollingKirill Chibisov
2023-11-13Fix message bar damageKirill Chibisov
2023-11-13Fix visual bell getting stuck on macOSKirill Chibisov
2023-11-13Change default `bell.animation` to `Linear`Kirill Chibisov
2023-11-11Add `--option` argument to `create-window`Christian Duerr
2023-11-11Unify CLI config override mechanismsChristian Duerr
2023-11-11Use builtin font to draw powerline symbolsKirill Chibisov
2023-11-10Fix cursor being hidden after reaching timeoutKirill Chibisov
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-11-04Bump ahash to 0.8.6Julian Braha
2023-11-03Fix crash when leaving search after resizeChristian Duerr
2023-10-30Bump glutin to 0.31.1Kirill Chibisov
2023-10-29Add `window.blur` config optionKirill Chibisov
2023-10-29Fix clippy warningsPavel Roskin
2023-10-27Avoid maximizing window when creating new tabKyle Willmon
2023-10-25Fix typosPavel Roskin
2023-10-25Prefer exact matches for bindings in mouse modePavel Roskin
2023-10-23Fix crash due to wrong drop order of clipboardKirill Chibisov
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