summaryrefslogtreecommitdiffstats
path: root/src/event.rs
AgeCommit message (Expand)Author
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
2018-01-03Pass ModifiersState to mouse_moved method tooChristian Duerr
2018-01-03Pass ModifiersState to mouse input as wholeChristian Duerr
2018-01-03Update mouse modifiers to only pass shiftChristian Duerr
2018-01-03Enable shift+select in mouse modeChristian Dürr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-23Update glutin to v0.11chetgurevitch
2017-12-23Update glutin to v0.10Chet Gurevitch
2017-10-21Set urgent WM flag on bell on X11 systems (#812)Barret Rennie
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-10-06Revert "Update glutin & fix a few wayland issues (#815)"Joe Wilm
2017-10-06Update glutin & fix a few wayland issues (#815)Victor Berger
2017-09-02Fix #721: touchpad scrolling (#726)Linus Heckemann
2017-08-21Fix panic when resizingJoe Wilm
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-06-19Fix unnecessary redraws with active selectionJoe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-05-29Implement FocusIn/FocusOut reports (#589)Aaron Hill
2017-02-22Document hide cursor when typing behaviourTuomas Siipola
2017-02-22Fix cursor visibility when window lost focusTuomas Siipola
2017-02-22Set cursor only when its visibility changesTuomas Siipola
2017-02-22Add hide cursor when typing optionTuomas Siipola
2017-02-07Add visual bell supportMark Andrus Roberts
2017-02-07Semantic SelectionXiaoyu Yin
2017-02-02Decouple input processing from TermJoe Wilm