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
8308e3a332
LICENSE.md: Replace Compholio -> Staging.
2014-11-08 07:00:38 +01:00
Sebastian Lackner
a5bc6762f1
debian: Remove outdated / deprecated [postinst|postrm|prerm] files.
2014-11-08 06:25:20 +01:00
Sebastian Lackner
90d7c40949
Added patch with stub for IoCsqInitialize.
2014-11-08 06:14:33 +01:00
Sebastian Lackner
52263be2fe
Replace Compholio -> Staging in developer readme.
2014-11-07 14:24:47 +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
11f1207852
patchupdate.py: Remove some dead code.
2014-11-06 18:43: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
f66b06739e
patchutils.py: Speed improvement for hunk parsing (approximately by a factor of 2).
...
We don't need to keep the whole line in memory, the first character is sufficient.
Moreover, exception handling is faster in python than explicitly checking for None.
2014-11-04 06:49:35 +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
slackner
d0d310a271
Merge pull request #121 from maharmstone/master
...
winepulse: Expose individual audio devices directly.
2014-11-04 04:52:02 +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
Michael Müller
463d01d3aa
Replace Wine-compholio with Wine Staging in README.
2014-11-04 00:47:24 +01:00
Sebastian Lackner
5a51c64426
patchupdate.py: Remove unused function _winebugs_query_short_desc.
2014-11-03 21:01:07 +01:00
Sebastian Lackner
7c793eb695
Remove several patches (accepted upstream), temporarily disable mshtml patchset.
2014-11-03 20:12:34 +01:00
Sebastian Lackner
25e56dc257
Release 1.7.30.
2014-11-02 00:48:02 +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
9414a2da0a
patchupdate.py: Directly link to https urls on winehq.org.
2014-10-31 15:15:13 +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