aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/url.rs
Commit message (Expand)AuthorAge
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Fix inconsistent_struct_constructor clippy lintMatthias Krüger2021-03-12
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Add ability to select text during searchChristian Duerr2020-11-13
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Fix selection scrolling with message bar visibleChristian Duerr2020-08-14
* Rename font crate to crossfontChristian Duerr2020-07-18
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Fix selection expansion across full-width glyphsChristian Duerr2020-02-07
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Force exact modifiers match for mouse bindingsChristian Duerr2020-01-10
* Fix cut off full width glyphs in last columnChristian Duerr2020-01-09
* Bump winit to 0.20.0 Alpha 6Christian Duerr2020-01-05
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23
* Fix excessive allocations in URL parserChristian Duerr2019-11-22
* Fix URL scheme highlightingChristian Duerr2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03