Sebastian Lackner
6197fa1681
ntdll-Dealloc_Thread_Stack: Temporarily reenable patchset.
...
Without this patch, 64-bit MSYS2 runs into a STATUS_CONFLICTING_ADDRESSES
issue on x86_64 during fork(). This patch is not a proper solution, so it
will be disabled again in one of the future versions.
2016-04-17 08:32:52 +02:00
Sebastian Lackner
0946354641
user32-PNG_Support: Set EXTRAINCL variable in Makefile.in.
2016-04-17 02:19:37 +02:00
Sebastian Lackner
2354855786
Added patch to fix a bug when exception handling triggers stack guard page.
2016-04-17 01:28:17 +02:00
Sebastian Lackner
578398f0ab
Added patch with tests for wbemprox ASSOCIATORS queries.
2016-04-16 22:59:37 +02:00
Sebastian Lackner
d8d1cf2e35
Added patch to trigger stack overflow exception earlier on x86_64.
2016-04-16 22:45:16 +02:00
Sebastian Lackner
4b7dbb610b
Added patch with stubs for QUERY_TYPE_SO_STATISTICS and QUERY_TYPE_SO_OVERFLOW.
2016-04-16 21:15:16 +02:00
Sebastian Lackner
181ad80116
Added patch to fix a typo in a wined3d TRACE message.
2016-04-16 19:15:43 +02:00
Sebastian Lackner
b57004bc38
Added patch to improve compatibility of 64-bit support for OS X.
2016-04-16 16:30:58 +02:00
Sebastian Lackner
7fefd606b8
Rebase against f0429adbffce1f67b88b8c0a3e3a5badb6d6526e.
...
[compobj.dll16-StringFromGUID2]
Removed patch to fix implementation of compobj.dll16.StringFromGUID2 function
(accepted upstream).
[ntdll-Stack_Guard_Pages]
Removed patch to handle stack guard pages on x86_64 (accepted upstream).
[windowscodecs-PNG_Fixes]
Removed patch to allocate correct amount of memory for PNG image data (accepted
upstream).
2016-04-15 23:58:01 +02:00
Sebastian Lackner
7cbb25d95d
Rebase against ee9ae29a55b12b2c657f968fd3a958d72ecd7857.
2016-04-14 19:02:36 +02:00
Sebastian Lackner
1a8a066920
Added patches for various improvements in wineps.drv.
2016-04-13 20:40:50 +02:00
Sebastian Lackner
141fc0844c
Added patch to ignore invalid exit_frame when exiting thread.
...
This makes the ntdll-Dealloc_Thread_Stack patchset unnecessary.
2016-04-13 06:52:45 +02:00
Sebastian Lackner
95ff86b496
Added patch to use a separate stack when starting new threads.
2016-04-13 06:50:22 +02:00
Sebastian Lackner
579d7f8032
Removed disabled patchset user32-Dialog_Owner.
...
A rebased version of the remaining tests got upstream.
2016-04-12 23:00:20 +02:00
Sebastian Lackner
84922f9148
Rebase against 944190bad442f19fba5e0073d284469bd2329652.
2016-04-12 20:18:38 +02:00
Sebastian Lackner
402b8c4972
Added patch to improve handling of builtin frames for x86_64 when switching stacks.
2016-04-12 20:12:28 +02:00
Sebastian Lackner
b8b8585286
Added patch for feclient stub dll.
2016-04-12 07:00:54 +02:00
Sebastian Lackner
8064151dce
Rebase against 1c201a96c57a68caaf6c976d7f3732738c9d9ac8.
2016-04-11 20:59:54 +02:00
Sebastian Lackner
cb89c75141
Added patch to implement support for async handling in InternetReadFile.
2016-04-09 08:30:09 +02:00
Sebastian Lackner
b4a404a22a
Added patch to implement support for loading PNG icon files.
2016-04-09 07:53:48 +02:00
Sebastian Lackner
38db26b6d9
Rebase against ad7cb436571ec66ae7a5687568fca2f5318c7e76.
2016-04-08 18:34:13 +02:00
Sebastian Lackner
acd63ecddd
Removed disabled patchset wined3d-MESA_GPU_Info.
...
The feature has already been integrated into the development branch.
2016-04-08 18:07:48 +02:00
Sebastian Lackner
1e7df1a0d8
Removed patch to rename wined3d_resource_(un)map to wined3d_resource_sub_resource_(un)map.
...
The patch was initially added for compatibility with the old CSMT patchset.
2016-04-08 18:07:31 +02:00
Sebastian Lackner
16975cdd43
api-ms-win-Stub_DLLs: Synchronize ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 spec file.
2016-04-08 02:46:33 +02:00
Sebastian Lackner
57dde8e88f
Rebase against aaddf1365a3371263827206eedf1464a83562c00.
...
[msi-Fix_Stack_Alignment]
Removed patch to fix stack alignment in CUSTOMPROC_wrapper function (accepted
upstream).
[ntdll-FSCTL_PIPE_LISTEN]
Removed patch to avoid updating iosb.Status after FSCTL_PIPE_LISTEN call
(accepted upstream).
[user32-FlashWindowEx]
Removed patch to avoid dereferencing NULL pointer in a trace (accepted
upstream).
[windowscodecs-PNG_Fixes]
Removed patch to fix a copy/paste mistake (accepted upstream).
[winex11-Desktop_Resolution]
Removed patch to allow 320x240 as supported resolution in desktop mode
(accepted upstream).
2016-04-08 02:46:33 +02:00
Sebastian Lackner
e8ef34b3a1
Removed patch to fix cross-compilation of 32-bit Wine on OSX.
...
On Clang 3.5 passing "-m32" implicitly enabled SSE2 support. In newer versions
of Clang this issue was fixed, so the patch has no effect anymore, and a
different solution is required to fix various build failures related to SSE2
support. Ideally Wine should automatically set it when compiling such
components, but for now we pass CFLAGS="-msse2" in the build scripts to work
around this bug.
In addition, there are several bugs in the cctools-port crosscompiling
toolchain - at several places host architecture and target architecture are
mixed up, leading to build failures when the toolchain was built for a 64-bit
host system and trying to compile for a 32-bit target. For our build servers,
we now apply patches to fix those issues properly. A quick&dirty workaround
would be to keep the CFLAGS="-m32".
2016-04-08 02:34:12 +02:00
Sebastian Lackner
7ffe842cc0
shell32-File_Property_Dialog: Add reference to bug report.
2016-04-07 00:14:28 +02:00
Sebastian Lackner
640d075440
winex11-_NET_ACTIVE_WINDOW: Update patchset.
2016-04-06 18:51:03 +02:00
Sebastian Lackner
49ea937be3
Added patches to fix multiple minor issues in Wines windowscodecs implementation.
2016-04-06 18:43:29 +02:00
Sebastian Lackner
476a9c608e
Rebase against be91fcd879a1de768a57b4a06be470c10313b08d.
...
[advapi32-RegNotifyChangeKeyValue]
Removed patch to fix return value of RegNotifyChangeKeyValue for pending events
(accepted upstream).
2016-04-05 22:35:54 +02:00
Sebastian Lackner
1f66129ef4
reg-Implement_Query: Update patchset.
2016-04-05 00:42:31 +02:00
Sebastian Lackner
1fa34cfef0
wined3d-Silence_FIXMEs: Added patch to display gl_blend_op FIXME only once when op is 0.
2016-04-05 00:33:14 +02:00
Sebastian Lackner
f427133a03
msvfw32-ICGetDisplayFormat: Added various fixes for stride handling.
2016-04-04 23:47:02 +02:00
Sebastian Lackner
fb87fbb11d
Rebase against f6c10b8a75943dc3a49890c9c7a64c91752a4ee0.
...
[ntoskrnl-Stubs]
Removed patch to add stub for KeDelayExecutionThread (fixed upstream).
Removed patch to add stub for PsRemoveLoadImageNotifyRoutine (fixed upstream).
[wined3d-Geforce_425M]
Removed patch to add wined3d detection for GeForce GT 425M (accepted upstream).
2016-04-04 19:54:34 +02:00
Sebastian Lackner
c4a321904d
patchutils.py: Allow to pass io object to read_patch and _FileReader class.
2016-04-03 23:44:10 +02:00
Sebastian Lackner
9aba381edd
Release 1.9.7.
2016-04-03 00:39:55 +02:00
Sebastian Lackner
a3ecf01ce2
Added patch to implement support for converting 16 bit depth to 24 bit in msvidc32.
2016-04-02 22:41:15 +02:00
Sebastian Lackner
a872e2b1d0
wintrust-WinVerifyTrust: Fix a compiler warning with gcc 5.3.1 (thanks Michael Müller).
2016-04-02 17:00:21 +02:00
Sebastian Lackner
8b8f5b3b8c
msvfw32-ICGetDisplayFormat: Update patchset and fix initialization of biSizeImage field.
2016-04-02 16:27:28 +02:00
Sebastian Lackner
8cc2c511dd
ntoskrnl-Stubs: Added patch for stub of ntoskrnl.IoGetDeviceAttachmentBaseRef.
2016-04-02 08:24:00 +02:00
Sebastian Lackner
bdb15cfc19
Added patch to implement image hash verification in WinVerifyTrust.
2016-04-02 07:43:48 +02:00
Sebastian Lackner
1f27eee3ed
Added patches to fix multiple issues in shell32 context menu handling.
2016-04-02 05:58:59 +02:00
Sebastian Lackner
bd61bfe45f
vulkan-Vulkan_Implementation: Also try to load libvulkan.so.1.
2016-04-02 03:49:51 +02:00
Sebastian Lackner
1b9726a88e
Rebase against 442e60b7e4c010e6622d524f47a2dd0d26ba19d4.
2016-04-01 19:16:26 +02:00
Sebastian Lackner
29b8c10db6
Added patch for fsutil.exe hardlink command.
2016-04-01 01:56:01 +02:00
Sebastian Lackner
8bed2773c4
Added patch to allow 320x240 as supported resolution in desktop mode.
2016-04-01 01:27:54 +02:00
Sebastian Lackner
ca69ea6ddf
Added patch for 'New' context menu handler entry for directories.
2016-04-01 01:15:45 +02:00
Sebastian Lackner
9527830afa
Rebase against f820c0942854c14fcd063c83225af03e73286334.
...
[dinput-DIPROP_USERNAME]
Removed patch to implement dinput device property DIPROP_USERNAME (accepted
upstream).
[kernel32-CreateFileA]
Removed patch to check for invalid filename pointers in CreateFileA in Win 9x
mode (accepted upstream).
[kernel32-ERROR_DLL_NOT_FOUND]
Removed patch to set ERROR_DLL_NOT_FOUND as error code for Win 9X instead of
ERROR_MOD_NOT_FOUND in load_library (accepted upstream).
[kernel32-GetOverlappedResult]
Removed patch to fix handling of GetOverlappedResult when status remains
STATUS_PENDING (accepted upstream).
[setupapi-SetupDiSetDeviceInstallParamsW]
Removed patch to add stub for setupapi.SetupDiSetDeviceInstallParamsW
(accepted upstream).
[user32-EnumDisplayMonitors]
Removed patch to set %ecx to address of rect in EnumDisplayMonitors callback
(accepted upstream).
2016-04-01 00:36:37 +02:00
Sebastian Lackner
9d68d56c29
msvfw32-ICGetDisplayFormat: Update patchset and add some more tests.
2016-03-31 17:20:11 +02:00
Sebastian Lackner
962403c7ca
Added patch to enable the correct dialog owner in DIALOG_DoDialogBox.
2016-03-31 06:46:04 +02:00
Sebastian Lackner
336873284e
Added patch to avoid dereferencing NULL pointer in a user32 trace.
2016-03-31 06:24:52 +02:00
Sebastian Lackner
29a8c30ce8
oleaut32-OleLoadPictureFile: Remove reference to bug report.
2016-03-31 04:30:51 +02:00
Sebastian Lackner
086b729ec2
Added patch to fix implementation of ICGetDisplayFormat.
2016-03-31 02:56:10 +02:00
Sebastian Lackner
98284e0a1e
Rebase against f34fd257c6c83804075914ee2b82cc42eadc683f.
2016-03-30 19:03:37 +02:00
Sebastian Lackner
a1621d692a
Rebase against 5b3681f62ddd2977924424d6f326ce729de9102a.
2016-03-29 16:45:43 +02:00
Sebastian Lackner
c43b0d8ac0
Rebase against d04a54857cc84f881393e4bc794185650a302084.
...
[makefiles-Revert_libwine_Import]
Disabled patch, the problem should be fixed in the development branch.
2016-03-29 02:45:32 +02:00
Sebastian Lackner
0a391faaba
reg-Implement_Query: Updated patchset.
2016-03-27 18:53:12 +02:00
Sebastian Lackner
e83d9c4233
Added patch to fix IStream::Read() return value for partial reads.
2016-03-27 18:29:41 +02:00
Sebastian Lackner
7edc147a61
oleaut32-OleLoadPictureFile: Updated patchset.
2016-03-27 18:22:11 +02:00
Sebastian Lackner
96fddf8187
Added patch to handle stack guard pages on x86_64.
2016-03-26 22:28:03 +01:00
Sebastian Lackner
0e9f07b2b7
Added patch to return stub interface from mf.MFCreateMediaSession.
2016-03-26 20:03:33 +01:00
Sebastian Lackner
f8073b5148
makefiles-Revert_libwine_Import: Add reference to upstream bug.
2016-03-25 23:57:18 +01:00
Sebastian Lackner
450495f319
Added patch to use CONTAINING_RECORD in user.exe16 instead of reimplementing it.
2016-03-25 23:19:15 +01:00
Sebastian Lackner
980743ad37
winex11-MONITORENUMPROC: Rebase and move code to user32.
2016-03-25 22:50:15 +01:00
Sebastian Lackner
5cc96d631e
setupapi-DiskSpaceList: Fix compile warning on x86_64.
2016-03-25 04:06:46 +01:00
Sebastian Lackner
04bb547a4b
nvencodeapi-Video_Encoder: Fix compile warning on x86_64.
2016-03-25 04:02:28 +01:00
Sebastian Lackner
1b03b0201e
ntdll-RtlIpStringToAddress_Tests: Fix compile warning on x86_64.
2016-03-25 03:59:18 +01:00
Sebastian Lackner
6b60ac392a
ntdll-Junction_Points: Fix compile warning on x86_64.
2016-03-25 03:55:51 +01:00
Sebastian Lackner
20c3485cf8
Compiler_Warnings: Fix a whitespace error.
2016-03-25 03:02:09 +01:00
Sebastian Lackner
b550faff6a
Rebase against 47cf3fe36d4f5a2f83c0d48ee763c256cd6010c5.
...
[winscard-SCardListReaders]
Removed patch to add stub for winscard.SCardListReadersA/W.
2016-03-24 17:40:50 +01:00
Sebastian Lackner
a748bea862
Added patch to implement oleaut32.OleLoadPictureFile.
2016-03-24 07:27:42 +01:00
Sebastian Lackner
e06dec2c39
windowscodecs-IMILBitmapSource: Fix number of arguments to IMILUnknown2Impl_unknown2.
2016-03-24 05:57:23 +01:00
Sebastian Lackner
a98c140c42
Added patch to fix return value of RegNotifyChangeKeyValue for pending events.
2016-03-24 02:47:21 +01:00
Sebastian Lackner
a7440de8ce
Staging: Add some missing libraries to the wine_libs list.
2016-03-24 01:39:39 +01:00
Sebastian Lackner
711cfa9cf4
Rebase against 510c8e39838e4ceef1a66b42e7e58484bf4ac143.
2016-03-23 19:39:15 +01:00
Sebastian Lackner
70b46ff603
windowscodecs-IMILBitmapSource: Merge additional compatibility improvements.
2016-03-23 19:39:15 +01:00
Sebastian Lackner
edcd32bdea
vulkan-Vulkan_Implementation: Use binary search to lookup function in is_null_func.
2016-03-23 19:36:53 +01:00
Sebastian Lackner
941d4e4383
vulkan-Vulkan_Implementation: Move WINE_DECLARE_DEBUG_CHANNEL inside #ifdef.
2016-03-23 17:54:06 +01:00
Sebastian Lackner
a3f00d208e
Added multiple patches to avoid implicit cast of interface pointers.
2016-03-23 17:54:05 +01:00
Sebastian Lackner
7a99b50694
mmsystem.dll16-MIDIHDR_Refcount: Fix warnings caused by implicit casts from int to pointer.
2016-03-23 17:54:05 +01:00
Sebastian Lackner
22ca9a3c6a
Added patch to improve compatibility of IMILBitmapSource interface.
2016-03-22 21:37:58 +01:00
Sebastian Lackner
f98cec7cf6
Rebase against 329dfee70c35184329d0820a5e9edbbed8b49b37.
2016-03-22 19:56:57 +01:00
Sebastian Lackner
c2b79fac1f
api-ms-win-Stub_DLLs: Sort kernelbase spec file alphabetically.
2016-03-22 04:21:47 +01:00
Sebastian Lackner
ac8c49d331
Synchronize multiple spec files.
2016-03-22 04:21:47 +01:00
Sebastian Lackner
90842489d6
Rebase against bc357819296594aca300fdf30bb0cda46e9f0be0.
2016-03-22 04:20:18 +01:00
Michael Müller
ffad0e5c7b
vulkan-Vulkan_Implementation: Fix compilation when XCB extension is not present.
2016-03-21 20:48:20 +01:00
Sebastian Lackner
084d7524a3
Release 1.9.6.
2016-03-21 18:30:27 +01:00
Sebastian Lackner
108bcbb78a
Added patch to silence noisy FIXME in wined3d_texture_add_dirty_region.
2016-03-21 18:28:59 +01:00
Sebastian Lackner
0d458e0d99
Added patch to implement query operation in reg.exe.
2016-03-21 17:12:35 +01:00
Sebastian Lackner
66f37bcf33
Added patch to implement a better stub for IPicture::SaveAsFile.
2016-03-21 16:39:59 +01:00
Sebastian Lackner
4e02a7a17b
wined3d-CSMT_Helper: Add warning that CSMT patchset is disabled.
2016-03-21 16:25:32 +01:00
Sebastian Lackner
24bb0ab018
Added patch to limit the vram memory to LONG_MAX only on 32 bit.
2016-03-20 22:54:17 +01:00
Sebastian Lackner
10a03fee9b
Added patch to implement vulkan.vkGetPhysicalDeviceWin32PresentationSupportKHR.
2016-03-20 21:34:00 +01:00
Sebastian Lackner
f49415af69
Added patch to implement GdipCreateMetafileFromStream.
2016-03-20 20:27:12 +01:00
Sebastian Lackner
448a3fafa4
Added patch to implement initial support for Vulkan on i386/x86_64.
2016-03-20 20:24:59 +01:00
Sebastian Lackner
44b64cc18e
Added patch to fix handling of INTERNET_INVALID_PORT_NUMBER in HttpOpenRequestW.
2016-03-20 08:59:21 +01:00
Sebastian Lackner
3d7ac2bee6
Added patch to fake success in dwmapi.DwmSetWindowAttribute function.
2016-03-20 08:49:16 +01:00
Sebastian Lackner
5d2841f36e
Exagear: Disable patchset.
...
The workarounds should no longer be necessary in current versions of Exagear.
2016-03-20 08:21:02 +01:00
Sebastian Lackner
a3cbc9cb0f
winepulse-PulseAudio_Support: Drop patch to use delay import for winealsa.drv.
...
This patch is not targetting any specific bug.
2016-03-20 06:57:48 +01:00
Sebastian Lackner
c6c15ab214
Rebase against 6bc0ce26a853b51f11958545bfa5570bdcb1cf01.
...
[authz-Stub_Functions]
Removed patch to implement additional stub functions in authz.dll (accepted
upstream).
2016-03-20 06:26:22 +01:00
Sebastian Lackner
15c75d5194
Rebase against bd332f53f2d7b618e313572159cd7e70e4efb0fc.
...
[ieframe-ITargetFrame2]
Removed patch to fix implementation of impl_from_ITargetFrame2 (accepted
upstream).
[setupapi-Fix_Parser]
Removed patch to fix parsing of inf files containing garbage at the beginning
(accepted upstream).
[wined3d-MESA_GPU_Info]
Disabled patchset, a similar idea was integrated into the development branch.
2016-03-20 05:54:21 +01:00
Sebastian Lackner
17ee57bb51
Added patch to fix implementation of impl_from_ITargetFrame2.
2016-03-16 01:25:08 +01:00
Sebastian Lackner
9a5c013ea8
Added patch to fix pointer to custom dialog control data.
2016-03-15 18:05:25 +01:00
Sebastian Lackner
92da621f9d
Added patch to fix stack alignment in CUSTOMPROC_wrapper.
2016-03-15 17:44:01 +01:00
Sebastian Lackner
51601eed6f
Rebase against 03ee99b43c2a01ce0e6f77fc0bbc71570a695336.
2016-03-15 17:10:26 +01:00
Sebastian Lackner
c11992eadd
Rebase against 62277fb7779f76341efc71999d59242055be5c31.
2016-03-15 04:02:38 +01:00
Sebastian Lackner
9dd2e4a075
ws2_32-DisconnectEx: Fix a copy&paste mistake in tests (thanks Dmitry).
2016-03-14 15:47:43 +01:00
Sebastian Lackner
252b646644
Added patch to implement semi-stub for ws2_32 DisconnectEx.
2016-03-13 23:10:35 +01:00
Sebastian Lackner
3e9dbe47e7
Added patch to revert commit to import libwine only for Windows builds.
2016-03-13 21:05:10 +01:00
Sebastian Lackner
43ea36154f
Added patch to avoid updating iosb.Status after FSCTL_PIPE_LISTEN call.
2016-03-13 21:01:30 +01:00
Sebastian Lackner
7c264ae20f
kernel32-Named_Pipe: Removed patch to fix ConnectNamedPort return value in overlapped mode.
...
This patch should not make a difference because wineserver already returns
STATUS_PIPE_CONNECTED instead of STATUS_SUCCESS.
2016-03-13 20:23:37 +01:00
Sebastian Lackner
8d7c66f500
windowscodecs-WICCreateBitmapFromSection: Update patchset.
2016-03-13 17:06:48 +01:00
Sebastian Lackner
b7e52ca2fe
Added patch to fix handling of GetOverlappedResult when status remains STATUS_PENDING.
2016-03-13 07:28:01 +01:00
Sebastian Lackner
290c1cfb3d
Added patch to add dummy certificate to CA certificate store.
2016-03-13 06:57:27 +01:00
Sebastian Lackner
06ce3611e0
Added patch to implement wuauserv dummy service.
2016-03-11 22:13:06 +01:00
Sebastian Lackner
577b0d91dc
Rebase against 630f5e97b12c1bc934e44a632d30e9129651bb06.
...
[mmdevapi-AEV_Stubs]
Removed patches to improve various AudioEndpointVolume stubs (similar patch
accepted upstream).
2016-03-11 18:22:09 +01:00
Sebastian Lackner
91aa96cd37
Added patch to implement windowscodecs.WICCreateBitmapFromSection(Ex).
2016-03-11 04:25:51 +01:00
Sebastian Lackner
5a9e5cae3c
ntdll-NtQuerySection: For section queries return real file size.
2016-03-11 02:42:52 +01:00
Sebastian Lackner
66ba61188b
Rebase against 887b445bb87861f2c11e6c5248d105c1fc52f125.
2016-03-08 17:29:13 +01:00
Sebastian Lackner
87f68ad2f4
user32-WM_NOTIFY: Update patchset and fix a typo.
2016-03-08 03:18:57 +01:00
Sebastian Lackner
f6d216d3f6
Added patch to fix function names in multiple ddraw ok messages.
2016-03-08 03:16:59 +01:00
Sebastian Lackner
fef3ce6d9e
Rebase against fa6c255f8de4b28e6bdeadca8d27d226ddff48d7.
...
[makefiles-Disabled_Rules]
Removed patch to avoid generating Makefile for disabled rules (fixed upstream).
2016-03-08 02:55:31 +01:00
Sebastian Lackner
55ff4d4262
Added patch to implement support for WICPixelFormat32bppGrayFloat.
2016-03-07 15:10:37 +01:00
Sebastian Lackner
2b094ad1d8
Release 1.9.5.
2016-03-07 06:49:53 +01:00
Sebastian Lackner
a577ce3006
Added patch to fix cross-compiling of 32-bit Wine for OSX.
2016-03-07 02:46:43 +01:00
Sebastian Lackner
95643287d3
wined3d-CSMT_Main: Reenable patchset.
2016-03-07 00:49:51 +01:00
Sebastian Lackner
dcca430467
d3dx9_36-D3DXDisassembleShader: Update patchset and add additional tests.
2016-03-06 18:21:04 +01:00
Sebastian Lackner
fed947e87c
Added patch to avoid generating Makefiles for disabled rules.
2016-03-06 06:22:13 +01:00
Sebastian Lackner
eb1782851b
Added patch to fix handling of WM_NOTIFY messages in PostThreadMessage.
2016-03-06 01:02:27 +01:00
Sebastian Lackner
a13c29f479
Added patch to properly set ddsOldCaps field in ddraw7_GetCaps.
2016-03-04 23:26:16 +01:00
Sebastian Lackner
0dcb058c09
Merge ddraw-ZBufferBitDepths into ddraw-Device_Caps.
2016-03-04 23:10:56 +01:00
Sebastian Lackner
e8acd0e522
Rebase against 10deca7caa60eed55b98a30589c61468f8454e48.
2016-03-04 18:36:02 +01:00
Sebastian Lackner
6f84288f36
setupapi-DiskSpaceList: Add additional patches with implementation for setupapi.SetupAdd{Install}SectionToDiskSpaceListA/W.
2016-03-04 18:09:37 +01:00
Sebastian Lackner
67f656285c
Added patch to avoid crash in Win 9X mode when an invalid device ptr is passed to MCI_OPEN.
2016-03-04 17:17:27 +01:00
Sebastian Lackner
8b741cb8ba
Rebase against 6158405ffdb027fab10456087ee0846c36000a56.
2016-03-03 19:55:18 +01:00
Sebastian Lackner
45dd21a99b
shell32-Toolbar_Bitmaps: Add more Tango icons.
2016-03-03 07:19:41 +01:00
Sebastian Lackner
91247236a6
Added patches to implement multiple setupapi DiskSpaceList functions.
2016-03-03 06:56:21 +01:00
Sebastian Lackner
35f38e546c
Added patch to return ERROR_FILE_NOT_FOUND for Win 9X when a file was not found in GetFileVersionInfoSizeEx.
2016-03-02 23:34:19 +01:00
Sebastian Lackner
b7c7a94d42
Rebase against 0d06ebf5fb515e19cd9ec951dd9e49f6e678b35c.
...
[advapi32-RegCopyTree]
Removed patch to fix RegDeleteTreeW when empty string is passed (accepted
upstream).
[shutdown-Stub_DLL]
Removed patch to add shutdown.exe stub implementation (accepted upstream).
2016-03-02 23:32:41 +01:00
Sebastian Lackner
e194778b0d
Added patch to fix parsing of inf files containing garbage at the beginning of file.
2016-03-02 23:32:41 +01:00
Sebastian Lackner
551ebca897
Added patch to correctly return VFF_CURNEDEST flag in VerFindFileA.
2016-03-02 23:32:41 +01:00
Sebastian Lackner
78288c21bf
Added patch to fix missing buttons in IE6.
2016-03-02 23:32:41 +01:00
Sebastian Lackner
b0905f45a8
Added patch to check for invalid filename pointers in CreateFileA in Win 9x mode.
2016-03-02 23:32:40 +01:00
Sebastian Lackner
891bd073d8
Added patch to set ERROR_DLL_NOT_FOUND as error code for Win 9X instead of ERROR_MOD_NOT_FOUND in load_library.
2016-03-02 23:32:40 +01:00
Sebastian Lackner
a52c90b145
Rebase against 6c637ab9c6a65d5601f98545b05f413f777c444e.
2016-03-02 23:32:04 +01:00
Sebastian Lackner
ab74d819f0
Rebase against 846155f1531207a763c099defa90fc2c41135164.
...
[advapi32-RegCopyTree]
Removed patches to implement RegCopyTreeA/W (accepted upstream).
2016-03-02 23:31:43 +01:00
Sebastian Lackner
caaedcff2b
Added patch to set DSCAPS_CERTIFIED flags in dsound.
2016-02-29 14:01:39 +01:00
Sebastian Lackner
d5ebadd0d9
Added patch to replicate Windows behavior of WM_SETTEXT handler regarding WM_CTLCOLOR* messages.
2016-02-28 08:07:38 +01:00
Sebastian Lackner
8589621434
Added patch to accept d3d1 and d3d2 versions of D3DFINDDEVICERESULT in IDirect3D_FindDevice.
2016-02-28 08:07:37 +01:00
Sebastian Lackner
090ba911dd
Added patch to fix setupapi DelReg implementation.
2016-02-28 08:07:37 +01:00
Sebastian Lackner
b5dbf4d86c
advapi32-RegCopyTree: Update patchset.
2016-02-28 08:07:37 +01:00
Sebastian Lackner
c7e3487afa
ntdll-call_thread_func_wrapper: Fix stack alignment.
2016-02-28 08:06:41 +01:00
Sebastian Lackner
316709e2e8
Added patch to reserve some more stack space in call_thread_func_wrapper.
2016-02-27 18:07:07 +01:00
Sebastian Lackner
74f5b43963
Added patch to fix handling of DDL_DRIVES flag in user.exe16.DlgDirList.
2016-02-27 05:18:46 +01:00
Sebastian Lackner
9b9d2c7566
Added patch to avoid reassigning default handles after they got closed.
2016-02-27 05:11:25 +01:00
Sebastian Lackner
177b54d90f
Added patches to fix multiple issues in mmsystem.dll16 when translating MIDI messages.
2016-02-27 01:12:30 +01:00
Sebastian Lackner
bfebdf34eb
Added patch to fix implementation of compobj.dll16.StringFromGUID2 function.
2016-02-27 00:58:54 +01:00
Sebastian Lackner
bdf73385f7
Added patch to implement emulation of GDT and LDT access in Win98 mode.
2016-02-27 00:37:37 +01:00
Sebastian Lackner
e22062154b
Added patch to translate all invalid console handles into usable DOS handles.
2016-02-27 00:37:32 +01:00
Sebastian Lackner
2228abee0a
Rebase against 1510b8b92af23a2305de95f074468c231dc11fa3.
...
[inetcpl-Default_Home]
Removed patch to implement default page button in inetcpl (fixed upstream).
[user32-MDI_Extra_Data]
Removed patch to preserve beginning of extra data for MDI windows (accepted
upstream).
2016-02-26 20:52:05 +01:00
Sebastian Lackner
7b40b6922a
Added patch to ensure no async operations can be queued for broken pipes.
2016-02-25 22:33:33 +01:00
Sebastian Lackner
66cad5b6ae
Rebase against 215e2d7fed58ccd7c5e55ad536fb311608b51d26.
2016-02-25 22:13:42 +01:00
Sebastian Lackner
cb4a7e6782
Added patch to announce WMP 12 as installed windows feature.
2016-02-25 15:25:35 +01:00
Sebastian Lackner
1ba00d35af
user32-MessageBox_WS_EX_TOPMOST: Improve tests.
2016-02-24 23:03:52 +01:00
Sebastian Lackner
e1ff6e2674
Rebase against b652c119690afe8b89b8ce9cddde34b4c1589a62.
2016-02-24 20:46:39 +01:00
Sebastian Lackner
f9f999d16e
Added patch to assign random name when trying to create Window Station without name.
2016-02-24 20:16:37 +01:00
Sebastian Lackner
5dce108e77
gdi32-Path_Metafile: Added patch to explicitly test BeginPath() return value in the metafile path tests.
2016-02-24 07:52:04 +01:00
Sebastian Lackner
e88eba680b
Rebase against 7276d5fac1417dd81344db45b3af904f8f2c7d77.
2016-02-23 20:37:30 +01:00
Sebastian Lackner
1a216277ee
gdi32-Path_Metafile: Update patchset and use GdiIsMetaFileDC instead of checking ObjectType manually.
2016-02-23 15:09:25 +01:00
Sebastian Lackner
9a7ca404cf
Rebase against f71f7db63caeffdc92ede12bf15e8f7d184addd4.
...
[msvcrt-StdHandle_RefCount]
Removed patch to fix implementation of msvcrt.close when stdout == stderr
(fixed upstream).
2016-02-23 02:31:03 +01:00
Sebastian Lackner
e6122130be
Release 1.9.4.
2016-02-22 21:25:54 +01:00
Sebastian Lackner
589007dcc3
Added patch to improve invalid paramater handling in NtAccessCheck.
2016-02-22 16:06:58 +01:00
Sebastian Lackner
932dd8fbbc
wined3d-CSMT_Main: Reenable patchset.
...
For now, various conflicting changes have just been reverted.
2016-02-22 15:26:23 +01:00
Sebastian Lackner
b765f1e594
d3dx9_36-D3DXDisassembleShader: Declare variable before for loop.
2016-02-21 21:23:15 +01:00
Sebastian Lackner
83071bc1dc
gdi32-Path_Metafile: Update patchset and fix some test failures.
2016-02-20 11:30:33 +01:00
Sebastian Lackner
858ca1d0f3
Rebase against c26284168ccf53e657bdfbedffd4ef13698688c8.
...
[msvcr120-strof]
Removed patch to implement msvcr120.strtof and _strtof_l (accepted upstream).
2016-02-19 20:10:35 +01:00
Sebastian Lackner
290a4cf54c
Added patch to silence repeated FIXME message in Parser_QueryInterface.
2016-02-19 14:58:16 +01:00
Sebastian Lackner
dc30ea89c3
Rebase against d0b88e7454b72afa5c8317b46ea0d924edff9411.
2016-02-19 03:19:21 +01:00
Sebastian Lackner
2f5862fb37
Added patch to implement support for paths on a metafile HDC.
2016-02-18 12:21:14 +01:00
Sebastian Lackner
b6c11108ec
Added patch to ensure MessageBox is topmost when MB_SYSTEMMODAL style is set.
2016-02-18 12:15:55 +01:00
Sebastian Lackner
eac5c23abb
Rebase against c94336f381f15a30905c0601c91df9b37934c683.
2016-02-17 19:15:59 +01:00
Sebastian Lackner
5a7d29e22e
Rebase against 52a99f2eadf04394a99d81f97a9a6d2a454fa959.
...
[api-ms-win-Stub_DLLs]
Removed multiple api-ms-win stub dlls (accepted upstream).
[kernel32-QT_Environment_Variables]
Removed patch to avoid inheritance of QT_ environment variables from host
environment to Wine (accepted upstream).
[kernel32-VirtualProtect]
Removed patch to allow to pass NULL as old protection to VirtualProtect for
Win9x compatibility (accepted upstream).
[services-SERVICE_FILE_SYSTEM_DRIVER]
Removed patch to load SERVICE_FILE_SYSTEM_DRIVER services with winedevice
(accepted upstream).
[wpcap-Several_Fixes]
Removed patch to fix possible crash in pcap_loop (accepted upstream).
2016-02-17 11:00:33 +01:00
Sebastian Lackner
bcf8079573
Rebase against b190a72bfe53a41a83ae55d75de8327c24512bee.
...
[uxtheme-CloseThemeData]
Removed patch to avoid crash when INVALID_HANDLE_VALUE is passed to
CloseThemeData (accepted upstream).
2016-02-15 19:00:48 +01:00
Sebastian Lackner
cb7a46b342
api-ms-win-Stub_DLLs: Update spec file for kernelbase.dll.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
7a2b5e68f6
Merge wined3d-wined3d_swapchain_present into wined3d-Silence_FIXMEs.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
2a334716c5
Merge wined3d-surface_cpu_blt into wined3d-Silence_FIXMEs.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
115a9748d3
Merge wined3d-resource_check_usage into wined3d-Silence_FIXMEs.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
e6ca6c632e
Rename wined3d-UnhandledBlendFactor -> wined3d-Silence_FIXMEs.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
ab867bb560
Added patch with stubs/implementations for multiple d3dx9_36.D3DX* functions.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
42074346d2
Added patch to silence repeated FIXME for unrecognized compare function 0.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
d88399a1de
Added patch to implement advapi32.RegCopyTree{A,W}.
2016-02-15 09:22:18 +01:00
Sebastian Lackner
d6cc738728
Added patch to preserve beginning of extra data for MDI windows.
2016-02-15 09:22:08 +01:00
Sebastian Lackner
eb8ffcc900
wtsapi32-WTSQueryUserToken: Return a real handle and set last error on failure.
2016-02-13 07:30:47 +01:00
Sebastian Lackner
e0c5f8a2b9
Rebase against 0f8a0fd4002f9d5d1cb6dadcb81ef430d8be21b7.
...
[kernel32-CompareString_Length]
Removed patch to ensure CompareStringW aborts on the first nonmatching
character (accepted upstream).
[ntdll-SystemRecommendedSharedDataAlignment]
Removed patch to implement SystemRecommendedSharedDataAlignment class (accepted
upstream).
[vmm.vxd-PageReserve]
Removed patch to fix protection flags passed to VirtualAlloc call (accepted
upstream).
2016-02-13 05:53:03 +01:00
Sebastian Lackner
72edf5c454
ddraw-Revert_Surface_Init: Remove patchset (fixed upstream).
2016-02-12 05:21:53 +01:00
Sebastian Lackner
676f8190a3
Added patch to fix calling convention of glDebugMessageCallback callback function.
2016-02-12 02:52:06 +01:00
Sebastian Lackner
fb073f008c
ntdll-EtwRegisterTraceGuids: List an additional bug fixed by this patchset.
2016-02-12 00:13:47 +01:00
Sebastian Lackner
b3908c3ae3
Added patch to use assembler wrapper to call MONITORENUMPROC callback.
2016-02-12 00:10:42 +01:00
Sebastian Lackner
f8e36a7305
Added patch with stub program for shutdown.exe.
2016-02-11 20:21:08 +01:00
Sebastian Lackner
0836349fc9
Added patch to improve WTSQueryUserToken stub.
2016-02-11 19:09:51 +01:00
Sebastian Lackner
b52385ec2a
Rebase against 1098a673e61908bacf9459ea6a1ef062f9332d6b.
...
[combase-WindowsString]
Removed patches to implement various additional combase string functions
(accepted upstream).
[kernel32-InterlockedPushListSList]
Removed patches to forward InterlockedPushListSList to ntdll (improved patch
accepted upstream).
[ntdll-Unused_Import_Descr]
Removed patch to ignore import descriptors with empty thunk list (accepted
upstream).
[server-Win8_Pseudo_Handles]
Removed patch to implement support for Win8+ process/thread token pseudo
handles (accepted upstream).
2016-02-11 19:00:26 +01:00
Sebastian Lackner
11f91d29fc
Added patch to forward activate window requests to WM using _NET_ACTIVE_WINDOW.
2016-02-11 16:28:28 +01:00
Sebastian Lackner
23f9d8d35d
Added patch to fix enumeration of display driver properties using setupapi.
2016-02-11 06:11:49 +01:00
Sebastian Lackner
b7ac6188f9
Rebase against 9c98d632779862aae15e9e3a25f59065fae03386.
...
[mmsystem.dll16-Fix_Argument_Order]
Removed patch to fix argument order in GlobalAlloc16 call (accepted upstream).
[msvideo-MCIWNDM_SETTIMEFORMATA]
Removed patch to translate 16 bit address in lparam for MCIWNDM_SETTIMEFORMATA
message (accepted upstream).
[vcomp-Atomic_I8]
Removed patch to implement 64-bit atomic instructions in OpenMP (accepted
upstream).
[wined3d-CSMT_Main]
Temporarily disable patchset, needs rebasing.
2016-02-10 19:46:44 +01:00
Sebastian Lackner
4d81da5229
Rebase against 11be16ca799ac642fb636633392f4ec80e765da7.
2016-02-10 03:34:43 +01:00
Sebastian Lackner
106d3d5461
Rebase against b548f8c4a7b5bb82d6e1206939f638153aedce36.
2016-02-10 02:46:36 +01:00
Sebastian Lackner
09612a2923
Pipelight: Add a missing CDECL.
2016-02-10 02:22:22 +01:00
Sebastian Lackner
51917ee882
Rebase against b278bb8f5670a123b25d51fd8c927cb4f896a574.
2016-02-10 02:20:14 +01:00
Sebastian Lackner
3883513261
Rebase against 195d16c8267fcd5085048b3513571e2fee0eb548.
...
The current version of CSMT moves user_memory and pitches into the resource, so
those upstream changes (moving them into the texture) are not really
compatible. Revert them in CSMT until we have decided how to resolve this.
2016-02-10 02:11:05 +01:00
Sebastian Lackner
6a55df61ce
Rebase against 85ba92c33a8c689e375fae2f3313657aaa9877fb.
2016-02-10 02:08:16 +01:00
Sebastian Lackner
e2e98ce27a
Rebase against f0053d06c4fc168360da638fa26f1927fe975262.
2016-02-09 23:57:18 +01:00
Sebastian Lackner
cf7f966347
ddraw-Revert_Surface_Init: Disable patchset.
...
This issue will (hopefully) be fixed with http://source.winehq.org/patches/data/118966 .
Get rid of it now since this makes rebasing much easier.
2016-02-09 22:56:38 +01:00
Sebastian Lackner
98d77c786f
Rebase against 02008a6f2e373ba4ff06deb8ca124ecd65b57227.
2016-02-09 18:09:58 +01:00
Sebastian Lackner
6576a7796a
Rebase against e395d4e766ef60030ee05947ffc9fac0c3fbe84b.
2016-02-09 07:47:43 +01:00
Sebastian Lackner
31e5a4b2be
Rebase against e776421232996729a0e350c31d56f696bd47e429.
...
[server-Fix_Leak]
Removed patch to fix newly introduced memory leak of object name structure
(accepted upstream).
2016-02-09 03:37:33 +01:00
Sebastian Lackner
0e424c26ad
Rebase against ea85a1ca598228eeacc370b0d827ca9e11387dfe.
2016-02-08 20:35:24 +01:00
Sebastian Lackner
d35ab071b5
Rebase against 6e30b042e17b4a62f48ca29f26cf9e62c7fd077a.
2016-02-08 19:13:08 +01:00
Sebastian Lackner
089f367941
Release 1.9.3.
2016-02-08 17:39:38 +01:00
Sebastian Lackner
4ffcf184bb
gitapply.sh: Fix parsing of 'deleted file mode' git header.
2016-02-08 16:28:56 +01:00
Sebastian Lackner
0978242195
widl-SLTG_Typelib_Support: Fix a compiler warning on x86_64.
2016-02-08 16:19:44 +01:00
Sebastian Lackner
80ff81b4d1
Added patch to correctly handle compressed frames when desired format is specified.
2016-02-08 14:22:21 +01:00
Sebastian Lackner
731dde08ca
Added patch to convert between AVISTREAMINFO (16 bit) and AVISTREAMINFOA in avifile.dll16.
2016-02-08 14:08:32 +01:00
Sebastian Lackner
24adcdb199
Added patch to correctly convert result of AVIStreamGetFrame to a segptr in avifile.dll16.
2016-02-08 05:01:10 +01:00
Sebastian Lackner
c0124477e9
Added patch to fix argument order in mmsystem.dll16 GlobalAlloc16 call.
2016-02-08 03:25:35 +01:00
Sebastian Lackner
3948744e12
Added patch to divide values returned by SO_RCVBUF and SO_SNDBUF getsockopt options by two.
2016-02-08 02:33:27 +01:00
Sebastian Lackner
20a201f51a
Added patches to revert "move mip-level dimensions fixup" (causes regressions in multiple games).
2016-02-07 18:56:22 +01:00
Sebastian Lackner
1e5b8f9940
Added patch to implement support for AVIFile interface proxies.
2016-02-07 07:01:34 +01:00
Sebastian Lackner
8a350d004c
Added patches to improve detection of MPEG2 streams.
2016-02-07 05:39:32 +01:00
Sebastian Lackner
9c77e0bb82
Added patch to allow to pass NULL as old protection in VirtualProtect for Win9X.
2016-02-06 21:40:54 +01:00
Sebastian Lackner
6d4294d7e5
Added patch to return additional properties for display devices in dxdiagn.
2016-02-06 19:10:55 +01:00
Sebastian Lackner
bbb85b6916
Added patch to strip invalid characters from mask in FindFirstFileExW.
2016-02-06 18:35:22 +01:00
Sebastian Lackner
759fd000ad
Added patch to translate 16 bit address in MCIWNDM_SETTIMEFORMATA MCIWndProc16 command.
2016-02-06 04:52:52 +01:00
Sebastian Lackner
312843a2c2
Added patch to avoid setting HWTRANSFORMANDLIGHT flag on d3d7 RGB device.
2016-02-06 04:49:22 +01:00
Sebastian Lackner
74ac55e7d9
Added patch to implement proper refcounting and locking for HGLOBAL based IStream.
2016-02-06 04:29:28 +01:00
Sebastian Lackner
8e6776a691
Added patch for shcore.GetProcessDpiAwareness stub.
2016-02-06 02:40:14 +01:00
Sebastian Lackner
bcc980d580
api-ms-win-Stub_DLLs: Synchronize spec file of kernelbase.
2016-02-05 21:23:05 +01:00
Sebastian Lackner
9a6a0c49f5
Added patch for kernelbase.QuirkIsEnabled3 stub.
2016-02-05 21:20:46 +01:00
Sebastian Lackner
5289f77aad
Rebase against c266d373deb417abef4883f59daa5d517b77e76c.
...
[user32-MOUSEHOOKSTRUCTEX]
Removed patch to pass MOUSEHOOKSTRUCTEX struct to mouse hook callback (accepted
upstream).
2016-02-05 20:03:58 +01:00
Sebastian Lackner
750454d6f1
Rebase against b21a3240705fdaf9f70a0eb1d2ff4736efcd35c9.
2016-02-05 19:58:05 +01:00
Sebastian Lackner
f6e35db051
Rebase against f55db7882db25019e1af1a497bd7723d10541989.
2016-02-05 18:35:11 +01:00
Sebastian Lackner
661976a145
Rebase against 36b38b8a203c2cca77b101810770afe952f7164a.
2016-02-05 18:18:04 +01:00
Sebastian Lackner
31fe5d3167
Rebase against 46317e0cb1af2f0b2a07532903677dd412bde3c4.
2016-02-05 17:43:27 +01:00
Sebastian Lackner
5d71a4eff3
Rebase against 6037179f6b48a9becdc9e8328ee3b4cc45a8f8eb.
2016-02-05 16:45:33 +01:00
Sebastian Lackner
e369069feb
Rebase against 9c526b41314359c52954f7f367cb9d7b4a26c3ac.
2016-02-05 15:33:31 +01:00
Sebastian Lackner
883297db76
Rebase against 44f2589e7c239243b587e2d7ff92f4cdde61c3b6.
2016-02-05 15:31:30 +01:00
Sebastian Lackner
7f4d6429ad
Rebase against 36187987ed92f1e6662cfd739e0f67d7ff58a9f3.
2016-02-05 15:30:47 +01:00
Sebastian Lackner
ec3240b174
Rebase against b922b55182ca2b51bf2599369c471b3920bfb635.
...
[user32-WM_CAPTURECHANGE]
Removed patch to send WM_CAPTURECHANGE also when capture has not changed
(accepted upstream).
2016-02-05 15:29:13 +01:00
Sebastian Lackner
dbb0795dd4
Rebase against 6b2a080372ae49cdde6b7752de5de20142ce2a70.
2016-02-05 15:28:23 +01:00
Sebastian Lackner
21ac67b551
Rebase against 9bdab23bf7a57e92656782907ae2ac67ed292f0b.
2016-02-05 15:26:56 +01:00
Sebastian Lackner
b8de48bb3a
Rebase against 7e57924d322e6c15bbfc8c505c2a0817d9e5ad2e.
2016-02-04 01:27:13 +01:00
Sebastian Lackner
03d86bd0d4
Rebase against 83a147d98a9c944dae63de251efda9744a539f5c.
2016-02-04 01:27:13 +01:00
Sebastian Lackner
e8595a8305
Rebase against 7561f343815a34c3445238047e1742baec05fdb7.
...
[mshtml-Wine_Gecko_2.44]
Removed patch to update Wine-Gecko to 2.44-beta1 (released).
2016-02-04 01:25:53 +01:00
Sebastian Lackner
be6712245c
Rebase against 59116f833ea29839b186617b625bb3aa01927944.
2016-02-03 23:10:27 +01:00
Sebastian Lackner
345d3789cc
Rebase against f7e9604c3eb9082d3a1b0172ec7e3b21234fe7b7.
2016-02-03 18:37:53 +01:00
Sebastian Lackner
901c33023f
Rebase against 257ee8cc6e63acc54576f60ad09de5b4051f8045.
2016-02-03 14:51:18 +01:00
Sebastian Lackner
d55612ab9c
Rebase against 37503be65497b97fe5197c2c5c28486e3ff73e59.
2016-02-03 14:13:14 +01:00
Sebastian Lackner
ad65139e3d
Rebase against 80ea5a01ef42b0e9e0b6c872f8f5bbbf393c0ae7.
2016-02-01 05:02:03 +01:00
Sebastian Lackner
89a3c598c3
Rebase against a96abff8082d3c6ac7f1acb57727656a94a6bde9.
2016-02-01 04:49:58 +01:00
Sebastian Lackner
da7ef4474e
Rebase against ed268bbf9183392e21e771f64bd91c19316f8361.
2016-02-01 04:49:41 +01:00
Sebastian Lackner
164e63ad82
Rebase against fe0924625fc138d84dccb056f86f46ce23c346d9.
...
[ntdll-NtOpenSection]
Removed patch to avoid crash in om tests when NULL attr is passed to
NtOpenSection (fixed upstream).
2016-02-01 04:49:22 +01:00
Sebastian Lackner
558b4dcc4b
Rebase against b3064d748b1cab6464e8b92a558b2d4ba4fe3909.
2016-02-01 04:48:56 +01:00
Sebastian Lackner
c853702845
Rebase against a124064ce5e1c83fa453da5610712b303e65de30.
...
[ntdll-NtQuerySystemInformationEx]
Removed patch to change return value of GetLogicalProcessorInformationEx to
TRUE (fixed upstream).
[wined3d-Invalid_Render_States]
Removed patch to ignore invalid render states in
wined3d_device_set_render_state (accepted upstream).
2016-02-01 04:48:06 +01:00
Sebastian Lackner
08db287ce8
Rebase against 8b2ba27c860da63c503f5d7dee08e2c9c01efd74.
2016-02-01 04:47:33 +01:00
Sebastian Lackner
6d36eb2fdc
Rebase against 7371c44336b46ecc7eeafbc8368790bb60a18bc9.
2016-02-01 04:43:57 +01:00
Sebastian Lackner
74a1d8d0fb
Rebase against 7afeec4bf2908d92be30220871fc70c0b981211f.
2016-02-01 04:42:50 +01:00
Sebastian Lackner
7a8203d691
Added patch to forward CreateTypeLib to CreateTypeLib2.
2016-01-28 10:17:22 +01:00
Sebastian Lackner
f6a285ccfc
widl-SLTG_Typelib_Support: Added patch for minor/cosmetic clean up.
2016-01-28 10:17:22 +01:00
Sebastian Lackner
692def9754
Added patches to show more correct memory usage in taskmgr.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
8ca2de22a0
Rebase against bb29a9bf5b42a9848faae749b6d0bd79576f665a.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
44aeaade64
Rebase against a25c47f59a600d7da819869b643b0b17720c07c6.
...
[wined3d-Multisampling]
Removed patch to allow to override number of quality levels for
D3DMULTISAMPLE_NONMASKABLE (fixed upstream).
2016-01-28 10:17:21 +01:00
Sebastian Lackner
8ebf32fb69
Rebase against d178301b723b0a05d8dc0c04b185e39f3ac8ba14.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
e9bb99ec93
Rebase against ad11f38db92b425e8df84dc4f7ea58366b73e32a.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
b1a1c80a0d
Rebase against dafaae77308be415e024739f227fea64ae85d6d2.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
716fa1dbcb
uxtheme-GTK_Theming: Validate theme handles before accessing private data.
2016-01-28 10:17:21 +01:00
Sebastian Lackner
08e2798f66
uxtheme-GTK_Theming: Fix some incorrect error codes.
2016-01-28 10:17:20 +01:00
Sebastian Lackner
53d43e05b3
uxtheme-GTK_Theming: Update patchset and add export for OpenThemeDataEx.
2016-01-28 10:17:20 +01:00
Sebastian Lackner
c344dcf96e
Added patch to avoid crash when INVALID_HANDLE_VALUE is passed to CloseThemeData.
2016-01-28 10:17:16 +01:00
Sebastian Lackner
5e0122ae53
Added patch to avoid inheriting QT_* environment variables to Windows environment.
2016-01-27 06:59:38 +01:00
Sebastian Lackner
8b24f43d5e
Rebase against b0140f8ee22ad0f4a627f396b760e4a7833e474a.
2016-01-26 18:13:06 +01:00
Sebastian Lackner
8d7e0791fe
Added patch to implement semi-stub for shcore.GetDpiForMonitor.
2016-01-26 15:41:13 +01:00
Sebastian Lackner
cf5a12527f
widl-SLTG_Typelib_Support: Implement decoding of SLTG help strings.
2016-01-26 14:25:05 +01:00
Sebastian Lackner
8981e5a344
widl-SLTG_Typelib_Support: Add support for function parameter flags to SLTG typelib generator.
2016-01-25 21:34:35 +01:00
Sebastian Lackner
cd8442e4c4
widl-SLTG_Typelib_Support: Set the lowest bit in the param name to indicate whether type description follows the name.
2016-01-25 21:24:20 +01:00
Sebastian Lackner
5e7f75370b
widl-SLTG_Typelib_Support: Move patch to compile stdole32.tlb as SLTG typelib into separate patchset.
2016-01-25 19:59:47 +01:00
Sebastian Lackner
124b8035a4
Rebase against d575e0afe304d0096f8014f7f411bf28c126cc0b.
...
[kernel32-Codepage_Conversion]
Removed patch to make sure codepage conversion fails when destination length
is < 0 (accepted upstream).
[server-Coverity]
Removed patches to fix multiple possible invalid memory accesses detected by
Coverity (accepted upstream).
[user32-SetCaretPos]
Removed patch to avoid corruption of caret when SetCaretPos() is called
(accepted upstream).
2016-01-25 19:24:40 +01:00
Sebastian Lackner
f2d347b897
Added patch to implement stub for shcore.SetProcessDpiAwareness.
2016-01-24 16:23:31 +01:00
Sebastian Lackner
2d441b9bd4
Release 1.9.2.
2016-01-24 04:56:30 +01:00
Sebastian Lackner
1ee8daad48
Added patch to implement msvcr120.strtof and _strtof_l.
2016-01-24 04:05:20 +01:00
Sebastian Lackner
0080e07707
Added patch for ext-ms-win-kernel32-package-current-l1-1-0 dll.
2016-01-24 03:30:38 +01:00
Sebastian Lackner
ff7682a2eb
Added patch for ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 dll.
2016-01-24 03:29:38 +01:00
Sebastian Lackner
6e66a30f03
Added patch for api-ms-win-rtcore-ntuser-draw-l1-1-0 dll.
2016-01-24 03:28:20 +01:00
Sebastian Lackner
ecad21686f
Added patch for ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 dll.
2016-01-24 03:27:11 +01:00
Sebastian Lackner
80333dbeea
Added patch for api-ms-win-rtcore-ntuser-window-l1-1-0 dll.
2016-01-24 03:26:10 +01:00
Sebastian Lackner
b2184f6d38
Added patch for ext-ms-win-uxtheme-themes-l1-1-0 dll.
2016-01-24 03:24:51 +01:00
Sebastian Lackner
dd42997f73
Added patch for ext-ms-win-ntuser-mouse-l1-1-0 dll.
2016-01-24 03:23:33 +01:00
Sebastian Lackner
a248c41e92
Added patch for api-ms-win-shcore-stream-l1-1-0 dll.
2016-01-24 03:21:44 +01:00
Sebastian Lackner
858822cf40
Added patches for two error handling issues in wineserver detected by Coverity.
2016-01-23 20:24:39 +01:00
Sebastian Lackner
e6cdf018d3
Added patch to implement SystemRecommendedSharedDataAlignment class in NtQuerySystemInformation.
2016-01-22 17:43:29 +01:00
Sebastian Lackner
35a2b6a62a
Added patch to add Standard OLE Types typelib to olepro32.dll.
2016-01-22 17:28:17 +01:00
Sebastian Lackner
5bb59bbf48
Rebase against e5132e5a91208253e67c0eff709ab5c96d79b790.
...
[oleaut32-Fix_Invalid_Memory_Access]
Removed patch to fix invalid memory access on 64-bit when warn+heap is used
(accepted upstream).
[server-Fix_Invalid_Memory_Access]
Removed patch to fix invalid memory accesss caused by destroying winstation
before desktop (accepted upstream).
2016-01-22 17:06:44 +01:00
Sebastian Lackner
d924f74e90
kernel32-CompareString_Length: Update patchset to correctly handle comparison of strings ending with multiple \0 characters.
2016-01-22 16:03:16 +01:00
Sebastian Lackner
2413df39ed
Added patch to fix invalid memory access in SysFreeString on 64-bit when warn+heap is enabled.
2016-01-22 05:58:29 +01:00
Sebastian Lackner
8c7c39b621
widl-SLTG_Typelib_Support: Add minor cleanup patch.
2016-01-22 05:04:13 +01:00
Sebastian Lackner
dce75fac5b
server-Pipe_ObjectName: Update and simplify patchset.
2016-01-22 04:45:28 +01:00
Sebastian Lackner
fe47c7cf07
Rebase against 8676f7bae099f0ca20c26a29dfa4bebd828b39b9.
2016-01-22 02:52:59 +01:00
Sebastian Lackner
b1e6717b81
user32-Mouse_Message_Hwnd: Add reference to another bug report.
2016-01-21 06:44:32 +01:00
Sebastian Lackner
f73ed17eec
Added patch to protect TTM_ADDTOOLW from invalid text pointers.
2016-01-21 06:30:58 +01:00
Sebastian Lackner
da8d1b4bd7
Added patch to implement support for SLTG typelibs in widl and compile stdole32.tlb as v1 format.
2016-01-21 05:05:10 +01:00
Sebastian Lackner
a7a5cc85fb
Added patch for api-ms-win-core-threadpool-l1-2-0 dll.
2016-01-21 03:29:42 +01:00
Sebastian Lackner
e21660b264
Added patch for api-ms-win-core-shlwapi-obsolete-l1-2-0 dll.
2016-01-21 02:54:17 +01:00
Sebastian Lackner
fc6f693b39
Added patch for api-ms-win-core-wow64-l1-1-0 dll.
2016-01-21 02:20:50 +01:00
Sebastian Lackner
f13af0a0e9
Added patch for api-ms-win-core-memory-l1-1-2 dll.
2016-01-21 01:47:45 +01:00
Sebastian Lackner
9ad29454bf
Added patch for ext-ms-win-xaml-pal-l1-1-0.GetThemeServices stub.
2016-01-21 01:37:40 +01:00
Sebastian Lackner
ea31b08725
Added patch to fix prototype of RtlIpv4StringToAddressExW and add stub for RtlIpv6StringToAddressExW.
2016-01-21 01:33:19 +01:00
Sebastian Lackner
295e6d21eb
Added patch with stub for imm32.IMMDisableLegacyIME.
2016-01-21 01:20:21 +01:00
Sebastian Lackner
76eb462240
Added patch to fix invalid memory access caused by destroying winstation before desktop.
2016-01-20 21:45:56 +01:00
Sebastian Lackner
7fb8937fd3
Rebase against af4a757ad2cacbd238486632d0f7bd6f0a94483f.
...
[d3dx9_36-Uninitialized_Memory]
Removed patch to initialize animation variable before
D3DXCreateAnimationController test (fixed upstream).
2016-01-20 19:21:13 +01:00
Sebastian Lackner
a5541ec2e1
d3dx9_33-Share_Source: Update patchset and make sure ./tools/make_specfiles doesn't corrupt spec file.
2016-01-20 09:40:51 +01:00
Sebastian Lackner
4ffd0d0492
d3dx9_24-ID3DXEffect: Add annotations for make_specfiles.
2016-01-20 09:27:01 +01:00
Sebastian Lackner
120ecc5475
Added patch for api-ms-win-shcore-thread-l1-1-0 dll.
2016-01-20 08:43:35 +01:00
Sebastian Lackner
14b9709a68
api-ms-win-Stub_DLLs: Add various missing forwards.
2016-01-20 08:12:24 +01:00
Sebastian Lackner
6d78916f98
Rebase against d1841f496b423afa0e29cd7da87cfd297e5e8054.
2016-01-20 06:04:27 +01:00
Sebastian Lackner
031b029c8d
Move patch to forward _{calloc,malloc,free}_base to {calloc,malloc,free} into separate directory.
2016-01-20 05:58:56 +01:00
Sebastian Lackner
e8e54f0838
Added patch to fix uninitialized animation variable in D3DXCreateAnimationController tests.
2016-01-20 05:58:01 +01:00
Sebastian Lackner
3815316d5f
Rebase against 4083af404b2ef9e0b0928a6f685f2efa8567c80b.
...
[d3dx9_36-AnimationController]
Removed patch to add stubs for D3DXCreateAnimationController interface
(accepted upstream).
2016-01-19 05:17:06 +01:00
Sebastian Lackner
26e0bddfb4
Rebase against 1eb69be36f176f499b67a16c93a470475bb1b330.
2016-01-19 03:56:30 +01:00
Sebastian Lackner
49c107eb07
api-ms-win-Stub_DLLs: Add dependency on combase-RoApi.
2016-01-18 06:44:10 +01:00
Sebastian Lackner
3095f1635e
combase-RoApi: Add changes for api-ms-win-core-winrt-l1-1-0.spec.
2016-01-18 06:36:07 +01:00
Sebastian Lackner
db05f9a14d
combase-WindowsString: Add changes for api-ms-win-core-winrt-string-l1-1-0.spec.
2016-01-18 06:18:21 +01:00
Sebastian Lackner
070968bbb0
Added patch for ext-ms-win-xaml-pal-l1-1-0 and ext-ms-win-appmodel-usercontext-l1-1-0 dll.
2016-01-18 05:54:06 +01:00
Sebastian Lackner
436e8536e4
Added multiple patches for partial implementation of various combase RoApi functions.
2016-01-18 05:53:50 +01:00
Sebastian Lackner
0d38eb5ab0
combase-RoApi: Add additional typedefs in roapi.h.
2016-01-18 02:25:58 +01:00
Sebastian Lackner
9d40362df0
Added patch to implement support for Win8+ process/thread token pseudo handles.
2016-01-17 21:04:55 +01:00
Sebastian Lackner
d98e6ed067
Added patch for shcore and api-ms-win-shcore-obsolete-l1-1-0 dll.
2016-01-17 20:29:08 +01:00
Sebastian Lackner
ef3ea8cfc5
Added patch for api-ms-win-core-winrt-registration-l1-1-0 dll.
2016-01-17 19:55:37 +01:00
Sebastian Lackner
6775f4126e
Added patch with stub for ntdll.RtlQueryPackageIdentity.
2016-01-17 19:02:25 +01:00
Sebastian Lackner
00ba58231d
Added patch to add include file activation.idl.
2016-01-17 18:58:05 +01:00
Sebastian Lackner
389df872d6
Added patch to implement combase.WindowsTrimString{Start,End}.
2016-01-17 06:00:10 +01:00
Sebastian Lackner
359746b7fd
Added patch for iertutil dll.
2016-01-17 03:44:00 +01:00
Sebastian Lackner
49a0b474e4
Added patch to move implementation of EtwRegisterTraceGuidsW to ntdll.
2016-01-17 03:19:12 +01:00
Sebastian Lackner
3f2d26547d
combase-WindowsCompareStringOrdinal: Update patch to implement the function on top of CompareStringOrdinal, as suggested by Michael Müller.
2016-01-17 01:54:53 +01:00
Sebastian Lackner
9f61fece0e
Added patch for api-ms-win-eventing-classicprovider-l1-1-0 dll.
2016-01-17 01:17:22 +01:00
Sebastian Lackner
27c1655177
Added patch for api-ms-win-core-heap-l2-1-0 dll.
2016-01-17 00:44:04 +01:00
Sebastian Lackner
9666dbdff7
Added patch for api-ms-win-core-kernel32-legacy-l1-1-1 dll.
2016-01-17 00:04:55 +01:00
Sebastian Lackner
4e926309e6
api-ms-win-crt-Stub_DLLs: Rename to api-ms-win-Stub_DLLs.
2016-01-16 16:17:26 +01:00
Sebastian Lackner
979bd36103
Added patch to implement combase.WindowsCompareStringOrdinal.
2016-01-16 16:15:18 +01:00
Sebastian Lackner
2f1f80dcb3
Added patch for api-ms-win-core-libraryloader-l1-2-0 dll.
2016-01-16 10:38:23 +01:00
Sebastian Lackner
a293741c33
Added patch for api-ms-win-core-apiquery-l1-1-0 dll.
2016-01-16 09:54:17 +01:00
Sebastian Lackner
3917cbf2ae
Added patch for api-ms-win-appmodel-runtime-l1-1-1 dll.
2016-01-16 09:06:53 +01:00
Sebastian Lackner
09f42d752f
api-ms-win-crt-Stub_DLLs: Add dependency on kernel32-GetCurrentPackageFamilyName patchset.
2016-01-16 08:20:51 +01:00
Sebastian Lackner
1e339a28fb
Added patch for api-ms-win-core-delayload-l1-1-1 dll.
2016-01-16 08:17:08 +01:00
Sebastian Lackner
2d23402047
Added patch with stub for kernel32.GetCurrentPackageFamilyName.
2016-01-16 07:20:43 +01:00
Sebastian Lackner
695cdd6899
Rebase against 0806b06f2ba7a690661d6ae417270bdbc7370953.
2016-01-16 05:48:20 +01:00
Sebastian Lackner
6fb052e890
Rebase against 7350682aa6ec7702f26f76ccbaa7d2f11a85c93d.
2016-01-16 05:23:16 +01:00
Sebastian Lackner
6e91988232
Rebase against 3198fb0c1c3779882944659d52a676319ffcc68d.
2016-01-15 21:13:24 +01:00
Sebastian Lackner
a7583fd387
Rebase against 8d0d1e563ca7697902df9c285ff13ce648697537.
2016-01-15 19:46:44 +01:00
Sebastian Lackner
2a7117644f
Added patch with stub for ntdll.ApiSetQueryApiSetPresence.
2016-01-15 16:50:01 +01:00
Sebastian Lackner
cb8ecca731
Added patch for api-ms-win-core-quirks-l1-1-0 dll.
2016-01-15 15:47:55 +01:00
Sebastian Lackner
f9fea4b3f3
Added patch for kernelbase dll.
2016-01-15 15:46:36 +01:00
Sebastian Lackner
fe7c0c3075
rpcrt4-RpcBindingServerFromClient: Remove Fixes line in definition file.
2016-01-15 14:53:18 +01:00
Sebastian Lackner
4afc805422
api-ms-win-crt-Stub_DLLs: Update exports in api-ms-win-crt-heap-l1-1-0.
2016-01-15 14:42:21 +01:00
Sebastian Lackner
bbbe91723c
Added patch with stub for _SetWinRTOutOfMemoryExceptionCallback.
2016-01-15 14:32:54 +01:00
Sebastian Lackner
551b7c746a
Added patch for api-ms-win-core-com-l1-1-1 dll.
2016-01-15 14:30:17 +01:00
Sebastian Lackner
107ba53e90
Added patch for implementation of ole32.CoGetApartmentType.
2016-01-15 13:50:11 +01:00
Sebastian Lackner
4c14e2e62e
shell32-SHCreateSessionKey: Mark failing tests with todo_wine.
2016-01-14 23:56:57 +01:00
Sebastian Lackner
a560ca2cee
ntdll-DOS_Attributes: Always store SAMBA_XATTR_DOS_ATTRIB when path could be interpreted as hidden.
2016-01-14 23:56:57 +01:00
Sebastian Lackner
aeb9cdf06f
Rebase against 14529012da91580119c1712cd24fcf67c780789b.
2016-01-14 23:56:57 +01:00
Sebastian Lackner
a82ee1887f
Added patches to fix several issues in wpcap.
2016-01-14 23:56:57 +01:00
Sebastian Lackner
7b0d10f1f4
Added patch to Implement 64-bit atomic instructions in OpenMP.
2016-01-14 23:56:51 +01:00
Sebastian Lackner
27ea029694
Rebase against f2ceadc6e6e6b7906400b6df84ac385d263cf394.
...
[quartz-NULL_TargetFormat]
Removed patch to handle NULL target format in FilterGraph::ConvertTimeFormat
(accepted upstream).
2016-01-12 21:28:32 +01:00
Sebastian Lackner
e343b21ed1
Added patch to forward InterlockedPushListSList to ntdll.
2016-01-12 05:32:24 +01:00
Sebastian Lackner
805d39fc10
Rebase against 0f67df657db77ea8aef9c2b9498fb5fa1f514a55.
...
[dmime-Dsound_Flags]
Removed patch to fix regression caused by passing invalid flag combination
to dsound8 (accepted upstream).
2016-01-11 17:17:53 +01:00
Sebastian Lackner
aeada7c08a
Release 1.9.1.
2016-01-10 22:47:58 +01:00
Sebastian Lackner
541375be89
Added patch to ignore invalid render states in wined3d_device_set_render_state.
2016-01-10 18:00:27 +01:00
Sebastian Lackner
90dc2c0daa
patchinstall.sh: Sort list of commands in help.
2016-01-10 17:19:40 +01:00
Sebastian Lackner
74cffcfdb6
patchinstall.sh: Remove comment about Makefiles.
2016-01-10 03:51:27 +01:00
Sebastian Lackner
a8fb8389e8
Added patch to implement stub for RpcBindingServerFromClient.
2016-01-09 23:55:05 +01:00
Sebastian Lackner
94764be950
Added patch to handle NULL target format in FilterGraph::ConvertTimeFormat.
2016-01-09 23:47:55 +01:00
Sebastian Lackner
a86ca804fc
Added patch to fix regression caused by passing invalid flag combination to dsound8.
2016-01-09 22:48:12 +01:00
Sebastian Lackner
0f9f441be7
Added patch to fix protection flags passed to VirtualAlloc call in PageReserve VxDCall.
2016-01-09 21:23:38 +01:00
Sebastian Lackner
9d5d217c25
Added patch to ensure System\CurrentControlSet\Control\Video registry key is non-volatile.
2016-01-09 17:40:04 +01:00
Sebastian Lackner
11093e0bf8
Rebase against 91dd155e9bc13c1bc1be860cd67fe3e48c20feae.
2016-01-09 13:36:37 +01:00
Sebastian Lackner
c891e58561
Added patch to return buffer filled with random values from SystemInterruptInformation.
2016-01-07 06:02:35 +01:00
Sebastian Lackner
cf612d0c07
Added patch to fix sharing violation on temp file for piped output.
2016-01-07 05:47:53 +01:00
Sebastian Lackner
bf4a98280f
user32-SetCaretPos: Update patchset to latest revision.
2016-01-07 04:11:26 +01:00
Sebastian Lackner
502fa5f06f
Added patch to ignore import descriptors with empty thunk list.
2016-01-07 04:09:43 +01:00
Sebastian Lackner
98e45e14d9
Rebase against d7e4193df2f22a87031e44ce358a626a5f92b295.
...
FIXME: Should destroy_default_sampler() also be called from delete_opengl_contexts() in the non-CSMT case?
2016-01-07 00:07:56 +01:00
Sebastian Lackner
0a5887e483
patchupdate.py: Generate #ifdef patches in alphabetical order.
2016-01-06 21:38:47 +01:00
Sebastian Lackner
86c9959f50
Added patch to update Wine-Gecko to 2.44-beta1.
2016-01-06 18:52:58 +01:00
Sebastian Lackner
2852387a0c
Added patch to return STATUS_SUCCESS from NtQuerySystemInformationEx.
2016-01-06 15:32:11 +01:00
Sebastian Lackner
88ddac5ca3
wined3d-CSMT_Main: Renumber patches.
2016-01-06 14:28:01 +01:00
Sebastian Lackner
bad6493597
Rebase against 367b30d8278684aaff373f5666b78264137d7a8f.
2016-01-05 22:38:02 +01:00
Sebastian Lackner
efffd311e9
Added patch to do a device check before returning a default serial port name.
2016-01-05 06:06:58 +01:00
Sebastian Lackner
bf54f728cc
Added patch to remove dead code from SCROLL_TrackScrollBar.
2016-01-04 22:30:27 +01:00
Sebastian Lackner
b05a1e266f
Rebase against f6998ea4ced8b2051df64dd81242416d903a90d7.
2016-01-03 22:27:02 +01:00
Sebastian Lackner
2ff3b662fc
Rebase against d07a7bbba51d6c40a5ed089ab9069451805928c2.
2015-12-30 01:11:35 +01:00
Sebastian Lackner
f3609f5452
Release 1.9.0.
2015-12-28 07:53:50 +01:00
Sebastian Lackner
480c7249b5
Updated patch for x86_64 set_cpu_context implementation and add tests.
2015-12-28 03:26:17 +01:00
Sebastian Lackner
dcdcf18047
Added patch to workaround installation bug of IE7 caused by version bump.
2015-12-27 22:30:49 +01:00
Sebastian Lackner
26ef94413d
Added patch to pass MOUSEHOOKSTRUCTEX struct to mouse hook callback.
2015-12-27 19:57:46 +01:00
Sebastian Lackner
25493b94b1
Added patch to check IsWoW64Process before calling Wow64 functions in UNIXFS_get_unix_path.
2015-12-27 18:53:48 +01:00
Sebastian Lackner
b9c5736515
Added patch to avoid setting error when NULL is passed to SHMapHandle.
2015-12-27 18:46:56 +01:00
Sebastian Lackner
f291e6b294
Added patch to avoid corruption of caret when SetCaretPos() is called.
2015-12-27 18:34:09 +01:00
Sebastian Lackner
5d94a2566b
Added patch to align terminating null WCHAR in SysAllocStringByteLen.
2015-12-27 18:19:20 +01:00
Sebastian Lackner
58890792b7
Rebase against 6767ac4bb79ad774f0c850a8c4753a2e6fdea75f.
2015-12-24 22:38:03 +01:00
Sebastian Lackner
e3c64796cd
Rebase against 35eebeef0fe0b3f03f44731f805c447b2342acfd.
2015-12-23 03:12:48 +01:00
Sebastian Lackner
81ee7ad18a
Rebase against a0b8f178df8ed704fc732f5aef3b2e1f623512fc.
2015-12-22 03:07:15 +01:00
Sebastian Lackner
8a378ee8e7
Release 1.8.
2015-12-21 18:34:18 +01:00
Sebastian Lackner
fd5fd19bb9
wusa-MSU_Package_Installer: Improve tracing and warn if cabinet contains compressed files.
2015-12-21 04:45:30 +01:00
Sebastian Lackner
d14e078ed7
Added patch to implement of wusa.exe (MSU package installer).
2015-12-21 03:16:54 +01:00
Sebastian Lackner
47e0b460b4
nvencodeapi-Video_Encoder: Update patchset to version 6.0 and fix Debian compatibility.
2015-12-20 22:55:59 +01:00
Sebastian Lackner
0c1324b8de
Release 1.8-rc4.
2015-12-15 00:56:47 +01:00
Sebastian Lackner
e9f445ed37
server-Parent_Process: Add tests and some minor improvements.
2015-12-13 01:53:38 +01:00
Sebastian Lackner
84730be30e
Rebase against ca9001d6bda3084ab9bc80baa7d6e5533252c797.
2015-12-13 00:19:03 +01:00
Sebastian Lackner
42da4b38cc
Rebase against 97ac9d410fdd612db863fdccc538d8dd8d94d91a.
2015-12-10 16:57:56 +01:00
Sebastian Lackner
7dac88ab13
Added patch to fix memory corruption wineserver (token_duplicate should not reference the original token).
2015-12-10 16:49:38 +01:00
Sebastian Lackner
c3f580b642
opengl32-Revert_Disable_Ext: Update patch and definition file.
2015-12-10 06:08:16 +01:00
Sebastian Lackner
ffa55dcc00
Added patch to avoid holding reference on parent process in wineserver.
2015-12-10 06:03:53 +01:00
Sebastian Lackner
cde035a721
Rebase against 571dc0faa502b63880e905c35d3e3da6d87c5599.
2015-12-08 18:33:36 +01:00
Sebastian Lackner
c094720578
Release 1.8-rc3.
2015-12-07 17:11:09 +01:00
Sebastian Lackner
2e17709095
ws2_32-WSACleanup: Fix compatibility with server-Desktop_Refcount patchset.
2015-12-05 23:56:38 +01:00
Sebastian Lackner
dea2594156
Added patch to fix implementation of NtQueryInformationProcess for ProcessDebugFlags.
2015-12-05 22:48:34 +01:00
Sebastian Lackner
af4ac5433d
Updated patch for d3dx9_36 DrawText implementation and fixed multiple bugs.
2015-12-05 21:43:45 +01:00
Sebastian Lackner
ce6a5b015d
Added patch to properly implement GetLargestConsoleWindowSize.
2015-12-05 19:38:43 +01:00
Sebastian Lackner
07a42a496d
Added patch to set LastError to 0 in GetSidIdentifierAuthority.
2015-12-05 04:06:58 +01:00
Sebastian Lackner
78db8b7950
Added patch to fix possible leak of explorer.exe processes and implement proper desktop refcounting.
2015-12-04 20:06:24 +01:00
Sebastian Lackner
78ed3fc7e9
Rebase against ffee96a80c0585fb5fcb041382540e2014d2f77b.
2015-12-04 18:59:12 +01:00
Sebastian Lackner
a605ae9359
msidb-Implementation: Pass correct size argument to snprintfW (Thanks Amine Khaldi).
2015-12-04 11:02:13 +01:00
Sebastian Lackner
ebf9db37d5
Rebase against 71bbd8da87109161448c7c6d7f6fcfa721b6c746.
2015-12-03 17:52:40 +01:00
Sebastian Lackner
2d713a931d
comctl32-PROPSHEET_InsertPage: Third argument of SendMessage is WPARAM.
2015-12-03 01:26:00 +01:00
Sebastian Lackner
9dcb352d8d
Rebase against e69d9ec3c4e8829c5c18cea7d8348171d51dcd76.
2015-12-02 22:46:56 +01:00
Sebastian Lackner
3d3effd8b3
Rebase against 66d8e38ba4c5d67ae6e287cac557acfeae8b5bcd.
2015-12-01 02:36:42 +01:00
Sebastian Lackner
eb1820cd45
Release 1.8-rc2.
2015-11-29 21:23:59 +01:00
Sebastian Lackner
6655f3dc84
Added patch to ensure default route IP addresses are returned first in gethostbyname.
2015-11-29 18:54:40 +01:00
Sebastian Lackner
c28bcab311
Added patch to implement dinput device property DIPROP_USERNAME.
2015-11-29 18:33:00 +01:00
Sebastian Lackner
e60b8d144b
Added patch to ignore socket type for protocol IPPROTO_IPV6 in getaddrinfo.
2015-11-29 18:10:07 +01:00
Sebastian Lackner
b14f029f04
Added patch to allow to set debug registers separately in NtSetContextThread.
2015-11-29 00:36:33 +01:00
Sebastian Lackner
cd0241f0e2
Added patch to start SERVICE_FILE_SYSTEM_DRIVER services with winedevice.
2015-11-28 23:31:47 +01:00
Sebastian Lackner
096164c275
Added patch to silence repeated FIXME message in surface_cpu_blt.
2015-11-28 23:23:06 +01:00
Sebastian Lackner
ef47e8db59
Added patch to send WM_CAPTURECHANGE also when capture has not changed.
2015-11-28 23:19:32 +01:00
Sebastian Lackner
632a8a163b
Added patch to skip invalid entries in GetPrivateProfileString16.
2015-11-28 22:51:22 +01:00
Sebastian Lackner
8af8164874
Added patch for delayed end of DST in Europe/Istanbul.
2015-11-28 22:50:13 +01:00
Sebastian Lackner
69be96b093
ntdll-Stack_Fault: Updated patch to commit page when handling stack fault, and add tests.
2015-11-28 22:17:37 +01:00
Sebastian Lackner
d73096b63a
Added patch to implement check for invalid handle type for HSPFILEQ handles.
2015-11-27 23:20:34 +01:00
Sebastian Lackner
d8b26a26c5
Rebase against e6c67c52757508ce92c3819bb14e87c2ab21fa20.
2015-11-27 23:06:06 +01:00
Sebastian Lackner
c873b7f422
libs-Unicode_Collation: Also enable sorting tests, they pass after this patch.
2015-11-27 10:52:08 +01:00
Sebastian Lackner
a85a3e8533
Rebase against 4a315cd78a3c97d76ae06e3185ab01a70eb9a1a2.
2015-11-26 19:30:18 +01:00
Sebastian Lackner
a7b8b87d73
gdi32-Symbol_Truetype_Font: Add a new reference to bug report.
2015-11-26 00:05:08 +01:00
Sebastian Lackner
208a1f6573
wined3d-Revert_PixelFormat: Remove reference to bugs marked as fixed.
2015-11-26 00:03:21 +01:00
Sebastian Lackner
6f9e2dae7d
Rebase against 6790d825d1b2c41de73ffe5cb5df28c1d1cc8878.
2015-11-25 21:57:01 +01:00
Sebastian Lackner
67b1817720
Rebase against 3a6ac6055511b14a7e26ba0200f36da418f80723.
2015-11-25 20:59:04 +01:00
Sebastian Lackner
a990060062
Rebase against 1d19eb15d4abfdd14dccc5ac05b83c0ee1a1ace1.
2015-11-25 20:24:27 +01:00
Sebastian Lackner
be3e802c6f
Rebase against a2c6a2beb68cae239d72e012aa8d4af113b8aaa7.
2015-11-23 18:22:33 +01:00
Sebastian Lackner
7d18a5d9b8
Release 1.8-rc1.
2015-11-23 08:01:31 +01:00
Sebastian Lackner
83bc0c02bd
Added patch for stub driver tdi.sys.
2015-11-22 23:51:35 +01:00
Sebastian Lackner
2585f4dda7
Added patch to fix a possible leak in codeview_dump_symbols.
2015-11-22 23:24:40 +01:00
Sebastian Lackner
55a86c83c0
Added patch to avoid leaking output name in sfnt2fon if specified multiple times.
2015-11-22 23:21:30 +01:00
Sebastian Lackner
3d3f7c7088
Added patch to change value for WM_MDICALCCHILDSCROLL to 0x003f.
2015-11-22 23:18:53 +01:00
Sebastian Lackner
64719a7bda
Added patch to improve detection of symbol charset for old truetype fonts.
2015-11-22 22:53:57 +01:00
Sebastian Lackner
c60b60d2f5
winex11-wglShareLists: Add a new reference to bug report.
...
Also remove two references in the wined3d-Revert_PixelFormat patchset.
2015-11-22 22:48:20 +01:00
Sebastian Lackner
5decc603f2
fonts-Missing_Fonts: Fix license information in LICENSE.
2015-11-22 22:37:48 +01:00
Sebastian Lackner
eee03cfecb
Rebase against 39f2ed321d87d888ac3f81e764d0e5c661db74ea.
2015-11-19 16:32:11 +01:00
Sebastian Lackner
803e04c3fe
Rebase against 7f6634b2bd916b530e30ef8a850fefbc0dbdf687.
2015-11-18 20:34:58 +01:00
Sebastian Lackner
9a2af99c65
Rebase against 19eaed6a3833a7bff780ccc31800cad2ecfd48d4.
2015-11-18 11:18:57 +01:00
Sebastian Lackner
8aa631da85
Rebase against 097006b1466854fbd80af8d85a729d85ec52b163.
2015-11-16 16:58:47 +01:00
Sebastian Lackner
be377f28ee
Release 1.7.55.
2015-11-15 18:41:33 +01:00
Sebastian Lackner
6604238b3c
ntoskrnl-Stubs: Add bug reference for KeWaitForMultipleObjects stub.
2015-11-15 16:04:10 +01:00
Sebastian Lackner
58cd8f2507
Added patch to allow to set default display frequency in registry.
2015-11-15 15:49:06 +01:00
Sebastian Lackner
3aa9934386
Added patch to allow dinput EnumDevices callback with broken calling convention.
2015-11-15 14:44:51 +01:00
Sebastian Lackner
4a6afc96cb
patchupdate.py: Allow to disable synchronization for specific bugs.
2015-11-15 05:40:26 +01:00
Sebastian Lackner
0c787e6a09
Added patch to implement stubless proxies on x86_64.
2015-11-15 05:21:15 +01:00
Sebastian Lackner
8b28977596
patchutils.py: Uppercase first character of patch description.
2015-11-15 01:05:09 +01:00
Sebastian Lackner
b0a0836e95
Added patch to implement marshalling for TKIND_COCLASS.
2015-11-15 00:45:05 +01:00
Sebastian Lackner
03fc84498f
Added patch to make sure CompareString immediately aborts on first non-matching character.
2015-11-14 20:50:18 +01:00
Sebastian Lackner
cfc2f08f0a
Added patch to fix required privileges for load_registry and unload_registry wineserver call.
2015-11-14 18:29:24 +01:00
Sebastian Lackner
7c7da8183e
Added patch for stubs of advapi32.RegCreateKeyTransacted[A/W].
2015-11-14 17:32:04 +01:00
Sebastian Lackner
68a4753dbf
Added patch for stub of kernel32.FreeUserPhysicalPages.
2015-11-13 23:48:07 +01:00
Sebastian Lackner
dbce23ab3b
Added patch to properly handle multiple registry notifications per key.
2015-11-13 23:33:19 +01:00
Sebastian Lackner
19d466a729
Added patch for stub of hid.HidP_TranslateUsagesToI8042ScanCodes.
2015-11-13 21:14:30 +01:00
Sebastian Lackner
5da8bc54a5
Added patch for partial implementation of ITfThreadMgrEx_ActivateEx.
2015-11-13 19:58:23 +01:00
Sebastian Lackner
e5bff1feaf
d3dx9_36-DDS: Add initial tests for D3DXSaveSurfaceToFileInMemory.
2015-11-13 19:09:04 +01:00
Sebastian Lackner
2c3f70b42b
Rebase against a786dca935c3e9b3d85853db4b61700e590a1c8b.
2015-11-13 18:00:14 +01:00
Sebastian Lackner
75dc81b7d3
Rebase against 370254cbe93beae6a9ff693d98c638db5bfb1134.
2015-11-12 18:17:43 +01:00
Sebastian Lackner
3faa0f1212
Rebase against 5cf95396503d49f0249c473c1ed51e51213124c0.
2015-11-11 18:20:09 +01:00
Sebastian Lackner
42b1edd98d
hal-KeQueryPerformanceCounter: Use numeric return type to ensure correct code is generated on x86.
2015-11-11 06:06:03 +01:00
Sebastian Lackner
97d07afaf9
Rebase against 61c49bd78e5c96f14870e5c21a2ff75da7ac17b2.
2015-11-10 20:14:26 +01:00
Sebastian Lackner
eb20574d3e
Added patch to implement support for "Purist Mode" (override for all dlls).
2015-11-10 17:22:06 +01:00
Sebastian Lackner
6a3ea0e976
Added patch to revert "Prepare GL resources before calling context_apply_fbo_state".
2015-11-10 03:28:48 +01:00
Sebastian Lackner
0696c2c351
kernel32-Named_Pipe: Only allow one test result.
2015-11-09 18:16:06 +01:00
Sebastian Lackner
f98e04ebc1
Rebase against 7bd852c6ce0299f14fa585c124bae029f0d6d214.
2015-11-09 17:04:55 +01:00
Sebastian Lackner
f09a38e62f
winepulse-PulseAudio_Support: Fix patch to use delay import for winealsa.drv.
2015-11-08 02:59:57 +01:00
Sebastian Lackner
f673b561d0
Rebase against a0d0d0dd0a5b4a500ab8d37cc6e687a202997d56.
2015-11-06 18:47:17 +01:00
Sebastian Lackner
425fb96870
ntdll-Wait_User_APC: Remove todo_wine in tests.
2015-11-05 18:30:01 +01:00
Sebastian Lackner
9afe850d99
Rebase against bfb845f9fccb2ff5bff0b0ba3238fec7f9f7b710.
2015-11-05 17:57:35 +01:00
Sebastian Lackner
f6e27c19e1
Rebase against 60fedd23f95c66f4dce06c5c447de9ec99ebefa5.
2015-11-05 02:11:17 +01:00
Sebastian Lackner
3f08cafe30
Rebase against a410990f7cb0fd7477d4594f8644428ca8873f0e.
2015-11-05 02:03:36 +01:00
Sebastian Lackner
a51602d5df
Rebase against b53256b8b752855576252cc2290dfbc9cb0f1280.
2015-11-05 01:58:41 +01:00
Sebastian Lackner
ec61f717d5
Rebase against 99033b14534ffe8ff6c88c8d38a70d398c933b4d.
2015-11-05 01:32:19 +01:00
Sebastian Lackner
00b4488edc
ntdll-Wait_User_APC: Simplify the code.
...
But still not simple enough... :/
https://www.winehq.org/pipermail/wine-devel/2015-November/110204.html
2015-11-04 16:21:41 +01:00
Sebastian Lackner
91a3fcc513
winepulse-PulseAudio_Support: Reenable patchset.
...
Various patches have been modified to use static initialization of device data,
to avoid loader deadlocks when initializing PulseAudio too early. These are very
huge changes, so the new patchset should receive some additional testing before
the next release.
2015-11-04 05:46:57 +01:00
Sebastian Lackner
637b89cefa
Rebase against c715127536a78166e58b165c390a57b704899d29.
2015-11-03 17:47:17 +01:00
Sebastian Lackner
1d24dc8141
Rebase against 8f443077416fd820375b1bc0d1276286d23348fc.
...
The pulseaudio patchset is temporarily disabled in this commit because the
upstream merge introduced several bugs. It will be reenabled in one of the
next commits.
2015-11-03 17:46:24 +01:00
Sebastian Lackner
8c4e21ef46
Remove disabled ntdll-FD_Cache patchset (only for PowerPC, no longer necessary because Wine uses inline cmpxchg64 now when compiling with gcc).
2015-11-01 01:17:10 +01:00
Sebastian Lackner
123214c032
Remove disabled reg-Cleanup patchset (only cleanup and not actively maintained).
2015-11-01 01:11:18 +01:00
Sebastian Lackner
15733c4eb8
Remove disabled shell32-Quoted_ShellExecute patchset (bug already fixed and all tests pass).
2015-11-01 01:09:13 +01:00
Sebastian Lackner
dc86f5c543
Release 1.7.54.
2015-11-01 00:16:04 +01:00
Sebastian Lackner
d2e9fa96e2
ntdll-SystemHandleInformation: Fix a possible memory corruption.
2015-10-31 23:36:39 +01:00
Sebastian Lackner
d9bb5a1e45
Added patch to implement SystemHandleInformation info class.
2015-10-31 22:29:13 +01:00
Sebastian Lackner
d4e3581847
Updated server-FileEndOfFileInformation patchset, growing a memory mapped file should still work.
2015-10-31 21:12:40 +01:00
Sebastian Lackner
4be7c872c3
Added patch to implement kernel32.GetConsoleFontSize.
2015-10-31 18:39:31 +01:00
Sebastian Lackner
896b3398f1
Added patch for SetConsoleKeyShortcuts stub function.
2015-10-31 17:54:21 +01:00
Sebastian Lackner
9ad85e9d6f
Added patch to fix multiple issues in widl typelib generation.
2015-10-31 17:47:59 +01:00
Sebastian Lackner
a2714839b3
Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration.
2015-10-31 17:33:07 +01:00
Sebastian Lackner
85d50ecc2a
Added patch for SfcGetNextProtectedFile stub function.
2015-10-31 16:59:04 +01:00
Sebastian Lackner
2e4d11137f
Added patch for SetCoalescableTimer stub function.
2015-10-31 16:52:00 +01:00
Sebastian Lackner
b03c54797e
Added patch to improve INetFwAuthorizedApplication::get_ProcessImageFileName stub.
2015-10-31 16:43:16 +01:00
Sebastian Lackner
5ad2c41098
ddraw-Write_Vtable: Add reference to bug report.
2015-10-31 16:37:01 +01:00
Sebastian Lackner
0488823205
Added patch to use close_handle instead of NtClose for internal memory management functions.
2015-10-31 03:32:37 +01:00
Sebastian Lackner
fd66b3bced
ntdll-Virtual_Memory_Stack: Disable patchset, it has no effect when optimization is enabled.
2015-10-31 03:32:27 +01:00
Sebastian Lackner
d2f012b3d1
Added patch to pass '-read_only_relocs suppress' to the linker on OSX and enable patchset to use Nt* function wrappers.
2015-10-30 23:48:00 +01:00
Sebastian Lackner
7e1bf8aca0
Rebase against cbaab82d086e36dacaa22c6adf80f9114bb820fb.
2015-10-30 18:01:22 +01:00
Sebastian Lackner
f8627a6f02
ntdll-WriteWatches: Remove todo_wine in kernel32/virtual tests.
2015-10-30 01:01:13 +01:00
Sebastian Lackner
693e189c24
Added patch to fix build failure (introduced by makefile rewrite).
2015-10-29 22:01:33 +01:00
Sebastian Lackner
5acbd17da2
Rebase against 54633e3956e6b3c4d8ebbd5d721efa294e9602fb.
2015-10-29 20:12:02 +01:00
Sebastian Lackner
d014e899bc
Added patch to implement hal.KeQueryPerformanceCounter.
2015-10-28 22:54:22 +01:00
Sebastian Lackner
397a31ae04
ntoskrnl-DriverTest: Always call IoCompleteRequest in driver functions.
2015-10-28 21:51:03 +01:00
Sebastian Lackner
2668c19b7f
Rebase against 79c59085b1b1f487e91c2695028dd3d1d257a468.
2015-10-28 20:21:10 +01:00
Sebastian Lackner
2c0e907a4a
Rebase against 28b916b26eceb35a071e9aad76da1fbbaa857ba1.
2015-10-27 20:53:46 +01:00
Sebastian Lackner
fb56e8d212
ws2_32-TransmitFile: Remove reference to upstream bug, main patches are already upstream.
2015-10-26 22:00:24 +01:00
Sebastian Lackner
22c57980db
Added patches for memory allocation cleanup in gdiplus functions.
2015-10-26 21:59:15 +01:00
Sebastian Lackner
4c11394828
Rebase against 12111d8c3b897df92fabc1c1a81567477952e9b1.
2015-10-26 17:47:03 +01:00
Sebastian Lackner
f151e1f36f
d3dx9_36-GetShaderSemantics: Use proper defines in shader code (thanks Christian Costa).
2015-10-25 00:09:48 +02:00
Sebastian Lackner
1c6124cc6e
Added patch for implementation of additional HSTRING functions.
2015-10-24 22:55:19 +02:00
Sebastian Lackner
e51ebcc301
uxtheme-GTK_Theming: Fix configure.ac changes.
2015-10-24 02:40:56 +02:00
Sebastian Lackner
bff92e3d44
msidb-Implementation: Add missing changes to tools/make_makefiles.
2015-10-24 02:12:04 +02:00
Sebastian Lackner
1e79306b13
nvcuda-CUDA_Support: Fix typo.
2015-10-24 02:10:10 +02:00
Sebastian Lackner
8cd8abd51f
Rebase against f8d78b0d927c1cae4c5075c64d980c306fb3ed87.
2015-10-24 02:09:12 +02:00
Sebastian Lackner
8adf60dc8e
Added patch to implement FileNamesInformation class support for NtQueryDirectoryFile.
2015-10-22 22:57:30 +02:00
Sebastian Lackner
e64c3bff30
Rebase against 4fb840b614691a787c76659f02c163d922f88fba.
2015-10-22 20:37:13 +02:00
Sebastian Lackner
8d0e6ea5c8
d3dx9_36-GetShaderSemantics: Minor cleanup.
2015-10-22 02:20:08 +02:00
Sebastian Lackner
4f051ce511
ntdll-Wait_User_APC: Fix an outdated comment.
2015-10-22 01:58:28 +02:00
Sebastian Lackner
bd89770641
Rebase against 8075101480df82c5f4280d534f2d76f035653667.
2015-10-21 19:51:16 +02:00
Sebastian Lackner
7cf357b20c
Added patch to block interruption of system APC in server_select.
2015-10-21 18:56:08 +02:00
Sebastian Lackner
91f812ed1b
Added patch to release capture before sending WM_COMMAND.
2015-10-21 03:38:39 +02:00
Sebastian Lackner
8e8654d76e
Added patch to implement stub for ProcessQuotaLimits info class.
2015-10-21 03:17:52 +02:00
Sebastian Lackner
d7013c255f
Rebase against 59cca65ce0edd88b65a55a847468761e11dfab0b.
2015-10-20 20:55:52 +02:00
Sebastian Lackner
9638ce9ec6
ntdll-Consolidation_Callback: Do not add CFI rules for volatile registers, some other cleanup.
2015-10-20 05:57:11 +02:00
Sebastian Lackner
e1d5975f34
ntdll-Consolidation_Callback: Some style improvements, simplify assembler code.
2015-10-20 05:07:39 +02:00
Sebastian Lackner
f597f5b898
Added patch to use wrapper function for consolidation callback during unwinding.
2015-10-20 02:12:14 +02:00
Sebastian Lackner
63426eaa59
Rebase against 26094c5634b1f12d3f156a90a3e228513675cd63.
2015-10-19 22:03:53 +02:00
Sebastian Lackner
67dffe4dc6
Release 1.7.53.
2015-10-19 06:09:12 +02:00
Sebastian Lackner
d8cf46384c
ntdll-Syscall_Wrappers: Only enable syscall wrappers on Linux, MacOS needs special linker flags.
2015-10-19 05:30:18 +02:00
Sebastian Lackner
6494429c2f
server-Signal_Thread: Hold a reference while waking up objects waiting on thread.
2015-10-19 02:53:14 +02:00
Sebastian Lackner
be51f622f7
Added patch to delay signaling threads until they are really gone (fixes Wine Staging Bug #473 ).
2015-10-19 00:38:33 +02:00
Sebastian Lackner
922e5a0e06
Added patch to implement kernel32.GetPhysicallyInstalledSystemMemory.
2015-10-18 18:31:24 +02:00
Sebastian Lackner
9b1ac08c87
dinput-Events: Update patchset and avoid wine internal exports in user32.
2015-10-18 17:03:07 +02:00
Sebastian Lackner
bfabcd117e
Added patch to always use 64-bit registry view on WOW64 setups.
2015-10-18 16:31:04 +02:00
Sebastian Lackner
b8c9f3454e
Added patch to return WN_NOT_CONNECTED from WNetGetUniversalName REMOTE_NAME_INFO_LEVEL stub.
2015-10-18 03:50:44 +02:00
Sebastian Lackner
3f46a6acb7
user32-Painting: Add reference to a bug report.
2015-10-17 16:34:46 +02:00
Sebastian Lackner
c83adcf25b
Added patch to implement comctl32.PROPSHEET_InsertPage.
2015-10-17 16:24:51 +02:00
Sebastian Lackner
091bcbce3c
ntdll-Syscall_Wrappers: Run directory initialization early during process startup instead of wrapping syscalls.
2015-10-17 12:49:06 +02:00
Sebastian Lackner
6971149e11
d3dx9_36-AnimationController: Improve patchset and add initial tests.
2015-10-17 04:14:44 +02:00
Sebastian Lackner
1f9e5b10e0
Added patch to fix the initialization of combined DACLs when the new DACL is empty.
2015-10-17 03:17:26 +02:00
Sebastian Lackner
0c3120e10d
Rebase against 65d699eb5f7fc151197f3dc9f36499ee3e43f8e7.
2015-10-17 01:06:27 +02:00
Sebastian Lackner
550a60731f
Rebase against 973de3f59c7d47602fe68c8cecf8fc3dbc59bcff.
2015-10-17 01:05:06 +02:00
Sebastian Lackner
3bf5b8762a
Rebase against 14f024048b301cd6ccc7e15e731d069cd68b13c0.
2015-10-17 00:37:47 +02:00
Sebastian Lackner
188b345d2e
Rebase against 31e0755ea664e02f05a1e500a19fb5f584c1c1cc.
2015-10-16 20:12:47 +02:00
Sebastian Lackner
458dd1fbce
ntdll-Syscall_Wrappers: Added patches to call the implementation instead of the syscall wrapper when possible.
2015-10-16 05:56:30 +02:00
Sebastian Lackner
216a2d8994
Added patch to use wrapper functions for syscalls to appease Chromium sandbox (32-bit).
2015-10-16 03:48:10 +02:00
Sebastian Lackner
032bf69aa7
Rebase against bf4493404cee43a345fe853b5c11b053cdd22322.
2015-10-15 20:01:55 +02:00
Sebastian Lackner
e80a1b9b96
Rebase against 79361d3bc056ed7659fb63880ed91019837a4906
2015-10-15 18:17:11 +02:00
Sebastian Lackner
d1801f5a5e
dxgi-GetDesc: Add additional upstream reference.
2015-10-13 22:25:53 +02:00
Sebastian Lackner
317fa9382c
Rebase against c2dc6f3ef26fb18e7766956ef0a8cbadccc364d6.
2015-10-13 19:14:09 +02:00
Sebastian Lackner
e3ea1eef0d
Rebase against e8b9bda53ac39c913ddc93de0308f0c8b69605fc.
2015-10-12 20:14:46 +02:00
Sebastian Lackner
cc0556df4a
Added patch to fix handling of wait interrupted by User APC.
2015-10-09 21:33:39 +02:00
Sebastian Lackner
0dddb28c32
Rebase against d548639d977dee847350b408aec9522d68aef813.
2015-10-09 18:40:56 +02:00
Sebastian Lackner
46bd2a545f
Rebase against ebb320fa37f2ad27649f571946af038e9d70ced2.
2015-10-08 19:38:23 +02:00
Sebastian Lackner
fbce85675d
Rebase against fca636a01cfd1ef213326125582139bdd72a287a.
2015-10-08 19:16:54 +02:00
Sebastian Lackner
1ab89ae9bc
Rebase against 8dd86823fdd9a5e631cf3173727b6f667ef1b611.
2015-10-08 18:43:39 +02:00
Sebastian Lackner
55379f6926
dsound-EAX: Added patch to implement DSPROPSETID_EAX20_BufferProperties stub.
2015-10-08 03:53:27 +02:00
Sebastian Lackner
48c78157ae
Rebase against 20ff3352eb19292d47eaa8f3aecc61523ac1f1d9.
2015-10-08 00:28:48 +02:00
Sebastian Lackner
fdf5bad886
Rebase against 1d1487105d4d3a9133f0846d32363a0432812d0c.
2015-10-07 22:20:45 +02:00
Sebastian Lackner
b1d20ea747
ntdll-Status_Mapping: Update patchset and add test for NtWriteFile.
2015-10-07 05:16:25 +02:00
Sebastian Lackner
d8c4d47bbc
Added patch to show windows version when collecting system info in winedbg.
2015-10-07 04:22:18 +02:00
Sebastian Lackner
ee5271ee57
Added patch to implement stub for DSPROPSETID_EAX20_ListenerProperties.
2015-10-07 02:57:45 +02:00
Sebastian Lackner
4adc56f74f
Rebase against 6b9a87c7a801e1776444ac96c555fbad80d34115.
2015-10-06 19:58:45 +02:00
Sebastian Lackner
3307e90080
Rebase against d050343c502202e1abdabdb37668684031d5367d.
2015-10-05 20:07:30 +02:00
Sebastian Lackner
6b720c8cd2
dinput-Events: Mark test failures with todo_wine.
2015-10-05 01:11:06 +02:00
Sebastian Lackner
76aa292beb
Added patch to implement support for msiexec /passive command line option.
2015-10-04 23:57:13 +02:00
Sebastian Lackner
1d3eb97763
Release 1.7.52.
2015-10-03 22:17:32 +02:00
Sebastian Lackner
3c4ad355ff
ntdll-Virtual_Memory_Stack: Remove Fixes: line, the patch doesn't help when compiling with optimization.
2015-10-03 19:10:34 +02:00
Sebastian Lackner
c7c250e381
Added patch to correctly parse double quotes in the msi token values.
2015-10-03 18:57:24 +02:00
Sebastian Lackner
28d60dbd10
Added patch to fix random crashes of Cygwin/MSYS2 for some compilers.
2015-10-03 18:30:52 +02:00
Sebastian Lackner
8f08951d14
Added patch to implement ws2_32.InetPtonA/W functions.
2015-10-03 00:42:19 +02:00
Sebastian Lackner
6a06b1710e
Added patch for implementation of mfplat.MFTEnum.
2015-10-02 19:45:55 +02:00
Sebastian Lackner
59e96aed08
Added patch to make ddraw1 and ddraw_surface1 vtable as writable.
2015-10-02 17:55:54 +02:00
Sebastian Lackner
784acaf1fa
Added patch to mark WritePrivateProfileStringA as hotpatchable.
2015-10-02 17:53:26 +02:00
Sebastian Lackner
d9e1415701
Added patch to mark BitBlt and StretchDIBits as hotpatchable.
2015-10-02 17:51:04 +02:00
Sebastian Lackner
3cee0925e8
Added patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as hotpatchable.
2015-10-02 17:48:08 +02:00
Sebastian Lackner
eb98f4e74f
Rebase against 9bd963065b1fb7b445d010897d5f84967eadf75b.
2015-10-02 17:13:21 +02:00
Sebastian Lackner
6ef9e97ec1
comctl32-LoadIconMetric: Set *icon to NULL on invalid size argument in LoadIconMetric.
2015-10-02 16:28:29 +02:00
Sebastian Lackner
f9edeb7354
Added patch for TRACE in msi_get_property.
2015-10-02 01:49:35 +02:00
Sebastian Lackner
f4dcef9c77
Added patch to pass cookie by reference to msvcrt_local_unwind4 in _seh_longjmp_unwind4.
2015-10-02 01:43:56 +02:00
Sebastian Lackner
8b65b1c1c8
Added patch to avoid waiting for hook thread startup in IDirectInput8::Initialize.
2015-10-02 01:20:46 +02:00
Sebastian Lackner
2a080a1262
comctl32-LoadIconMetric: Update patchset and fix loading of ico files.
2015-10-02 00:21:58 +02:00
Sebastian Lackner
1928fdacbe
Added patch to implement additional stub functions in authz.dll.
2015-10-01 21:52:45 +02:00
Sebastian Lackner
74daa3b210
Rebase against 781b88b7c586fc295780f0c8ad76bda0ffe96cd1.
2015-10-01 20:41:57 +02:00
Sebastian Lackner
b951b9ad09
Added patch to avoid using GdipAlloc and GdipFree in internal gdiplus functions.
2015-10-01 18:29:20 +02:00
Sebastian Lackner
0f5d19c2e0
ntdll-Heap_Delay_Free: Add reference to known issues.
2015-09-30 15:28:07 +02:00
Sebastian Lackner
c498b3557f
gdi32-MultiMonitor: Add missing patchset for winemac driver support.
2015-09-29 02:28:20 +02:00
Sebastian Lackner
8073750c5c
Staging: Update bug reporting URL.
2015-09-28 16:04:26 +02:00
Sebastian Lackner
0d466f5e6d
Added patch to protect TVM_GETITEM from invalid item pointers.
2015-09-28 00:35:20 +02:00
Sebastian Lackner
5f353ac80e
d3d8-D3DSWAPEFFECT_COPY_VSYNC: Add a better upstream bug report as reference.
2015-09-27 20:35:33 +02:00
Sebastian Lackner
447235f1dc
Pipelight: Mark test failures with todo_wine.
2015-09-27 20:20:46 +02:00
Sebastian Lackner
e522c26b4b
Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
2015-09-27 20:07:42 +02:00
Sebastian Lackner
f7950d74e6
user32-ListBox_Size: Add missing file.
2015-09-27 15:54:48 +02:00
Sebastian Lackner
e499f1c187
Added patch to ignore width/height passed to edit control in WM_SIZE message.
2015-09-27 15:33:11 +02:00
Sebastian Lackner
8a0c14b145
Added patch to fix calculation of listbox size when horizontal scrollbar is present.
2015-09-27 03:46:31 +02:00
Sebastian Lackner
f64d5ad94d
Added patch to reduce stack usage of virtual memory functions.
2015-09-27 00:19:56 +02:00
Sebastian Lackner
2f4c5ae81e
Added patch to implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC.
2015-09-26 17:23:36 +02:00
Sebastian Lackner
0182014bed
Rebase against 3966affe064c7b98a7b4c052b6a6696fe74c8830.
2015-09-25 22:33:19 +02:00
Sebastian Lackner
456eb2f553
Added patches for msidb commandline utility (to read and write *.msi files).
2015-09-23 13:00:53 +02:00
Sebastian Lackner
4ad4553546
Added patch to ensure codepage conversion fails when destlen < 0.
2015-09-22 15:25:09 +02:00
Sebastian Lackner
ff889f6cdc
Rebase against 60d1d6f5952e8b5d6fb0327a28c047058851fa70.
2015-09-19 00:59:38 +02:00
Sebastian Lackner
8ba35e61d8
Rebase against 8fdcc239ba784894eed0f5c08ec56441db783e5e.
2015-09-16 17:11:17 +02:00
Sebastian Lackner
f44120dffe
Rebase against aacc7b394ee1eb25001ae2854fd774e1b443e50b.
2015-09-15 17:17:54 +02:00
Sebastian Lackner
0a96d76b16
Added patch to ignore higher bits in selector for ThreadDescriptorTableEntry info query.
2015-09-13 23:06:26 +02:00
Sebastian Lackner
ff9f5115fb
Added patch to return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory.
2015-09-13 17:18:35 +02:00
Sebastian Lackner
929a331358
Rebase against efb1cf0299c23385f934fa9b3abc920bfca46611.
2015-09-10 16:06:52 +02:00
Sebastian Lackner
357269a486
comctl32-Button_Theming: Improve patch subject.
2015-09-09 22:31:34 +02:00
Sebastian Lackner
23ec346541
wined3d-CSMT_Main: Remove empty patch.
2015-09-08 19:35:08 +02:00
Sebastian Lackner
2517360ebd
Rebase against e28d6b2fb099795d2472a97d7ab0bfe868e90421.
2015-09-08 19:33:15 +02:00
Sebastian Lackner
08738c151c
Rebase against 07cc9a34a87cd08c87ae198e4aeb8c9bb7f55175.
2015-09-07 16:51:56 +02:00
Sebastian Lackner
0030289d83
Release 1.7.51.
2015-09-07 02:30:38 +02:00
Sebastian Lackner
cd7cfab427
Added patch to for IHTMLLocation::hash property's getter implementation.
2015-09-07 00:03:21 +02:00
Sebastian Lackner
cbe5306706
Added patch to properly initialize caps->dwZBufferBitDepths in ddraw7_GetCaps.
2015-09-06 20:26:50 +02:00
Sebastian Lackner
88db6aa7b1
kernel32-ThreadGroupAffinity: Mark a test as broken on Win7 and Win8.
2015-09-06 13:07:49 +02:00
Sebastian Lackner
031935bc29
Added patch to fix possible memory leak in netprofm init_networks.
2015-09-06 12:54:22 +02:00
Sebastian Lackner
9af3e03c5b
ws2_32-WSACleanup: Invalidate file descriptors on client-side after closing sockets.
2015-09-06 12:42:10 +02:00
Sebastian Lackner
d5ddb4f687
Added patch to properly render themed buttons when they are pressed.
2015-09-06 12:18:42 +02:00
Sebastian Lackner
dd18774526
Added patch to implement {Set,Get}ThreadGroupAffinity and related ntdll functions.
2015-09-06 12:08:52 +02:00
Sebastian Lackner
7d662cf2d7
wined3d-CSMT_Main: Fix compilation on x86_64.
2015-09-06 10:29:21 +02:00
Sebastian Lackner
49c01cab8a
Added patch to properly close sockets when WSACleanup is called.
2015-09-05 04:29:38 +02:00
Sebastian Lackner
426191d7fb
Added patch to use proper glyph names in wineps driver.
2015-09-05 03:52:56 +02:00
Sebastian Lackner
bcc10f6d7b
shell32-FolderItems_Stub_Iface: Fix a typo in the patch subject.
2015-09-05 01:28:43 +02:00
Sebastian Lackner
ea4b82dd1d
gdiplus-GdipCreateEffect: Update patchset.
2015-09-05 00:30:30 +02:00
Sebastian Lackner
7795ed188b
Added patch for stub of dwmapi.DwmUpdateThumbnailProperties.
2015-09-05 00:19:00 +02:00
Sebastian Lackner
b61581b653
Added patch to implement FolterImpl_Items and stubbed FolderItems interface.
2015-09-04 23:52:08 +02:00
Sebastian Lackner
12beeb3ac9
wined3d-CSMT_Main: Update patchset for CSMT (commandstream multithreading), to keep in sync with upstream repository.
2015-09-04 23:02:57 +02:00
Sebastian Lackner
a4e76e0849
opencl-Deprecation: Always apply before all other patches.
2015-09-04 21:12:06 +02:00
Sebastian Lackner
b3e0c26b34
Rebase against 253a587e471a653e1b5ed590280452f43679aa6d.
2015-09-04 19:22:32 +02:00
Sebastian Lackner
36aa7ea01e
wined3d-CSMT_Main: Avoid unnecessary call to wined3d_resource_get_patch.
2015-09-04 17:58:05 +02:00
Sebastian Lackner
3cabc8a125
wined3d-CSMT_Main: Sync trivial changes from the upstream repository.
2015-09-04 17:57:05 +02:00
Sebastian Lackner
ef1d526974
mfplat-MFTRegister: Fix specfile.
2015-09-04 11:22:05 +02:00
Sebastian Lackner
159a22391a
Added patch to avoid deprecation warning for OpenCL 1.2 APIs.
2015-09-03 23:32:47 +02:00
Sebastian Lackner
7f28f3b56d
Rebase against 76c43d817746bb9c81b36e0d0bec4bb0b2ffbdbb.
2015-09-03 14:40:25 +02:00
Sebastian Lackner
c17d191886
Added patch to create Microsoft\Windows\Themes directory during Wineprefix creation.
2015-09-03 04:58:10 +02:00
Sebastian Lackner
ee86efea1a
fonts-Missing_Fonts: Update Arial font, replace Courier New font with Liberation Mono, and add a replacment font for Times New Roman.
2015-09-03 01:51:09 +02:00
Sebastian Lackner
a0e3b5a066
Rebase against 99ecebe90de9ca502c43fbf62d0fbdd09c416b6b.
2015-09-02 17:54:10 +02:00
Sebastian Lackner
a465af2933
imagehlp-Cleanup: Add reference to upstream bugreport.
2015-09-02 15:14:33 +02:00
Sebastian Lackner
4d3c02ca8e
Added patch to fallback to default comspec when %COMSPEC% is not set (fixes Wine Staging Bug #405 ).
2015-09-02 06:28:05 +02:00
Sebastian Lackner
138070e141
Added patch to silence repeated crypt32.CryptUnprotectMemory FIXMEs.
2015-09-01 22:28:54 +02:00
Sebastian Lackner
6952a88ec9
shell32-Progress_Dialog: Fix compile error.
2015-09-01 16:48:29 +02:00
Sebastian Lackner
2aee7a7ac1
Rebase against 8348c0ebe00752af2afbabc78315f9e07e43ee09.
2015-09-01 16:22:33 +02:00
Sebastian Lackner
7e58e7e2d4
Rebase against d3177504b1cbf5029b505588928911be980eebec.
2015-08-31 16:29:08 +02:00
Sebastian Lackner
570e4a6933
wineconsole-Forward_Exitcode: Update definition file.
2015-08-31 08:51:31 +02:00
Sebastian Lackner
9d4b8df3cc
Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create non-existent subdirectories).
2015-08-31 08:49:30 +02:00
Sebastian Lackner
51d7077f51
patchupdate.py: Add 'Apply-Before' definition field and fix a bug in dependency resolution.
2015-08-31 05:52:49 +02:00
Sebastian Lackner
e9cda98df5
Added patch to translate flags in LaunchINFSectionW.
2015-08-30 22:55:44 +02:00
Sebastian Lackner
c5e1cdaffb
Added patch with stub for winspool.SetPrinterW level 8.
2015-08-30 19:10:29 +02:00
Sebastian Lackner
9d3f4bc8ce
Added patch to allow non-nullterminated string as working directory in kernel32.create_startup_info (fixes Wine Staging Bug #543 ).
2015-08-30 09:55:05 +02:00
Sebastian Lackner
a21372e977
Added patch to fix error handling in DeferWindowPos when passing an invalid HWND.
2015-08-30 05:38:07 +02:00
Sebastian Lackner
0be8e1fc40
mscoree-CorValidateImage: Update patchset.
2015-08-30 05:29:11 +02:00
Sebastian Lackner
c3db854717
ddraw-EnumSurfaces: Update patchset.
2015-08-30 05:26:18 +02:00
Sebastian Lackner
38db7901d7
Added patch to fix failure to create anonymous file mapping after failed open_fd server call (fixes Wine Staging Bug #538 ).
2015-08-30 05:05:58 +02:00
Sebastian Lackner
4e0bdd2c9b
Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE.
2015-08-30 04:18:06 +02:00
Sebastian Lackner
5b28f7a01c
Added patch to fix compile failure in d3d11 with recent versions of gcc.
2015-08-29 06:25:20 +02:00
Sebastian Lackner
e7d3684f81
Rebase against 6056a3f1634a72e181fb3a03ca625aaa7720523e.
2015-08-28 16:24:18 +02:00
Sebastian Lackner
33e1ccc03c
Rebase against e5ce90ed1b88bba8389aabfcb9ad0b6f837f6a14.
2015-08-27 18:04:25 +02:00
Sebastian Lackner
a81dee672e
Added patch to return a dummy BIOS name in Win32_BIOS record (fixes Wine Staging Bug #528 ).
2015-08-27 02:01:33 +02:00
Sebastian Lackner
c2bac3f03f
Rebase against dcc6868057605296a7dacd89211e0673396abe45.
2015-08-26 17:59:16 +02:00
Sebastian Lackner
074eae4371
patchinstall.sh: Introduce a new '--upstream-commit' function to obtain the commit in raw format.
2015-08-25 23:03:39 +02:00
Sebastian Lackner
5aa6e7afe4
Rebase against bdaa571c5d7dd59dd28fd1f25cdad5761bfaf4dd.
2015-08-25 22:44:50 +02:00
Sebastian Lackner
574959b168
Added patch to fix access violation in MSYS2 git when when cloning repository (fixes Wine Staging Bug #348 ).
2015-08-25 08:30:07 +02:00
Sebastian Lackner
f73de49f9f
Rebase against 6038e2ab7957b65dd2e13ddd414c206718fb14b7.
2015-08-24 15:40:06 +02:00
Sebastian Lackner
ddb4ddd749
Added patch to fix bug in wineserver debug_children inheritance (fixes Wine Staging Bug #525 ).
2015-08-24 07:57:02 +02:00
Sebastian Lackner
12d1613d90
Release 1.7.50.
2015-08-23 02:11:02 +02:00
Sebastian Lackner
78204c282f
Added patch to return a valid mesh in D3DXCreateTeapot.
2015-08-23 00:59:52 +02:00
Sebastian Lackner
cd3a07933a
Added patch to make sure Notepad creates new files immediately.
2015-08-22 22:01:24 +02:00
Sebastian Lackner
d7da67b4de
Updated GTK3 patchset to fix "division by zero" exception errors (fixes Wine Staging Bug #523 ).
2015-08-22 17:18:11 +02:00
Sebastian Lackner
9660c304bc
uxtheme-GTK_Theming: Add dependency on loader redirect support.
2015-08-22 17:15:38 +02:00
Sebastian Lackner
f99ef3c9eb
ntdll-Dealloc_Thread_Stack: Fix typo in commit message.
2015-08-22 17:04:08 +02:00
Sebastian Lackner
6022983803
Added patch to return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for paths that only contain a prefix.
2015-08-22 10:00:16 +02:00
Sebastian Lackner
afb16555cd
Added patch to fix implementation of msvcrt.close when stdout == stderr (fixes Wine Staging Bug #485 ).
2015-08-22 08:12:21 +02:00
Sebastian Lackner
c8eb156226
Added patch to fix test failure in kernel32/thread tests.
2015-08-22 06:11:04 +02:00
Sebastian Lackner
cbf392300d
Added patch to reject setting EOF on memory mapped files (fixes Wine Staging Bug #471 ).
2015-08-22 06:02:36 +02:00
Sebastian Lackner
f1045ce6bb
ntdll-FileDispositionInformation: Add braces around argument.
2015-08-22 05:14:36 +02:00
Sebastian Lackner
76f5985038
Added patch to block deallocation of thread stack for current thread (fixes Wine Staging Bug #241 ).
2015-08-22 04:44:59 +02:00
Sebastian Lackner
f3b30373fb
Rebase against 5ccc463a4e3ba181b96a161c3c8cd4bc0cb0e607.
2015-08-21 16:54:56 +02:00
Sebastian Lackner
1dc5f2f601
patchupdate.py: Also list indirect dependencies for each patch in patchinstall.sh.
2015-08-21 08:51:53 +02:00
Sebastian Lackner
ca01e366ef
Added patch to use a helper function for NtWaitForMultipleObjects and NtWaitForSingleObject.
2015-08-21 07:41:48 +02:00
Sebastian Lackner
323b73a1f2
Rebase against 5021e91940fe01a54e6ee91f9d9f246ce8f6dd84.
2015-08-20 18:54:52 +02:00
Sebastian Lackner
428f65dd68
Rebase against 3b5107d06305972beaa9c5ff147ecbcd99949a75.
2015-08-19 17:13:50 +02:00
Sebastian Lackner
f28931a026
iphlpapi-TCP_Table: Use WS_AF_INET instead of AF_INET.
2015-08-19 16:40:11 +02:00
Sebastian Lackner
9a74e72f1b
ntdll-WRITECOPY: Add reference to known issues.
2015-08-19 11:37:02 +02:00
Sebastian Lackner
869b164ece
server-Key_State: Merge patch #2 and #3 to avoid introducing temporary regressions.
2015-08-19 11:29:42 +02:00
Sebastian Lackner
f5f1c89973
ntdll-FileDispositionInformation: Remove duplicated test.
2015-08-19 11:02:19 +02:00
Sebastian Lackner
092a14a3f6
Removed compatibility patchset for deprecated ACL string format.
...
The format was changed in version 1.7.25, released about one year ago.
2015-08-19 09:35:22 +02:00
Sebastian Lackner
ab06aee23d
Added patch for forward/backward compatibility of previous format of high precision registry timestamps.
2015-08-19 09:27:00 +02:00
Sebastian Lackner
b1ede54d23
Added patch to fix implementation of krnl386.exe16.GetTempDrive.
2015-08-18 21:54:58 +02:00
Sebastian Lackner
3fe5ad7aef
server-PeekMessage: Add a test for a situation not yet covered by the current patch.
2015-08-18 20:37:53 +02:00
Sebastian Lackner
3e9b40f5b6
Rebase against cfbc37c699e3b3b27df4c566014e6dde9c7194b8.
2015-08-18 17:48:13 +02:00
Sebastian Lackner
c0bdcaecf5
Rebase against bd7f43d7e8fca5cab20120b3819bfd5491436b72.
2015-08-17 18:29:01 +02:00
Sebastian Lackner
cc04af2457
Add missing linebreak to ok message in multiple patches.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
68bdb355dc
winepulse-PulseAudio_Support: Add linebreak to ERR message.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
9e203d3b8f
nvapi-Stub_DLL: Add missing linebreaks to ok() messages.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
b5534bc463
Added patch fix detection of case-insensitive systems in MSYS2.
2015-08-17 08:52:51 +02:00
Sebastian Lackner
84aaa8ff12
Added patch to report correct ObjectName for NamedPipe wineserver objects (fixes Wine Staging Bug #363 ).
2015-08-17 01:25:22 +02:00
Sebastian Lackner
79253e6534
Added patch to implement shell32 NewMenu class with new folder item.
2015-08-16 23:19:29 +02:00
Sebastian Lackner
67f1219393
Add references to remaining bugs/issues to definition files.
2015-08-16 08:24:17 +02:00
Sebastian Lackner
1de318660f
Added patch to fix multiple uninitialized memory issues in wineserver.
2015-08-16 07:20:22 +02:00
Sebastian Lackner
b8546ff85a
Added patch to set SFGAO_HASSUBFOLDER only when there are really subfolders.
2015-08-15 21:28:54 +02:00
Sebastian Lackner
faac0015a6
Added patch to improve startup performance by delaying font initialization.
2015-08-15 21:10:25 +02:00
Sebastian Lackner
2c35b17c61
Added patch for shell32 IDragSourceHelper stub interface.
2015-08-15 18:22:30 +02:00
Sebastian Lackner
671aa4f38e
Added patch to implement special handling for calling GetChildContainer with an empty string.
2015-08-15 05:08:50 +02:00
Sebastian Lackner
e7fceb902c
Added patch to implement enumeration of sound devices and basic properties to dxdiagn.
2015-08-15 05:05:15 +02:00
Sebastian Lackner
e265cf1024
Rebase against e083986df52bd706d0c7e8ae8820a5d886942585.
2015-08-12 16:36:26 +02:00
Sebastian Lackner
6b398014f2
ntdll-NtMapViewOfSection: Perform check for non-aligned binaries to be compatible with winedevice code.
2015-08-11 08:57:48 +02:00
Sebastian Lackner
dcc8c25285
ntdll-NtMapViewOfSection: Updated patchset.
2015-08-11 08:12:44 +02:00
Sebastian Lackner
8f49524c86
patchupdate.py: Also list dependencies for each patchset in patchinstall.sh.
2015-08-11 07:43:35 +02:00
Sebastian Lackner
288c9a031d
patchupdate.py: Sort dependencies, to avoid too many changes to patchinstall.sh.
2015-08-11 07:27:26 +02:00
Sebastian Lackner
c97628a0e5
Added patch to fix implementation of ntdll.MapViewOfSection.
2015-08-11 07:19:15 +02:00
Sebastian Lackner
03a15069bc
Added various patches for imagehlp cleanup (fixes Wine Staging Bug #502 ).
2015-08-11 06:53:53 +02:00
Sebastian Lackner
e95a773114
Add patch to implement remaining OpenMP locking functions.
2015-08-11 06:14:46 +02:00
Sebastian Lackner
9711296d1f
Release 1.7.49.
2015-08-09 22:03:40 +02:00
Michael Müller
eb2fe4eb91
uxtheme-GTK_Theming: Improve forward compatibility for GTK 3.14.
2015-08-09 21:44:19 +02:00
Sebastian Lackner
dff451a72c
uxtheme-GTK_Theming: Correctly render checkboxes with GTK >= 3.14.0.
2015-08-09 21:35:26 +02:00
Sebastian Lackner
32197bdc15
winecfg-Staging: Add patch to enable/disable GTK3 theming via winecfg.
2015-08-09 18:15:24 +02:00
Sebastian Lackner
ec3715b113
Added patch for native GTK3 theming support by Ivan Akulinchev.
2015-08-09 17:59:13 +02:00
Sebastian Lackner
0184015194
Added patch to make sure Winhttp raw request headers are terminated using double \r\n.
2015-08-09 17:25:33 +02:00
Sebastian Lackner
84f5a647d0
Added patch to fix possible integer overflow in VarR4FromDec.
2015-08-08 21:46:09 +02:00
Sebastian Lackner
f6dd131a74
Added patch to fake success in IViewObject::Draw stub.
2015-08-08 21:17:33 +02:00
Sebastian Lackner
0a38c0f4a6
Added patch to move cookie initialization code from memory management to loader.
2015-08-08 21:05:57 +02:00
Sebastian Lackner
b23f8c789b
Added patch to fix leak and use-after-free in winecfg theming implementation.
2015-08-08 01:09:04 +02:00
Sebastian Lackner
45e6770be6
Added patch to implement stub for vcomp._vcomp_flush.
2015-08-07 23:25:05 +02:00
Sebastian Lackner
7a3bc88055
Added patch with stubs for additional wininet options in InternetSetOption (fixes Wine Staging Bug #443 ).
2015-08-07 22:37:26 +02:00
Sebastian Lackner
bdfd218e7e
winhttp-System_Proxy_Autoconfig: Also silence 'no support on this platform' in wininet.
2015-08-07 21:35:27 +02:00
Sebastian Lackner
2bc55e66c3
Added patch for stub dlls required by the MSVC 2015 runtime library.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
6f3699d87e
Rebase against 06e68ff6613042e78a5dd4b9066713d9beab0c6d.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
4a9653f221
Rebase against 813368481679a5848bc715d1e181782de157485f.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
0054a6b6f5
Rebase against 07e4d4bd044ac3c9f46526b210205216d8bfeb45.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
d1b4dd170a
Added patch to improve stubs for dxgi MakeWindowAssociation and GetWindowAssociation.
2015-08-07 20:58:15 +02:00
Sebastian Lackner
16a22ca25b
dbghelp-UnDecorateSymbolNameW: Update patchset.
2015-08-04 19:46:44 +02:00
Sebastian Lackner
ae5372cbde
Rebase against e3c6777edda76f319e5c465faf6c20bb91ed9f17.
2015-08-04 02:48:57 +02:00
Sebastian Lackner
dfe5839903
ntdll-FileDispositionInformation: Clean up first few patches.
2015-08-03 19:08:45 +02:00
Sebastian Lackner
eefdde33ff
Rebase against b3fe96a0a9748c71a24fe0393fd964f0fb2f4ff4.
2015-08-01 00:48:11 +02:00
Sebastian Lackner
6d60acbb21
Improve stub for NtQueryInformationJobObject and add tests.
2015-07-31 07:02:36 +02:00
Sebastian Lackner
113a63d374
Use alternative approach to create MachineGuid registry key during wineprefix startup.
2015-07-31 05:59:32 +02:00
Sebastian Lackner
14975afd63
Added patch to silence opencl deprecation warnings to allow compilation with -Werror.
2015-07-31 05:57:11 +02:00
Sebastian Lackner
e21bed742a
Rebase against 571462c633edbcc5dd6f2f8e56470470f27b0b07.
2015-07-31 01:42:04 +02:00
Sebastian Lackner
493ed4662c
Rebase against 5bd9d58016236da3142e030add2efbb2789fa2e4.
2015-07-29 22:53:17 +02:00
Sebastian Lackner
5ec4d6171e
Release 1.7.48.
2015-07-29 21:11:46 +02:00
Sebastian Lackner
8728442a9a
Added patch to avoid race-conditions with long running threadpool tasks.
2015-07-29 20:59:04 +02:00
Sebastian Lackner
76e7b82e31
d3dcompiler_43-D3DCompile: Update patchset, add semi-stub for D3DCompile2.
2015-07-29 18:02:53 +02:00
Sebastian Lackner
5a24762b33
Added patch to use video memory for rendering targets if possible.
2015-07-29 17:42:56 +02:00
Sebastian Lackner
9454f5fc78
server-Registry_Timestamp: Some style improvements.
2015-07-29 07:30:27 +02:00
Sebastian Lackner
c23d8e2738
Updated CSMT patchset to fix crash in Path of Exile after character selection (fixes Wine Staging Bug #451 ).
2015-07-29 06:54:21 +02:00
Sebastian Lackner
025e40edcc
wined3d-CSMT_Helper: Move 'Merge get_pitch' patch into CSMT_Main.
2015-07-29 05:59:30 +02:00
Sebastian Lackner
45b80e1d0d
Added patch to add wined3d detection of GeForce GT 425M.
2015-07-28 23:34:45 +02:00
Sebastian Lackner
8ccce27f89
Added patch to implement dbghelp.UnDecorateSymbolNameW.
2015-07-28 23:00:22 +02:00
Sebastian Lackner
d96eed9e17
Added patch with stubs for D3DCompile2 and D3DCompileFromFile.
2015-07-28 21:36:16 +02:00
Sebastian Lackner
510297d315
gdiplus-GdipCreateEffect: Update patchset with new version from Alistair Leslie-Hughes.
2015-07-28 21:11:58 +02:00
Sebastian Lackner
2a2d46a77e
Added patch with stub for D3DXTessellateNPatches.
2015-07-28 21:03:03 +02:00
Sebastian Lackner
74f4d7b45e
Rebase against 797c037bff2f7621f5b3d632bd899349529d6b2b.
2015-07-28 20:47:45 +02:00
Sebastian Lackner
2393fd2c7e
Added patch to implement AMStream GetMultiMediaStream functions.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
a9538a1965
Added patch to store registry timestamps with nanoseconds precision.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
1ce0efdd60
Added patch to return dummy ID3DXSkinInfo interface when skinning info not present.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
8f5172f8de
Added patch to export additional OpenAL32 functions.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
56447bdb5b
patchutils.py: Strip '(resend)' from patch subject.
2015-07-27 23:44:04 +02:00
Sebastian Lackner
a66e263db0
ntdll-ThreadQuerySetWin32StartAddress: Update patchset with revision 2.
2015-07-27 23:13:09 +02:00
Sebastian Lackner
d9d1380650
Added patch to fake success in kernel32.SetFileCompletionNotificationModes.
2015-07-27 06:39:50 +02:00
Sebastian Lackner
7603fe0bc9
Added patch to reimplement RtlQueueWorkItem on top of new threadpool API.
2015-07-27 06:38:45 +02:00
Sebastian Lackner
1b23958eb3
Added patches to implement ThreadQuerySetWin32StartAddress info class.
2015-07-27 06:35:03 +02:00
Sebastian Lackner
e4d5d84401
d3dx9_36-DrawText: Merge improvement by Alistair Leslie-Hughes.
2015-07-26 03:41:54 +02:00
Sebastian Lackner
a5fac42aff
Added patches to improve security cookie handling.
2015-07-26 02:33:17 +02:00
Sebastian Lackner
278c0ed870
comctl32-LoadIconMetric: Some additional improvements, add FIXME for unimplemented functionality.
2015-07-26 02:18:47 +02:00
Sebastian Lackner
495e7f4985
Update vcomp patchset and add implementation for various atomic functions.
2015-07-26 02:12:16 +02:00
Alistair Leslie-Hughes
75174bcf22
Add patch with stub for D3DX10CreateEffectFromMemory.
2015-07-24 15:28:28 +02:00
Sebastian Lackner
2315442bb2
Various additional improvements to LoadIconMetric tests.
2015-07-24 15:23:30 +02:00
Alistair Leslie-Hughes
77d2d3e4e0
Updated comctl32 LoadIconMetric patches.
2015-07-24 15:09:27 +02:00
Alistair Leslie-Hughes
06226bdc44
Updated D3DXGetShaderInputSemantics patch.
2015-07-24 14:53:29 +02:00
Sebastian Lackner
941323d469
Added patch to silence repeated LocaleNameToLCID/LCIDToLocaleName unsupported flags FIXMEs.
2015-07-23 19:56:28 +02:00
Sebastian Lackner
0de1b91a1b
Rebase against 50d9d187c57448ca3f14de6a8eeb2520179db5b8.
2015-07-21 21:19:25 +02:00
Sebastian Lackner
5b94baf194
Rebase against 1a0c4efba9430382e3427cb3f355906bc2a66861.
2015-07-21 05:08:19 +02:00
Sebastian Lackner
2fdae8614e
Added patch with stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W.
2015-07-19 23:14:54 +02:00
Sebastian Lackner
e5c67078fd
Added patch to share source of d3dx9_36 with d3dx9_33 to avoid Wine DLL forwards.
2015-07-19 22:30:15 +02:00
Sebastian Lackner
f4be181120
Update patchset to query GPU infos with GLX_MESA_query_renderer extension (fixes a regression with broken MESA versions).
2015-07-19 22:06:34 +02:00
Sebastian Lackner
679a5cef17
vcomp-Functions: Update vcomp patches and add various improvements.
2015-07-19 01:07:16 +02:00
Sebastian Lackner
c1c337b07c
Update patches for d3dx9_36.D3DXGetShader{Input,Output}Semantics and add additional tests.
2015-07-18 16:28:05 +02:00
Sebastian Lackner
5f7b6bf45f
Added patch to check architecture before trying to load libraries.
2015-07-18 09:27:37 +02:00
Sebastian Lackner
a37730ab0e
Rebase against a90592c8d29d3b145eada90c297405cbd8a9277f.
2015-07-17 22:21:31 +02:00
Sebastian Lackner
36e9309497
shell32-Quoted_ShellExecute: Remove reference to upstream bug.
2015-07-17 04:19:11 +02:00
Sebastian Lackner
8f245e2d60
mscoree-CorValidateImage: Replace check for __x86_64__ with _WIN64.
2015-07-17 04:17:57 +02:00
Sebastian Lackner
76d8009160
gdi32-Default_Palette: Add reference to upstream bug report.
2015-07-16 21:27:19 +02:00
Sebastian Lackner
f1b8ef5d94
Rebase against 2294d3ba456921e83fa5970e0e62855614c9c30c.
2015-07-16 19:27:48 +02:00
Sebastian Lackner
d205f22f1e
Rebase against 22f28d2923811b85024f63ce43e41966a864ecd0.
2015-07-15 18:48:39 +02:00
Sebastian Lackner
d26abf2d93
configure-Crosscompiling: Replace patch, improve check instead of removing.
2015-07-14 22:35:37 +02:00
Sebastian Lackner
9f011de1b5
Rebase against a8f45dff604058d419bd6c2e070f65a13a6ddfdb.
2015-07-14 21:59:32 +02:00
Sebastian Lackner
a8303d406b
Removed patch to fix uninitialized memory access in ws2_32.do_poll (already fixed upstream).
2015-07-13 21:51:45 +02:00
Sebastian Lackner
800c42803f
wineconsole-Forward_Exitcode: Update patchset, avoid waiting when console is closed by user.
2015-07-13 21:11:46 +02:00
Sebastian Lackner
49d6414382
Rebase against c3dd56c99332c4ad9dbd095935d2c17c53463154.
2015-07-13 18:13:10 +02:00
Sebastian Lackner
1d9163af16
Added patch to forward exitcode from child process when in wineconsole.
2015-07-13 02:30:20 +02:00
Sebastian Lackner
cd4db49a74
Release 1.7.47.
2015-07-12 04:13:40 +02:00
Sebastian Lackner
b5c7642a3e
Added patch to avoid dereferencing NULL pointer for fonts without VDMX.
2015-07-12 03:38:31 +02:00
Sebastian Lackner
65c559753a
Added initial set of patches for multithreaded vcomp implementation.
2015-07-12 00:08:14 +02:00
Sebastian Lackner
d709879134
Added patch to use GLX_MESA_query_renderer extension to get more exact GPU infos.
2015-07-11 23:55:45 +02:00
Sebastian Lackner
0748a983e3
Added patch to fix incorrect assignment in assert statement in ntdll/threadpool.c.
2015-07-11 15:34:39 +02:00
Sebastian Lackner
d1f4a25cbd
Revert security cookie patch causing regression in multiple applications.
2015-07-10 20:55:42 +02:00
Sebastian Lackner
6df5635400
Added patch to increase buffer size in widl/typegen.c to avoid buffer overflow.
2015-07-10 20:05:21 +02:00
Sebastian Lackner
fb6baf5e83
Rebase against 744f7b69bf4692265588e10650090ca2f5129ccd.
2015-07-10 19:35:17 +02:00
Sebastian Lackner
174139f1ea
Rebase against cf7a118a9e5922d819f216c21c3a0984c7bde5dd.
2015-07-10 00:57:15 +02:00
Sebastian Lackner
e3bece1c76
Added patch to silence repeated wbemprox "timeout not supported" fixme.
2015-07-09 06:35:48 +02:00
Sebastian Lackner
d7500bccd1
Added patch to silence repeated winhttp "no support on this platform" message.
2015-07-09 06:23:37 +02:00
Sebastian Lackner
04f83c2765
Rebase against 71e5fdf478dbfb1821d4c39a55c3555cc8188741.
2015-07-07 15:27:18 +02:00
Sebastian Lackner
56532e6bed
wined3d-Revert_PixelFormat: Remove reference to bug which was marked as duplicate.
2015-07-06 19:04:26 +02:00
Sebastian Lackner
afb95f8dde
Rebase against f6653a93eb6796b733c6b0e9e289746692ab0a69.
2015-07-06 19:01:52 +02:00
Sebastian Lackner
67c7aead03
server-Shared_Memory: Reduce memory usage by using WORD to store BOOL argument in user32 TEB data.
2015-07-05 18:07:39 +02:00
Sebastian Lackner
fc0847724e
ntdll-Vista_Threadpool: Clean up and split remaining patches.
2015-07-04 16:23:33 +02:00
Sebastian Lackner
cde323b772
Rebase against 8b566b1da71a412fe58c3cc1988d610c2aba5f2d.
2015-07-04 04:01:01 +02:00
Sebastian Lackner
dfd86e0f91
Rebase against 3d8353fe182f3e7742cd7dab3420635e45ace129.
2015-07-02 17:45:32 +02:00
Sebastian Lackner
16aad8a55f
Rebase against 7a3c9889e38ede659230a66a167b82c024f0dc85.
2015-07-01 17:14:57 +02:00
Sebastian Lackner
62117ba8d6
Rebase against 6b205e41cf0798fd6dff7c37e9b250fc885cf792.
2015-06-30 17:15:47 +02:00
Sebastian Lackner
2da169a01b
configure-Crosscompiling: Improve check for OTOOL.
2015-06-30 01:48:52 +02:00
Sebastian Lackner
3b975fa4f2
Rebase against 9353a36d8fc8bb400bc2227914db0f2e60a19c24.
2015-06-29 19:40:20 +02:00
Sebastian Lackner
8d92e1177f
Release 1.7.46.
2015-06-28 18:21:50 +02:00
Sebastian Lackner
7dc75a302b
nvcuda-CUDA_Support: Add missing commas.
2015-06-28 04:11:50 +02:00
Sebastian Lackner
7c8e6d90d3
Added patch to initialize *lpcDevices in RasEnumDevicesA.
2015-06-28 04:08:20 +02:00
Sebastian Lackner
872be6fa25
Staging: Mark a function as static.
2015-06-28 02:19:35 +02:00
Sebastian Lackner
74b6722150
Improved wined3d-DXTn patchset to search for dylib on OSX.
2015-06-27 23:52:23 +02:00
Sebastian Lackner
135024f481
Added patch to implement general tab for file property dialog.
2015-06-27 23:46:40 +02:00
Sebastian Lackner
53b570f698
Improved nvcuda-CUDA_Support patchset to search for dylib on OSX.
2015-06-27 19:50:17 +02:00
Sebastian Lackner
dc16523d00
Added patch to improve output of '--check-libs' on OSX.
2015-06-27 19:39:39 +02:00
Sebastian Lackner
1dc4d9dc2f
Rebase against ae6efa469bfaecade30e160d195d607bdcdcc6ae.
2015-06-26 15:03:09 +02:00
Sebastian Lackner
731305d018
msvcrt-atof_strtod: Update patchset.
2015-06-26 10:46:23 +02:00
Sebastian Lackner
c981072e0d
kernel32-GetNumaProcessorNode: Remove test failures on Windows XP and change order of patches.
2015-06-26 10:13:24 +02:00
Sebastian Lackner
e86a326f7b
Rebase against efd41e4f2b1c784d4939aa10d869f87f2384f10c.
2015-06-25 16:37:32 +02:00
Sebastian Lackner
1aaf583c9f
msvcrt-atof_strtod: Disable patchset, its already fixed upstream.
...
(The tests and a fix for a corner case might still be useful,
so leaving the patch there for now.)
2015-06-25 08:02:27 +02:00
Sebastian Lackner
f644b88d3e
Rebase against 4f3acf31deef5893b057778695fa5691ccac32df.
2015-06-25 01:35:41 +02:00
Sebastian Lackner
3352a782c9
Update references to upstream bugreports.
2015-06-23 16:43:41 +02:00
Sebastian Lackner
ec9b8ec16d
Rebase against da5151fd54c2679b9cd10a7a4d2933f727266bf5.
2015-06-23 16:38:54 +02:00
Sebastian Lackner
094635f160
advapi32-GetWindowsAccountDomainSid: Split patch and avoid test failures by using aligned memory block.
2015-06-22 03:29:51 +02:00
Sebastian Lackner
5f9893a79d
Added patches to improve crosscompiling Wine for other platforms.
2015-06-21 20:21:23 +02:00
Sebastian Lackner
6b5229ca83
Added patch to use ULONGLONG to store offset in ntoskrnl.
2015-06-21 09:05:11 +02:00
Sebastian Lackner
6d10024c1e
gitapply.sh: Explicitly check for GNU Awk.
2015-06-20 16:04:54 +02:00
Sebastian Lackner
c361cbefb2
Rebase against af55ae137965512a1635e69b8f41849114f60012.
2015-06-19 16:06:14 +02:00
Sebastian Lackner
76b602e336
fltlib-FilterLoad: Minor style improvements.
2015-06-19 05:26:39 +02:00
Sebastian Lackner
9f4a601887
Rebase against 6fe55462107b4dcc31f919296a6e5870dcc881a3.
2015-06-18 23:27:35 +02:00
Sebastian Lackner
36ec2e0cf4
ntdll-WRITECOPY: Also install SIGILL and SIGBUS early signal handler for MacOS compatibility.
2015-06-18 05:25:18 +02:00
Sebastian Lackner
dde3ae24dd
ntoskrnl-Emulator: Add emulation for MOVZX instruction on x86_64.
2015-06-18 04:02:49 +02:00
Erich E. Hoover
f6af570538
Updated kernel32-GetVolumePathName to fix several test failures.
2015-06-17 19:35:28 -06:00
Sebastian Lackner
69ae1f591a
Rebase against 9e96beefae97bb63845b1cac6f372de515465ada.
2015-06-17 18:47:16 +02:00
Sebastian Lackner
31bd06cb42
Added patch to fix wineserver crash when pipe server object is destroyed before client (fixes Wine Staging Bug #393 ).
2015-06-17 13:52:46 +02:00
Sebastian Lackner
0bef3b01c4
Rebase against dedbd1883611b1c72abeb05d9f93cd5ac8af2e90.
2015-06-16 22:35:05 +02:00
Sebastian Lackner
50b37c2d7e
Added patch to fix possible use-after-free in wineserver device IPR code.
2015-06-16 03:26:43 +02:00
Sebastian Lackner
333de90b1a
Added patch to globally invalidate key state on changes in other threads.
2015-06-16 03:09:11 +02:00
Sebastian Lackner
3daf410291
Rebase against 46bdb6e59a007b71aa6a0932228e30bf3ad8bc2b.
2015-06-15 17:27:30 +02:00
Sebastian Lackner
5a89756c6a
Added patch to improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x.
2015-06-15 03:27:14 +02:00
Sebastian Lackner
7af67608ec
wininet-Cache_Long_URLs: Add reference to upstream bug report.
2015-06-14 09:17:37 +02:00
Sebastian Lackner
7c0b90ad19
Release 1.7.45.
2015-06-14 00:39:24 +02:00
Sebastian Lackner
12f0292934
Added patch to implement advapi32.GetWindowsAccountDomainSid.
2015-06-13 21:06:36 +02:00
Sebastian Lackner
53b165e070
wined3d-CSMT_Main: Read format flags from container where possible.
2015-06-13 18:32:47 +02:00
Sebastian Lackner
6c70ccd388
Added patch to properly check existence for libunwind before linking against it.
2015-06-13 17:55:21 +02:00
Sebastian Lackner
703e98c1f5
Added patch to implement fallback to system ping command when CAP_NET_RAW is not available.
2015-06-13 07:13:20 +02:00
Sebastian Lackner
5628355586
Added patch with stub for winscard.SCardListReadersA/W.
2015-06-13 01:21:16 +02:00
Sebastian Lackner
7c2dfd1e28
Added patch to send WM_DROPFILES only when OLE dnd fails.
2015-06-13 01:03:13 +02:00
Sebastian Lackner
7765a19988
Rebase against cde46665fa8503e90c9a2fab1898cdb4d22f667b.
2015-06-12 20:13:22 +02:00
Sebastian Lackner
531ca00756
Minor style improvements in multiple patches.
2015-06-11 19:19:47 +02:00
Sebastian Lackner
2672e6b4c5
Rebase against 39797dcfb250c4b4497fa003ae67b873427daa37.
2015-06-11 18:42:12 +02:00
Sebastian Lackner
a6f687dcc9
Rebase against 714abcb7cdd8cab7d9383bded5b5426e55d98791.
2015-06-11 15:37:59 +02:00
Sebastian Lackner
995b761dee
Rebase against 42cbc05e59d32228f4edd171ca66e4cbe5645d1d.
2015-06-09 16:04:06 +02:00
Sebastian Lackner
44a9c0cc8a
ntdll-FileDispositionInformation: Avoid 'return NULL' in void function.
2015-06-09 14:44:06 +02:00
Sebastian Lackner
2b90f82b6a
kernel32-SetFileInformationByHandle: Fix compile error.
2015-06-09 06:22:05 +02:00
Sebastian Lackner
945ec28ec8
Added patch to ensure console InsertMode changes take effect immediately.
2015-06-09 06:02:07 +02:00
Sebastian Lackner
5fc6371a97
Added patch to forward GIF encoder requests to windowscodecs.
2015-06-09 05:49:04 +02:00
Sebastian Lackner
aaeb4db3b3
Rebase against 0922865b377913a27cea568ac688787a8117d8a7.
...
Rebasing of CSMT will need some additional work / thoughts.
2015-06-09 04:56:36 +02:00
Sebastian Lackner
68ade392f8
ntdll-AT_ROUND_TO_PAGE: A couple of minor improvements for kernel32/tests.
2015-06-07 23:50:18 +02:00
Sebastian Lackner
f76f0d0052
Added patch to fix handling of periodic advice timers causing high CPU usage.
2015-06-07 20:17:10 +02:00
Sebastian Lackner
0ccd396056
patchupdate.py: Improvement of category dependency handling.
2015-06-07 04:41:40 +02:00
Sebastian Lackner
6b78b26763
Added patch to use NVX_GPU_MEMORY_INFO extension for more exact video memory accounting on NVIDIA graphic cards.
2015-06-06 20:28:46 +02:00
Sebastian Lackner
d2765a37f2
Added patch for semi-stub of FileFsVolumeInformation information class.
2015-06-06 19:12:42 +02:00
Sebastian Lackner
0c2536b025
Added patch to improve stubs for NtQueryEaFile.
2015-06-06 18:04:37 +02:00
Sebastian Lackner
cc1da4895e
Added patch to fix endless loop in regedit when importing files with very long lines.
2015-06-06 04:53:33 +02:00
Sebastian Lackner
a0f1f35843
Added patch to fix link notification conditions for riched20.
2015-06-06 04:00:03 +02:00
Sebastian Lackner
26eb2942d0
Added patch to implement default homepage button in inetcpl.cpl.
2015-06-06 03:56:52 +02:00
Sebastian Lackner
16d40cf5d5
Added patch to initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys.
2015-06-06 03:52:12 +02:00
Sebastian Lackner
9149fde0ff
Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes Wine Staging Bug #348 ).
2015-06-06 02:15:34 +02:00
Sebastian Lackner
a110e490b8
Rebase against b2aa984743cb568f8e6a634a1536bf65950167db.
2015-06-05 17:49:14 +02:00
Sebastian Lackner
0af6df6bc0
Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection.
2015-06-05 07:49:05 +02:00
Sebastian Lackner
4d919d4d83
Added patch to set a proper caption for shell32 Run dialog (by Jared Smudde).
2015-06-05 01:44:39 +02:00
Sebastian Lackner
32c289493f
ntdll-FileDispositionInformation: Cleanup of patches for File{Rename,Link}Information.
2015-06-05 00:58:34 +02:00
Sebastian Lackner
9fde9be110
ntdll-Directory_Test: Update patchset.
2015-06-04 22:36:52 +02:00
Sebastian Lackner
ee2f208b2b
Rebase against 9ce9ba30ead7560065c3179796eea81066b3b346.
2015-06-04 16:46:36 +02:00
Sebastian Lackner
002f664b68
Added patch to allow setting pixel format for desktop window.
2015-06-04 00:21:47 +02:00
Sebastian Lackner
9acb14c728
Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile.
2015-06-04 00:07:19 +02:00
Sebastian Lackner
fd6ff0999c
Added patch to restore original error code in rpcrt4 when ReadFile fails with ERROR_MORE_DATA.
2015-06-03 22:31:02 +02:00
Sebastian Lackner
873d07d7d7
fltmgr-Stub_SYS: Fix Makefile.in (try 2).
2015-06-03 21:08:49 +02:00
Sebastian Lackner
2412d1f4eb
Updated patchset for ObjectTypeInformation and fix typename for various additional wineserver object types.
2015-06-03 18:32:16 +02:00
Sebastian Lackner
32f681f893
Rebase against 8d4f56810775757edc87f6f01754df7f9e98d7e3.
2015-06-03 18:13:44 +02:00
Sebastian Lackner
0d67dee015
Added patches for support of FileLinkInformation (fixes Wine Staging Bug #297 ).
2015-06-03 17:07:24 +02:00
Sebastian Lackner
6a8261887f
Added patch to silence test failures in ntdll/directory tests.
2015-06-03 07:27:51 +02:00
Sebastian Lackner
e88424ebc6
Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access (fixes Wine Staging Bug #298 ).
2015-06-03 07:25:33 +02:00
Sebastian Lackner
0abc5f4b7b
Added additional tests for behaviour of opening readonly files.
2015-06-03 05:44:56 +02:00
Sebastian Lackner
85364f3153
fltmgr-Stub_SYS: Fix Makefile.in.
2015-06-03 05:22:22 +02:00
Sebastian Lackner
a2722e8fe9
ntdll-FileDispositionInformation: Resolve a conflict with server-RootDirectory_File patchset.
2015-06-03 04:48:13 +02:00
Sebastian Lackner
2923808892
Added patches for FileRenameInformation support (fixes Wine Staging Bug #296 ).
2015-06-03 03:04:46 +02:00
Sebastian Lackner
fdc5f5c1dd
server-Key_State: Introduce a shadow keystate array to sync keystates only on changes.
2015-06-02 19:16:06 +02:00
Sebastian Lackner
b9ec1ed8f5
Rebase against b75cd7e2f0f6f40655f690695ab0843fce472e88.
2015-06-02 15:34:19 +02:00
Sebastian Lackner
ad87c93337
server-Key_State: Fix test failure in comctl32/listview.
2015-06-01 21:34:17 +02:00
Sebastian Lackner
ce3f724ea2
Rebase against 7c5f639cb86fba26a3b96d9dd0798fd3da2150a0.
2015-06-01 19:20:24 +02:00
Sebastian Lackner
0d0440ede9
shell32-Icons: Fix a test failure in comctl32/imagelist tests.
2015-06-01 07:15:50 +02:00
Sebastian Lackner
7dc9e1b670
mscoree-CorValidateImage: Add reference to upstream bugreport.
2015-05-31 22:41:07 +02:00
Sebastian Lackner
528e9ceec3
ntdll-CLI_Images: Add reference to upstream bugreport.
2015-05-31 22:28:28 +02:00
Sebastian Lackner
da512da861
shlwapi-AssocGetPerceivedType: Fixed error checking for RegGetValueW based on feedback from Thomas Faber.
2015-05-31 21:51:48 +02:00
Sebastian Lackner
e7ab8d7b04
kernel32-GetNumaProcessorNode: Add reference to upstream bugreport.
2015-05-31 21:42:25 +02:00
Sebastian Lackner
bb8f219272
server-JobObjects: Add reference to upstream bugreport.
2015-05-31 15:01:42 +02:00
Sebastian Lackner
b54341886b
Release 1.7.44.
2015-05-31 04:44:43 +02:00
Sebastian Lackner
088ca2f71d
Added patch to avoid using unixfs for devices without mountpoint.
2015-05-31 00:29:12 +02:00
Sebastian Lackner
6d2e3ce903
server-RootDirectory_File: Duplicated file has to be completely decoupled from original one.
2015-05-30 23:08:39 +02:00
Sebastian Lackner
4c9804d9f5
Revert upstream patch which causes broken rendering in various games.
2015-05-30 21:43:52 +02:00
Sebastian Lackner
c7d100897a
Change file permissions from 100755 to 100644 in two patches (thanks Qian Hong).
2015-05-30 20:28:41 +02:00
Sebastian Lackner
55902fb521
server-RootDirectory_File: Update patchset and add additional tests for file seeking behaviour.
2015-05-30 20:23:34 +02:00
Sebastian Lackner
a428549415
ntdll-Hide_Wine_Exports: Add reference to upstream bug report.
2015-05-30 19:23:31 +02:00
Sebastian Lackner
0432712e4e
Added patchset to fix various upstream issues detected by Coverity.
2015-05-30 17:15:23 +02:00
Sebastian Lackner
b942798ef9
Fix a compile failure and add a missing file.
2015-05-30 06:23:51 +02:00
Sebastian Lackner
f576613dd2
Added patch to fix scaling behaviour of images and mipmap levels in IDirect3DTexture2_Load.
2015-05-30 03:27:41 +02:00
Sebastian Lackner
9384283aca
Added patch to allow hiding wine version information from applications.
2015-05-30 02:40:29 +02:00
Sebastian Lackner
cf5c56ef11
Added patch to output winedbg system information also to the terminal, not only to dialog.
2015-05-30 01:27:24 +02:00
Sebastian Lackner
c632b99fb5
Added patch to fix handling of opening a file with RootDirectory pointing to a file handle.
2015-05-29 23:20:21 +02:00
Sebastian Lackner
f5c6731e84
Added patch to fix NULL pointer dereference in get_frame_by_name.
...
Note: An almost identical version was also submitted by Indrek Altpere to
wine-patches, but Michael Müller submitted his own attempt even earlier
to me - see timestamp of the patch.
2015-05-29 20:09:44 +02:00
Sebastian Lackner
cec272a2d4
Added patch to return fake device type when systemroot is located on virtual disk.
2015-05-29 20:00:41 +02:00
Sebastian Lackner
1b2fa6c6cb
Added patch to fix crash in Gothic 1/2 with builtin directmusic caused by wrong return value.
2015-05-29 19:09:54 +02:00
Sebastian Lackner
016e539659
Rebase against 7efe31d9294275f2505361c19afa4e8e50be2c8d.
2015-05-29 15:02:34 +02:00
Sebastian Lackner
412af27a17
Added patch to use random names when caching very long urls (fixes Wine Staging Bug #266 ).
2015-05-28 23:11:52 +02:00
Sebastian Lackner
bcb19df630
Added patch for stub of iphlpapi.ConvertInterfaceLuidToGuid.
2015-05-28 22:48:59 +02:00
Sebastian Lackner
79e542c24a
Rebase against 22983f2b65dc40bfa90a73e3e3bd2e13cc90e22f.
2015-05-28 16:57:14 +02:00
Sebastian Lackner
c10eb9a4a1
Added patch to allow to enable/disable InsertMode in wineconsole settings.
2015-05-28 15:26:05 +02:00
Sebastian Lackner
79c69db369
Rebase against 39d71c52ef7839fe7daad97b009d029b71f691ba.
2015-05-27 22:10:54 +02:00
Sebastian Lackner
763bb554cd
Staging: Print wine version in winediag message.
2015-05-26 23:06:47 +02:00
Sebastian Lackner
7cad745ad6
Added patch for support of ws2_32.dll.WSAPoll.
2015-05-26 22:06:15 +02:00
Sebastian Lackner
92379575c7
Rebase against 530d269e0187f2d0b406f8d5e3c4de974bf553ae.
2015-05-26 18:32:07 +02:00
Sebastian Lackner
2a1d1a0086
Rebase against 98b991fdcf3f2cdbdae7d61203367ce9728a5e6d.
2015-05-25 18:59:24 +02:00
Sebastian Lackner
83cbd1daaa
Added patch to assign a drive serial number during prefix creation/update.
2015-05-25 06:10:28 +02:00
Sebastian Lackner
7f9bf47dd0
wineboot-drivers_etc_Stubs: Add a missing \n to an ERR message.
2015-05-25 05:50:39 +02:00
Sebastian Lackner
41484ad4ed
Added patch with shell32 placeholder icons to match offsets with Windows.
2015-05-24 18:25:00 +02:00
Sebastian Lackner
4b4c5feb3d
Added patch with stubbed ISWbemSecurity interfaces in wbemdisp.
2015-05-24 17:56:51 +02:00
Sebastian Lackner
5972e18a71
Added patch to handle '\r' as whitespace in wbemprox queries.
2015-05-24 17:31:50 +02:00
Sebastian Lackner
baa05e4719
Rebase against 90ed96a766b4b627a5dd18d601b41257c4f8e390.
2015-05-22 15:22:57 +02:00
Sebastian Lackner
ca8ffcd619
Rebase against 9586d3b2567e6b4a2270caeacf39796c168351c0.
2015-05-21 18:47:14 +02:00
Sebastian Lackner
b2297b41c3
Rebase against 1e8759805e3c5dfe00a31bb5f13f1c1da28d2826.
2015-05-21 06:24:11 +02:00
Sebastian Lackner
f09433417e
riched20-IText_Interface: Avoid additional linked lists for font/para interfaces.
2015-05-20 07:35:12 +02:00
Sebastian Lackner
349ba2df2a
Rebase against f4790714fe69df7701cff666d6b5ab4be049cbf6.
2015-05-20 06:00:09 +02:00
Sebastian Lackner
9573b57d3c
Rebase against 0d91274defcf65093957cf8e43985b9be55642d5.
2015-05-19 05:25:23 +02:00
Sebastian Lackner
0defa32dfb
Release 1.7.43.
2015-05-16 22:59:02 +02:00
Sebastian Lackner
1c29f7db86
Update category information for all patchsets.
2015-05-16 18:48:49 +02:00
Sebastian Lackner
bfb112653c
Added patch to skip unknown item when decoding a CMS certificate.
2015-05-16 17:55:21 +02:00
Sebastian Lackner
7a5534ac75
Added patch with stub for kernel32.SetFileCompletionNotificationModes (for Steam in Win7 mode).
2015-05-16 17:19:40 +02:00
Sebastian Lackner
1bbf522c01
Added patch to free RPC parameters allocated by application before anything else.
2015-05-16 04:29:53 +02:00
Sebastian Lackner
95496eedab
ntdll-Heap_Delay_Free: Disable patchset, it causes failures for other apps.
...
Will be re-added after the release when the patch has been improved.
2015-05-16 03:50:29 +02:00
Sebastian Lackner
13effc62f8
wininet-Cleanup: Added various additional fixes for wininet header handling.
2015-05-16 03:45:42 +02:00
Sebastian Lackner
975564c566
wininet-Cleanup: Added next couple of patches and merge with wininet-Memory_Leak.
2015-05-16 03:45:42 +02:00
Sebastian Lackner
8e4c7f1017
Added patch to add HTTP Host header in HttpSendRequest instead of HttpOpenRequest.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
e2d58b98e4
Updated patch to emulate \Device\Null using /dev/null, use a proper device driver.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
26e06cc151
Added patches for additional tests of wininet cookie/header/authentication handling, in preparation of various cleanup patches.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
90bf076dfc
Added patch to fix memory leak in wininet.HTTP_InsertCookies.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
dcfee86e79
Added patch with tests for imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
2015-05-15 02:48:15 +02:00
Sebastian Lackner
a3ca9927db
Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.
2015-05-14 03:14:44 +02:00
Sebastian Lackner
d114a05de3
Added patch to allocate fake hWnd for wineconsole curses backend.
2015-05-13 19:32:09 +02:00
Sebastian Lackner
fb7bff38de
Added patch to create stub files for system32/drivers/etc/{services,hosts,networks,protocol}.
2015-05-13 07:11:50 +02:00
Sebastian Lackner
2a8300034c
Added patch with IEnumString stub interface for ACLShellSource.
2015-05-13 04:58:51 +02:00
Sebastian Lackner
1b0d071e41
Added patch to avoid creating foreign thread queues for attach_thread_input requests.
2015-05-12 05:46:20 +02:00
Sebastian Lackner
134b99fbb2
Added patch to implement shlwapi.AssocGetPerceivedType.
2015-05-12 03:36:39 +02:00
Sebastian Lackner
c3c9472eb4
Added patch for stub of fltlib.FilterLoad.
2015-05-11 18:19:20 +02:00
Sebastian Lackner
5215a311fe
Rebase against 6d323d81b2a604b89c612928a573b290c945df75.
2015-05-11 18:10:47 +02:00
Sebastian Lackner
d3dbcb9165
Added patch to use POSIX implementation to enumerate directory content on FreeBSD.
2015-05-10 02:26:38 +02:00
Sebastian Lackner
53734776f6
ntdll-NtQuerySection: Fix signature also in ntoskrnl.exe specfile.
2015-05-09 21:03:46 +02:00
Sebastian Lackner
54451f955b
advapi32-ImpersonateAnonymousToken: Add exports to api-ms-win-security-base-l1-{1,2}-0.
2015-05-09 20:59:43 +02:00
Sebastian Lackner
2fbbd765c6
kernel32-GetFinalPathNameByHandle: Add exports to api-ms-win-core-file-l1-1-0.
2015-05-09 20:57:21 +02:00
Sebastian Lackner
954aed181c
Added patch to dirtify vertex shader on transformed update, fixes graphical corruption.
2015-05-09 04:26:56 +02:00
Sebastian Lackner
da0ebd230f
ntdll-Vista_Threadpool: Fix compiler warning on x86_64.
2015-05-09 04:20:50 +02:00
Sebastian Lackner
6fb06b865c
dsound-EAX: Fix compiler warning on x86_64.
2015-05-09 04:04:15 +02:00
Sebastian Lackner
ffe90cf9f7
kernel32-CopyFileEx: Fix test failures in kernel32/file and add additional tests.
2015-05-09 00:42:45 +02:00
Sebastian Lackner
d6a8a1d8a1
Added patch to fix error handling in OpenSCManagerW (fixes testfailure in advapi32/service tests when named pipe messagemode is available).
2015-05-08 21:57:09 +02:00
Sebastian Lackner
7fd064ce86
Added patch to implement support for ObjectTypeInformation class support in NtQueryObject.
2015-05-08 19:58:53 +02:00
Sebastian Lackner
20f6d63e2b
Added patch to fix leak of async handle in pipe_server_flush.
2015-05-08 19:58:53 +02:00
Sebastian Lackner
0a1e04b9f2
Rebase against 3ec3fa5eb7d4eefd3157dfce31dbe561a6cda474.
2015-05-08 19:58:50 +02:00
Sebastian Lackner
977b8b34ad
Added patch with stub for winsta.WinStationEnumerateW.
2015-05-07 06:34:45 +02:00
Sebastian Lackner
caf809b1d5
Added patch to return default palette entries from GetSystemPaletteEntries for non-palette-based devices.
2015-05-07 04:20:48 +02:00
Sebastian Lackner
952ab53219
Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199 ).
2015-05-07 02:06:56 +02:00
Sebastian Lackner
e44c30c64e
Added patch with stub for atl80.AtlIPersistPropertyBag_Save.
2015-05-06 23:21:06 +02:00
Sebastian Lackner
41f0cda558
patchinstall.sh: Simplify code to enable/disable patchsets.
2015-05-06 22:37:54 +02:00
Sebastian Lackner
552d300345
patchinstall.sh: Some style fixes, use underscore for local variables.
2015-05-06 22:22:46 +02:00
Sebastian Lackner
1143708578
patchupdate.py: Add '--version' command to show staging/wine version.
2015-05-06 22:09:04 +02:00
Sebastian Lackner
aa817e83cf
patchupdate.py: When using --force-autoconf, only update files if required.
2015-05-06 20:42:32 +02:00
Sebastian Lackner
1bb34e22a6
patchinstall.sh: Add commandline option '--force-autoconf' to include autogenerated changes in each commit.
2015-05-06 20:41:18 +02:00
Sebastian Lackner
dd18228f7d
patchinstall.sh: Only update ./configure and wineserver protocol files if required.
2015-05-06 19:29:17 +02:00
Sebastian Lackner
a78acf275d
msvcp90-basic_string_dtor: Fix behaviour for both char and wchar strings.
2015-05-06 17:55:10 +02:00
Sebastian Lackner
8ace9d57c0
Rebase against upstream changes.
2015-05-06 17:34:48 +02:00
Sebastian Lackner
0c248ecda3
Added patch with tests for shlwapi.AssocGetPerceivedType.
2015-05-06 16:57:47 +02:00
Sebastian Lackner
04b7095098
Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class.
2015-05-06 15:00:29 +02:00
Sebastian Lackner
d97efcbab3
Compiler_Warnings: Removed patch to fix build failure, no longer required.
2015-05-06 00:29:08 +02:00
Sebastian Lackner
52e3343bbb
Removed various patches (accepted upstream).
2015-05-05 20:59:51 +02:00
Sebastian Lackner
ab87b19a87
Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268 ).
2015-05-05 01:36:50 +02:00
Sebastian Lackner
3426979ddf
Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265 ).
2015-05-04 21:52:33 +02:00
Sebastian Lackner
3f7b4894a7
Compiler_Warnings: Added patch to fix recently introduced build failure with gcc4.9.
2015-05-04 19:34:09 +02:00
Sebastian Lackner
e0390d0bdb
Removed various patches (accepted upstream).
2015-05-04 19:02:31 +02:00
Sebastian Lackner
ffb7bab285
Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid registry key.
2015-05-03 18:52:56 +02:00
Sebastian Lackner
f3b8a3bfa3
Added patch to make sure OpenClipboard with current owner doesn't fail.
2015-05-03 07:36:40 +02:00
Sebastian Lackner
b182064bef
Added patch to emulate \Device\Null using /dev/null.
2015-05-02 21:00:56 +02:00
Sebastian Lackner
f23ff69f86
Added patch to return failure in NtProtectVirtualMemory when last argument is omitted.
2015-05-02 19:09:57 +02:00
Sebastian Lackner
e25c35e363
winedevice-Fix_Relocation: Do not omit mandatory argument for VirtualProtect.
2015-05-02 18:31:58 +02:00
Sebastian Lackner
12842d4a5d
ntdll-FD_Cache: Update patchset with recent changes.
2015-05-02 07:12:06 +02:00
Sebastian Lackner
a02130583a
ws2_32-Select: Update patchset with recent changes.
2015-05-02 06:49:10 +02:00
Sebastian Lackner
582e9666ed
Partially removed patches to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE (accepted upstream).
2015-05-01 01:44:20 +02:00
Sebastian Lackner
0ce637dcda
Added patch with stub for advapi32.ImpersonateAnonymousToken (fixes Wine Staging Bug #254 ).
2015-04-30 01:48:38 +02:00
Sebastian Lackner
9f7c9e309a
Added patch with stub for D3DXFrameFind.
2015-04-30 01:48:38 +02:00
Sebastian Lackner
2ce759172c
d3dx9_36-D3DXStubs: Fix spec file entries for D3DXComputeNormalMap in all d3dx9_* dlls.
2015-04-30 01:48:38 +02:00
Sebastian Lackner
8ecb8c648e
Added patch with stub for d3d11.D3D11CreateDeviceAndSwapChain.
2015-04-30 01:48:38 +02:00
Sebastian Lackner
97fb6e215a
Removed multiple patches (accepted upstream).
2015-04-30 01:48:38 +02:00
Sebastian Lackner
1f8b2211dc
Added patch to fix various issues related to advapi32.LookupAccountSidA.
2015-04-30 01:48:38 +02:00
Sebastian Lackner
e390275c1d
advapi32-LsaLookupSids: Returns STATUS_SUCCESS instead of STATUS_SOME_NOT_MAPPED when possible.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
30cc97b72e
Partially removed patches to fix timezone information.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
a1c7c48e57
patchupdate.py: Introduce categories for 'stable' patchsets.
...
Based on the discussion in bug 202, this patch adds support for categories
to patchupdate.py.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
040fd28c00
Rebase against upstream changes.
2015-04-30 01:48:36 +02:00
Sebastian Lackner
90eb3105b8
Added patch to ignore garbage after decoding gif lines.
2015-04-27 03:59:48 +02:00
Sebastian Lackner
157d49eb57
Added patch to fix check for texture levels in wined3d_device_update_texture.
2015-04-27 03:13:00 +02:00
Sebastian Lackner
58cc16c463
Added patch to update timezone information in wine.inf.
2015-04-26 20:51:52 +02:00
Sebastian Lackner
92f1b745f6
Rebase against upstream wine.
2015-04-26 02:02:16 +02:00
Sebastian Lackner
cf78829843
Rebase against 3c0ed9ce0af5370f89605d8bc4ceaec578562ac1
2015-04-26 01:59:36 +02:00
Sebastian Lackner
55ce7ddfc3
wined3d-CSMT_Main: Use resource->format_flags instead of resource->format.flags where possible.
2015-04-26 00:10:29 +02:00
Sebastian Lackner
b84a5e83cb
Rebase against 1e494a69c1a368badf03f844d5911b107e79d774.
2015-04-25 21:15:53 +02:00
Sebastian Lackner
4a8f10e17d
opengl32-Revert_Disable_Ext: Update metadata, the upstream bug report was closed but the issue is not completely fixed yet.
2015-04-24 02:44:20 +02:00
Sebastian Lackner
309e515899
Added patch to implement FileFsFullSizeInformation information class.
2015-04-23 23:53:22 +02:00
Sebastian Lackner
eadec3171e
server-Shared_Memory: Invalidate foreground window in attach_thread_input.
2015-04-23 20:58:21 +02:00
Sebastian Lackner
bc21be9437
server-Shared_Memory: Fix two small bugs.
2015-04-23 18:34:26 +02:00
Sebastian Lackner
8e8e15c81a
Removed patch to fix issues with invalid console handles for new processes (accepted upstream).
2015-04-23 17:03:20 +02:00
Sebastian Lackner
a139cd10bd
Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream).
2015-04-22 23:38:15 +02:00
Sebastian Lackner
d92acf00eb
server-Shared_Memory: Rebase against upstream changes.
2015-04-21 17:58:48 +02:00
Sebastian Lackner
1566e72122
Removed patch to avoid crash when trying to bind mshtml event scripts to window (fixed upstream).
2015-04-20 15:57:54 +02:00
Sebastian Lackner
11b27f5d7f
Added patch to insert a missing break in dlls/msxml3/node.c (Coverity).
2015-04-18 23:32:18 +02:00
Sebastian Lackner
923966f191
Added patch to avoid crash when trying to bind mshtml event scripts to window.
2015-04-18 21:50:25 +02:00
Sebastian Lackner
f1064ee0bd
advapi32-LsaLookupSids: Add additional patch to fallback to Sid string when LookupAccountSid fails.
2015-04-18 21:43:36 +02:00
Sebastian Lackner
743184f7be
wbemprox-Win32_SystemEnclosure: Remove const to avoid warnings with gcc >= 5.0.
2015-04-18 17:08:09 +02:00
Sebastian Lackner
15041e6b96
Added patch for ProfileList\<UserSID> registry subkey.
2015-04-18 16:39:34 +02:00
Sebastian Lackner
cf4a1f5af2
Added patch for stub of ntdll.WinSqmIsOptedIn.
2015-04-18 15:34:28 +02:00
Sebastian Lackner
b9a1a97057
ntdll-FileDispositionInformation: Add additional tests for setting FileDispositionInformation on mapped files.
2015-04-18 09:32:19 +02:00
Sebastian Lackner
69f3294d35
Updated ntdll-FileDispositionInformation patchset to block deleting mapped files (by Qian Hong, fixes Wine Staging Bug #228 ).
2015-04-17 21:24:21 +02:00
Sebastian Lackner
f2ecb762ea
Added patch for implementation of mfplat.MFTRegister.
2015-04-17 21:00:19 +02:00
Sebastian Lackner
a2dd6b6ede
wbemprox-Win32_SystemEnclosure: Mark an additional upstream bug as fixed.
2015-04-17 15:07:32 +02:00
Sebastian Lackner
4befe663b8
Added patch to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE.
2015-04-17 13:48:21 +02:00
Sebastian Lackner
178d669519
Added patch to implement support for wbemprox Win32_SystemEnclosure table.
2015-04-17 09:54:01 +02:00
Sebastian Lackner
04afcf114c
Added patch to recognize localhost as local machine in wbemprox.
2015-04-17 06:29:29 +02:00
Sebastian Lackner
d9bdc6ae51
Added patch for support of process specific debug channels.
2015-04-17 06:23:19 +02:00
Sebastian Lackner
572c6fe243
Rebase against upstream changes.
2015-04-16 19:29:50 +02:00
Sebastian Lackner
3a65a99375
Added patch to properly handle closing sockets during a select call.
2015-04-16 13:02:10 +02:00
Sebastian Lackner
5b313a54e2
wined3d-CSMT_Main: Rebase against upstream changes.
2015-04-15 20:08:28 +02:00
Sebastian Lackner
04e3ce9865
server-{Stored,Inherited}_ACLs: Rework of ACL patches, use upstream code to inherit ACL attributes in advapi32 code.
2015-04-15 16:09:11 +02:00
Sebastian Lackner
96325cabed
Removed patch to increase wineconsole commandline buffer size (fixed upstream).
2015-04-14 19:11:31 +02:00
Sebastian Lackner
2bb0477ca0
dsound-EAX: Disable EAX support by default.
...
Several older games seem to trigger various bugs when EAX 1 support is enabled.
2015-04-13 00:38:12 +02:00
Sebastian Lackner
24af7f9090
Added patch to reset device state in SysKeyboard*Impl_Acquire.
2015-04-11 10:07:56 +02:00
Sebastian Lackner
c9ec45a0e3
Updated server-PeekMessage patchset to reset message filter in accept_hardware_message call (fixes Wine Staging Bug #211 ).
2015-04-10 22:53:14 +02:00
Sebastian Lackner
ea8db60185
Rebase against upstream changes.
2015-04-10 17:58:40 +02:00
Sebastian Lackner
44c159ca06
Added patch to fix regression caused by blacklisting supported OpenGL extensions.
2015-04-10 08:21:45 +02:00
Sebastian Lackner
c382d2430b
Added patch to calculate msvcrt exponential math operations with higher precision.
2015-04-10 08:16:17 +02:00
Sebastian Lackner
77bc095cb4
Added first part of patchset containing various improvements for LsaLookupSids.
2015-04-10 05:28:45 +02:00
Sebastian Lackner
0412f2dcbc
server-Realtime_Priority: Fix compilation on FreeBSD.
2015-04-10 02:53:11 +02:00
Sebastian Lackner
3f56243b9b
Added patch with stub for setupapi.SetupDiSetDeviceInstallParamsW.
2015-04-10 00:13:54 +02:00
Sebastian Lackner
f1b780f2e7
Removed patch to fix compatibility with gnutls28 (accepted upstream).
2015-04-09 18:21:07 +02:00
Sebastian Lackner
31639cf6d5
ddraw-EnumSurfaces: Add additional patch to fix arguments to IDirectDraw7::EnumSurfaces in DllMain.
2015-04-09 05:47:16 +02:00
Sebastian Lackner
c5bbea55d2
Rebase against upstream changes.
2015-04-08 04:02:57 +02:00
Sebastian Lackner
d28a7ba29e
mscoree-CorValidateImage: Only update entry point for IL-only images on 32-bit.
2015-04-07 11:35:24 +02:00
Sebastian Lackner
13a3cadc66
Removed multiple patchsets (accepted upstream).
2015-04-06 17:53:34 +02:00
Sebastian Lackner
2821e85d06
winebuild-LinkerVersion: Set linker version for both memory layout and fake module.
2015-04-06 11:22:36 +02:00
Sebastian Lackner
182d868560
Added tests for RtlIpv6AddressToString and RtlIpv6AddressToStringEx.
2015-04-06 08:15:53 +02:00
Sebastian Lackner
8b06b71275
Merge pull request #315 from maharmstone/master (works around Wine Staging bug 199)
...
Various Windows apps (like Max Payne 2) seem to contain a broken eax.dll library,
which is affected by various use-after-free bugs. To work around such issues EAX
support can be globally disabled in winecfg. Moreover a winediag message is added
to inform the user about possible issues related to EAX.
2015-04-05 20:11:34 +02:00
Mark Harmstone
9138b6d929
Added patches to allow EAX support to be disabled.
2015-04-05 14:54:03 +01:00
Sebastian Lackner
55da87044b
winecfg-Staging: Disable DXVA2 configuration when support is not compiled in.
2015-04-05 10:10:46 +02:00
Sebastian Lackner
139ec6bfe7
Split 'Miscellaneous' patchset into individual patches.
2015-04-05 09:46:18 +02:00
Sebastian Lackner
c931ff9dad
Partially remove advapi32-Revert_DACL patches.
2015-04-05 06:02:38 +02:00
Sebastian Lackner
e298b95f54
Added patch with stub for setupapi.SetupDiSelectBestCompatDrv.
2015-04-04 22:45:27 +02:00
Sebastian Lackner
4ad22c8418
Added patch to allow NULL pointer as keystate argument in ToUnicodeEx.
2015-04-04 22:32:25 +02:00
Sebastian Lackner
9f091b033c
Added patch to ignore unsupported job object restrictions.
2015-04-04 22:17:38 +02:00
Sebastian Lackner
e5a4f11591
dsound-EAX: Various improvements to EAX support (fixes Wine-Staging bug 195).
2015-04-04 21:53:57 +02:00
Michael Müller
f925ee9336
Added patch to implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces and fix some bugs.
2015-04-04 05:57:17 +02:00
Sebastian Lackner
174fd8ca69
server-JobObjects: Fix variable name (was renamed upstream).
2015-04-03 18:53:28 +02:00
Sebastian Lackner
da14f3201a
Added patch to allow to open files/directories without any access rights in order to query attributes.
2015-04-03 18:36:35 +02:00
Sebastian Lackner
70ca8ccdee
Added patch to fix invalid memory access in get_registry_locale_info.
2015-04-03 17:30:35 +02:00
Michael Müller
a6bdf0d803
Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine.
2015-04-03 17:13:12 +02:00
Sebastian Lackner
031d8707e6
Removed patch to fix various bugs in RtlUnwindEx on x86_64 (accepted upstream).
2015-04-03 15:17:42 +02:00
Sebastian Lackner
b06dab11cd
server-Realtime_Priority: Show a warning when changing the child priority fails, even without WINEDEBUG=+server.
2015-04-02 22:14:53 +02:00
Sebastian Lackner
0dc851870e
Move gitapply.sh into patches/, remove unused Makefile.in file.
2015-04-02 21:59:18 +02:00
Sebastian Lackner
bd6e9c6b12
Rebase against upstream changes.
2015-04-02 21:37:06 +02:00
Sebastian Lackner
9b05154f9e
Added patch to implement proper handling of CLI .NET images in Wine library loader.
2015-04-02 06:28:01 +02:00
Sebastian Lackner
7a76ebf786
Added patch to implement mscoree._CorValidateImage for mono runtime.
2015-04-02 06:23:34 +02:00
Sebastian Lackner
3b9b44454b
Added patch to implement support for linux priority levels (by Joakim Hernberg, various modifications by Sebastian Lackner).
2015-04-02 06:19:21 +02:00
Sebastian Lackner
c6b84caa19
Rebase against upstream changes, partially removed patches for job objects (accepted upstream).
2015-04-01 22:09:49 +02:00
Sebastian Lackner
7995c78fbf
Added patch for support of 8bpp grayscale TIFF images with 8bpp alpha channel (replaces previous stub).
2015-04-01 03:14:19 +02:00
Sebastian Lackner
168c9879a0
Rebase against upstream changes.
2015-03-31 20:59:38 +02:00
Sebastian Lackner
99d383dca7
ws2_32-TransmitFile: Rebase and fix compile error.
2015-03-31 08:55:12 +02:00
Sebastian Lackner
6a0153d46c
Added patch to show unmounted devices in winecfg and allow changing the unix path.
2015-03-31 01:28:35 +02:00
Sebastian Lackner
cc9f3cfa0e
Rebase against upstream changes.
2015-03-31 00:53:08 +02:00
Sebastian Lackner
006db23dab
Added patch to fix device paths in HKLM\SYSTEM\MountedDevices.
2015-03-30 04:28:05 +02:00
Sebastian Lackner
41c3e670d9
Added patch to return correct device type for cd devices without medium.
2015-03-30 04:11:47 +02:00
Sebastian Lackner
7fb4b8cfc8
Added patch for stub of fltmgr.sys (filter manager driver).
2015-03-28 23:54:21 +01:00
Sebastian Lackner
c9380eed86
ntdll-Vista_Threadpool: Ensure condition min_workers <= max_workers holds all the time.
2015-03-28 22:44:53 +01:00
Sebastian Lackner
41f41a7c98
Added patch to fix calculation of 3D sound source.
2015-03-28 21:38:50 +01:00
Michael Müller
9cfd7972d9
Added patch to fix return value of WS_select in case of EINTR during timeout.
2015-03-28 21:31:34 +01:00
Sebastian Lackner
cd5078fa95
Merge pull request #311 from maharmstone/master
...
Adds support for Environmental Audio Extensions (EAX).
2015-03-28 21:27:16 +01:00
Mark Harmstone
cc21d373b5
Added patch to implement EAX support in dsound.
2015-03-27 21:24:40 +00:00
Sebastian Lackner
f3032f5a57
Rebase against upstream Wine (what the ...).
...
Introduce a new 'advapi32-Revert_DACL' patchset for now, to revert all the
changes by Piotr Caban. We have a completely independent and relatively
well-tested implementation of the same functionality in the wineserver.
TODO: Take a closer look at all the tests from our version and the proposed
change, and then finally decide which implementation we want to keep.
2015-03-27 15:55:29 +01:00
Sebastian Lackner
f7fb8e8959
Added patch to fix compatibility of Uplay with gnutls28.
2015-03-27 09:54:16 +01:00
Sebastian Lackner
fc151aaec0
Added patch to fix handling of ANSI NTLM credentials.
2015-03-27 09:39:40 +01:00
Sebastian Lackner
1f66697807
wiaservc-IEnumWIA_DEV_INFO: Various COM cleanup.
2015-03-27 09:25:38 +01:00
Sebastian Lackner
8afbb3aecc
Added patch to implement empty enumerator for IWiaDevMgr::EnumDeviceInfo.
2015-03-27 08:48:46 +01:00
Sebastian Lackner
b5a7498b86
Added patch to avoid spam of FIXME messages for PsLookupProcessByProcessId stub.
2015-03-27 08:18:24 +01:00
Sebastian Lackner
97aaaaa663
Added patch with stubs for Power[Set|Clear]Request.
2015-03-27 07:00:49 +01:00
Sebastian Lackner
e20c4d5a6f
Removed various patches (accepted upstream).
2015-03-26 17:56:44 +01:00
Sebastian Lackner
9e89bb327a
d3dx9_36-D3DXStubs: Fix wrong specfile entry.
2015-03-26 07:33:23 +01:00
Sebastian Lackner
db326ba242
Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface (accepted upstream).
2015-03-25 17:19:51 +01:00
Sebastian Lackner
47dc5f2527
netprofm-IConnectionPoint: Cleanup and split into two patches.
2015-03-25 12:29:17 +01:00
Sebastian Lackner
4bfbd720eb
ntdll-Vista_Threadpool: Simplify code to determine the current threadpool.
2015-03-25 11:01:39 +01:00
Sebastian Lackner
44094b9175
ntdll-Vista_Threadpool: Move code to threadpool.c, some minor cleanup.
2015-03-25 06:20:43 +01:00
Sebastian Lackner
79b46b851a
dsound-Fast_Mixer: Update dsound fast mixer patchset to use integer math.
2015-03-24 21:58:18 +01:00
Michael Stefaniuc
883c4fd47e
shlwapi-UrlCombine: Use FAILED instead of !SUCCEEDED.
2015-03-24 18:37:02 +01:00
Sebastian Lackner
d7d3868b7f
Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
2015-03-24 18:33:59 +01:00
Sebastian Lackner
d8651610cc
Rebase against upstream changes, remove some patches (accepted upstream).
2015-03-23 18:20:54 +01:00
Sebastian Lackner
8c880d262f
server-Shared_Memory: Cache the result of GetForegroundWindow.
2015-03-21 22:47:01 +01:00
Sebastian Lackner
d1451cd34f
dxva2-Video_Decoder: Use a bigger estimation for the maximum slice size (required for some HD videos).
2015-03-21 20:35:42 +01:00
Sebastian Lackner
b0cf640a90
wined3d-NormalMatrix: Fix calculation of transpose matrix.
2015-03-21 20:27:58 +01:00
Sebastian Lackner
8751f075a1
Added patches to get rid of wineserver call for GetActiveWindow, GetFocus, GetCapture.
2015-03-21 10:00:53 +01:00
Sebastian Lackner
2f3d51e7f4
Fix 'available for more data' field in user32 user_thread_info structure.
2015-03-21 05:32:24 +01:00
Sebastian Lackner
d7d95ca4b6
server-Shared_Memory: Add a winediag warning message when shared memory is used.
2015-03-21 00:14:26 +01:00
Sebastian Lackner
e2c1e62662
Added patch to implement SetupLogError[A|W] and Setup[Open|Close]Log.
2015-03-20 22:52:47 +01:00
Sebastian Lackner
c5f0106cd6
gdiplus: Add missing returns in initialize_decoder_wic.
2015-03-20 22:39:16 +01:00
Sebastian Lackner
483cf18923
Added patch to fix regression causing black screen on startup.
2015-03-20 22:17:45 +01:00
Sebastian Lackner
dab39259ab
Added patch to fix regression causing too dark/missing textures in several games.
2015-03-20 21:46:12 +01:00
Sebastian Lackner
5ee34a9309
Added patch to allow to edit winecfg library override by double clicking.
2015-03-20 19:07:59 +01:00
Sebastian Lackner
468a035b3e
Added patch with stub for wininet.ParseX509EncodedCertificateForListBoxEntry.
2015-03-20 18:27:18 +01:00
Sebastian Lackner
486c1d6f46
Added patch to implement combase.WindowsSubstring function.
2015-03-20 17:33:05 +01:00
Sebastian Lackner
0958d303e9
Rebase against upstream changes.
2015-03-20 17:01:00 +01:00
Sebastian Lackner
a526f3eb07
ws2_32-TransmitFile: Set the event on the server side.
2015-03-20 06:57:46 +01:00
Sebastian Lackner
42b6978464
Removed first patch of series ws2_32_WriteWatches (accepted upstream).
2015-03-19 20:23:42 +01:00
Sebastian Lackner
5fe90fc2e8
Added patch to implement shared memory wineserver communication for various user32 functions.
2015-03-19 03:13:07 +01:00
Sebastian Lackner
1c4a8d2f9a
Removed patch to only zero the buffer up 32767 bytes in GetTempPathW (accepted upstream).
2015-03-18 18:16:23 +01:00
Sebastian Lackner
6308175bc4
user32-Key_State: Fix (harmless) issue in the structure layout of user_thread_info.
2015-03-18 16:07:35 +01:00
Sebastian Lackner
7a53f1fbc5
server-Key_State: Fix lock_count when reassigning a different thread input to a queue.
2015-03-18 01:44:00 +01:00
Sebastian Lackner
014ef86645
Update patchset for ntdll-RtlUnwindEx to fix an issue with dwarf handling (fixes Wine Staging Bug #170 ).
2015-03-18 00:27:36 +01:00
Sebastian Lackner
2dd6d5e049
Added patch to only zero the buffer up 32767 bytes in GetTempPathW.
2015-03-17 19:26:00 +01:00
Sebastian Lackner
0486bc809f
Remove various patches (accepted upstream).
2015-03-17 19:13:04 +01:00
Sebastian Lackner
de8e8a4079
Added patch with additional tests for server-PeekMessage.
2015-03-17 04:35:13 +01:00
Sebastian Lackner
20286952db
Fix a build failure on MacOS caused by using of strndup in the server-Inherited_ACLs patchset.
2015-03-17 01:06:45 +01:00
Sebastian Lackner
17a3d8c2ea
Rebase against upstream changes.
2015-03-16 17:13:28 +01:00
Sebastian Lackner
9fd51f90ef
dinput-Events: Since some games use different code to poll for input events, partially restore code from old version of the patch.
2015-03-16 15:46:47 +01:00
Sebastian Lackner
d807c55e94
Added patch to improve stub for ID3DXEffectImpl_CloneEffect, mark upstream bug 25138 as fixes.
2015-03-16 08:24:51 +01:00
Sebastian Lackner
88f4c9ec57
Fix some typos.
2015-03-16 08:06:52 +01:00
Sebastian Lackner
aa51a47238
Added patch to implement _ismbckata and _mbctohira, moreover fix wrong return value of _ismbckata.
2015-03-16 07:49:25 +01:00
Sebastian Lackner
ec4e719cd6
Added patch to fix wrong return values of RtlFindActivationContextSectionString for NULL data (by Mark Jansen).
2015-03-16 03:48:50 +01:00
Erich E. Hoover
547d1a988d
Fix Wine Staging Bug #162 - Caesar III demo installer crashes.
2015-03-15 15:35:20 -06:00
Sebastian Lackner
d57ae8c150
Added patch to invalidate key state cache globally after calling LL hooks.
2015-03-15 05:49:45 +01:00
Sebastian Lackner
0c660b9e3a
Added patch for stub of PowerCreateRequest.
2015-03-15 01:45:31 +01:00
Sebastian Lackner
ea89242465
Added patch to silence repeated 'Unhandled blend factor 0' FIXME messages.
2015-03-15 01:34:10 +01:00
Sebastian Lackner
f1f051f491
Added patch to modify GetMessage to return already seen messages with higher priority.
2015-03-15 01:09:36 +01:00
Sebastian Lackner
de15f131bc
Added patch to allow to query for d3dx9_26 specific ID3DXEffect interface.
2015-03-14 17:02:19 +01:00
Sebastian Lackner
48b14fe20b
d3dx9_{24,25}-ID3DXEffect: Update patches to wrap even more functions.
2015-03-14 07:02:23 +01:00
Sebastian Lackner
dfd778f392
Added patch to fix wrong version of ID3DXEffect interface for d3dx9_24.
2015-03-14 05:03:07 +01:00
Sebastian Lackner
74f4207916
Added patch to fix wrong version of ID3DXEffect interface for d3dx9_25.
2015-03-14 04:50:52 +01:00
Sebastian Lackner
4bfaa67fea
Added patch to avoid crash in d3d9 tests by skipping when texture/surface creation fails.
2015-03-14 02:35:58 +01:00
Sebastian Lackner
70c01d5385
ntoskrnl-Stubs: It is no longer necessary to remove duplicate definitions, this was already fixed upstream.
2015-03-13 18:43:39 +01:00
Sebastian Lackner
e759eff059
nvcuda-CUDA_Support: Create new file dlls/nvcuda/internal.c with appropriate file mode.
2015-03-13 18:26:42 +01:00
Sebastian Lackner
c9e146259d
ntdll-ThreadTime: Do not change the mode of files (thanks Qian Hong).
2015-03-13 18:17:16 +01:00
Sebastian Lackner
3c7f5898c0
Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
2015-03-13 15:09:40 +01:00
Sebastian Lackner
5b7dc79ea0
Added patch to implement better stub function for NtQueryInformationJobObject.
2015-03-12 22:28:18 +01:00
Sebastian Lackner
8c17307f95
Added patch to implement proper locking of keystate and synchronization with desktop thread.
2015-03-12 03:14:38 +01:00
Sebastian Lackner
513ca1f4ba
Rebase against upstream changes.
2015-03-11 17:03:50 +01:00
Sebastian Lackner
28ddd8d7d5
ntdll-LZNT1_Compression: Fix test failures on systems with broken RtlDecompressBuffer.
2015-03-10 20:13:07 +01:00
Sebastian Lackner
4b41a20552
Change dependency order of ntdll-LZNT1_Compression and ntdll-RtlIpStringToAddress.
2015-03-10 18:36:54 +01:00
Sebastian Lackner
82b52e11c3
Added patch with tests for VerQueryValueA (by Mark Jansen).
2015-03-10 18:16:26 +01:00
Sebastian Lackner
538f3aaaea
Rebase against upstream changes.
2015-03-10 17:50:41 +01:00
Sebastian Lackner
ffdcf51981
Added patch to fix multithreading issues with fullscreen clipping.
2015-03-10 17:42:08 +01:00
Sebastian Lackner
a812ef647e
Added patch for tests of RtlIpv6StringToAddress, RtlIpv{4,6}StringToAddressEx (by Mark Jansen).
2015-03-09 19:23:54 +01:00
Sebastian Lackner
0b477b3ef1
Staging: Update --check-libs to show information about libva libs.
2015-03-09 16:55:13 +01:00
Sebastian Lackner
8afa18829a
winex11-Limited_Resolutions: Temporarily disable patchset.
...
The patchset itself should be fine, but statically linking against libXNVCtrl
might be problematic because of the different license. Moreover, on Debian it
is even a bit more complicated because a dynamic library is provided. Since we
do not want to have a fixed dependency on Nvidia-specific packages (winex11
would depend on it) we will have to investigate this a bit more...
2015-03-07 21:26:33 +01:00
Sebastian Lackner
fa3bf612ea
Mark one additional upstream bug as fixed.
2015-03-07 20:47:26 +01:00
Sebastian Lackner
521e8aa38c
Added patch to process APC calls before starting process.
2015-03-07 18:14:35 +01:00
Sebastian Lackner
9127b8c30a
winex11-Limited_Resolutions: Actually show the winediag message.
2015-03-07 07:36:00 +01:00
Sebastian Lackner
41cad2ab96
winex11-Limited_Resolutions: Clean up configure check.
2015-03-07 07:06:41 +01:00
Sebastian Lackner
6d2bd768c8
Added patch to implement cuModuleLoad wrapper function.
2015-03-07 06:21:57 +01:00
Erich E. Hoover
def2378b7a
Added patch to report the correct refresh rates for some NVIDIA cards.
2015-03-06 15:32:49 -07:00
Sebastian Lackner
9e39b598ad
ws2_32-TransmitFile: Use correct type for return value of WS2_send, fix check in follow-up patch.
2015-03-06 21:04:56 +01:00
Sebastian Lackner
05cb27bb21
ws2_32-TransmitFile: Various fixes and style improvements.
2015-03-06 19:58:39 +01:00
Sebastian Lackner
89e58b5105
patchupdate.py: Add back code to query wine bugzilla, show upstream bug status during patch updater step.
2015-03-06 00:25:45 +01:00