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
Sebastian Lackner
0f1cce7ba2
Removed patch to fix parameters for ConvertToIndexedBlendedMesh stub (accepted upstream).
2015-03-05 17:39:14 +01:00
Erich E. Hoover
2cba978c4d
Fix 64-bit compile warnings in the Hearthstone patch.
2015-03-04 23:25:41 -07:00
Erich E. Hoover
150c6dce28
Long overdue update to the TransmitFile patches.
2015-03-04 21:28:37 -07:00
Sebastian Lackner
ef97a06e99
winex11-Thread_data: Add reference to upstream bug report.
2015-03-05 02:45:23 +01:00
Sebastian Lackner
48c5b12ec2
ntdll-FD_Cache: Update patchset with latest version.
2015-03-05 02:15:11 +01:00
Sebastian Lackner
3c1f26970c
d3dxof-Cleanup: Update patchset to use assignment instead of memcpy.
2015-03-04 23:42:40 +01:00
Sebastian Lackner
20e97e50b3
Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.
2015-03-04 21:31:59 +01:00
Sebastian Lackner
e3616aa15c
Added patch to increase wineconsole commandline buffer size.
2015-03-04 21:24:11 +01:00
Sebastian Lackner
c02bdae45d
dxva2-Video_Decoder: Various improvements to dxva2 vaapi support.
2015-03-04 19:36:04 +01:00
Sebastian Lackner
4a8df258cd
Removed multiple patches (accepted upstream).
2015-03-04 17:56:00 +01:00
Sebastian Lackner
6b31c6f9e2
ntdll-Vista_Threadpool: Various cleanup and splitting into smaller patchsets.
2015-03-04 14:19:38 +01:00
Sebastian Lackner
274fe74055
Added patches to improve performance by reusing old async IO structure if possible.
2015-03-03 19:35:46 +01:00
Sebastian Lackner
db827ac766
kernel32-Named_Pipe: Remove two todo_wine's - somehow magically fixed by the recent changes to wine APC handling.
2015-03-03 18:37:29 +01:00
Sebastian Lackner
4d3a96536e
Removed various patches (accepted upstream), disabled patchset for TransmitFile (rewrite in progress).
2015-03-03 18:18:58 +01:00
Sebastian Lackner
cb7f47b637
ntdll-NtQuerySection: Fix all field names in SECTION_IMAGE_INFORMATION structure.
2015-03-03 00:42:30 +01:00
Erich E. Hoover
6038eeee95
quartz/strmbase: Added patch to fix MediaSeekingPassThru_GetPositions when the pins are unconnected.
2015-03-02 11:09:07 -07:00
Sebastian Lackner
ce2930fb30
Added patch to fix crash when trying to switch back to a 16-bit stack.
2015-03-02 16:25:46 +01:00
Sebastian Lackner
e86c1653d8
Removed patches to use interlocked functions for library refcounts (accepted upstream).
2015-03-02 16:17:41 +01:00
Sebastian Lackner
3efff4cb88
Added patch to correct DDSCAPS2 and DDSURFACEDESC2 structure (by Amine Khaldi, wine-patched/pull/7).
2015-03-01 19:10:52 +01:00
Sebastian Lackner
985f04d9ba
Added patch to avoid unloading msctf library while textservices are activated.
2015-03-01 05:10:43 +01:00
Sebastian Lackner
6cf3424356
Added patches to fix race-condition when closing browseui IProcessDialog.
2015-03-01 04:10:54 +01:00
Sebastian Lackner
67e8c4d0a9
Added patch to make GetLogicalProcessorInformationEx a stub which returns TRUE.
2015-03-01 01:12:40 +01:00
Sebastian Lackner
6c1e7ddfb2
Added patches to make various functions in d3d8 / ddraw hotpatchable (required for fraps).
2015-02-28 22:00:48 +01:00
Sebastian Lackner
99bf902a97
Added patch to fix crash in clip_cursor_notify caused by uninitialized TLS.
2015-02-28 21:55:43 +01:00
Sebastian Lackner
c9d3b931f7
Added patch to implement support for waiting on job object.
2015-02-28 07:01:09 +01:00
Sebastian Lackner
d4871a1b6e
server-JobObjects: Fix a wineserver crash when terminated processes are added to a job.
2015-02-28 06:52:37 +01:00
Sebastian Lackner
1564f9cd05
Added patch with tests for waiting on a job object.
2015-02-28 06:10:59 +01:00
Sebastian Lackner
aac61f746b
Added patch to implement support for NULL job handles in IsProcessInJob.
2015-02-28 05:19:50 +01:00
Sebastian Lackner
348fe1182f
Added patch to implement PROGDLG_AUTOTIME for IProgressDialog.
2015-02-28 02:48:26 +01:00
Sebastian Lackner
96bb4ddd1d
Add missing file... don't ask.
2015-02-28 02:01:53 +01:00
Sebastian Lackner
ec8049fcf5
Added patch to implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
2015-02-28 01:52:48 +01:00
Sebastian Lackner
e7b9fc8d16
Added patch to properly track handle count of wineserver objects.
2015-02-28 01:38:49 +01:00
Sebastian Lackner
8cc25d0fe4
Added patch for job object completion support.
2015-02-28 01:20:47 +01:00
Sebastian Lackner
cd62b5bedc
Added patch in order to allow to override number of quality levels for D3DMULTISAMPLE_NONMASKABLE.
2015-02-28 00:36:25 +01:00
Sebastian Lackner
9e9b76a6a9
shell32-Progress_Dialog: Remove useless cast.
2015-02-28 00:06:27 +01:00
Sebastian Lackner
5d4b0f6a7b
browseui-Progress_Dialog: Make sure that a valid resource id is passed in IProgressDialog::SetAnimation.
2015-02-27 23:34:24 +01:00
Sebastian Lackner
a9622970cd
Added patch to implement IProgressDialog::SetAnimation.
2015-02-27 22:53:56 +01:00
Sebastian Lackner
2672abd9e0
Added patch to enforce that surfaces are flushed after ReleaseDC.
2015-02-27 22:44:57 +01:00
Sebastian Lackner
9146caa7ae
Added patch to display animations for SHFileOperation progress dialog.
2015-02-27 21:06:05 +01:00
Sebastian Lackner
480bab002e
Added patch for basic implementation of job objects.
2015-02-27 20:56:05 +01:00
Sebastian Lackner
2de8f84fb0
Removed multiple patches (accepted upstream).
2015-02-27 15:34:05 +01:00
Sebastian Lackner
e01d563654
Added patch for support of shell32 file operation progress dialog.
2015-02-27 02:12:30 +01:00
Sebastian Lackner
cc1368ba9e
ntoskrnl-Stubs: Mark one additional bug as fixed.
2015-02-27 01:36:56 +01:00
Sebastian Lackner
a63ea08036
Added patches for ntoskrnl.ProbeFor{Read,Write}.
2015-02-27 01:31:59 +01:00
Sebastian Lackner
b4c665d65a
Added patch for stub of gdiplus.GdipCreateEffect.
2015-02-27 01:18:50 +01:00
Sebastian Lackner
870feed3e2
Added first set of patches for job objects (by Andrew Cook).
2015-02-26 22:41:29 +01:00
Michael Müller
ec1b9737d0
Update progress callback patch.
2015-02-26 21:57:05 +01:00
Sebastian Lackner
6b6bb2edce
Rename ntdll-CopyFileEx patchset to kernel32-CopyFileEx (Oops..).
2015-02-26 16:57:16 +01:00
Sebastian Lackner
98c6f8974b
Removed multiple patchsets (accepted upstream).
2015-02-26 16:44:38 +01:00
Sebastian Lackner
f133ccbf40
Rename ntdll-SetFileInformationByHandle to kernel32-SetFileInformationByHandle.
2015-02-26 07:14:13 +01:00
Sebastian Lackner
b74ea4b14d
Added patch for CopyFileEx progress callback and cancellation support.
2015-02-26 07:10:29 +01:00
Sebastian Lackner
7d2b751466
Added patch to implement SetFileInformationByHandle.
2015-02-26 06:12:24 +01:00
Sebastian Lackner
dd12b420e8
Added patch to fallback to global key state for threads without a queue.
2015-02-26 04:26:59 +01:00
Sebastian Lackner
d25e78cefb
Added patch to avoid deadlock by using _exit() in NtTerminateProcess.
2015-02-25 23:27:09 +01:00