aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
Commit message (Expand)AuthorAge
...
| * Fix `;` character in URI OSC 8 payloadKirill Chibisov2023-03-19
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2023-03-01
|\|
| * Update winit to 0.28Kirill Chibisov2023-02-02
| * Preserve last column with erase in line rightChristian Duerr2023-01-15
* | Apply rustfmt to term/mod.rs.Ayose2022-10-20
* | Update damage when a graphics is inserted.Ayose2022-10-20
* | CSI XTSMGRAPHICS Pi=2, Pa=1 should return dimensions that fit in text areakumattau2022-10-21
* | Set graphics limit per cell.Ayose2022-10-16
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-10-16
|\|
| * Fix clippy warningsChristian Duerr2022-10-12
| * Add IPC config subcommandChristian Duerr2022-09-01
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-08-04
|\|
| * Make grid mutably accessible to librariesMikayla Maki2022-07-29
| * Fix inverted condition for cell's extra clearingKirill Chibisov2022-07-24
* | Initialize cell dimensions when create a Graphics instance.Ayose2022-07-15
* | 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
* | 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
| * 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 Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
| * 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
| * 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
| * Keep history position when viewport is cleareda5ob7r2021-12-18
| * Remove trailing whitespace from block selectionjeremycostanzo2021-12-18
| * Fix vi cursor moving incorrectly with new outputa5ob7r2021-12-03
| * Fix crash when vi cursor in history during cleara5ob7r2021-12-03
| * Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
| * Fix libxkbcommon-devel package name for openSUSEDiego Garza2021-11-02
| * Add multi-window supportChristian Duerr2021-10-23
* | Interprets mode 80 as Sixel Display Mode.Ayose2021-09-24
* | Terminal mode to control cursor position after a new graphic.Ayose2021-09-24
|\ \
| * | move_forward takes a relative column count, not an absolute column numberDaniel Brooks2021-06-20