aboutsummaryrefslogtreecommitdiff
path: root/src/window.rs
Commit message (Expand)AuthorAge
* Add fullscreen supportacheronfail2019-04-23
* Fix duplicate resize eventsChristian Duerr2019-04-14
* Set maximum Rust version to 1.31.0Christian Duerr2019-04-09
* Bump version to 0.3.0Christian Duerr2019-04-08
* Fix build errors on BSDChristian Duerr2019-04-04
* Add official logoChristian Duerr2019-04-01
* Add rustfmt style guideChristian Duerr2019-03-30
* Fix `start_maximized` option on X11Elaina Martineau2019-03-25
* Add URL hover highlightingChristian Duerr2019-03-19
* Update glutin to version 0.20Christian Duerr2019-03-14
* Add option for window position at startupCole Helbling2019-03-11
* Add dynamic title support for WindowDavid Hewitt2019-03-07
* Set window title on WaylandChristian Duerr2019-02-06
* Use default cursor instead of arrow in mouse modeDarkDefender2019-01-02
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Request user attention when bell received in macOSBarret Rennie2018-12-02
* Add option for launching Alacritty maximizedJonathan Dahan2018-11-19
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Rework cursor configurationChristian Duerr2018-11-01
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Improve window.decorations options: (#1241)Joe Moon2018-09-20
* Show hollow cursor for windows starting unfocusedChristian Duerr2018-09-19
* Add binding action for hiding the windowJosh Leeb-du Toit2018-07-22
* Override dynamic_title when --title is specifiedNathan Lilienthal2018-06-18
* Add working --class and --title CLI parametersTezkerek2018-06-07
* Update to glutin 0.16.0Francesca Frangipane2018-05-29
* Try to create window with different SRGB config when failedYOSHIOKA Takuma2018-03-13
* Enable SRGB (#1178)らりお (YOSHIOKA Takuma)2018-03-12
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Spawn alacritty window as invisibleChristian Duerr2018-01-15
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* 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