aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
...
* Rename font crate to crossfontChristian Duerr2020-07-18
* Fix crashes during searchChristian Duerr2020-07-17
* Add different search label for backward searchChristian Duerr2020-07-17
* Fix selection update in viless searchChristian Duerr2020-07-17
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix padding change not being applied immediatelyKirill Chibisov2020-07-15
* Fix movement within search matchesChristian Duerr2020-07-14
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Remove alacritty.yml mentions from font crate errorsKirill Chibisov2020-07-11
* Fix crash when configured font is missingChristian Duerr2020-07-11
* Add readline bindings to searchChristian Duerr2020-07-10
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Update --help for class option to match manpageJeff Windsor2020-07-04
* Fix live right-click expansionChristian Duerr2020-06-24
* Add selection expansionChristian Duerr2020-06-23
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Rework default config binding replacementKirill Chibisov2020-06-15
* Cleanup window.rs importsChristian Duerr2020-06-08
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Add whitespace after dropped file pathsFernando2020-06-03
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Remove env_logger depedencyChristian Duerr2020-05-29
* Fix build warnings on macOS/WindowsKirill Chibisov2020-05-27
* Add subpixel anti-aliasing support on macOS 10.14+Casper Rogild Storm2020-05-17
* Fix vi ScrollToBottom motionChristian Duerr2020-05-16
* Fix emojis being blended with backgroundlbonn2020-05-12
* Treat Shift + Backspace as BackspaceAlexey Chernyshov2020-05-07
* Don't hide cursor on modifier pressDavid Herberth2020-05-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Use frame callbacks instead of vsync on WaylandKirill Chibisov2020-05-03
* Use numbers instead of strings for additional mouse bindingsDavid Herberth2020-05-02
* Call glFinish right after swap_buffers on X11Kirill Chibisov2020-05-01
* Fix clippy warningsMatthias Krüger2020-05-01
* Use embedded resource for window iconDavid Hewitt2020-04-25
* Update depedenciesBastien Orivel2020-04-18
* Add config option to set cursor thicknessKirill Chibisov2020-04-15
* Log critical errors with error! instead of println!Kirill Chibisov2020-04-12
* Fix various mouse mode + vi mode interactionsKirill Chibisov2020-04-10
* Use config colors to theme Wayland decorationsKirill Chibisov2020-04-09
* Add CopyPrimary keybinding action on Linux/BSDKirill Chibisov2020-03-23
* Remove right click deselectionStefan Devai2020-03-19
* Fix scrolling with selection outside of vimodeChristian Duerr2020-03-19
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Add default keybinding for SpawnNewInstance on macOSNathan Lilienthal2020-03-17
* Remove std::fs::read_to_string reimplementationMatthias Krüger2020-03-17
* Fix live config reload for window titleChristian Duerr2020-03-14
* Run clippy on oldest supported versionChristian Duerr2020-03-12