aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
* 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
* Update to glutin 0.24.0Christian Duerr2020-03-12
* Fix selection with invisible start and endChristian Duerr2020-03-07
* Fix ignoring of slow touchpad scrollingTimo2020-03-02
* Remove `tabspaces` config optionChristian Duerr2020-03-01
* Remove unnecessary macos focus checkChristian Duerr2020-02-27
* Add seconds and nanoseconds to log outputChristian Duerr2020-02-14
* Increase Beam, Underline and Box cursors' line widthKirill Chibisov2020-02-13
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Update glutin to v0.23.0Kirill Chibisov2020-02-07
* Fix selection expansion across full-width glyphsChristian Duerr2020-02-07
* Start window invisible on WindowsKirill Chibisov2020-02-04
* Remove unsetting of dirty flag on key pressChristian Duerr2020-02-03
* Fix backspace deleting chars when IME is openChristian Duerr2020-01-30