aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
...
* Add support for '~/' in config importsChristian Duerr2020-11-24
* Increase font size in CSDs on WaylandKirill Chibisov2020-11-22
* Fix stdout log message orderKirill Chibisov2020-11-19
* Ignore nonexistent config imports instead of raising an errorJames Simpson2020-11-19
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Feature gate 'image' when building without x11 featureKirill Chibisov2020-11-14
* Add ability to select text during searchChristian Duerr2020-11-13
* Spawn new alacritty processes in CWD on macOSNathan Lilienthal2020-11-07
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Fix visual bell getting stuckChristian Duerr2020-10-30
* Fix crash with large negative font offsetChristian Duerr2020-10-29
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Fix build failure on macOS without featuresChristian Duerr2020-10-28
* Remove unneeded collect during line rect creationMark Lodato2020-10-22
* Check viewport size after initial resizeChristian Duerr2020-10-22
* Fix incorrect X11 feature checkChristian Duerr2020-10-12
* Make use of glutin wayland/x11 featuresKirill Chibisov2020-10-12
* Add support for urgency hints CSITaylor Blau2020-10-10
* Fix feature checking in cross buildsKirill Chibisov2020-10-10
* Bump glutin to 0.25.0Kirill Chibisov2020-10-07
* Fix non-ascii message bar text width calculationAlessandro Menezes2020-10-04
* Add support for single line terminalsii412020-09-27
* Fix IME position with fullwidth chars in searchChristian Duerr2020-09-25
* Log new padding and cell size on 'SizeInfo' updateKirill Chibisov2020-09-24
* Fix CLI arguments without config fileChristian Duerr2020-09-20
* Improve example for the -o CLI flagNathan Lilienthal2020-09-13
* Pass existing CLI parameters to SpawnNewInstanceRohan Poojary2020-09-06
* Fix multiline URL highlightingChristian Duerr2020-08-30
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Fix config import error handlingChristian Duerr2020-08-22
* Add configuration file importsChristian Duerr2020-08-21
* Add logging for crossfontChristian Duerr2020-08-14
* Fix selection scrolling with message bar visibleChristian Duerr2020-08-14
* Use yellow/red from the config for message bar colorsKirill Chibisov2020-08-13
* Use user's background color for render timer textKirill Chibisov2020-08-13
* Add support for double underlinesChristian Duerr2020-08-12
* Remove markdownish markup from `--help` outputKirill Chibisov2020-08-10
* Fix characters swallowed during searchChristian Duerr2020-08-09
* Add ^C binding to cancel search and leave Vi modeChristian Duerr2020-08-10
* Fix clippy issuesChristian Duerr2020-08-06
* Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr2020-08-06
* Reduce InstanceData footprintJoe Wilm2020-08-05
* Fix negative window positionChristian Duerr2020-08-02
* Fix crates.io publishing restrictionsChristian Duerr2020-08-01
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Fix scrolling with selection expansionChristian Duerr2020-07-27
* Fix viless search originChristian Duerr2020-07-25