aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
AgeCommit message (Expand)Author
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2019-03-30Rework URL highlightingChristian Duerr
2019-03-24Fix URL highlight crashChristian Duerr
2019-03-19Add URL hover highlightingChristian Duerr
2019-03-13Add text reflowChristian Duerr
2019-03-12Fix signal handling on Unix systemsRachel K
2019-03-08Add support for SpawnNewInstance using linux compat on FreeBSDTobias Kortkamp
2019-02-07Dynamically resize terminal for errors/warningsChristian Duerr
2019-01-19Fix crash on macOS and BSD with SpawnNewInstance actionCarlos Tuñón
2019-01-17Add config option to send or not send ESC when ALT-key is pressedSimon Dahlberg
2019-01-08Fix selection with right and middle mouseChristian Duerr
2019-01-05Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-08Fix recording of ref testsChristian Duerr
2018-11-19Add keybinding action for clearing warns/errorsChristian Duerr
2018-11-17Display errors and warningsChristian Duerr
2018-11-10Remove re-export of glutin size typesChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-02Fix selection while scrollingNathan Lilienthal
2018-11-01Rework cursor configurationChristian Duerr
2018-10-22Add option to open URLs on clickChristian Duerr
2018-10-16Allow the usage of scancodes in the configChristian Duerr
2018-09-27Fix selection start point lagging behind cursorChristian Duerr
2018-09-24Allow copying selection to primary clipboardGris Ge
2018-09-17Acknowledge first click on unfocused windows with bsd/linuxnolanl
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-07-28Merge branch 'master' into scrollbackChristian Duerr
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-22Add binding action for hiding the windowJosh Leeb-du Toit
2018-07-21Scrollback cleanupChristian Duerr
2018-07-01Fix clippy issuesChristian Duerr
2018-06-23Ignore mouse input if window is unfocusedFelippe da Motta Raposo
2018-06-08Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo
2018-06-02Remove dead codeJoe Wilm
2018-06-02Truncate invisible lines before storing ref-testsChristian Duerr
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix multi-line selection with single cell endChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Support selections with scrolling bufferJoe Wilm
2018-06-02Move selection into GridJoe Wilm
2018-06-02Scroll to bottom on character receivedJoe Wilm
2018-06-02checkpoint: very basic scrolling worksJoe Wilm
2018-05-29Update to glutin 0.16.0Francesca Frangipane
2018-05-11Fix clippy lintsChristian Duerr
2018-05-11Paste path into terminal when drag & dropping fileChristian Duerr
2018-03-12Add modifiers to mouse eventsChristian Duerr
2018-03-12Extend SGR and VT200 (normal) mouse supportCelti Burroughs
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr