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
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