aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src
Commit message (Expand)AuthorAge
...
* Fix colored row reset performanceChristian Duerr2019-12-10
* Remove unnecessary lifetimes from winptysterlingjensen2019-12-05
* Fix `OSC 52` with empty clipboard paramChristian Duerr2019-11-28
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23
* Remove tests failing in release modeChristian Duerr2019-11-19
* Fix deletion of lines when clearing the screenNathan Lilienthal2019-11-18
* Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov2019-11-17
* Fix cell reset not clearing flags and foregroundKirill Chibisov2019-11-17
* Fix WinPTY freeze on terminationMaciej Makowski2019-11-16
* Fix `CSI Ps M` deleting lines above cursorChristian Duerr2019-11-15
* Fix division by zero without any cols or linesBurak Yigit Kaya2019-11-14
* Fix mouse modes not being mutually exclusiveKirill Chibisov2019-11-12
* Add escape for reading clipboardChristian Duerr2019-11-11
* Add UTF-8 mouse mode supportKirill Chibisov2019-11-04
* Fix incorrect cell foreground when clearing screenChristian Duerr2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03
* Fix clippy warningsChristian Duerr2019-11-02
* Fix visual bell rendering modeKirill Chibisov2019-10-26
* Update dependenciesKirill Chibisov2019-10-23
* Fix XEmbed compilation error on 32-bit platformscyclopsian2019-10-20
* Fix window title not filled by defaultDustin2019-10-17
* Print launch command name on failureChristian Duerr2019-10-15
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Add support for title stack escape sequencesDustin2019-10-14
* Add --hold CLI flagValentin Ignatev2019-10-09
* Remove automatic config generationKirill Chibisov2019-10-06
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Add live config reload for font sizewayne2019-10-02
* Concatenate parameters of title OSCPaolo Capriotti2019-09-28
* Add `ReceiveChar` action for passing key's textzsugabubus2019-09-28
* Fix selection not inverting terminal backgroundChristian Duerr2019-09-26
* Fix cell opacity when color matches terminal bgKirill Chibisov2019-09-26
* Fix overflow on wrong scroll region settingKirill Chibisov2019-09-26
* Add Xembed supportmkosem2019-09-24
* Remove outdated TODO/FIXME commentsChristian Duerr2019-09-21
* Initialize only visible charactersChristian Duerr2019-09-19
* Rework default bindingsKirill Chibisov2019-09-18
* Remove code for setting _NET_WM_PIDChristian Duerr2019-09-16
* Fix bindings incorrectly getting replacedChristian Duerr2019-09-16
* Fix empty block selection detectionChristian Duerr2019-09-13
* Replace uninitialized with MaybeUninitMatthias Krüger2019-09-10
* Reset the Mouse Cursor While SelectingNathan Lilienthal2019-09-09
* Fix legacy xparsecolor regressionChristian Duerr2019-08-28
* Fix url highlight not showing with required modifiersChristian Duerr2019-08-26
* Add bold italic font supportChris Morgan2019-08-25
* Show text cursor when pressing shift in mouse modeJohn Sullivan2019-08-24
* Follow xparsecolor spec in escape sequencesrbong2019-08-19
* Fix clippy issuesChristian Duerr2019-08-16
* Fix smithay-clipboard integrationKirill Chibisov2019-08-16
* Format codeChristian Duerr2019-08-08