aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
Commit message (Expand)AuthorAge
* Add fullscreen supportacheronfail2019-04-23
* Add rustfmt style guideChristian Duerr2019-03-30
* Rework URL highlightingChristian Duerr2019-03-30
* Fix URL highlight crashChristian Duerr2019-03-24
* Add URL hover highlightingChristian Duerr2019-03-19
* Add text reflowChristian Duerr2019-03-13
* Fix signal handling on Unix systemsRachel K2019-03-12
* Add support for SpawnNewInstance using linux compat on FreeBSDTobias Kortkamp2019-03-08
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Fix crash on macOS and BSD with SpawnNewInstance actionCarlos Tuñón2019-01-19
* Add config option to send or not send ESC when ALT-key is pressedSimon Dahlberg2019-01-17
* Fix selection with right and middle mouseChristian Duerr2019-01-08
* Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón2019-01-05
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix recording of ref testsChristian Duerr2018-12-08
* Add keybinding action for clearing warns/errorsChristian Duerr2018-11-19
* Display errors and warningsChristian Duerr2018-11-17
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix selection while scrollingNathan Lilienthal2018-11-02
* Rework cursor configurationChristian Duerr2018-11-01
* Add option to open URLs on clickChristian Duerr2018-10-22
* Allow the usage of scancodes in the configChristian Duerr2018-10-16
* 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