Michael Müller
f85f8cf234
Add another entry to list of fixed bugs for gdi32-MultiMonitor.
2014-12-21 01:37:42 +01:00
Michael Müller
7bad59bbdd
Provide font licenses as seperate files.
2014-12-20 23:17:47 +01:00
Sebastian Lackner
030275f110
Added test for RtlIpv4StringToAddressExA.
2014-12-20 20:13:49 +01:00
Sebastian Lackner
0d1d699881
Added patch with stub for D3DXIntersect.
2014-12-20 17:13:13 +01:00
Sebastian Lackner
a59b542fd6
Added patch with stub for D3DXComputeTangentFrameEx.
2014-12-20 17:02:35 +01:00
Sebastian Lackner
aeedb30ca0
Removed patch for stub of ntdll.RtlSetHeapInformation (accepted upstream), rebased wininet patch.
2014-12-19 23:39:35 +01:00
Michael Müller
9efe53b3f5
Added patch for ID3DXEffect::FindNextValidTechnique.
2014-12-19 22:40:48 +01:00
Michael Müller
3d8a3c0e69
Added patch for IDXGIOutput::GetDesc.
2014-12-19 21:35:01 +01:00
Sebastian Lackner
c6eae9c6a3
Merge branch 'master' of github.com:wine-compholio/wine-staging
2014-12-19 14:53:04 +01:00
Sebastian Lackner
135f617b33
Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps.
2014-12-19 14:38:16 +01:00
Erich E. Hoover
72b64cb4f2
Update DOS Attributes patches to use ENOSYS and 'turn hexattr up to 11'.
2014-12-18 15:50:39 -07:00
Sebastian Lackner
f6749f92de
Added patch for stub of ntdll.RtlSetHeapInformation.
2014-12-18 23:26:56 +01:00
Sebastian Lackner
d2c32c103a
Merge branch 'master' of github.com:wine-compholio/wine-staging
2014-12-18 22:44:36 +01:00
Sebastian Lackner
777d431d9a
Removed patch to export SHILCreateFromPath by name (accepted upstream).
2014-12-18 22:44:10 +01:00
Erich E. Hoover
2777cce402
Remove DOS Attribute dependency from Junction Point patchset (dependent patch accepted upstream).
2014-12-18 13:07:38 -07:00
Sebastian Lackner
3fe922b5f5
Added test for server-Unexpected_Wakeup patch.
2014-12-18 18:44:41 +01:00
Sebastian Lackner
2912921b94
Added patch to ensure X11 input events are handled even without explicit message loop.
2014-12-18 01:17:09 +01:00
Sebastian Lackner
7dac73a69b
Partially removed patches for ntdll DOS attributes (accepted upstream).
2014-12-18 00:13:20 +01:00
Sebastian Lackner
12af26a582
Avoid duplicate wined3d specfile by adding PARENTSPEC Makefile argument.
2014-12-17 04:27:10 +01:00
Sebastian Lackner
565f1e2e53
Removed several patches (accepted upstream).
2014-12-16 22:22:31 +01:00
Sebastian Lackner
b0ab8b3913
Added patch to return proper charcount for GetLocaleInfo with LOCALE_IFIRSTDAYOFWEEK.
2014-12-16 04:12:24 +01:00
Sebastian Lackner
1de37be8c1
wininet-FtpFindFirstFile: Replace HeapFree with heap_free.
...
... which is the same, but makes the coding style look more similar to existing code.
2014-12-16 02:41:20 +01:00
Sebastian Lackner
71a0838ac3
Added patch to fix handling of subdirectory in FtpFindFirstFile.
2014-12-16 01:49:58 +01:00
Sebastian Lackner
8765c50218
Removed several patches (accepted upstream).
2014-12-15 22:50:30 +01:00
Sebastian Lackner
346417b032
ntdll-DOS_Attributes: Replace '==' with '=' in configure.ac to be compatible with alternative shells.
2014-12-15 14:32:00 +01:00
Sebastian Lackner
d9dc8f76ba
wined3d-CSMT_Helper: Remove autogenerated changes from 'configure'.
2014-12-15 00:12:40 +01:00
Sebastian Lackner
0201a48e29
wined3d-CSMT_Helper: Fix error in spec file.
2014-12-14 22:14:05 +01:00
Sebastian Lackner
0f0f8d3d6f
Added patch to add winecfg Staging tab.
2014-12-14 21:55:51 +01:00
Sebastian Lackner
2971d1f90b
Added patch to enable second version of wined3d with STAGING_CSMT enabled.
2014-12-14 21:45:45 +01:00
Sebastian Lackner
5c6cef5ac8
Added patches for CSMT support (not enabled yet).
2014-12-14 20:24:48 +01:00
Michael Müller
60f7d52725
Added patch to implement support for loader dll redirections.
2014-12-13 05:38:40 +01:00
Sebastian Lackner
f474c5783f
Add definition file for bug 37701 (mfplat.MFStartup and MFShutdown stubs).
2014-12-12 06:15:47 +01:00
Sebastian Lackner
c466779d90
Added patch to reallocate buffer when adding records to AVI files.
2014-12-12 05:53:08 +01:00
Sebastian Lackner
825711fcc7
Added patch to provide named entry point shell32.SHILCreateFromPath for vista apps.
2014-12-12 05:25:48 +01:00
Sebastian Lackner
47a163dcef
Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.
2014-12-12 05:18:45 +01:00
Sebastian Lackner
fc24ba3f65
Added patch to fix return value of ScrollWindowEx for invisible windows.
2014-12-12 05:08:15 +01:00
Sebastian Lackner
824469b329
Added patch for additional tests of CoWaitForMultipleHandles with WM_QUIT.
2014-12-12 04:43:59 +01:00
Sebastian Lackner
5db9d0a105
Add missing files.
2014-12-12 04:35:46 +01:00
Sebastian Lackner
88e30c29c4
Added patch to implement stubs for MFStartup and MFShutdown.
2014-12-12 01:02:40 +01:00
Sebastian Lackner
50db62e9f4
d3dx9_36-DXTn: Fix build failure.
...
The fix in 78156b2
was incomplete, the build now fails with "config.h must be included before anything else".
2014-12-11 04:44:51 +01:00
Erich E. Hoover
78156b24d4
Add missing include to d3dx9 DXTn patch.
2014-12-10 18:51:06 -07:00
Erich E. Hoover
2a4af68e93
Add missing dependency for proper junction point support (when cherry-picking patches).
2014-12-10 18:21:47 -07:00
Erich E. Hoover
5bb17cb9ed
Fix a bug in determining the type of delete operation for junction points.
2014-12-10 18:19:11 -07:00
Erich E. Hoover
7ba4197cbe
Update DXTn patch against upstream changes.
2014-12-10 18:11:48 -07:00
Erich E. Hoover
26f47c8dd8
Remove part of combase HSTRING (accepted upstream).
2014-12-10 18:08:02 -07:00
Sebastian Lackner
ca389f162a
Merge with master.
2014-12-09 22:53:38 +01:00
Sebastian Lackner
150dc70e53
Added patch for combase HSTRING objects.
2014-12-09 22:48:02 +01:00
Michael Müller
8369b0ce86
Added patch to allow Accept-Encoding for HTTP/1.0 in wininet.
2014-12-08 03:02:18 +01:00
Sebastian Lackner
ec9701cec2
Added patch to implement shlwapi.StrCatChainW.
2014-12-07 23:23:22 +01:00
Sebastian Lackner
0feae4d437
Added patch to replace busyloop with condition variable in winepulse patchset.
2014-12-06 01:28:17 +01:00
Sebastian Lackner
f8befaf7fa
Merge pull request #211 (Added patch to implement support for GetPropValue to PulseAudio backend.)
2014-12-06 01:11:01 +01:00
Mark Harmstone
ca0d3d1dca
Added patch to implement GetPropValue function in winepulse
2014-12-05 15:54:37 +00:00
Sebastian Lackner
7bcb2e7adb
Removed several patches (accepted upstream).
2014-12-04 23:12:37 +01:00
Sebastian Lackner
2f2045c5c8
Merge pull request #210 (Added patch to fix possible segfault in pulse_rd_loop of PulseAudio backend.)
2014-12-04 22:19:55 +01:00
Mark Harmstone
526c93c453
Added patch to fix winepulse segfault
2014-12-04 20:35:53 +00:00
Sebastian Lackner
e39c803fac
Added patch to set last error when GetRawInputDeviceList fails.
2014-12-04 15:00:08 +01:00
Sebastian Lackner
00872dd69c
Removed more api-ms-win-core-* stub patches (fixed upstream).
2014-12-03 23:47:54 +01:00
Sebastian Lackner
fb6a771a44
Remove various patches (accepted upstream), rebase some patches.
2014-12-02 21:24:57 +01:00
Sebastian Lackner
f317ba0b0c
Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream).
2014-12-01 22:04:19 +01:00
Sebastian Lackner
c67647eb73
Added new version of patch to fix condition mask handling in RtlVerifyVersionInfo.
2014-12-01 11:39:29 +01:00
Sebastian Lackner
5420552434
Remove incorrect patch for RtlVerifyVersionInfo, add tests for VerifyVersionInfo.
2014-11-30 22:33:59 +01:00
Sebastian Lackner
748696d2bd
Added patch to fix condition handling in RtlVerifyVersionInfo.
2014-11-30 18:20:45 +01:00
Sebastian Lackner
d7a1c87111
Added patch to fix possible invalid memory access in wordpad.
2014-11-30 03:28:18 +01:00
Sebastian Lackner
2e2178f595
Added patch to fix passing of unicode environment from msvcrt to CreateProcessW.
2014-11-30 03:11:04 +01:00
Sebastian Lackner
90bd4d997c
Added patch to fix handling of empty section and key name for profile files.
2014-11-30 02:39:37 +01:00
Sebastian Lackner
557a9e9899
Added patch to fix ordering of IP addresses by metric if two addresses have the same metric.
2014-11-30 00:20:58 +01:00
Sebastian Lackner
50794f220a
Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx.
2014-11-29 23:04:33 +01:00
Sebastian Lackner
bb57db5f98
Added patch to change winedbg bug reporting URL to bugs.wine-staging.com.
2014-11-29 21:08:08 +01:00
Sebastian Lackner
4afa857aee
Added patchset to fix copy and paste errors and ugly coding style in recently committed ws32 patch.
2014-11-29 11:30:04 +01:00
Sebastian Lackner
db0fd400e4
patchupdate.py: Various speed optimizations and improvements, removed several patches (accepted upstream).
2014-11-29 09:18:17 +01:00
Michael Müller
e6d0cbe554
Remove old patches from api-ms-win-core-Stubs.
2014-11-26 22:06:56 +01:00
Michael Müller
c17a70e03f
api-ms-win-core-Stubs: Add even more stubs and add missing exports.
2014-11-26 21:57:11 +01:00
Michael Müller
9d92d67b75
Added patch to implement stubs for additional api-ms-win-core-* dlls.
2014-11-26 20:47:57 +01:00
Sebastian Lackner
7f503dd5f1
Update several patches and include changes from tools/make_specfiles and tools/make_makefiles.
2014-11-26 18:30:43 +01:00
Michael Müller
81ffd32566
Add DXT1 to B4G4R4A4, DXT1 to B5G5R5A1 and DXT3 to B4G4R4A4 conversion patch.
2014-11-26 14:30:52 +01:00
Sebastian Lackner
432cb9a889
ntoskrnl-Emulator: Some small style fixes.
2014-11-26 12:37:05 +01:00
Sebastian Lackner
dd4efb315a
ntoskrnl-Emulator: Move logic for user shared data into separate patchset.
2014-11-26 11:02:03 +01:00
Sebastian Lackner
1979f90644
ntdll-FD_Cache: Update patch to use more efficient functions on x86_64 systems.
2014-11-26 09:13:27 +01:00
Sebastian Lackner
3a7d42fd2c
Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile after closing handle.
2014-11-25 21:29:26 +01:00
Sebastian Lackner
bb565dbad1
Added patch to fix issues with dragging layers between images in Adobe Photoshop 7.0.
2014-11-25 20:41:19 +01:00
Sebastian Lackner
e4caae5b65
Added patch to avoid sending unexpected wakeup with uninitialized cookie value.
2014-11-25 20:20:55 +01:00
Sebastian Lackner
c2bceff255
Add missing file.
2014-11-23 22:57:58 +01:00
Sebastian Lackner
2741db55bd
Added patch to automatically detect if tests are running under Wine.
2014-11-23 22:52:48 +01:00
Sebastian Lackner
3b946491da
Added patch to avoid failure because of missing ptrace support for Exagear.
2014-11-23 22:35:30 +01:00
Sebastian Lackner
0301a239d6
patchupdate.py: Fix escaping of some special characters.
2014-11-23 19:45:14 +01:00
Sebastian Lackner
7c3d480e56
Added patch to fix issues with write watches when using Exagear.
2014-11-22 05:52:24 +01:00
Sebastian Lackner
50b6b69053
Added patch to avoid race-conditions of async WSARecv() operations with write watches.
2014-11-22 01:52:41 +01:00
Sebastian Lackner
cc1292a1ac
Removed several patches (accepted upstream).
2014-11-21 17:00:52 +01:00
Sebastian Lackner
3741c4fe33
Added patch to ensure ShowWindow avoids interthread no-op messages.
2014-11-21 07:30:26 +01:00
Sebastian Lackner
744f67198c
Added patch to take abs() of vertex z coordinate as FFP fog coordinate.
2014-11-21 06:42:40 +01:00
Sebastian Lackner
3d68d500d9
ws2_32-Connect_Time: Update patch with latest attempt.
2014-11-20 22:48:23 +01:00
Sebastian Lackner
2bdc19de1a
server-CreateProcess_ACLs: Rebase for latest git changes.
2014-11-20 22:47:35 +01:00
Sebastian Lackner
6a390b6b9a
Merge pull request #186 (Added patch to implement exclusive mode in PulseAudio backend).
2014-11-20 07:45:43 +01:00
Mark Harmstone
41293aeb8d
Added patch to implement exclusive mode in PulseAudio backend
2014-11-18 18:54:35 +00:00
Sebastian Lackner
26b52cdc49
Removed patches to avoid sending messages in FindWindowExW (accepted upstream).
2014-11-18 19:50:19 +01:00
Sebastian Lackner
d31c55702c
Removed several patches (accepted upstream).
2014-11-17 15:17:34 +01:00
Sebastian Lackner
54b4500a85
Added patch to ensure dbghelp always checks for debug symbols in BINDIR.
2014-11-15 20:24:21 +01:00
Sebastian Lackner
7e72d7770d
Added patch to workaround bugs in CompareStringW (triggered by Adobe Flash).
2014-11-15 15:02:16 +01:00
Sebastian Lackner
73da458bc5
patchutils.py: Another small fix to prefer the longest matching version string.
2014-11-15 13:13:05 +01:00
Sebastian Lackner
e12216c644
patchutils.py: Fix a bug in parsing version numbers, make parser less strict in some cases.
2014-11-15 12:53:30 +01:00
Sebastian Lackner
2ec0d480e3
Added patch to avoid failing in d3dx9_mesh_OptimizeInplace because of unimplemented vertex reordering.
2014-11-15 12:30:18 +01:00
Sebastian Lackner
7a419c031a
Make definition files optional, move revision numbers to corresponding .patch files.
2014-11-15 10:33:43 +01:00
Sebastian Lackner
723bc23e50
patchupdate.py: Extract revision information directly from patch subject.
2014-11-15 10:01:12 +01:00
Sebastian Lackner
dc05c7f163
patchupdate.py: Change output format of 'wine --patches' to match the wine ANNOUNCE file.
2014-11-15 08:31:56 +01:00
Sebastian Lackner
972842c50e
patchupdate.py: Use author information from patch files instead of definition file.
2014-11-15 06:35:26 +01:00
Sebastian Lackner
f9c1ebaa12
mshtml-sessionStorage: Remove message from README.md because the patch is currently disabled.
2014-11-15 02:31:35 +01:00
Sebastian Lackner
2789fdcece
Added patch to close server fd if there is no space in thread inflight fd list.
2014-11-15 02:19:13 +01:00
Sebastian Lackner
1637f56db9
Removed several patches (accepeted upstream).
2014-11-14 11:17:24 +01:00
Sebastian Lackner
c501f9328f
Added patch to fix implementation of K32GetPerformanceInfo.
2014-11-13 23:15:15 +01:00
Sebastian Lackner
917b9ce280
Removed patch for vectored continue handler stubs (accepted upstream).
2014-11-13 16:26:33 +01:00
Sebastian Lackner
82d94a776d
Added patch to fix handling of invert_y in DrawTextExW.
2014-11-13 06:49:12 +01:00
Sebastian Lackner
75c5402c30
Exagear: Fix typo in patch to emulate SIDT.
2014-11-13 01:34:48 +01:00
Sebastian Lackner
a9b0616fc8
user32-FindWindowEx: Mark bug 27282 as fixed.
2014-11-12 18:04:49 +01:00
Sebastian Lackner
ed7e1530b5
Rebase patches for WS_SO_CONNECT_TIME.
2014-11-12 17:59:01 +01:00
Sebastian Lackner
693e4d185b
Added patch to avoid sending window messages in FindWindowExW.
2014-11-12 07:55:50 +01:00
Sebastian Lackner
3a5f2b6be0
Added patch to avoid crashing when broken app tries to release surface although refcount is zero.
2014-11-11 22:36:19 +01:00
Sebastian Lackner
7641fa58b9
Removed patches for D3DXCreatePolygon (accepted upstream), rebased imm32-Cross_Thread_Access patches.
2014-11-11 18:36:12 +01:00
Sebastian Lackner
4b062e3f22
Added patch to return more context attributes in schan_InitializeSecurityContextW.
2014-11-11 08:55:07 +01:00
Sebastian Lackner
de353ee024
Exagear: Fix spelling error in subject of patch.
2014-11-11 08:06:52 +01:00
Sebastian Lackner
513952a066
Added patch to implement emulation SIDT instruction when using Exagear.
2014-11-11 03:28:23 +01:00
Sebastian Lackner
78784bf5d3
Added patch to initialize irp.Tail.Overlay.OriginalFileObject with stub file object.
2014-11-10 23:51:34 +01:00
Sebastian Lackner
f5cb09e9a4
ntoskrnl-Emulator: Add additional patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64.
2014-11-10 22:01:27 +01:00
Sebastian Lackner
c9da32b6b0
d3dx9_36-CreatePolygon: Update to latest version submitted to winehq (minor style fixes).
2014-11-10 19:59:44 +01:00
Sebastian Lackner
5eae92bf33
Added patch to emulate 'mov Eb, Gb' instruction on x86 processor architecture.
2014-11-10 07:36:40 +01:00
Sebastian Lackner
c3920efc17
Added patch to fix crash of winedevice when relocation entry crosses page boundary.
2014-11-10 04:09:18 +01:00
Michael Müller
475485ce5b
Added patch to fix crash in atof and strtod when passing NULL as string.
2014-11-08 22:56:49 +01:00
Sebastian Lackner
d7bdce7fb6
Added patch to allow NULL pointer for optional arguments of D3DXIntersectTri.
2014-11-08 19:38:13 +01:00
Sebastian Lackner
e5b7f0c052
Added patch to fix wglDescribePixelFormat when NULL is passed as pixel format descriptor.
2014-11-08 11:35:23 +01:00
Sebastian Lackner
03554ec52b
ntdll-Vectored_Continue_Handler: Fix wrong prototype for RtlRemoveVectoredContinueHandler function.
2014-11-08 07:26:00 +01:00
Sebastian Lackner
b0f0338a95
Added patch with vectored continue handler functions.
2014-11-08 07:20:27 +01:00
Sebastian Lackner
90d7c40949
Added patch with stub for IoCsqInitialize.
2014-11-08 06:14:33 +01:00
Sebastian Lackner
1aa8b412df
Added patch to align texture dimensions to block size for compressed textures.
2014-11-07 14:19:10 +01:00
Sebastian Lackner
1ec6f34853
Partially removed kernel32-UTF7_Support patches (accepted upstream).
2014-11-07 14:12:27 +01:00
Sebastian Lackner
c213417376
Added patch to return correct values in GetThreadTimes function for all threads.
2014-11-07 03:34:58 +01:00
Sebastian Lackner
393eed4e68
d3dx9_36-DXTn: Don't mark bug 28851 as fixed because it still crashes.
2014-11-07 00:03:35 +01:00
Sebastian Lackner
a05b7dc368
Remove several patches (accepted upstream).
2014-11-06 18:17:40 +01:00
Sebastian Lackner
8d9d2558c9
Added patch to implement DXTn support for d3dx9_36.
2014-11-06 11:08:00 +01:00
Sebastian Lackner
f6dd7940f0
ntdll-Fix_Alignment: Use DECLSPEC_ALIGN instead of __attribute__((aligned(..))).
2014-11-06 03:18:26 +01:00
Sebastian Lackner
14ae97f5a2
kernel32-GetSystemTimes: Fix invalid value passed to NtQuerySystemInformation.
2014-11-06 03:16:36 +01:00
Sebastian Lackner
677a246d22
Several minor style fixes.
2014-11-06 03:08:11 +01:00
Sebastian Lackner
6cc9038091
ole32-CoWaitForMultipleHandles: Add additional test to confirm correct behaviour of MsgWaitForMultipleObjectsEx.
2014-11-06 00:16:47 +01:00
Michael Müller
653547070d
Fix missing spec file change in last commit.
2014-11-05 05:20:23 +01:00
Michael Müller
fdd2f4a7f3
Add patch for KeSetSystemAffinityThread stub.
2014-11-05 05:14:07 +01:00
Sebastian Lackner
1c01fe44d7
Added patch to prevent processing message events for CoWaitForMultipleHandles when APC calls are queued.
2014-11-05 00:54:45 +01:00
Sebastian Lackner
2c0583d002
Added patch with stub for NtSetLdtEntries/ZwSetLdtEntries.
2014-11-04 21:09:40 +01:00
Sebastian Lackner
a691cec6e7
Remove several patches (accepted/fixed upstream).
2014-11-04 17:11:34 +01:00
Sebastian Lackner
92fc5f6141
Merge branch 'master' of github.com:wine-compholio/wine-staging
2014-11-04 06:05:38 +01:00
Sebastian Lackner
d260e9e7c4
d3dx9_36-CreatePolygon: Updated with feedback from Matteo Bruni.
2014-11-04 06:04:41 +01:00
Mark Harmstone
305af53597
winepulse: expose individual audio devices directly
2014-11-04 04:42:32 +01:00
Mark Harmstone
f09106e8c4
winepulse: expose individual audio devices directly
2014-11-04 02:30:03 +00:00
Michael Müller
775e8675c1
Replace wine-compholio with Wine Staging in patches.
2014-11-04 02:15:16 +01:00
Sebastian Lackner
7c793eb695
Remove several patches (accepted upstream), temporarily disable mshtml patchset.
2014-11-03 20:12:34 +01:00
Sebastian Lackner
749fc944fc
Added patch to silence a few FIXMEs and for ITextSelection_fnGetDuplicate implementation.
2014-11-01 23:11:57 +01:00
Sebastian Lackner
9c556a5905
Added patch to update ProductVersion when applying MSI transforms.
2014-11-01 21:30:04 +01:00
Sebastian Lackner
61769b2227
Added patch for TLB dependencies lookup in resources.
2014-11-01 08:59:45 +01:00
Sebastian Lackner
212f94bb9f
d3dx9_36-CreatePolygon: Fix parameter type of second argument in spec file.
2014-11-01 01:49:27 +01:00
Sebastian Lackner
514e29e7dc
winex11-Clipboard_HTML: On invalid HTML, interpret the whole tag as content.
2014-11-01 00:06:05 +01:00
Sebastian Lackner
3cf93b92fc
Added patch to implement D3DXCreatePolygon.
2014-10-31 15:05:38 +01:00
Sebastian Lackner
35adc2a6f7
Added patch for implementation of GdipCreateRegionRgnData.
2014-10-31 08:20:17 +01:00
Sebastian Lackner
5661a76f20
Removed patch to fix compilation errors on Archlinux (fixed upstream).
...
Fixed with 4b1aba754e
2014-10-31 08:01:38 +01:00
Sebastian Lackner
953163c6ff
Added patch to emulate write to CR4 register.
2014-10-31 07:34:09 +01:00
Sebastian Lackner
7e6191a4cd
Removed patch to Iimplement IRichEditOle and ITextDocument support for ITextServices (accepted upstream).
2014-10-30 20:43:01 +01:00
Sebastian Lackner
621ece3c6f
Added patch to implement RtlDecompressBuffer.
2014-10-30 18:46:55 +01:00
Sebastian Lackner
9c9639f3ae
Fix wrong escaping of quote/slash characters in patchupdater script (thanks felixonmars).
2014-10-30 15:50:33 +01:00
Sebastian Lackner
ade7c1e886
Added patch to add support for pasting HTML from native Unix applications.
2014-10-27 09:28:38 +01:00
Sebastian Lackner
26699042ab
Added patch to implement iphlpapi stub functions.
2014-10-27 02:55:56 +01:00
Michael Müller
1349af11e7
Use lowercase constants in dxtn patch.
2014-10-26 22:57:27 +01:00
Michael Müller
ca7325e83a
Improve wined3d-DXTn patch.
2014-10-26 22:33:11 +01:00
Sebastian Lackner
3dd8fd35af
Removed patch for additional ATL thunks (accepted upstream).
2014-10-21 17:16:35 +02:00
Sebastian Lackner
cc459b2b4f
Added patch to filter out specific warning messages for D3DCompileShader.
2014-10-20 22:14:11 +02:00
Sebastian Lackner
aa07c4b087
Removed patch to avoid Clang compiler warning because of unused Vtable (accepted upstream).
2014-10-20 19:54:20 +02:00
Sebastian Lackner
c554fa8396
Fix test failure of kernel32/loader when WRITECOPY protection is enabled (fixes issue 88).
2014-10-19 08:54:16 +02:00
Sebastian Lackner
2dcb4d2c27
Fix compilation warnings.
2014-10-19 07:43:41 +02:00
Sebastian Lackner
4410ccbead
Replaced patch for shell32-Default_Folder_ACLs.
...
The old patch contained several issues, including invalid memory access, a memory leak,
and wrong DACL size calculation. This updated version simplifies the logic a bit and should
fix those issues.
2014-10-19 06:53:16 +02:00
Sebastian Lackner
2f5a9b7ba1
ntdll-DOS_Attributes: If multiple header files are found make sure that the right implementation is used.
2014-10-19 04:20:13 +02:00
Sebastian Lackner
f9c393b4a8
Update server-CreateProcess_ACLs with latest submitted version.
2014-10-19 01:40:33 +02:00
Sebastian Lackner
4934857730
Fix whitespace error in patch for shell32-Default_Folder_ACLs.
2014-10-19 01:18:17 +02:00
Sebastian Lackner
021356ceb0
Remove duplicate mail header from patch (breaks 'git am').
2014-10-19 01:15:45 +02:00
Sebastian Lackner
6c4eb0bb53
Added patch for implementation of BindImageEx.
2014-10-19 00:45:51 +02:00
Sebastian Lackner
36dafc95aa
Merge branch 'master' of github.com:wine-compholio/wine-staging
2014-10-19 00:28:39 +02:00
Michael Müller
475489c79c
Add gdi patches for multi monitor support.
2014-10-19 00:01:01 +02:00
Sebastian Lackner
110924352c
Added patch to remove unusued TransformFilter_Vtbl.
2014-10-18 22:01:35 +02:00
Sebastian Lackner
09cb0884c5
kernel32-UTF7_Support: Updated patches with recent changes.
2014-10-18 21:56:58 +02:00
Sebastian Lackner
07f9996abc
Added patch for wine64 support on FreeBSD/PC-BSD.
2014-10-18 18:37:20 +02:00
Michael Müller
d3d40b651b
Add patch for GetNumaProcessorNode.
2014-10-18 06:03:40 +02:00
Zhenbo Li
8cd730631b
Add partially support for sessionStorage
2014-10-18 11:52:47 +08:00
Sebastian Lackner
500d83235b
Added patch to implement support for additional ATL thunks.
2014-10-18 04:36:26 +02:00
Sebastian Lackner
971d304a1f
Added patch to ensure tests check exact return value of ParseURLFromOutsideSourceX.
2014-10-18 01:22:08 +02:00
Sebastian Lackner
6e3502a34b
Added patches for implementation of D3DXGetShaderInputSemantics.
2014-10-17 23:41:40 +02:00
Sebastian Lackner
6039fad49e
Compholio: Add missing SONAME_ constants for 'missing library' diagnostic.
2014-10-17 23:22:40 +02:00
Sebastian Lackner
b7668e1d7a
Some small formatting fixes in multiple patches.
2014-10-17 22:20:23 +02:00
Sebastian Lackner
291d4468f7
Updated patches for NtQuerySection.
2014-10-16 23:34:43 +02:00
Michael Müller
34cab4fddf
Add patch for ID3DXSkinInfoImpl_UpdateSkinnedMesh.
2014-10-15 23:43:20 +02:00
Sebastian Lackner
5a35178f86
Removed remaining patches for ATL thunk improvements (accepted upstream).
2014-10-15 19:10:59 +02:00
Erich E. Hoover
71db25dc7d
Update DOS Attribute patches with latest submitted version.
2014-10-13 13:55:54 -06:00
Sebastian Lackner
b757d6fe5c
Partially removed patches for ATL thunk fixes (accepted upstream).
2014-10-13 18:48:49 +02:00
Sebastian Lackner
7336108ab8
ntdll-ATL_Thunk: Add one additional test to confirm that ExceptionInformation[0] is set correctly.
2014-10-11 19:05:40 +02:00
Sebastian Lackner
90c872c5fe
Updated patch for kernel32-UTF7_Support.
2014-10-11 02:38:54 +02:00
Sebastian Lackner
8a1c3d4d46
Updated patch for ntdll-ATL_Thunk.
2014-10-11 02:07:22 +02:00
Erich E. Hoover
9e2db30661
Fix possible CloseHandle on bad token in the Default Folder ACLs patch.
2014-10-09 12:43:38 -06:00
Erich E. Hoover
18657270f8
Make _SHGetUserSecurityDescriptor static in the Default Folder ACLs patch.
2014-10-09 12:04:07 -06:00
Erich E. Hoover
414b6059ba
Simplify the security descriptor return value in the Default Folder ACLs patch.
2014-10-09 12:04:07 -06:00
Erich E. Hoover
90cccc00fb
Simplify the allocation of the security descriptor in the Default Folder ACLs patch.
2014-10-09 12:04:07 -06:00
Erich E. Hoover
e8e7e9c09b
Move obtaining the admin SID to a separate function in the Default Folder ACLs patch.
2014-10-09 12:04:07 -06:00
Erich E. Hoover
1cbbc802af
Move obtaining the user SID to a separate function in the Default Folder ACLs patch.
2014-10-09 12:04:07 -06:00
Michael Müller
f0a3c3c2f4
Change return value of string_wchar_dtor in msvcp90 instead of msvcp60.
2014-10-09 17:40:56 +02:00
Erich E. Hoover
ac0b4fe1ac
Split DOS Attributes patches to include Mac OS X and FreeBSD support separately.
2014-10-09 08:01:21 -06:00
Erich E. Hoover
69db736c0c
Fix xattr package name suggestion in configure error message.
2014-10-09 08:01:21 -06:00
Sebastian Lackner
413b5ee73f
kernel32-UTF7_Support: Replace do{}while loop with while loop, remove assertion.
2014-10-09 05:58:22 +02:00
Sebastian Lackner
04467e7e68
Added patch to add UTF7 encoding/decoding support.
2014-10-09 05:47:51 +02:00
Michael Müller
5ee11fd2d6
Fix function definition in basic_string_wchar_dtor patch for 64 bit.
2014-10-09 05:39:04 +02:00
Michael Müller
6c9d5534cb
Add patch for basic_string_wchar_dtor.
2014-10-09 05:27:35 +02:00
Michael Müller
014eb110f1
Add patch for SHFileOperationW.
2014-10-09 01:44:18 +02:00
Sebastian Lackner
5ce94e4f43
Removed patch to implement stubs for [Get|Set]SystemFileCacheSize (accepted upstream).
2014-10-08 21:52:59 +02:00
Sebastian Lackner
9fb8420891
Added patch to fix issues with execute permissions on pages with guard / write watch flags.
2014-10-08 21:41:19 +02:00
Sebastian Lackner
aada22c826
Removed ksuser-stub patch (accepted upstream).
2014-10-07 22:07:26 +02:00
Sebastian Lackner
9efec7af28
Merge branch 'master' of github.com:compholio/wine-compholio
2014-10-07 22:06:09 +02:00
Sebastian Lackner
b165863a60
Removed several patches (accepted upstream).
2014-10-07 22:05:04 +02:00
Michael Müller
4164b920d2
Add patch for ksuser.dll stub
2014-10-07 02:06:52 +02:00
Erich E. Hoover
f8f2f10751
Fix indentation in configure.ac.
2014-10-05 18:19:00 -06:00
Michael Müller
541cc8d086
Add patch to support IDF_CHECKFIRST in SetupPromptForDisk.
2014-10-06 00:29:49 +02:00
Erich E. Hoover
05fbac8c95
Update DOS Attributes patches to better detect whether xattr functions take extra parameters.
2014-10-05 14:25:02 -06:00
Sebastian Lackner
35bcebd562
ntdll-WRITECOPY: Merge patches 4 and 7.
2014-10-04 04:02:07 +02:00
Sebastian Lackner
e273769702
ntdll-WRITECOPY: Fix some additional issues, disable this patch by default since it might trigger additional Wine bugs.
2014-10-04 03:28:03 +02:00
Sebastian Lackner
7f43d57d01
Added tests for patch ntdll-loader_EntryPoint.
2014-10-03 22:18:32 +02:00
Sebastian Lackner
b585bfb7f4
Added patch for FindFirstFileExW level FindExInfoBasic.
2014-10-03 21:04:01 +02:00
Sebastian Lackner
6a19f586ea
Added patch to implement NtQuerySection.
2014-10-03 18:25:08 +02:00
Michael Müller
8634ed8ea4
Use original memory protection flags for x86_64 in WRITECOPY patch.
2014-10-03 17:45:26 +02:00
Michael Müller
339e6431d0
Solve builtin dll problem in WRITECOPY patch.
2014-10-03 17:31:47 +02:00
Sebastian Lackner
aaf0c7d2dc
kernel32-FindFirstFile: Remove patch (accepted upstream), update changelog.
2014-10-03 00:21:12 +02:00
Sebastian Lackner
2616a89d50
Show winediag message informing about applied patches, append '(Compholio)' to wine --version string.
2014-10-02 20:04:58 +02:00
Sebastian Lackner
4f5b5fa483
Rename wine_patch struct field hash to name.
2014-10-02 20:03:19 +02:00
Erich E. Hoover
c4b33f044e
Remove unneeded free protection patches.
2014-10-02 10:19:39 -06:00
Sebastian Lackner
f2f8ea98c5
Removed several patches (accepted upstream).
2014-10-01 21:54:28 +02:00
Sebastian Lackner
fb86960b4f
shlwapi-SH_Shared: Fix test failures on Windows7/8 testbots.
2014-10-01 03:26:57 +02:00
Michael Müller
108cd9f304
Add patch to handle WRITECOPY memory protection properly.
2014-10-01 03:14:07 +02:00
Sebastian Lackner
7a36c29ef4
Rebase riched20-IText_Interface patches.
2014-10-01 02:51:16 +02:00
Sebastian Lackner
f062a5a3ba
Added patch to fix implementation of SH*Shared commands.
2014-10-01 02:44:22 +02:00
Sebastian Lackner
fa52b6489a
Fix compilation issue introduced by e8107fe104
.
2014-09-30 18:25:38 +02:00
Sebastian Lackner
e8107fe104
Remove several patches (accepted upstream).
2014-09-29 23:08:35 +02:00
Sebastian Lackner
b4642f5151
Forward return value from QueryInterface instead of always returning S_OK.
2014-09-29 04:57:30 +02:00
Sebastian Lackner
e9da761795
Added patch for IRichEditOle and ITextDocument support for ITextServices.
2014-09-29 04:50:06 +02:00
Sebastian Lackner
acacbd588d
Added patch to limit cross thread access to ImmSet* functions.
2014-09-29 02:52:26 +02:00
Sebastian Lackner
ed22aea5bd
Added patch to export ?_BADOFF@std@@3_JB on both i386 and win64.
2014-09-29 00:23:24 +02:00
Sebastian Lackner
6a81960f7a
Added patch to fix differences in exception handling behaviour between Wine and Windows.
2014-09-28 23:54:50 +02:00
Michael Müller
97d1e27035
Add patch to alter wglShareLists behavior when passing an used context.
2014-09-28 21:56:58 +02:00
Michael Müller
626c7fccd7
Add patch to correctly treat '.' when checking for empty directories.
2014-09-28 21:48:52 +02:00
Michael Müller
9882020ee6
Add patch to add ProductId registry value
2014-09-28 21:40:53 +02:00
Sebastian Lackner
7b26c74d54
Added patch to fix issues when driver dispatch routine returns different status codes.
2014-09-28 17:34:05 +02:00
Sebastian Lackner
a9a8b351ea
wined3d-DXTn: Fix typo in commit message.
2014-09-28 00:01:20 +02:00
Sebastian Lackner
d8de3eb6fa
Added patch to send WM_PAINT event during dialog creation.
2014-09-26 20:27:43 +02:00
Sebastian Lackner
a5250a0fc4
Added patch for support of FIND_FIRST_EX_CASE_SENSITIVE flag in FindFirstFileExW.
2014-09-25 03:13:16 +02:00
Sebastian Lackner
7dae05d4de
Added patch to create desktop shortcuts with absolute wine path.
2014-09-24 21:21:01 +02:00
Felix Yan
4aabc285b9
Update winex11-CandidateWindowPos to use a new implementation from slackner
2014-09-23 23:30:26 +08:00
Felix Yan
2f26c3d624
Added patch to update a candidate window's position with over-the-spot style
2014-09-22 13:47:26 +08:00
Sebastian Lackner
297a301f35
Added patch to implement software decoding/encoding of DXT1 textures (by Michael Müller).
...
Since we have a lot of changes to configure.ac, we need to get rid of a bit context in order to apply
them in arbitrary order.
2014-09-20 03:18:27 +02:00
Sebastian Lackner
0f73278955
patchupdate.py: Fix escaping of single quoted strings in definition files.
2014-09-19 16:30:05 +02:00
Sebastian Lackner
299a2daeac
Added patch to revert pixelformat changes (caused regression for many apps).
...
Well, usually we don't revert Wine commits in this branch. In this case the original author of the
patches suggested to revert them, because its unfinished and the rest of the patches will not be
accepted anymore in the near future. Without the complete patchset it causes a lot of side effects
(flickering, black/grey screen, missing video). This makes Wine basically useless for all affected
apps. Since the revert was not accepted upstream, we do it in our branch, until either the problems
are gone, or the revert got accepted.
2014-09-19 04:44:18 +02:00
Sebastian Lackner
969e9d5583
Added patch to silence repeated GSUB_applly_ChainContext[Subst|Pos] FIXMEs.
2014-09-18 00:59:20 +02:00
Sebastian Lackner
312800fa66
riched20-IText_Interface: Removed some patches (accepted upstream), rebased against wine git.
2014-09-17 23:21:23 +02:00
Sebastian Lackner
943405c277
Added patch to avoid filling KdHelp structure for uermode applications.
2014-09-15 22:58:22 +02:00
Sebastian Lackner
d874e1323d
Removed several patches (accepted upstream).
2014-09-15 21:08:12 +02:00
Sebastian Lackner
773df03830
Added patch to fix wrapper for glu polygon/contour functions.
2014-09-14 08:03:11 +02:00
Sebastian Lackner
c5f802363f
riched20-IText_Interface: Added patch to fix invalid memory access when parent object was destroyed before child object.
2014-09-13 17:27:01 +02:00
Sebastian Lackner
6aecd5a407
riched20-IText_Interface: Rebased patches (first part accepted upstream).
2014-09-13 16:50:22 +02:00
Sebastian Lackner
42f18b7237
Added patch to support FIND_FIRST_EX_LARGE_FETCH flag in FindFirstFileExW.
2014-09-13 01:43:56 +02:00
Sebastian Lackner
4fb2477927
Removed patch to fix uninitialized cch member in GetMenuItemInfo (accepted upstream).
2014-09-09 22:47:34 +02:00
Sebastian Lackner
5ba46f55f2
kernel32-GetSystemTimes: Set errorcode to something useful in case of a failure.
2014-09-09 16:36:30 +02:00
Sebastian Lackner
774f0634ba
kernel32-GetSystemTimes: Fix some issues in the patchset.
2014-09-09 16:14:39 +02:00
Sebastian Lackner
797ead4b3c
Removed patch to use assembly wrapper for TLS callbacks (accepted upstream).
2014-09-08 21:15:09 +02:00
Michael Müller
c83e83b911
Add patch for GetMenuItemInfo.
2014-09-07 20:26:44 +02:00
Sebastian Lackner
aaf6e38a98
configure-Detect_Gnutls: Still not the right library, check for linking against libgnutls-openssl.so.
2014-09-07 19:19:26 +02:00
Sebastian Lackner
b33ea6c233
configure-Detect_Gnutls: Try 2, maybe Ubuntu 14.10 links against libgnutls-openssl.so?
2014-09-07 17:12:17 +02:00
Sebastian Lackner
7b90cca3d7
Added patch to (hopefully) fix detection of gnutls on Ubuntu 14.10.
2014-09-07 08:14:56 +02:00
Sebastian Lackner
6bca298771
patchupdate.py: Fix whitespace issue in 'Modified files' string.
2014-09-07 01:53:29 +02:00
Sebastian Lackner
ba1bf62faa
Added additional patch to use assembly wrapper for TLS callbacks.
2014-09-07 01:51:30 +02:00
Sebastian Lackner
1598a4326e
Added missing file ... there should be some automatic check for that ;)
2014-09-06 05:17:21 +02:00
Sebastian Lackner
baae7829ff
Added patch to silence noise when compiling with -Werror on Archlinux.
2014-09-06 05:06:09 +02:00
Sebastian Lackner
41b4bc29a0
server-Inherited_ACLs: One more small fix to ensure we don't dereference a NULL pointer.
2014-09-06 04:07:11 +02:00
Sebastian Lackner
1d0979cb9b
server-Inherited_ACLs: Fix leaking combined security descriptor and parent_sd.
2014-09-06 04:00:58 +02:00
Sebastian Lackner
b91cca8e61
server-Inherited_ACLs: More bugfixes (easy ones).
2014-09-06 03:10:50 +02:00
Sebastian Lackner
130fbbe654
server-Inherited_ACLs: Remove unused flag.
2014-09-06 00:34:40 +02:00
Sebastian Lackner
e536c2d707
server-ACL_Compat/server-Inherited_ACLs: Avoid creating unnecessary file object for checking the parent SDs.
2014-09-06 00:02:39 +02:00
Sebastian Lackner
6c26951aae
server-Inherited_ACLs: Added check for return value of strndup, improve detection of parent directory.
...
This is the same method that is used to traverse the path in kernel32.dll. Its still not perfect, because
the wineserver will easily get confused by symlinks. In this case the attributes should be inherited
from the real parent directory, not from the directory that contains the symlink.
2014-09-05 22:53:25 +02:00
Sebastian Lackner
cc1c1f12ae
Removed patch to fix detection of ncurses on Archlinux (accepted upstream).
2014-09-05 18:44:34 +02:00
Sebastian Lackner
b1a5dfb1f7
Updated libncursesw patch to be FreeBSD/MacOS compatible.
2014-09-04 22:23:45 +02:00
Sebastian Lackner
3cd7f91608
Removed patchset msi-MoveFiles (accepted upstream).
2014-09-04 22:04:40 +02:00
Sebastian Lackner
752393bbe3
Replace ncurses fix with easier solution (regex pattern instead of checking for two libs).
2014-09-04 09:34:49 +02:00
Sebastian Lackner
4c094dc57d
Makefile: Add support for 'series' and 'install-git' target.
2014-09-04 04:46:15 +02:00
Sebastian Lackner
5cab0e1b8f
kernel32-GetVolumePathName: Fix possible leak and merge patches 1 and 5.
2014-09-03 13:58:27 +02:00
Sebastian Lackner
819a738d3d
server-ACL_Compat: Make parser more strict and clean up code.
...
Voila! This new parser should catch all invalid security descriptor ACLs... I
only hope that it doesn't block valid ones. Probably makes sense to do some testing
before the release. ;)
2014-09-03 00:28:40 +02:00
Sebastian Lackner
4caa3f834f
server-ACL_Compat: Fix some style issues and buffer handling errors.
...
As we probably shouldn't remove ACL_Compat too soon, we have to maintain it unfortunately...
It would crash easily at the moment, when the extended attribute contains invalid data.
This patch is the easy part, there are a lot more issues left in the parser.
2014-09-02 07:13:24 +02:00
Sebastian Lackner
749bdd1781
Added patch to fix some of the issues with GetVolumePathName.
2014-09-02 05:37:54 +02:00
Sebastian Lackner
a118c9b4bd
Added additional tests for GetVolumePathName (todo_wine still missing...).
2014-09-02 05:25:35 +02:00
Sebastian Lackner
b0f0c3ea9f
kernel32-GetFinalPathNameByHandle: Fix an incorrect comment.
2014-09-01 23:47:48 +02:00
Sebastian Lackner
e272c49cd8
kernel32-GetFinalPathNameByHandle: Fix possible issues if GetVolumePathNameW changes upper/lowercase of characters.
2014-09-01 23:34:01 +02:00
Sebastian Lackner
c51df83deb
kernel32-GetVolumePathName: Avoid reformatting unchanged lines.
2014-09-01 22:48:15 +02:00
Sebastian Lackner
faf78575ac
Added patch to fix detection of ncurses library on Archlinux.
2014-09-01 21:30:32 +02:00
Sebastian Lackner
9b303a4f82
server-Stored_ACLs: Fix check for invalid security descriptors.
...
Checking for the length is not sufficient. The values contained in the SD (like AceCount) could
still be garbage, and lead to errors when the SD is processed later.
2014-08-29 04:22:32 +02:00
Sebastian Lackner
4ff0b53021
server-Inherited_ACLs: Avoid using different sizes for mem_alloc and memcpy, some style cleanup.
...
It is a bit risky to use two different values for mem_alloc and memcpy - under some circumstances
these values probably don't match, leading to an invalid memory access. As the ACLs are accessed
without any special checks this shows that we'll also need additional protection in one of the
earlier patches.
2014-08-29 03:58:31 +02:00