summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
AgeCommit message (Expand)Author
2020-02-23Fix config reload updating incorrect gridChristian Duerr
2020-02-22Fix block selection including last columnChristian Duerr
2020-02-17Extract winpty crateChristian Duerr
2020-02-15Fix parser stopping at unknown modesChristian Duerr
2020-02-12Fix incorrect display offset after rotationKirill Chibisov
2020-02-11Bump vte and urlocatorChristian Duerr
2020-02-10Revert "Fix backspace deleting chars when IME is open"Christian Duerr
2020-02-07Fix selection expansion across full-width glyphsChristian Duerr
2020-01-31Mirror OSC query terminatorChristian Duerr
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-24Fix selection rotating outside of scrolling regionChristian Duerr
2020-01-24Fix build error on OpenBSDeau
2020-01-21Fix oob error during selectionKirill Chibisov
2020-01-21Fix first cell when selection is off screenChristian Duerr
2020-01-20Disable drawing bold text bright by defaultKirill Chibisov
2020-01-20Remove scrolling.auto_scroll featureKirill Chibisov
2020-01-15Expand line selection across wrapped linesChristian Duerr
2020-01-15Remove Windows working directory canonicalizationDavid Hewitt
2020-01-12Bump VTE to 0.5.0Christian Duerr
2020-01-12Fix crash with invalid working directoryChristian Duerr
2020-01-11Move Alacritty to organizationChristian Duerr
2020-01-10Bump glutin to 0.22.0Christian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2020-01-05Bump version to 0.4.2-devKirill Chibisov
2020-01-04Update outdated reftestsKirill Chibisov
2020-01-02Clean up Windows PTY string handlingDavid Hewitt
2019-12-31Remove C1 escape supportChristian Duerr
2019-12-30Move live-shader-reload feature to alacrittyKirill Chibisov
2019-12-29Remove outdated information from READMEKirill Chibisov
2019-12-24Fix screen reset not clearing cell flagsChristian Duerr
2019-12-22Fix crash on clear when scrolled up in historyKirill Chibisov
2019-12-22Remove unneeded NamedPipe::connect() callsDavid Hewitt
2019-12-21Default to ConPTY instead of WinPTYDavid Hewitt
2019-12-21Fix Windows CI build failureChristian Duerr
2019-12-15Add conpty dynamic loading restrictions docssterlingjensen
2019-12-14Send PTY resize messages through event loopDavid Hewitt
2019-12-13Fix storage rotation errorChristian Duerr
2019-12-12Fix crash when resizing AlacrittyChristian Duerr
2019-12-12Fix deadlock when closing on Windows using ConptyDavid Hewitt
2019-12-10Fix colored row reset performanceChristian Duerr
2019-12-05Remove unnecessary lifetimes from winptysterlingjensen
2019-11-28Fix `OSC 52` with empty clipboard paramChristian Duerr
2019-11-23Fix modifiers not getting released with XWaylandChristian Duerr
2019-11-23Move renderer from alacritty_terminal to alacrittyKirill Chibisov
2019-11-19Bump master to 0.4.1-devChristian Duerr
2019-11-19Remove tests failing in release modeChristian Duerr
2019-11-18Fix deletion of lines when clearing the screenNathan Lilienthal
2019-11-17Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov
2019-11-17Fix cell reset not clearing flags and foregroundKirill Chibisov