summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09Add missing docs for ScrollHalfPageUp/DownKirill Chibisov
2020-06-08Cleanup window.rs importsChristian Duerr
2020-06-07Update dependenciesKirill Chibisov
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-06-05Fix class and cursor thickness deserializationKirill Chibisov
2020-06-05Refactor Shell, Command, and Launcher to share implKirill Chibisov
2020-06-04Fix font rendering regression on macOSJade Michael Thornton
2020-06-03Add version 0.4.3 entries to changelogChristian Duerr
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-30Update dependenciesKirill Chibisov
2020-05-29Remove env_logger depedencyChristian Duerr
2020-05-27Add documentation about patch releasesChristian Duerr
2020-05-27Set IUTF8 input setting on supported platformsKirill Chibisov
2020-05-27Fix build warnings on macOS/WindowsKirill Chibisov
2020-05-24Remove unused dependenciesMatthias Krüger
2020-05-24Update dependenciesKirill Chibisov
2020-05-21Update copypasta to v0.7.0Kirill Chibisov
2020-05-17Add subpixel anti-aliasing support on macOS 10.14+Casper Rogild Storm
2020-05-17Fix crash when writing wide char in last columnChristian Duerr
2020-05-16Bump winit to 0.22.2Christian Duerr
2020-05-16Change default color scheme to 'Tomorrow Night'Alexey Chernyshov
2020-05-16Fix vi ScrollToBottom motionChristian Duerr
2020-05-14Refine documentation on disabling the URL launcherTyler G. Sherrard
2020-05-14Add support for Fontconfig embolden and matrix optionsKirill Chibisov
2020-05-13Fix OSCs terminated by \x9c byte in unicodeChristian Duerr
2020-05-12Remove prebuilt linux binariesChristian Duerr
2020-05-12Fix emojis being blended with backgroundlbonn
2020-05-07Fix INSTALL.md platform orderingChristian Duerr
2020-05-07Add fontconfig to Clear Linux install requirementsPierre Massat
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-02Fix scrolling multiplier documentationJeff Windsor
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-30Fix startup locale on macOSCasper Rogild Storm
2020-04-25Use embedded resource for window iconDavid Hewitt
2020-04-23Update depedenciesChristian Duerr
2020-04-23Bump minimum supported Rust version to 1.41.0Christian Duerr
2020-04-21Fix code formattingChristian Duerr
2020-04-20Clear selection on grid swapRémi Garde
2020-04-18Update depedenciesBastien Orivel
2020-04-16Add Windows font fallbackDavid Hewitt
2020-04-15Add config option to set cursor thicknessKirill Chibisov
2020-04-12Log critical errors with error! instead of println!Kirill Chibisov