Commit Graph

1894 Commits

Author SHA1 Message Date
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