Module: wine
Branch: master
Commit: 04d4584deadbd4dd7627be46f7447a6d4b087f8d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=04d4584deadbd4dd7627be46f…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Nov 15 23:21:16 2017 +0100
wined3d: Show the device window when changing fullscreen resolutions.
World of Warplanes calls SetWindowLong(window, GWL_STYLE, WS_POPUP)
before calling reset, effectively hiding the window. It does not call
SetWindowPos(SWP_FRAMECHANGED), so the effect isn't visible and the
game displays fine after the reset. However, after the next mouse
click WINPOS_WindowFromPoint skips the window because it doesn't have
WS_VISIBLE and returns the desktop window. This in turn triggers a
focus loss and d3d9 minimizes the game.
Signed-off-by: Stefan Dösinger <stefan(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/d3d9/tests/d3d9ex.c | 118 +++++++++++++++++++++++++++++++++++++++++++--
dlls/d3d9/tests/device.c | 121 +++++++++++++++++++++++++++++++++++++++++++++--
dlls/wined3d/swapchain.c | 1 +
3 files changed, 232 insertions(+), 8 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=04d4584deadbd4dd7627b…
Module: wine
Branch: master
Commit: 6def373884f26919ac594aedefcf2c02d009b601
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6def373884f26919ac594aede…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Nov 30 12:57:17 2017 -0600
winefile: Move WineHQ URLs to https.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/winefile/winefile.man.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winefile/winefile.man.in b/programs/winefile/winefile.man.in
index afa4798..0221f16 100644
--- a/programs/winefile/winefile.man.in
+++ b/programs/winefile/winefile.man.in
@@ -15,19 +15,19 @@ You can pass winefile either a Unix or Win32 path, for example:
.SH BUGS
Bugs can be reported on the
-.UR http://bugs.winehq.org
+.UR https://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B winefile
is part of the Wine distribution, which is available through WineHQ,
the
-.UR http://www.winehq.org/
+.UR https://www.winehq.org/
.B Wine development headquarters
.UE .
.SH "SEE ALSO"
.BR wine (1),
.br
-.UR http://www.winehq.org/help
+.UR https://www.winehq.org/help
.B Wine documentation and support
.UE .
Module: wine
Branch: master
Commit: 78b16ca4312572991ea5162793c9c53e9c74482e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=78b16ca4312572991ea516279…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Nov 30 12:57:14 2017 -0600
winecfg: Move WineHQ URLs to https.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/winecfg/winecfg.man.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winecfg/winecfg.man.in b/programs/winecfg/winecfg.man.in
index 4fa677e..522d2a0 100644
--- a/programs/winecfg/winecfg.man.in
+++ b/programs/winecfg/winecfg.man.in
@@ -11,19 +11,19 @@ among others. Many of these settings can be made on a per application basis, for
riched20.dll for wordpad.exe, but not for notepad.exe.
.SH BUGS
Bugs can be reported on the
-.UR http://bugs.winehq.org
+.UR https://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B winecfg
is part of the Wine distribution, which is available through WineHQ,
the
-.UR http://www.winehq.org/
+.UR https://www.winehq.org/
.B Wine development headquarters
.UE .
.SH "SEE ALSO"
.BR wine (1),
.br
-.UR http://www.winehq.org/help
+.UR https://www.winehq.org/help
.B Wine documentation and support
.UE .
Module: wine
Branch: master
Commit: b7a36b4b440cd0bf72b41c69135f78ef918d6489
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7a36b4b440cd0bf72b41c691…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Nov 30 12:57:12 2017 -0600
regsvr32: Move WineHQ URLs to https.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/regsvr32/regsvr32.man.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/regsvr32/regsvr32.man.in b/programs/regsvr32/regsvr32.man.in
index 173e586..6263fae 100644
--- a/programs/regsvr32/regsvr32.man.in
+++ b/programs/regsvr32/regsvr32.man.in
@@ -19,19 +19,19 @@ Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR ca
Do not call DllRegisterServer; this option must be used with \fB/i\fR.
.SH BUGS
Bugs can be reported on the
-.UR http://bugs.winehq.org
+.UR https://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B regsvr32
is part of the Wine distribution, which is available through WineHQ,
the
-.UR http://www.winehq.org/
+.UR https://www.winehq.org/
.B Wine development headquarters
.UE .
.SH "SEE ALSO"
.BR wine (1),
.br
-.UR http://www.winehq.org/help
+.UR https://www.winehq.org/help
.B Wine documentation and support
.UE .