aboutsummaryrefslogtreecommitdiff
path: root/src/window.rs
Commit message (Expand)AuthorAge
* Update glutin to v0.11chetgurevitch2017-12-23
* Add new window section to configRobert Günzler2017-12-22
* Add 'borderless' optionRobert Günzler2017-12-22
* Revert "Wait to display window until initialization is complete (#907)"Joe Wilm2017-11-20
* Wait to display window until initialization is complete (#907)Charles2017-11-19
* set_urgent on mac throws a warning (#867)Ty Coghlan2017-10-26
* Change cursor from pointer to text (#778)Dustin2017-10-22
* Set urgent WM flag on bell on X11 systems (#812)Barret Rennie2017-10-21
* 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
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Add background_opacity option to set terminal transparency (#331)Gabriel Martinez2017-08-20
* Fix warnings on macOSJoe Wilm2017-08-11
* Don't panic when setting cursor visibility fails (#683)Tuomas Siipola2017-07-28
* add support for X input method (#691)Ted Yin2017-07-24
* Update to latest Glutin/winit (#671)Joe Wilm2017-07-20
* Find and set $WINDOWID to X11 window ID (#586)ns2017-05-27
* Add window padding optionTuomas Siipola2017-05-06
* Support setting _NET_WM_PID in X11 environmentsJoe Wilm2017-05-01
* hide mouse cursor mac osAnders Rasmussen2017-02-22
* Set cursor only when its visibility changesTuomas Siipola2017-02-22
* Add hide cursor when typing optionTuomas Siipola2017-02-22
* Add support for setting title from OSCJoe Wilm2017-01-11
* Replace need for drop_types_in_const with lazy_staticManish Goregaokar2017-01-06
* Added --title argument to set window titleRudis Muiznieks2017-01-06
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Rustup and clippyJoe Wilm2016-12-16
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Add display impl for Points<T>Joe Wilm2016-12-11
* Cleaning up main; Added window moduleJoe Wilm2016-12-11