aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-08-04
|\|
| * Make grid mutably accessible to librariesMikayla Maki2022-07-29
| * Fix clippy warningsChris Copeland2022-07-25
| * Fix inverted condition for cell's extra clearingKirill Chibisov2022-07-24
| * Register Alacritty shells as tty sessions on macOSChris Copeland2022-07-24
| * Remove panics from UNIX PTY initializationMikayla Maki2022-07-20
| * Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* | Initialize cell dimensions when create a Graphics instance.Ayose2022-07-15
* | Changes in sixel module to be compatible with oldstable.Ayose2022-07-15
* | Use hls_to_rgb implementation from libsixel.Ayose2022-07-15
* | Fix clippy warnings.Ayose2022-07-14
* | Merge branch 'master' into graphics-privateAyose2022-07-13
|\|
| * Fix hyperlinks not being keyboard actionableKirill Chibisov2022-07-11
* | Optimize graphics replacement.Ayose2022-07-13
* | Allow overlapping graphics.Ayose2022-07-13
* | Allow replacing part of a graphic with text.Ayose2022-07-12
* | Allow hue values up to 360 in the Sixel parser.Ayose2022-07-12
* | Fill all cells under a graphic with the template.Ayose2022-07-12
* | Merge with alacritty/masterAyose2022-07-12
|\|
| * Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
| * Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
| * Bump dirs to 4.0.0a5ob7r2022-06-20
| * Bump copypasta to 0.8.0Christian Duerr2022-06-16
| * Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils2022-06-15
| * Fix flickering during resize on WaylandKirill Chibisov2022-06-09
| * Fix old vi cursor not being properly damagedKirill Chibisov2022-06-07
| * Fix a few minor clippy lintsYuri Astrakhan2022-06-02
| * Fix DEC Special Character Set (Line drawing)André Kugland2022-06-01
| * Fix Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
| * Enable damage tracking only on WaylandKirill Chibisov2022-05-20
| * Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
| * Fix OSC 4 color response formatChristian Duerr2022-03-31
| * Add colored underline supportKirill Chibisov2022-03-16
| * Fix crash when searching during resetChristian Duerr2022-03-10
| * Add support for dashed and dotted underlinesKirill Chibisov2022-02-14
| * Add support for drawing undercurlsKirill Chibisov2022-02-08
| * Fix alacritty_terminal not emitting damage on color changeKirill Chibisov2022-02-07
| * Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
| * Fix typo in SizeInfo padding_y rustdocÖmer Sinan Ağacan2022-01-21
| * Fix OSC 104 with empty second parameterDaftMouse2022-01-20
| * Add ´?´ support to OSC 4DaftMouse2022-01-15
| * Fix fullwidth char regex search infinite loopChristian Duerr2022-01-08
| * Fix last column block selectiona5ob7r2022-01-07
| * Trim \n from hints/semantic-/simple selectiona5ob7r2022-01-04
| * Migrate to 2021 editionChristian Duerr2021-12-26
| * Bump development version to 0.11.0-devChristian Duerr2021-12-26
| * Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
| * Remove shared PID/FD variablesChristian Duerr2021-12-19
| * Keep history position when viewport is cleareda5ob7r2021-12-18
| * Remove trailing whitespace from block selectionjeremycostanzo2021-12-18