Dmitry Timoshkov
d54b02e281
crypt32: Add support for importing RSA public keys with BCrypt.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50925
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9d1ae850df
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Dmitry Timoshkov
fa4714e604
crypt32: Implement CryptImportPublicKeyInfoEx2.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c2c7946680
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Gijs Vermeulen
fe998fb2d3
dbghelp: Implement SymFromNameW().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50829
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8d260b40fc
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Gijs Vermeulen
74d7bd0fdf
ntdll: Return STATUS_INFO_LENGTH_MISMATCH when len is too small in NtQueryObject(ObjectBasicInformation).
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50791
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 749f8c25e2
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Anton Baskanov
a0711d16fa
amstream: Support the event parameter in IDirectDrawStreamSample::Update.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50628
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b8a646f499
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Anton Baskanov
f16cda7e63
amstream/tests: Add a test for event parameter of IDirectDrawStreamSample::Update.
...
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3088ce35cb
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Alexandre Julliard
910d7e52e5
wine.inf: Fix the Tcpip database path.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50318
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit a7a1e2643a
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Andrey Turkin
1edb71ad07
ieframe: Implement IWebBrowser2::get_LocationName().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=12457
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 92713253ab
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Alexandre Julliard
6622aed36e
ws2_32: Install network database files.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=12076
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 50c40b913a
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Vijay Kiran Kamuju
f636870dd8
dhtmled.ocx: Fake success in IDHTMLEdit::NewDocument.
...
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b87f938c4d
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Vijay Kiran Kamuju
b973686abc
dhtmled.ocx: Add stub IOleControl interface.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50916
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 95538bb5d3
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Lauri Kenttä
ae66cb71b4
msvcrt: Handle negative zero, infinity and nan in _ecvt and others.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50885
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 97b420224e
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Piotr Caban
7dfaf25939
msvcrt: Cleanup _ecvt tests.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 0f7ed56852
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Louis Lenders
23ac462cff
advapi32: Update version resource.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50854
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 145210af9f
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Jacek Caban
adc1b84adb
jscript: Use quiet NaNs in jsval.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50845
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d9a4392d6b
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Akihiro Sagawa
08397d2346
gdi32: Fix text metrics used in EnumFonts families.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50818
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 837c4f4b87
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:04:23 +02:00
Akihiro Sagawa
bc76df8934
gdi32: Move otmEMSquare initialization to freetype_load_font.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8f6f1c8f7a
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-08 00:03:31 +02:00
Austin English
bdf3307a15
tdh: Add TdhLoadManifestFromBinary stub.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50725
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit a9bab3601e
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:26:31 +02:00
Vijay Kiran Kamuju
4705790ee3
dhtmled.ocx: Implement IOleObject::SetExtent and IOleObject::GetExtent functions.
...
This time without tests as the ocx file is not available from windows 7 &
IE 8
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50697
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6ca1a92684
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:23:45 +02:00
Rémi Bernon
4dc5606c35
dinput: Wait for the hook thread to exit when stopping it.
...
FlatOut2 demo calls FreeLibrary on the dinput8 module more times than
it has loaded it, and the module reference that the internal thread has
is getting decremented before its exit.
Having an internal window to destroy also makes it more likely to crash
as it takes more time to exit calls the window procedure function.
Waiting for the thread to complete when all the dinput instances are
destroyed ensures that the thread isn't alive when the game frees the
DLL, and prevents the thread from crashing.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50673
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b71cea76ed
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:19:32 +02:00
Jacek Caban
158c49ca48
mshtml: Support DispHTMLHeadElement interface.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50492
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 4efad17a9f
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:15:20 +02:00
Alexandre Julliard
5d5d7f41f5
configure: Fix package name for FAudio.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50436
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit f126809ec0
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:11:29 +02:00
Arkadiusz Hiler
8180241f02
msvcp140_1: Implement the DLL.
...
This backs C++17's std::pmr implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49954
Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9cbff7e68c
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:09:41 +02:00
Arkadiusz Hiler
95154afde7
msvcp90: Add helpers for creating base class RTTI.
...
Suggested by Piotr Caban.
Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit f3f948a5a3
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:09:18 +02:00
Piotr Caban
1a38fd0a54
msvcp90: Add macro that define type_info vtable.
...
Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6568a8cb62
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 22:08:49 +02:00
Jan Sikorski
cfec1ccd0d
wined3d: Handle different slice pitches in uncompressed texture updates.
...
Signed-off-by: Jan Sikorski <jsikorski@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fc29f2a676
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 21:50:04 +02:00
David White
d7827c6745
urlmon: Implement IMoniker_ComposeWith() for url monikers.
...
Signed-off-by: David White <dwhite@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 67e7f6cd56
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 21:47:03 +02:00
Dmitry Kislyuk
506a20a1da
mshtml: Fix NULL offset parent handling in IHTMLElement::get_offsetParent.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50875
Signed-off-by: Dmitry Kislyuk <dimaki@rocketmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 35d0fda0f0
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 21:37:35 +02:00
Hans Leidekker
60fcda90f4
msi: Fix building the fusion filename.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50809
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 46424c6196
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 01:38:59 +02:00
Louis Lenders
81f705ee5b
wbemprox: Add ProductType to win32_operatingsystem class.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50805
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 733dc15bae
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 01:37:56 +02:00
Roman Pišl
ef574b5e0c
kernelbase: Convert DOS to NT path for FileRenameInfo in SetFileInformationByHandle.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50756
Signed-off-by: Roman Pišl <rpisl@seznam.cz>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 33c6a6cb28
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 01:03:34 +02:00
Roman Pišl
6260a41277
kernel32/tests: Add test for FileRenameInfo in SetFileInformationByHandle.
...
Signed-off-by: Roman Pišl <rpisl@seznam.cz>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 0f84d30753
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 01:03:15 +02:00
Gijs Vermeulen
c130d3ad74
kernelbase: Support FileRenameInfo in SetFileInformationByHandle.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50756
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5c86b9f1dc
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 01:03:02 +02:00
John Zourlios
678d118c42
kernelbase: Accept LINGUISTIC_IGNOREDIACRITIC & SORT_DIGITSASNUMBERS in CompareStringEx().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50362
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 0a366f7e4a
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 00:10:56 +02:00
Gijs Vermeulen
1d3156843b
kernelbase: Reject SORT_DIGITSASNUMBERS in CompareStringA().
...
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ed61ff43f4
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 00:10:31 +02:00
Hans Leidekker
0b33385f11
ntdll: Fall back to reading /dev/urandom if getrandom() is not supported.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50168
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e6407c39ba
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-30 00:08:17 +02:00
Matteo Bruni
b9eb1a9327
wined3d: Handle blits to Vulkan swapchains not matching the D3D swapchain.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50119
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit cb45e91b24
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-29 23:51:07 +02:00
Louis Lenders
c3a9607a3b
wtsapi32: Implement WTSQuerySessionInformation(WTSDomainName).
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47310
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c6f133f635
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-29 23:46:54 +02:00
Gijs Vermeulen
5920a034b8
wtsapi32/tests: Test returned username for WTSQuerySessionInformation(WTSUserName).
...
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e07c658faf
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-29 23:46:36 +02:00
Gijs Vermeulen
d2d42b9cc5
wtsapi32: Avoid calling GetUserNameW() twice in WTSQuerySessionInformationW(WTSUserName).
...
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6a822d4708
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-29 23:46:23 +02:00
Rémi Bernon
fa78f4a2da
d3d11: Add initial implementation of CreateDeviceContextState.
...
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 846276f3ca
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-29 23:42:27 +02:00
Alexandre Julliard
1552a865a3
makefiles: Only allow includes and defines in pkg-config flags.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50811
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 4f04994ef4
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-06-08 21:43:20 +02:00
Michael Stefaniuc
46e876377f
Release 6.0.1.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-07 22:00:25 +02:00
Martin Storsjo
be1c8a56a3
msvcrt: Fix reading BOM-less files opened with ccs=unicode.
...
This fixes a regression in running MSVC 2010 in wine, when reading
.def files (regressed in b0ab1b7602
).
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fb0fa9aacf
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-29 11:27:42 +02:00
Brendan Shanks
5faad354d8
winemac.drv: Handle non-PCI GPUs correctly.
...
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5fbd40520d
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-24 21:55:07 +02:00
Brendan Shanks
cb9b17fa85
winemac.drv: Fix crash when building against Metal-capable SDK but running on older OS X.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50790
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d52c4eb00c
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-24 21:55:07 +02:00
Brendan Shanks
aa83195f1a
winemac.drv: Use Metal to get a display's GPU info if possible.
...
Fixes an Apple Silicon issue where CGDisplayIOServicePort() returns
a fake AMD GPU "compatibility" node rather than the real GPU node.
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ae319caa3b
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-24 21:55:07 +02:00
Jan Sikorski
52f5e431ed
winemac.drv: Include depth32+stencil pixel formats in enumeration.
...
This is especially important for M1 GPUs as they don't support the 24/8 format.
Signed-off-by: Jan Sikorski <jsikorski@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 88220e0ee4
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-24 21:55:07 +02:00
Michael Stefaniuc
8d5c8f775e
tools: Get the ANNOUNCE bug list from the stable-notes git notes.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-19 22:49:44 +02:00
Zhiyi Zhang
f8784c6eb0
user32/tests: Do not change adapters to every available modes.
...
This reduce the time to run the monitor test from 6 minutes to 25 seconds.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50086
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit cad102465d
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-05-19 22:40:59 +02:00