summaryrefslogtreecommitdiffstats
path: root/src/event.rs
AgeCommit message (Expand)Author
2018-03-13Fix multi-line selection with single cell endChristian Duerr
2018-03-13Merge branch #1095Christian Duerr
2018-03-12Disable faux scrolling when shift is pressedChristian Duerr
2018-03-07Support selections with scrolling bufferJoe Wilm
2018-03-07Move selection into GridJoe Wilm
2018-03-07Scroll to bottom on character receivedJoe Wilm
2018-03-07checkpoint: very basic scrolling worksJoe Wilm
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
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-08print glutin events if --print-events is passedTom Crayford
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Fix panic when closing windowJoe Wilm
2017-01-04Draw the screen when Refresh event arrivesJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Hopefully fix read not triggering drawJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-25Refactor input processing to take action contextJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm