Commit Graph

1507 Commits

Author SHA1 Message Date
Sebastian Lackner
7fd064ce86 Added patch to implement support for ObjectTypeInformation class support in NtQueryObject. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
20f6d63e2b Added patch to fix leak of async handle in pipe_server_flush. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
bd4c1e3006 patchupdate.py: Ignore categories for disabled patches. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
0a1e04b9f2 Rebase against 3ec3fa5eb7d4eefd3157dfce31dbe561a6cda474. 2015-05-08 19:58:50 +02:00
Sebastian Lackner
977b8b34ad Added patch with stub for winsta.WinStationEnumerateW. 2015-05-07 06:34:45 +02:00
Sebastian Lackner
caf809b1d5 Added patch to return default palette entries from GetSystemPaletteEntries for non-palette-based devices. 2015-05-07 04:20:48 +02:00
Sebastian Lackner
d532c3b5bd patchupdate.py: Wrap debian/changelog at 80 chars. 2015-05-07 02:24:03 +02:00
Sebastian Lackner
952ab53219 Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199). 2015-05-07 02:06:56 +02:00
Sebastian Lackner
e44c30c64e Added patch with stub for atl80.AtlIPersistPropertyBag_Save. 2015-05-06 23:21:06 +02:00
Sebastian Lackner
41f0cda558 patchinstall.sh: Simplify code to enable/disable patchsets. 2015-05-06 22:37:54 +02:00
Sebastian Lackner
552d300345 patchinstall.sh: Some style fixes, use underscore for local variables. 2015-05-06 22:22:46 +02:00
Sebastian Lackner
1143708578 patchupdate.py: Add '--version' command to show staging/wine version. 2015-05-06 22:09:04 +02:00
Sebastian Lackner
aa817e83cf patchupdate.py: When using --force-autoconf, only update files if required. 2015-05-06 20:42:32 +02:00
Sebastian Lackner
1bb34e22a6 patchinstall.sh: Add commandline option '--force-autoconf' to include autogenerated changes in each commit. 2015-05-06 20:41:18 +02:00
Sebastian Lackner
dd18228f7d patchinstall.sh: Only update ./configure and wineserver protocol files if required. 2015-05-06 19:29:17 +02:00
Sebastian Lackner
a78acf275d msvcp90-basic_string_dtor: Fix behaviour for both char and wchar strings. 2015-05-06 17:55:10 +02:00
Sebastian Lackner
8ace9d57c0 Rebase against upstream changes. 2015-05-06 17:34:48 +02:00
Sebastian Lackner
0c248ecda3 Added patch with tests for shlwapi.AssocGetPerceivedType. 2015-05-06 16:57:47 +02:00
Sebastian Lackner
04b7095098 Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class. 2015-05-06 15:00:29 +02:00
Sebastian Lackner
d97efcbab3 Compiler_Warnings: Removed patch to fix build failure, no longer required. 2015-05-06 00:29:08 +02:00
Sebastian Lackner
52e3343bbb Removed various patches (accepted upstream). 2015-05-05 20:59:51 +02:00
Sebastian Lackner
ab87b19a87 Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268). 2015-05-05 01:36:50 +02:00
Sebastian Lackner
3426979ddf Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265). 2015-05-04 21:52:33 +02:00
Sebastian Lackner
3f7b4894a7 Compiler_Warnings: Added patch to fix recently introduced build failure with gcc4.9. 2015-05-04 19:34:09 +02:00
Sebastian Lackner
e0390d0bdb Removed various patches (accepted upstream). 2015-05-04 19:02:31 +02:00
Sebastian Lackner
5848db0ab8 Release 1.7.42. 2015-05-03 22:02:59 +02:00
Sebastian Lackner
ffb7bab285 Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid registry key. 2015-05-03 18:52:56 +02:00
Sebastian Lackner
f3b8a3bfa3 Added patch to make sure OpenClipboard with current owner doesn't fail. 2015-05-03 07:36:40 +02:00
Sebastian Lackner
b182064bef Added patch to emulate \Device\Null using /dev/null. 2015-05-02 21:00:56 +02:00
Sebastian Lackner
f23ff69f86 Added patch to return failure in NtProtectVirtualMemory when last argument is omitted. 2015-05-02 19:09:57 +02:00
Sebastian Lackner
e25c35e363 winedevice-Fix_Relocation: Do not omit mandatory argument for VirtualProtect. 2015-05-02 18:31:58 +02:00
Sebastian Lackner
12842d4a5d ntdll-FD_Cache: Update patchset with recent changes. 2015-05-02 07:12:06 +02:00
Sebastian Lackner
a02130583a ws2_32-Select: Update patchset with recent changes. 2015-05-02 06:49:10 +02:00
Sebastian Lackner
582e9666ed Partially removed patches to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE (accepted upstream). 2015-05-01 01:44:20 +02:00
Sebastian Lackner
0ce637dcda Added patch with stub for advapi32.ImpersonateAnonymousToken (fixes Wine Staging Bug #254). 2015-04-30 01:48:38 +02:00
Sebastian Lackner
9f7c9e309a Added patch with stub for D3DXFrameFind. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
2ce759172c d3dx9_36-D3DXStubs: Fix spec file entries for D3DXComputeNormalMap in all d3dx9_* dlls. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
8ecb8c648e Added patch with stub for d3d11.D3D11CreateDeviceAndSwapChain. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
97fb6e215a Removed multiple patches (accepted upstream). 2015-04-30 01:48:38 +02:00
Sebastian Lackner
1f8b2211dc Added patch to fix various issues related to advapi32.LookupAccountSidA. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
e390275c1d advapi32-LsaLookupSids: Returns STATUS_SUCCESS instead of STATUS_SOME_NOT_MAPPED when possible. 2015-04-30 01:48:37 +02:00
Sebastian Lackner
30cc97b72e Partially removed patches to fix timezone information. 2015-04-30 01:48:37 +02:00
Sebastian Lackner
a1c7c48e57 patchupdate.py: Introduce categories for 'stable' patchsets.
Based on the discussion in bug 202, this patch adds support for categories
to patchupdate.py.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
040fd28c00 Rebase against upstream changes. 2015-04-30 01:48:36 +02:00
Sebastian Lackner
90eb3105b8 Added patch to ignore garbage after decoding gif lines. 2015-04-27 03:59:48 +02:00
Sebastian Lackner
157d49eb57 Added patch to fix check for texture levels in wined3d_device_update_texture. 2015-04-27 03:13:00 +02:00
Sebastian Lackner
58cc16c463 Added patch to update timezone information in wine.inf. 2015-04-26 20:51:52 +02:00
Sebastian Lackner
92f1b745f6 Rebase against upstream wine. 2015-04-26 02:02:16 +02:00
Sebastian Lackner
cf78829843 Rebase against 3c0ed9ce0af5370f89605d8bc4ceaec578562ac1 2015-04-26 01:59:36 +02:00
Sebastian Lackner
55ce7ddfc3 wined3d-CSMT_Main: Use resource->format_flags instead of resource->format.flags where possible. 2015-04-26 00:10:29 +02:00