summaryrefslogtreecommitdiffstats
path: root/alacritty
AgeCommit message (Expand)Author
2020-03-17Remove std::fs::read_to_string reimplementationMatthias Krüger
2020-03-14Bump version to 0.5.0-devChristian Duerr
2020-03-14Fix live config reload for window titleChristian Duerr
2020-03-13Capitalized the .desktop Filename (#3425)Nathan Lilienthal
2020-03-13Add option to pick Linux/BSD backendsKirill Chibisov
2020-03-12Run clippy on oldest supported versionChristian Duerr
2020-03-12Update to glutin 0.24.0Christian Duerr
2020-03-07Fix selection with invisible start and endChristian Duerr
2020-03-02Fix ignoring of slow touchpad scrollingTimo
2020-03-01Remove `tabspaces` config optionChristian Duerr
2020-02-27Remove unnecessary macos focus checkChristian Duerr
2020-02-27Add missing angled bracket to emailCole Helbling
2020-02-14Add seconds and nanoseconds to log outputChristian Duerr
2020-02-13Increase Beam, Underline and Box cursors' line widthKirill Chibisov
2020-02-11Bump vte and urlocatorChristian Duerr
2020-02-10Revert "Fix backspace deleting chars when IME is open"Christian Duerr
2020-02-07Update glutin to v0.23.0Kirill Chibisov
2020-02-07Fix selection expansion across full-width glyphsChristian Duerr
2020-02-04Start window invisible on WindowsKirill Chibisov
2020-02-03Remove unsetting of dirty flag on key pressChristian Duerr
2020-01-30Fix backspace deleting chars when IME is openChristian Duerr
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-25Add font metric cachingKirill Chibisov
2020-01-22Add debug log for missing configChristian Duerr
2020-01-22Fix underline position for bitmap fontsKirill Chibisov
2020-01-21Fix stack overflow when printing shader errorKirill Chibisov
2020-01-20Remove scrolling.auto_scroll featureKirill Chibisov
2020-01-17Fix reset CLI parameters on config reload (#3216)Christian Duerr
2020-01-14Remove synthetic keyboard event handlingChristian 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-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-04Fix macOS OpenGL context resize orderingChristian Duerr
2020-01-03Replace deprecated Error methodssterlingjensen
2020-01-02Clean up Windows PTY string handlingDavid Hewitt
2019-12-31Fix high startup time on wlroots compositorsKirill Chibisov
2019-12-30Move live-shader-reload feature to alacrittyKirill Chibisov
2019-12-15Add conpty dynamic loading restrictions docssterlingjensen
2019-12-14Send PTY resize messages through event loopDavid Hewitt
2019-12-12Fix deadlock when closing on Windows using ConptyDavid Hewitt
2019-12-09Add support for colored emojis on Linux/BSDKirill Chibisov