aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
Commit message (Expand)AuthorAge
* Fix selection start point lagging behind cursorChristian Duerr2018-09-27
* Allow copying selection to primary clipboardGris Ge2018-09-24
* Acknowledge first click on unfocused windows with bsd/linuxnolanl2018-09-17
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Merge branch 'master' into scrollbackChristian Duerr2018-07-28
|\
| * Add binding action for hiding the windowJosh Leeb-du Toit2018-07-22
| * Fix clippy issuesChristian Duerr2018-07-01
| * Ignore mouse input if window is unfocusedFelippe da Motta Raposo2018-06-23
| * Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo2018-06-08
* | Merge master into scrollbackChristian Duerr2018-07-28
* | Scrollback cleanupChristian Duerr2018-07-21
* | Remove dead codeJoe Wilm2018-06-02
* | Truncate invisible lines before storing ref-testsChristian Duerr2018-06-02
* | Replace scrolling methods with enumChristian Duerr2018-06-02
* | Add scrollback hotkeysChristian Duerr2018-06-02
* | Fix multi-line selection with single cell endChristian Duerr2018-06-02
* | Merge branch #1095Christian Duerr2018-06-02
* | Support selections with scrolling bufferJoe Wilm2018-06-02
* | Move selection into GridJoe Wilm2018-06-02
* | Scroll to bottom on character receivedJoe Wilm2018-06-02
* | checkpoint: very basic scrolling worksJoe Wilm2018-06-02
|/
* Update to glutin 0.16.0Francesca Frangipane2018-05-29
* Fix clippy lintsChristian Duerr2018-05-11
* Paste path into terminal when drag & dropping fileChristian Duerr2018-05-11
* Add modifiers to mouse eventsChristian Duerr2018-03-12
* Extend SGR and VT200 (normal) mouse supportCelti Burroughs2018-03-12
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Add clippy check to travisChristian Duerr2018-01-06
* Pass ModifiersState to mouse_moved method tooChristian Duerr2018-01-03
* Pass ModifiersState to mouse input as wholeChristian Duerr2018-01-03
* Update mouse modifiers to only pass shiftChristian Duerr2018-01-03
* Enable shift+select in mouse modeChristian Dürr2018-01-03
* Add custom box cursor for unfocused windowChristian Duerr2017-12-24
* Update glutin to v0.11chetgurevitch2017-12-23
* Update glutin to v0.10Chet Gurevitch2017-12-23
* Set urgent WM flag on bell on X11 systems (#812)Barret Rennie2017-10-21
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Revert "Update glutin & fix a few wayland issues (#815)"Joe Wilm2017-10-06
* Update glutin & fix a few wayland issues (#815)Victor Berger2017-10-06
* Fix #721: touchpad scrolling (#726)Linus Heckemann2017-09-02
* Fix panic when resizingJoe Wilm2017-08-21
* Update to latest Glutin/winit (#671)Joe Wilm2017-07-20
* Fix unnecessary redraws with active selectionJoe Wilm2017-06-19
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Implement FocusIn/FocusOut reports (#589)Aaron Hill2017-05-29
* Document hide cursor when typing behaviourTuomas Siipola2017-02-22
* Fix cursor visibility when window lost focusTuomas Siipola2017-02-22
* Set cursor only when its visibility changesTuomas Siipola2017-02-22
* Add hide cursor when typing optionTuomas Siipola2017-02-22
* Add visual bell supportMark Andrus Roberts2017-02-07