aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-08-14
* Send exit code events on child process exitKirill Bulatov2024-08-14
* Fix feature = "cargo-clippy" deprecationDimitris Apostolou2024-08-14
* Unlock more bindings from the keyboardJosh Rahm2024-02-23
* Re-implement crosshairs on newer alacritty.Josh Rahm2024-02-19
* 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
* Fix the order of `ClearSelection` in Vi modeKirill Chibisov2023-12-16
* Bump crossfont to 0.7.0Kirill Chibisov2023-12-14
* Fix message bar not damaged when the same sizeKirill Chibisov2023-12-08
* Don't emit text for NamedKey without text reprKirill Chibisov2023-12-08
* Fix trigger of normal bindings in mouse modeKirill Chibisov2023-12-08
* Update to crossfont 0.6.0Kirill Chibisov2023-12-08
* Implement kitty's keyboard protocolKirill Chibisov2023-12-06
* Fix chars usage inside the mouse bindingsKirill Chibisov2023-12-06
* Don't use `::*` for enum variants in bindingsKirill Chibisov2023-12-03
* Fallback to underline shader when dotted failsKirill Chibisov2023-12-02
* Adjust default Vi's SearchBackwards bindingKirill Chibisov2023-11-28
* Fix IME popup positioningKirill Chibisov2023-11-24
* Damage entire window on font size changeKirill Chibisov2023-11-24
* Add migrate to alacritty(1)Kirill Chibisov2023-11-24
* Damage only terminal inside `alacritty_terminal`Kirill Chibisov2023-11-23
* Add error handling for OpenGL connection detailsPavel Roskin2023-11-22
* Simplify powerline drawing algorithmKirill Chibisov2023-11-19
* Fix Vi cursor not being dirty when scrollingKirill Chibisov2023-11-14
* Fix message bar damageKirill Chibisov2023-11-13
* Fix visual bell getting stuck on macOSKirill Chibisov2023-11-13