summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Bump minimum Rust version to 1.37.0Christian Duerr
2020-01-18Force application symlink on macOS make buildJosh Comer
2020-01-17Change Alacritty .ico to use higher resolutionMichael Fresco
2020-01-17Replace `.nth(0)` with `.next()`Cole Helbling
2020-01-17Fix reset CLI parameters on config reload (#3216)Christian Duerr
2020-01-15Update font crate to 2018 editionDavid Hewitt
2020-01-15Expand line selection across wrapped linesChristian Duerr
2020-01-15Remove Windows working directory canonicalizationDavid Hewitt
2020-01-14Remove synthetic keyboard event handlingChristian Duerr
2020-01-12Bump VTE to 0.5.0Christian Duerr
2020-01-12Fix crash with invalid working directoryChristian Duerr
2020-01-11Fix font size reset when moving between screensChristian Duerr
2020-01-11Move Alacritty to organizationChristian Duerr
2020-01-10Bump glutin to 0.22.0Christian Duerr
2020-01-10Force exact modifiers match for mouse bindingsChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2020-01-09Add separate deployment for Windows releasesChristian Duerr
2020-01-08Build releases on Windows stableChristian Duerr
2020-01-07Fix keybinding deserializationChristian Duerr
2020-01-06Remove winit key remappingsChristian Duerr
2020-01-06Fix incorrect config path in --help and manpageChristian Duerr
2020-01-05Bump version to 0.4.2-devKirill Chibisov
2020-01-05Add `Minimize` binding actionKirill Chibisov
2020-01-05Bump winit to 0.20.0 Alpha 6Christian Duerr
2020-01-04Update outdated reftestsKirill Chibisov
2020-01-04Fix macOS OpenGL context resize orderingChristian Duerr
2020-01-03Replace deprecated Error methodssterlingjensen
2020-01-02Improve performance benchmarking documentationChristian Duerr
2020-01-02Clean up Windows PTY string handlingDavid Hewitt
2019-12-31Remove C1 escape supportChristian Duerr
2019-12-31Fix high startup time on wlroots compositorsKirill Chibisov
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-12Fix vague startup crash messages with WinPTYDavid Hewitt
2019-12-10Fix colored row reset performanceChristian Duerr
2019-12-09Add support for colored emojis on Linux/BSDKirill Chibisov