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