aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-22Add binding action for hiding the windowJosh Leeb-du Toit
2018-07-21Allow specifying modifiers for mouse bindingsChristian Duerr
2018-07-20Switch from deprecated `std::env::home_dir` to `dirs::home_dir`Christian Duerr
2018-07-15Add bright foreground color optionChristian Duerr
2018-07-15Add support for cursor shape escape sequenceAnthony Clays
2018-07-15Add config for unfocused window cursor changePatrycja Balik
2018-07-05Replace debug asserts with static_assertionsChristian Duerr
2018-07-01Remove unnecessary clippy lint annotationsMatthias Krüger
2018-07-01Update manpage to document all CLI optionsChristian Duerr
2018-07-01Fix clippy issuesChristian Duerr
2018-06-23Ignore mouse input if window is unfocusedFelippe da Motta Raposo
2018-06-19Change green implementation to use the macroasoderman
2018-06-18Override dynamic_title when --title is specifiedNathan Lilienthal
2018-06-17Move to cargo clippyChristian Duerr
2018-06-16Add Copy/Cut/Paste keysChristian Duerr
2018-06-08Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo
2018-06-07Add working --class and --title CLI parametersTezkerek
2018-06-07Allow disabling DPI scalingChristian Duerr
2018-05-29Update to glutin 0.16.0Francesca Frangipane
2018-05-25Fix typo in error messageRandy Ramos
2018-05-25Fix locale_id for older versions of OS X (<= 10.11)Bradford Boyle
2018-05-14handle older macOS versionsJoe Moon
2018-05-14macos: add check for valid localeJoe Moon
2018-05-14remove commented out lineJoe Moon
2018-05-14Set $LANG env var using languageCode, countryCodeJoe Moon
2018-05-11Fix clippy lintsChristian Duerr
2018-05-11Paste path into terminal when drag & dropping fileChristian Duerr
2018-05-05Don't paste selection when in mouse modeChristian Duerr
2018-04-27macOS: fixes segfault on nightlyJoe Moon
2018-04-14alacritty: add support for OpenBSD.Matt T. Proud
2018-03-22Explicitly call log::set_max_level (Closes: #1201)Harlan Lieberman-Berg
2018-03-13Try to create window with different SRGB config when failedYOSHIOKA Takuma
2018-03-12Switch meta key to alt instead of superChristian Duerr
2018-03-12Add modifiers to mouse eventsChristian Duerr
2018-03-12Fix clippy lintsCelti Burroughs
2018-03-12Rename button_state to prev_state for clarityCelti Burroughs
2018-03-12Extend SGR and VT200 (normal) mouse supportCelti Burroughs
2018-03-12Enable SRGB (#1178)らりお (YOSHIOKA Takuma)
2018-03-12Prevent negative cell dimensions (#1181)Christian Duerr
2018-03-09Add caret keyMichael Schumacher
2018-03-09Fix benchmarksChristian Duerr
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-02-28Update arraydeque dependencyAndy Lok
2018-01-26Update dependenciesgolem131
2018-01-18Implement `reset_state` of Term struct (#1035)Christian Duerr
2018-01-15Spawn alacritty window as invisibleChristian Duerr
2018-01-08Fix `ioctl` call failing on 32 bit architecture (#1011)Christian Duerr
2018-01-08Fix indexed color setting regressionNiklas Claesson
2018-01-07Revert #987 behavior on macos (#1007)Christian Duerr
2018-01-07Non-bracketed paste support for DOS CRLFs.Giorgio Gallo