Zebediah Figura
|
bf47aebdee
|
jscript: Avoid crash when calling stringify() with no arguments.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-07 12:02:51 +02:00 |
Nikolay Sivov
|
2e9b17922e
|
comctl32/trackbar: Remove separate field indicating focused state.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-07 12:02:31 +02:00 |
Nikolay Sivov
|
6dc3c6ba87
|
comctl32/trackbar: Don't update page size if it was explicitly set.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-07 12:02:29 +02:00 |
Alexandre Julliard
|
e95d0c6849
|
user32: Take into account the offset between old and new parent in SetParent().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-07 12:00:17 +02:00 |
Alexandre Julliard
|
bc956d8aa6
|
user32: Avoid repeatedly fetching the window rectangles in SetWindowPos.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-07 11:49:17 +02:00 |
Alexandre Julliard
|
1f17051028
|
Revert "user32: SetWindowPos() should check the final window position in screen coords before adding SWP_NOMOVE."
This reverts commit 38a76ecb03 .
It has no effect, the coordinates are identical either way.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-06 11:21:57 +02:00 |
Zebediah Figura
|
540c48b911
|
msi: Disable WoW redirection when installing a 64-bit package.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 16:56:48 +02:00 |
Zebediah Figura
|
deb4f97000
|
msi: Check return value of GetBinaryType().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 16:56:44 +02:00 |
Alex Henrie
|
b8c27cca37
|
include: Add lldiv and lldiv_t.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 16:56:39 +02:00 |
Michael Müller
|
7bb7bc86d6
|
combase: Add stub for CleanupTlsOleState.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:39 +02:00 |
Michael Müller
|
e5608bd2ae
|
combase: Add stub for RoRegisterActivationFactories.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:33 +02:00 |
Michael Müller
|
699003a459
|
combase: Add stub for RoGetServerActivatableClasses.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:27 +02:00 |
Michael Müller
|
ddbe3a7025
|
combase: Add stub for RoRegisterForApartmentShutdown.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:21 +02:00 |
Michael Müller
|
a422f0ef55
|
combase: Add stub for RoGetApartmentIdentifier.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:13 +02:00 |
Dmitry Timoshkov
|
f7d1e16183
|
schedsvc: Also watch for job file modifications.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:02:02 +02:00 |
Zebediah Figura
|
c130ec5678
|
strmbase: Consistently trace the BasePin object.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:01:44 +02:00 |
Zebediah Figura
|
10ff8f3082
|
strmbase: Implement QueryAccept() on top of CheckMediaType() for output pins too.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:01:40 +02:00 |
Zebediah Figura
|
af717f342b
|
strmbase: Check that the output pin supports the given media type before connecting.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:01:35 +02:00 |
André Hentschel
|
e637a6f0bf
|
ntoskrnl.exe/tests: Don't test functions directly when reporting GetLastError().
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 00:16:09 +02:00 |
Alex Henrie
|
8a9812b767
|
include: Add llabs.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 00:15:50 +02:00 |
Alex Henrie
|
7ad8608ffb
|
include: Add strtoll, strtoll_l, strtoull, and strtoull_l.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 00:15:48 +02:00 |
Alex Henrie
|
0ab4f08954
|
include: Add atoll.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 00:15:46 +02:00 |
Hans Leidekker
|
0b61334b9d
|
winhttp: Fix invalid option error returned from WinHttpSetOption.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 17:56:23 +02:00 |
Jacek Caban
|
2bba45765b
|
wininet: Add stub for INTERNET_OPTION_REFRESH.
Based on patch by Michael Müller.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 17:56:23 +02:00 |
Jacek Caban
|
d9dd9023fd
|
wininet: Allow INTERNET_OPTION_SETTINGS_CHANGED on all handle types.
Based on patch by Michael Müller.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 17:56:23 +02:00 |
Jacek Caban
|
da186c3cc5
|
jscript: Rename PROPF_ENUM to PROPF_ENUMERABLE.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 16:20:42 +02:00 |
Jacek Caban
|
6b86fd795c
|
jscript: Use new PROPF_WRITABLE flag instead of PROPF_CONST.
This is closer to how ES5 defines them.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 16:20:40 +02:00 |
Jacek Caban
|
197db9cac9
|
jscript: Use new PROPF_CONFIGURABLE flag instead of PROPF_DONTDELETE.
This is closer to how ES5 defines them.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 16:20:36 +02:00 |
Hans Leidekker
|
623543bedc
|
programs: Add a stub winmgmt service.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 14:08:30 +02:00 |
Daniel Lehman
|
9f53887d1e
|
include: Add thread pool declarations for currently implemented functions.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 10:39:12 +02:00 |
Daniel Lehman
|
19e96b567f
|
advapi32/tests: Add tests for REG_NOTIFY_THREAD_AGNOSTIC.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 10:38:52 +02:00 |
Zebediah Figura
|
3849270aa7
|
winedbg: Add support for starting on a user-supplied port.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 10:36:33 +02:00 |
Zebediah Figura
|
09a39230c2
|
ntoskrnl/tests: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-03 10:29:55 +02:00 |
Louis Lenders
|
8dca6c35e1
|
winmm: Return error in waveInMessage if either dwParam1 or dwParam2 is null.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 21:55:52 +02:00 |
Daniel Lehman
|
d0e8c9a1ab
|
msvcr110/tests: Add setlocale tests.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 21:55:52 +02:00 |
Daniel Lehman
|
0e882c6bf1
|
msvcr100/tests: Add setlocale test.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 21:55:52 +02:00 |
Daniel Lehman
|
642e0917d5
|
msvcrt/tests: Add setlocale test.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 20:02:13 +02:00 |
Alex Henrie
|
67cae2dedc
|
ucrtbase: Hook up _Exit.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 20:02:08 +02:00 |
Alex Henrie
|
ccbfb951c2
|
include: Add strtof and strtold.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 20:02:02 +02:00 |
Alexandre Julliard
|
39f0bbff4e
|
user32: Set the thread DPI awareness to the window's when calling a window procedure.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 17:33:19 +02:00 |
Alexandre Julliard
|
487599e77f
|
user32/tests: Reorganize the DPI tests.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 17:32:29 +02:00 |
Hans Leidekker
|
ca919ee9c4
|
configure: Require a more recent version of libkrb5.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 16:10:42 +02:00 |
Hans Leidekker
|
fc3057c4f3
|
server: Store the token owner separately.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 16:05:32 +02:00 |
Hans Leidekker
|
14191f2dd0
|
server: Dump token details.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 16:05:30 +02:00 |
Zebediah Figura
|
a6e9622439
|
msi: Set the correct values for ProgramFiles64Folder and CommonFiles64Folder.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 16:00:08 +02:00 |
Zebediah Figura
|
fb365b10e6
|
ntoskrnl.exe/tests: Add a simple test for MmMapLockedPagesSpecifyCache().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 10:00:48 +02:00 |
Zebediah Figura
|
80f82ee9d7
|
ntoskrnl.exe/tests: Add a test for IoGetCurrentProcess().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 10:00:46 +02:00 |
Zebediah Figura
|
0dc84eada2
|
ntoskrnl.exe/tests: Also handle ERROR_INVALID_IMAGE_HASH.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 09:56:51 +02:00 |
Alistair Leslie-Hughes
|
c5c37cf6b3
|
combase/tests: Add RoGetActivationFactory tests.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 09:56:21 +02:00 |
Michael Müller
|
e5275c2f86
|
combase: Implement RoActivateInstance.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-02 09:55:41 +02:00 |