summaryrefslogtreecommitdiffstats
path: root/src/window.rs
AgeCommit message (Expand)Author
2019-02-06Set window title on WaylandChristian Duerr
2019-01-02Use default cursor instead of arrow in mouse modeDarkDefender
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-02Request user attention when bell received in macOSBarret Rennie
2018-11-19Add option for launching Alacritty maximizedJonathan Dahan
2018-11-10Remove re-export of glutin size typesChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-01Rework cursor configurationChristian Duerr
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-20Improve window.decorations options: (#1241)Joe Moon
2018-09-19Show hollow cursor for windows starting unfocusedChristian Duerr
2018-07-22Add binding action for hiding the windowJosh Leeb-du Toit
2018-06-18Override dynamic_title when --title is specifiedNathan Lilienthal
2018-06-07Add working --class and --title CLI parametersTezkerek
2018-05-29Update to glutin 0.16.0Francesca Frangipane
2018-03-13Try to create window with different SRGB config when failedYOSHIOKA Takuma
2018-03-12Enable SRGB (#1178)らりお (YOSHIOKA Takuma)
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