aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
* Ignore cursor color request with default colorsChristian Duerr2024-09-22
* Unify string formattingHamir Mahal2024-07-24
* Restart config monitor on import changeChristian Duerr2024-07-21
* Bump dependenciesKirill Chibisov2024-07-17
* Bump MSRV to 1.74.0Kirill Chibisov2024-07-17
* Fix search bug with wrapline on first characterChristian Duerr2024-07-05
* Support relative imports in config fileJoshua Cao2024-07-02
* Bump glutin to 0.32.0Kirill Chibisov2024-06-08
* Fix spelling errorsJosh Soref2024-05-24
* Fix Kitty protocol reporting shifted keycodesjadedpasta2024-05-23
* Fix error with missing importsChristian Duerr2024-05-23
* Fix mouse mode bindings with multiple actionsEBADBEEF2024-05-16
* Fix user events for all windows not handledKirill Chibisov2024-05-07
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix shutdown of config monitorChristian Duerr2024-05-03
* Fix dynamic title override for multiple windowsChristian Duerr2024-04-23
* Fix IME preview overlapping textKirill Chibisov2024-04-21
* Fix missing config import warningMatt Fellenz2024-04-21
* Fix crash when trying to open a new tab on macOSWilliam Viktorsson2024-04-20
* Send ESC with Alt for unicode inputKirill Chibisov2024-03-24
* Fix kitty encoding used for char input without textKirill Chibisov2024-03-21
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-03-18
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Send exit code events on child process exitKirill Bulatov2024-03-09
* Fix feature = "cargo-clippy" deprecationDimitris Apostolou2024-02-28
* Fix clippy warningsChristian Duerr2024-02-14
* Add default `Home`/`End` bindings for Vi modeKirill Chibisov2024-02-08
* Fix hang on startup with some Wayland compositorsKirill Chibisov2024-02-04
* Fix unnecessary explicit panic in PTY Conrad Irwin2024-02-02
* Don't use kitty sequences outside protocolKirill Chibisov2024-01-31
* Don't report associated text only for C0/C1Kirill Chibisov2024-01-27
* Use builtin font to draw sextantsPopa Ioan Alexandru2024-01-26
* Allow specifying all config keys on all platformsChristian Duerr2024-01-24
* Fix `debug.renderer="gles2pure"` documentationChristian Duerr2024-01-14
* Reduce allocations during keyboard inputChristian Duerr2024-01-09
* Ignore null values in `alacritty migrate`Kirill Chibisov2024-01-05
* Add vi search paste bindingsOmar Magdy2024-01-04
* Fix replacing optional fieldsChristian Duerr2024-01-02
* Fix number-based mouse bindingsLars Francke2024-01-02
* Powerline glyphs being cut for narrow fontsKirill Chibisov2023-12-31
* Send associated text for shifted numbers with kittyKirill Chibisov2023-12-30
* Don't substitute `\n` in char bindingsKirill Chibisov2023-12-30
* Passthrough potential errors for `EventLoopSender`Hyper2023-12-30
* Fix inability to bind `Alt+Control` on WindowsKirill Chibisov2023-12-30
* Use pre-composed key for `Alt` bindings on macOSKirill Chibisov2023-12-30
* Remove direct dependency on once_cellPhilip Dubé2023-12-29
* Fix `alacritty migrate` with nonexistent importsChristian Duerr2023-12-28
* Apply modifiers before presses in kitty protocolKirill Chibisov2023-12-25
* Keep IME always enabled on X11Kirill Chibisov2023-12-22
* Account for option_as_alt when doing kitty protocolKirill Chibisov2023-12-20