aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-07-29
|\|
| * Bump MSRV to 1.74.0Kirill Chibisov2024-07-17
| * Fix search bug with wrapline on first characterChristian Duerr2024-07-05
| * Fix spelling errorsJosh Soref2024-05-24
| * Fix IO safety violation from consequent dropping `OwnedFd`Jakob Hellermann2024-05-23
| * Fix FD leak after closing child windowsChristian Duerr2024-05-22
| * Ignore shell RCs for macOS zsh wrapperNathan Lilienthal2024-05-15
* | Use the published vte-graphics crate, instead of a Git repository.Ayose2024-06-03
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-05-15
|\|
| * Bump winit to 0.30.0Kirill Chibisov2024-05-04
| * Bump alacritty_terminal to 0.24.1-devChristian Duerr2024-05-03
| * Add `from_file_descriptors()` to `tty::unix`Owen Law2024-05-01
| * Fix window being focused by defaultKirill Chibisov2024-04-18
| * Update homepage and repository in Cargo manifestsFoorack / Max Faxälv2024-03-31
| * Allow setting terminal env vars via PTY optionsKirill Bulatov2024-03-18
| * Bump dependenciesChristian Duerr2024-03-18
| * Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-03-11
|\|
| * Set PTY's pixel size on startupKirill Chibisov2024-03-09
| * Send exit code events on child process exitKirill Bulatov2024-03-09
| * Expose more process info on WindowsSmall White2024-03-07
| * Fix log typoshuajin tong2024-03-06
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-03-04
|\|
| * Fix feature = "cargo-clippy" deprecationDimitris Apostolou2024-02-28
| * Fix regional scrolling leaking into historyChristian Duerr2024-02-14
| * Fix row indexing with inclusive rangesAlexandru Placinta2024-02-11
* | Include Sixel support in Device Attributes response.Ayose2024-03-04
* | Apply clippy suggestions.Ayose2024-02-12
* | Serialize/Deserialize only if the `serde` feature is set.Ayose2024-02-11
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2024-02-11
|\|
| * Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov2024-02-08
| * Bump alacritty_terminal to 0.22.1Christian Duerr2024-02-05
| * Fix unnecessary explicit panic in PTY Conrad Irwin2024-02-02
| * Fix invalid bounds in selection range conversionMohammad AlSaleh2024-01-27
| * Fix inline search expanding across newlinesChristian Duerr2024-01-14
| * Fix serde tests without default featuresChristian Duerr2024-01-06
| * Passthrough potential errors for `EventLoopSender`Hyper2023-12-30
| * Derive `Clone` for `EventLoopSender`Hyper2023-12-28
| * Update alacritty versionsChristian Duerr2023-12-14
| * Implement kitty's keyboard protocolKirill Chibisov2023-12-06
| * Fix DECRPM reportingKirill Chibisov2023-11-29
| * Bump dependenciesKirill Chibisov2023-11-24
| * Damage only terminal inside `alacritty_terminal`Kirill Chibisov2023-11-23
| * Add support for DECRPM/DECRQMKirill Chibisov2023-11-23
| * Update VTE to 0.13.0Kirill Chibisov2023-11-23
| * Add `--option` argument to `create-window`Christian Duerr2023-11-11
| * Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
| * Fix clippy warningsPavel Roskin2023-10-29
| * Fix typosPavel Roskin2023-10-25
| * Add inline vi mode searchChristian Duerr2023-10-20