aboutsummaryrefslogtreecommitdiff
path: root/src/window.rs
AgeCommit message (Expand)Author
2017-08-20Add background_opacity option to set terminal transparency (#331)Gabriel Martinez
2017-08-11Fix warnings on macOSJoe Wilm
2017-07-28Don't panic when setting cursor visibility fails (#683)Tuomas Siipola
2017-07-24add support for X input method (#691)Ted Yin
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-05-27Find and set $WINDOWID to X11 window ID (#586)ns
2017-05-06Add window padding optionTuomas Siipola
2017-05-01Support setting _NET_WM_PID in X11 environmentsJoe Wilm
2017-02-22hide mouse cursor mac osAnders Rasmussen
2017-02-22Set cursor only when its visibility changesTuomas Siipola
2017-02-22Add hide cursor when typing optionTuomas Siipola
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-06Added --title argument to set window titleRudis Muiznieks
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Add display impl for Points<T>Joe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm