summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/selection.rs
AgeCommit message (Expand)Author
2024-01-27Fix invalid bounds in selection range conversionMohammad AlSaleh
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-06-26Update wix on the release CIKirill Chibisov
2022-12-14Fix multi-line bracket selectionChristian Duerr
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-05-22Improve rendering performanceChristian Duerr
2021-05-07Fix crash when copying out of bounds selectionsChristian Duerr
2021-05-01Fix single column block selectionChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-12-28Draw cursor with rect rendererKirill Chibisov
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-09-27Add support for single line terminalsii41
2020-08-28Add escape to report text area sizeAyose Cazorla
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-06-26Clear selection on clear line/screen escapesKirill Chibisov
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-18Add modal keyboard motion modeChristian Duerr
2020-03-12Fix crash when selecting last columnChristian Duerr
2020-02-07Fix selection expansion across full-width glyphsChristian Duerr
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-24Fix selection rotating outside of scrolling regionChristian Duerr
2020-01-21Fix oob error during selectionKirill Chibisov
2020-01-21Fix first cell when selection is off screenChristian Duerr
2020-01-15Expand line selection across wrapped linesChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2019-11-03Fix URL highlightingChristian Duerr
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-09-13Fix empty block selection detectionChristian Duerr
2019-06-20Add block selectionChristian Duerr
2019-06-06Fix index out of bounds during selectionChristian Duerr
2019-05-11Add support for double-click bracket-pair selectionJean Mertz
2019-04-29Fix selection of double-width charactersChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois