summaryrefslogtreecommitdiffstats
path: root/alacritty
AgeCommit message (Expand)Author
2020-08-01Fix crates.io publishing restrictionsChristian Duerr
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
2020-07-27Fix scrolling with selection expansionChristian Duerr
2020-07-25Fix viless search originChristian Duerr
2020-07-19Bump version to 0.6.0-devChristian Duerr
2020-07-19Bump alacritty_terminal versionChristian Duerr
2020-07-18Rename font crate to crossfontChristian Duerr
2020-07-17Fix crashes during searchChristian Duerr
2020-07-17Add different search label for backward searchChristian Duerr
2020-07-17Fix selection update in viless searchChristian Duerr
2020-07-15Add support for searching without vi modeChristian Duerr
2020-07-15Fix padding change not being applied immediatelyKirill Chibisov
2020-07-14Fix movement within search matchesChristian Duerr
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-07-11Remove alacritty.yml mentions from font crate errorsKirill Chibisov
2020-07-11Fix crash when configured font is missingChristian Duerr
2020-07-10Add readline bindings to searchChristian Duerr
2020-07-10Fix clipboard not working on KDE WaylandKirill Chibisov
2020-07-10Add option to run command on bell Kirill Chibisov
2020-07-10Fail compilation if Fontconfig is not installed on Linux/BSDKirill Chibisov
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-07-04Update --help for class option to match manpageJeff Windsor
2020-06-24Fix live right-click expansionChristian Duerr
2020-06-23Add selection expansionChristian Duerr
2020-06-18Add automatic scrolling during selectionChristian Duerr
2020-06-15Use compile_error! instead of panic! in build.rsKirill Chibisov
2020-06-15Rework default config binding replacementKirill Chibisov
2020-06-08Cleanup window.rs importsChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-06-05Refactor Shell, Command, and Launcher to share implKirill Chibisov
2020-06-03Add whitespace after dropped file pathsFernando
2020-06-02Add cargo feature for WinPTYDavid Hewitt
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-29Remove env_logger depedencyChristian Duerr
2020-05-27Fix build warnings on macOS/WindowsKirill Chibisov
2020-05-24Remove unused dependenciesMatthias Krüger
2020-05-24Update dependenciesKirill Chibisov
2020-05-17Add subpixel anti-aliasing support on macOS 10.14+Casper Rogild Storm
2020-05-16Fix vi ScrollToBottom motionChristian Duerr
2020-05-12Remove prebuilt linux binariesChristian Duerr
2020-05-12Fix emojis being blended with backgroundlbonn
2020-05-07Treat Shift + Backspace as BackspaceAlexey Chernyshov
2020-05-06Don't hide cursor on modifier pressDavid Herberth
2020-05-05Extend style guideline documentationChristian Duerr
2020-05-03Use frame callbacks instead of vsync on WaylandKirill Chibisov
2020-05-02Use numbers instead of strings for additional mouse bindingsDavid Herberth
2020-05-01Call glFinish right after swap_buffers on X11Kirill Chibisov
2020-05-01Fix clippy warningsMatthias Krüger
2020-04-25Use embedded resource for window iconDavid Hewitt