Alexandre Julliard
|
9f2ccf315e
|
winex11: Get rid of the X11DRV_CLIPBOARD_SerializeMetafile helper.
THere's no common code between the different branches anyway.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 23:05:34 +09:00 |
Alexandre Julliard
|
217f05466a
|
winex11: Merge named formats into the builtin clipboard formats table.
Also rename the import/export functions to make the table more readable.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 23:05:34 +09:00 |
Dmitry Timoshkov
|
fa36f75c68
|
windowscodecs: Add support for converting 32bpp grayscale float to 24bpp BGR format.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Dmitry Timoshkov
|
1196c3a2a2
|
windowscodecs: Add support for converting to 8bpp grayscale format.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Dmitry Timoshkov
|
8836ed61aa
|
windowscodecs: Add support for 32bppGrayFloat format.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Vincent Povirk
|
82f82f6917
|
windowscodecs/tests: Add a helper function for comparing bits.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Dmitry Timoshkov
|
7431380e38
|
windowscodecs: Avoid extra conversion step BGR->RGB when converting 32bpp BGRA to 24bpp RGB.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Piotr Caban
|
e5ffb180c4
|
msvcp140: Fix locale class structure.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Andrey Gusev
|
dff4ae99eb
|
api-ms-win-core-localization-private-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:23 +09:00 |
Andrey Gusev
|
c059b18ac6
|
api-ms-win-core-windowserrorreporting-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 10:57:34 +09:00 |
Andrey Gusev
|
c07769731c
|
api-ms-win-core-winrt-errorprivate-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 10:57:23 +09:00 |
Andrey Gusev
|
1938d389b2
|
api-ms-win-shell-shellcom-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 23:19:14 +09:00 |
Andrey Gusev
|
57832666e3
|
api-ms-win-core-localization-l2-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 23:04:29 +09:00 |
Andrey Gusev
|
e08d571480
|
api-ms-win-core-realtime-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 23:04:11 +09:00 |
Alexandre Julliard
|
fe04dd2a4b
|
user32: Use GetDIBits to retrieve the bitmap header when synthesizing a DIB.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 21:02:34 +09:00 |
Alexandre Julliard
|
08aa64e38e
|
user32/tests: Add some tests for the contents of the clipboard data.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 21:02:34 +09:00 |
Dmitry Timoshkov
|
b7956a89bd
|
gdiplus: Implement GdipGetMetafileHeaderFromFile.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 21:02:34 +09:00 |
Dmitry Timoshkov
|
368b4c47bb
|
gdiplus: Implement GdipGetMetafileHeaderFromStream.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 21:02:34 +09:00 |
Dmitry Timoshkov
|
8c1ded6164
|
gdiplus: Implement GdipGetMetafileHeaderFromWmf.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-15 21:02:33 +09:00 |
Piotr Caban
|
4931e6f92b
|
ucrtbase: Add __std_type_info_hash implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:39:53 +09:00 |
Austin English
|
631fd7ffcc
|
api-ms-win-core-threadpool-l1-1-0: Add dll.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:38:00 +09:00 |
Aric Stewart
|
e4496a976b
|
ntoskrnl.exe: Implement loading plug and play devices.
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:35:12 +09:00 |
Aric Stewart
|
903e0032ff
|
winebus.sys: Implement IRP_MN_QUERY_ID.
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:31:10 +09:00 |
Aric Stewart
|
159c2eb16e
|
winebus.sys: Create bus devices.
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:29:28 +09:00 |
Andrey Gusev
|
e316b40ca1
|
api-ms-win-core-apiquery-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:27:17 +09:00 |
Andrey Gusev
|
d2e0fa8b85
|
api-ms-win-core-kernel32-private-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:26:56 +09:00 |
Jacek Caban
|
ca2e0c5e70
|
mshtml: Use IUnknownVtbl in wrapper_vtbl.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:26:12 +09:00 |
Piotr Caban
|
80a222a8cd
|
user32: Fix DefWindowProc(WM_NCRBUTTONDOWN) tests on Win 8 and 10.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:25:52 +09:00 |
Hans Leidekker
|
ec6a17fa9c
|
qmgr: Job error codes are HRESULT values.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:25:28 +09:00 |
Hans Leidekker
|
13af267e75
|
msi: Use proper return types in MSI_RecordSetStreamFromFileW.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:25:22 +09:00 |
Hans Leidekker
|
b0b2a1a4de
|
msi: Use proper return types in msi_table_apply_transform.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:25:17 +09:00 |
Nikolay Sivov
|
7846f0947a
|
mshtml: Use proper constants as HRESULT return values.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:58 +09:00 |
Sebastian Lackner
|
feb986ac5b
|
msi: Do not return ERROR_* constant in HRESULT function.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:44 +09:00 |
Nikolay Sivov
|
03d301cc74
|
d2d1: Initial implementation of DC render target.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:31 +09:00 |
Sebastian Lackner
|
c7a9ab82b7
|
kernel32: NtOpenFile returns STATUS_SUCCESS on success.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:18 +09:00 |
Bruno Jesus
|
ab5ad7dc0b
|
dinput: Improve linux effect debugging.
Based on ideas by Elias Vanderstuyft.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:13 +09:00 |
Bruno Jesus
|
5ab0126f1d
|
dinput: Fix phase conversion on periodic effects.
Based on idea by Elias Vanderstuyft.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:24:08 +09:00 |
Alexandre Julliard
|
305d89f1ed
|
server: Return the owner window in the close_clipboard request.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 16:25:08 +09:00 |
Alexandre Julliard
|
2bf890d95f
|
server: Return the owner window in the release_clipboard request.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 16:25:07 +09:00 |
Alexandre Julliard
|
c1f62c8985
|
user32: Clean up clipboard debug traces.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 16:25:07 +09:00 |
Alexandre Julliard
|
4bdcf512cf
|
user32: Fix GetClipboardFormatName behavior for integer formats.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 16:25:07 +09:00 |
Alexandre Julliard
|
30179166d2
|
user32/tests: Comment out a test that crashes on 64-bit Vista.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 14:19:33 +09:00 |
Sebastian Lackner
|
e16b9f757b
|
taskschd: Do not return ERROR_* constant in HRESULT function.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:53:26 +09:00 |
Bruno Jesus
|
a549245dfc
|
ws2_32: Fix handling of POLLHUP in WSAPoll.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:53:17 +09:00 |
Sebastian Lackner
|
461bfc64ba
|
uxtheme: Return E_NOTIMPL in HRESULT stub functions.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:51:53 +09:00 |
Sebastian Lackner
|
0198d0d56a
|
shlwapi: Return E_NOTIMPL for unknown types in StrRetToBuf{A,W}.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:51:51 +09:00 |
Sebastian Lackner
|
980589471e
|
include: Fix declaration of DwmDefWindowProc.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:51:43 +09:00 |
Sebastian Lackner
|
69e49122ec
|
dxva2: Return E_NOTIMPL from GetPhysicalMonitorsFromIDirect3DDevice9 stub.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:51:06 +09:00 |
Sebastian Lackner
|
acdf001261
|
user32: Fix definition of DeregisterShellHookWindow.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:50:58 +09:00 |
Huw Davies
|
ec6e47ddae
|
winmm/tests: Remove a test that can crash on Win 8 and 10.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 11:50:17 +09:00 |