summaryrefslogtreecommitdiffstats
path: root/src/window.rs
AgeCommit message (Expand)Author
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-15Spawn alacritty window as invisibleChristian Duerr
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-23Update glutin to v0.11chetgurevitch
2017-12-22Add new window section to configRobert Günzler
2017-12-22Add 'borderless' optionRobert Günzler
2017-11-20Revert "Wait to display window until initialization is complete (#907)"Joe Wilm
2017-11-19Wait to display window until initialization is complete (#907)Charles
2017-10-26set_urgent on mac throws a warning (#867)Ty Coghlan
2017-10-22Change cursor from pointer to text (#778)Dustin
2017-10-21Set urgent WM flag on bell on X11 systems (#812)Barret Rennie
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-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
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