Sebastian Lackner
e9cda98df5
Added patch to translate flags in LaunchINFSectionW.
2015-08-30 22:55:44 +02:00
Sebastian Lackner
c5e1cdaffb
Added patch with stub for winspool.SetPrinterW level 8.
2015-08-30 19:10:29 +02:00
Sebastian Lackner
9d3f4bc8ce
Added patch to allow non-nullterminated string as working directory in kernel32.create_startup_info (fixes Wine Staging Bug #543 ).
2015-08-30 09:55:05 +02:00
Sebastian Lackner
a21372e977
Added patch to fix error handling in DeferWindowPos when passing an invalid HWND.
2015-08-30 05:38:07 +02:00
Sebastian Lackner
0be8e1fc40
mscoree-CorValidateImage: Update patchset.
2015-08-30 05:29:11 +02:00
Sebastian Lackner
c3db854717
ddraw-EnumSurfaces: Update patchset.
2015-08-30 05:26:18 +02:00
Sebastian Lackner
38db7901d7
Added patch to fix failure to create anonymous file mapping after failed open_fd server call (fixes Wine Staging Bug #538 ).
2015-08-30 05:05:58 +02:00
Sebastian Lackner
4e0bdd2c9b
Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE.
2015-08-30 04:18:06 +02:00
Sebastian Lackner
5b28f7a01c
Added patch to fix compile failure in d3d11 with recent versions of gcc.
2015-08-29 06:25:20 +02:00
Sebastian Lackner
e7d3684f81
Rebase against 6056a3f1634a72e181fb3a03ca625aaa7720523e.
2015-08-28 16:24:18 +02:00
Sebastian Lackner
33e1ccc03c
Rebase against e5ce90ed1b88bba8389aabfcb9ad0b6f837f6a14.
2015-08-27 18:04:25 +02:00
Sebastian Lackner
a81dee672e
Added patch to return a dummy BIOS name in Win32_BIOS record (fixes Wine Staging Bug #528 ).
2015-08-27 02:01:33 +02:00
Sebastian Lackner
c2bac3f03f
Rebase against dcc6868057605296a7dacd89211e0673396abe45.
2015-08-26 17:59:16 +02:00
Sebastian Lackner
074eae4371
patchinstall.sh: Introduce a new '--upstream-commit' function to obtain the commit in raw format.
2015-08-25 23:03:39 +02:00
Sebastian Lackner
5aa6e7afe4
Rebase against bdaa571c5d7dd59dd28fd1f25cdad5761bfaf4dd.
2015-08-25 22:44:50 +02:00
Sebastian Lackner
574959b168
Added patch to fix access violation in MSYS2 git when when cloning repository (fixes Wine Staging Bug #348 ).
2015-08-25 08:30:07 +02:00
Sebastian Lackner
f73de49f9f
Rebase against 6038e2ab7957b65dd2e13ddd414c206718fb14b7.
2015-08-24 15:40:06 +02:00
Sebastian Lackner
ddb4ddd749
Added patch to fix bug in wineserver debug_children inheritance (fixes Wine Staging Bug #525 ).
2015-08-24 07:57:02 +02:00
Sebastian Lackner
12d1613d90
Release 1.7.50.
2015-08-23 02:11:02 +02:00
Sebastian Lackner
78204c282f
Added patch to return a valid mesh in D3DXCreateTeapot.
2015-08-23 00:59:52 +02:00
Sebastian Lackner
cd3a07933a
Added patch to make sure Notepad creates new files immediately.
2015-08-22 22:01:24 +02:00
Sebastian Lackner
d7da67b4de
Updated GTK3 patchset to fix "division by zero" exception errors (fixes Wine Staging Bug #523 ).
2015-08-22 17:18:11 +02:00
Sebastian Lackner
9660c304bc
uxtheme-GTK_Theming: Add dependency on loader redirect support.
2015-08-22 17:15:38 +02:00
Sebastian Lackner
f99ef3c9eb
ntdll-Dealloc_Thread_Stack: Fix typo in commit message.
2015-08-22 17:04:08 +02:00
Sebastian Lackner
6022983803
Added patch to return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for paths that only contain a prefix.
2015-08-22 10:00:16 +02:00
Sebastian Lackner
afb16555cd
Added patch to fix implementation of msvcrt.close when stdout == stderr (fixes Wine Staging Bug #485 ).
2015-08-22 08:12:21 +02:00
Sebastian Lackner
c8eb156226
Added patch to fix test failure in kernel32/thread tests.
2015-08-22 06:11:04 +02:00
Sebastian Lackner
cbf392300d
Added patch to reject setting EOF on memory mapped files (fixes Wine Staging Bug #471 ).
2015-08-22 06:02:36 +02:00
Sebastian Lackner
f1045ce6bb
ntdll-FileDispositionInformation: Add braces around argument.
2015-08-22 05:14:36 +02:00
Sebastian Lackner
76f5985038
Added patch to block deallocation of thread stack for current thread (fixes Wine Staging Bug #241 ).
2015-08-22 04:44:59 +02:00
Sebastian Lackner
f3b30373fb
Rebase against 5ccc463a4e3ba181b96a161c3c8cd4bc0cb0e607.
2015-08-21 16:54:56 +02:00
Sebastian Lackner
1dc5f2f601
patchupdate.py: Also list indirect dependencies for each patch in patchinstall.sh.
2015-08-21 08:51:53 +02:00
Sebastian Lackner
ca01e366ef
Added patch to use a helper function for NtWaitForMultipleObjects and NtWaitForSingleObject.
2015-08-21 07:41:48 +02:00
Sebastian Lackner
323b73a1f2
Rebase against 5021e91940fe01a54e6ee91f9d9f246ce8f6dd84.
2015-08-20 18:54:52 +02:00
Sebastian Lackner
428f65dd68
Rebase against 3b5107d06305972beaa9c5ff147ecbcd99949a75.
2015-08-19 17:13:50 +02:00
Sebastian Lackner
f28931a026
iphlpapi-TCP_Table: Use WS_AF_INET instead of AF_INET.
2015-08-19 16:40:11 +02:00
Sebastian Lackner
9a74e72f1b
ntdll-WRITECOPY: Add reference to known issues.
2015-08-19 11:37:02 +02:00
Sebastian Lackner
869b164ece
server-Key_State: Merge patch #2 and #3 to avoid introducing temporary regressions.
2015-08-19 11:29:42 +02:00
Sebastian Lackner
f5f1c89973
ntdll-FileDispositionInformation: Remove duplicated test.
2015-08-19 11:02:19 +02:00
Sebastian Lackner
092a14a3f6
Removed compatibility patchset for deprecated ACL string format.
...
The format was changed in version 1.7.25, released about one year ago.
2015-08-19 09:35:22 +02:00
Sebastian Lackner
ab06aee23d
Added patch for forward/backward compatibility of previous format of high precision registry timestamps.
2015-08-19 09:27:00 +02:00
Sebastian Lackner
b1ede54d23
Added patch to fix implementation of krnl386.exe16.GetTempDrive.
2015-08-18 21:54:58 +02:00
Sebastian Lackner
3fe5ad7aef
server-PeekMessage: Add a test for a situation not yet covered by the current patch.
2015-08-18 20:37:53 +02:00
Sebastian Lackner
3e9b40f5b6
Rebase against cfbc37c699e3b3b27df4c566014e6dde9c7194b8.
2015-08-18 17:48:13 +02:00
Sebastian Lackner
c0bdcaecf5
Rebase against bd7f43d7e8fca5cab20120b3819bfd5491436b72.
2015-08-17 18:29:01 +02:00
Sebastian Lackner
cc04af2457
Add missing linebreak to ok message in multiple patches.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
68bdb355dc
winepulse-PulseAudio_Support: Add linebreak to ERR message.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
9e203d3b8f
nvapi-Stub_DLL: Add missing linebreaks to ok() messages.
2015-08-17 08:52:58 +02:00
Sebastian Lackner
b5534bc463
Added patch fix detection of case-insensitive systems in MSYS2.
2015-08-17 08:52:51 +02:00
Sebastian Lackner
84aaa8ff12
Added patch to report correct ObjectName for NamedPipe wineserver objects (fixes Wine Staging Bug #363 ).
2015-08-17 01:25:22 +02:00
Sebastian Lackner
79253e6534
Added patch to implement shell32 NewMenu class with new folder item.
2015-08-16 23:19:29 +02:00
Sebastian Lackner
67f1219393
Add references to remaining bugs/issues to definition files.
2015-08-16 08:24:17 +02:00
Sebastian Lackner
1de318660f
Added patch to fix multiple uninitialized memory issues in wineserver.
2015-08-16 07:20:22 +02:00
Sebastian Lackner
b8546ff85a
Added patch to set SFGAO_HASSUBFOLDER only when there are really subfolders.
2015-08-15 21:28:54 +02:00
Sebastian Lackner
faac0015a6
Added patch to improve startup performance by delaying font initialization.
2015-08-15 21:10:25 +02:00
Sebastian Lackner
2c35b17c61
Added patch for shell32 IDragSourceHelper stub interface.
2015-08-15 18:22:30 +02:00
Sebastian Lackner
671aa4f38e
Added patch to implement special handling for calling GetChildContainer with an empty string.
2015-08-15 05:08:50 +02:00
Sebastian Lackner
e7fceb902c
Added patch to implement enumeration of sound devices and basic properties to dxdiagn.
2015-08-15 05:05:15 +02:00
Sebastian Lackner
e265cf1024
Rebase against e083986df52bd706d0c7e8ae8820a5d886942585.
2015-08-12 16:36:26 +02:00
Sebastian Lackner
6b398014f2
ntdll-NtMapViewOfSection: Perform check for non-aligned binaries to be compatible with winedevice code.
2015-08-11 08:57:48 +02:00
Sebastian Lackner
dcc8c25285
ntdll-NtMapViewOfSection: Updated patchset.
2015-08-11 08:12:44 +02:00
Sebastian Lackner
8f49524c86
patchupdate.py: Also list dependencies for each patchset in patchinstall.sh.
2015-08-11 07:43:35 +02:00
Sebastian Lackner
288c9a031d
patchupdate.py: Sort dependencies, to avoid too many changes to patchinstall.sh.
2015-08-11 07:27:26 +02:00
Sebastian Lackner
c97628a0e5
Added patch to fix implementation of ntdll.MapViewOfSection.
2015-08-11 07:19:15 +02:00
Sebastian Lackner
03a15069bc
Added various patches for imagehlp cleanup (fixes Wine Staging Bug #502 ).
2015-08-11 06:53:53 +02:00
Sebastian Lackner
e95a773114
Add patch to implement remaining OpenMP locking functions.
2015-08-11 06:14:46 +02:00
Sebastian Lackner
9711296d1f
Release 1.7.49.
2015-08-09 22:03:40 +02:00
Michael Müller
eb2fe4eb91
uxtheme-GTK_Theming: Improve forward compatibility for GTK 3.14.
2015-08-09 21:44:19 +02:00
Sebastian Lackner
dff451a72c
uxtheme-GTK_Theming: Correctly render checkboxes with GTK >= 3.14.0.
2015-08-09 21:35:26 +02:00
Sebastian Lackner
32197bdc15
winecfg-Staging: Add patch to enable/disable GTK3 theming via winecfg.
2015-08-09 18:15:24 +02:00
Sebastian Lackner
ec3715b113
Added patch for native GTK3 theming support by Ivan Akulinchev.
2015-08-09 17:59:13 +02:00
Sebastian Lackner
0184015194
Added patch to make sure Winhttp raw request headers are terminated using double \r\n.
2015-08-09 17:25:33 +02:00
Sebastian Lackner
84f5a647d0
Added patch to fix possible integer overflow in VarR4FromDec.
2015-08-08 21:46:09 +02:00
Sebastian Lackner
f6dd131a74
Added patch to fake success in IViewObject::Draw stub.
2015-08-08 21:17:33 +02:00
Sebastian Lackner
0a38c0f4a6
Added patch to move cookie initialization code from memory management to loader.
2015-08-08 21:05:57 +02:00
Sebastian Lackner
b23f8c789b
Added patch to fix leak and use-after-free in winecfg theming implementation.
2015-08-08 01:09:04 +02:00
Sebastian Lackner
45e6770be6
Added patch to implement stub for vcomp._vcomp_flush.
2015-08-07 23:25:05 +02:00
Sebastian Lackner
7a3bc88055
Added patch with stubs for additional wininet options in InternetSetOption (fixes Wine Staging Bug #443 ).
2015-08-07 22:37:26 +02:00
Sebastian Lackner
bdfd218e7e
winhttp-System_Proxy_Autoconfig: Also silence 'no support on this platform' in wininet.
2015-08-07 21:35:27 +02:00
Sebastian Lackner
2bc55e66c3
Added patch for stub dlls required by the MSVC 2015 runtime library.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
6f3699d87e
Rebase against 06e68ff6613042e78a5dd4b9066713d9beab0c6d.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
4a9653f221
Rebase against 813368481679a5848bc715d1e181782de157485f.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
0054a6b6f5
Rebase against 07e4d4bd044ac3c9f46526b210205216d8bfeb45.
2015-08-07 20:58:38 +02:00
Sebastian Lackner
d1b4dd170a
Added patch to improve stubs for dxgi MakeWindowAssociation and GetWindowAssociation.
2015-08-07 20:58:15 +02:00
Sebastian Lackner
16a22ca25b
dbghelp-UnDecorateSymbolNameW: Update patchset.
2015-08-04 19:46:44 +02:00
Sebastian Lackner
ae5372cbde
Rebase against e3c6777edda76f319e5c465faf6c20bb91ed9f17.
2015-08-04 02:48:57 +02:00
Sebastian Lackner
dfe5839903
ntdll-FileDispositionInformation: Clean up first few patches.
2015-08-03 19:08:45 +02:00
Sebastian Lackner
eefdde33ff
Rebase against b3fe96a0a9748c71a24fe0393fd964f0fb2f4ff4.
2015-08-01 00:48:11 +02:00
Sebastian Lackner
6d60acbb21
Improve stub for NtQueryInformationJobObject and add tests.
2015-07-31 07:02:36 +02:00
Sebastian Lackner
113a63d374
Use alternative approach to create MachineGuid registry key during wineprefix startup.
2015-07-31 05:59:32 +02:00
Sebastian Lackner
14975afd63
Added patch to silence opencl deprecation warnings to allow compilation with -Werror.
2015-07-31 05:57:11 +02:00
Sebastian Lackner
e21bed742a
Rebase against 571462c633edbcc5dd6f2f8e56470470f27b0b07.
2015-07-31 01:42:04 +02:00
Sebastian Lackner
493ed4662c
Rebase against 5bd9d58016236da3142e030add2efbb2789fa2e4.
2015-07-29 22:53:17 +02:00
Sebastian Lackner
5ec4d6171e
Release 1.7.48.
2015-07-29 21:11:46 +02:00
Sebastian Lackner
8728442a9a
Added patch to avoid race-conditions with long running threadpool tasks.
2015-07-29 20:59:04 +02:00
Sebastian Lackner
76e7b82e31
d3dcompiler_43-D3DCompile: Update patchset, add semi-stub for D3DCompile2.
2015-07-29 18:02:53 +02:00
Sebastian Lackner
5a24762b33
Added patch to use video memory for rendering targets if possible.
2015-07-29 17:42:56 +02:00
Sebastian Lackner
9454f5fc78
server-Registry_Timestamp: Some style improvements.
2015-07-29 07:30:27 +02:00
Sebastian Lackner
c23d8e2738
Updated CSMT patchset to fix crash in Path of Exile after character selection (fixes Wine Staging Bug #451 ).
2015-07-29 06:54:21 +02:00
Sebastian Lackner
025e40edcc
wined3d-CSMT_Helper: Move 'Merge get_pitch' patch into CSMT_Main.
2015-07-29 05:59:30 +02:00
Sebastian Lackner
45b80e1d0d
Added patch to add wined3d detection of GeForce GT 425M.
2015-07-28 23:34:45 +02:00
Sebastian Lackner
8ccce27f89
Added patch to implement dbghelp.UnDecorateSymbolNameW.
2015-07-28 23:00:22 +02:00
Sebastian Lackner
d96eed9e17
Added patch with stubs for D3DCompile2 and D3DCompileFromFile.
2015-07-28 21:36:16 +02:00
Sebastian Lackner
510297d315
gdiplus-GdipCreateEffect: Update patchset with new version from Alistair Leslie-Hughes.
2015-07-28 21:11:58 +02:00
Sebastian Lackner
2a2d46a77e
Added patch with stub for D3DXTessellateNPatches.
2015-07-28 21:03:03 +02:00
Sebastian Lackner
74f4d7b45e
Rebase against 797c037bff2f7621f5b3d632bd899349529d6b2b.
2015-07-28 20:47:45 +02:00
Sebastian Lackner
2393fd2c7e
Added patch to implement AMStream GetMultiMediaStream functions.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
a9538a1965
Added patch to store registry timestamps with nanoseconds precision.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
1ce0efdd60
Added patch to return dummy ID3DXSkinInfo interface when skinning info not present.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
8f5172f8de
Added patch to export additional OpenAL32 functions.
2015-07-28 20:09:46 +02:00
Sebastian Lackner
56447bdb5b
patchutils.py: Strip '(resend)' from patch subject.
2015-07-27 23:44:04 +02:00
Sebastian Lackner
a66e263db0
ntdll-ThreadQuerySetWin32StartAddress: Update patchset with revision 2.
2015-07-27 23:13:09 +02:00
Sebastian Lackner
d9d1380650
Added patch to fake success in kernel32.SetFileCompletionNotificationModes.
2015-07-27 06:39:50 +02:00
Sebastian Lackner
7603fe0bc9
Added patch to reimplement RtlQueueWorkItem on top of new threadpool API.
2015-07-27 06:38:45 +02:00
Sebastian Lackner
1b23958eb3
Added patches to implement ThreadQuerySetWin32StartAddress info class.
2015-07-27 06:35:03 +02:00
Sebastian Lackner
e4d5d84401
d3dx9_36-DrawText: Merge improvement by Alistair Leslie-Hughes.
2015-07-26 03:41:54 +02:00
Sebastian Lackner
a5fac42aff
Added patches to improve security cookie handling.
2015-07-26 02:33:17 +02:00
Sebastian Lackner
278c0ed870
comctl32-LoadIconMetric: Some additional improvements, add FIXME for unimplemented functionality.
2015-07-26 02:18:47 +02:00
Sebastian Lackner
495e7f4985
Update vcomp patchset and add implementation for various atomic functions.
2015-07-26 02:12:16 +02:00
Alistair Leslie-Hughes
75174bcf22
Add patch with stub for D3DX10CreateEffectFromMemory.
2015-07-24 15:28:28 +02:00
Sebastian Lackner
2315442bb2
Various additional improvements to LoadIconMetric tests.
2015-07-24 15:23:30 +02:00
Alistair Leslie-Hughes
77d2d3e4e0
Updated comctl32 LoadIconMetric patches.
2015-07-24 15:09:27 +02:00
Alistair Leslie-Hughes
06226bdc44
Updated D3DXGetShaderInputSemantics patch.
2015-07-24 14:53:29 +02:00
Sebastian Lackner
941323d469
Added patch to silence repeated LocaleNameToLCID/LCIDToLocaleName unsupported flags FIXMEs.
2015-07-23 19:56:28 +02:00
Sebastian Lackner
0de1b91a1b
Rebase against 50d9d187c57448ca3f14de6a8eeb2520179db5b8.
2015-07-21 21:19:25 +02:00
Sebastian Lackner
5b94baf194
Rebase against 1a0c4efba9430382e3427cb3f355906bc2a66861.
2015-07-21 05:08:19 +02:00
Sebastian Lackner
2fdae8614e
Added patch with stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W.
2015-07-19 23:14:54 +02:00
Sebastian Lackner
e5c67078fd
Added patch to share source of d3dx9_36 with d3dx9_33 to avoid Wine DLL forwards.
2015-07-19 22:30:15 +02:00
Sebastian Lackner
f4be181120
Update patchset to query GPU infos with GLX_MESA_query_renderer extension (fixes a regression with broken MESA versions).
2015-07-19 22:06:34 +02:00
Sebastian Lackner
679a5cef17
vcomp-Functions: Update vcomp patches and add various improvements.
2015-07-19 01:07:16 +02:00
Sebastian Lackner
c1c337b07c
Update patches for d3dx9_36.D3DXGetShader{Input,Output}Semantics and add additional tests.
2015-07-18 16:28:05 +02:00
Sebastian Lackner
5f7b6bf45f
Added patch to check architecture before trying to load libraries.
2015-07-18 09:27:37 +02:00
Sebastian Lackner
a37730ab0e
Rebase against a90592c8d29d3b145eada90c297405cbd8a9277f.
2015-07-17 22:21:31 +02:00
Sebastian Lackner
36e9309497
shell32-Quoted_ShellExecute: Remove reference to upstream bug.
2015-07-17 04:19:11 +02:00
Sebastian Lackner
8f245e2d60
mscoree-CorValidateImage: Replace check for __x86_64__ with _WIN64.
2015-07-17 04:17:57 +02:00
Sebastian Lackner
76d8009160
gdi32-Default_Palette: Add reference to upstream bug report.
2015-07-16 21:27:19 +02:00
Sebastian Lackner
f1b8ef5d94
Rebase against 2294d3ba456921e83fa5970e0e62855614c9c30c.
2015-07-16 19:27:48 +02:00
Sebastian Lackner
d205f22f1e
Rebase against 22f28d2923811b85024f63ce43e41966a864ecd0.
2015-07-15 18:48:39 +02:00
Sebastian Lackner
d26abf2d93
configure-Crosscompiling: Replace patch, improve check instead of removing.
2015-07-14 22:35:37 +02:00
Sebastian Lackner
9f011de1b5
Rebase against a8f45dff604058d419bd6c2e070f65a13a6ddfdb.
2015-07-14 21:59:32 +02:00
Sebastian Lackner
a8303d406b
Removed patch to fix uninitialized memory access in ws2_32.do_poll (already fixed upstream).
2015-07-13 21:51:45 +02:00
Sebastian Lackner
800c42803f
wineconsole-Forward_Exitcode: Update patchset, avoid waiting when console is closed by user.
2015-07-13 21:11:46 +02:00
Sebastian Lackner
49d6414382
Rebase against c3dd56c99332c4ad9dbd095935d2c17c53463154.
2015-07-13 18:13:10 +02:00
Sebastian Lackner
1d9163af16
Added patch to forward exitcode from child process when in wineconsole.
2015-07-13 02:30:20 +02:00
Sebastian Lackner
cd4db49a74
Release 1.7.47.
2015-07-12 04:13:40 +02:00
Sebastian Lackner
b5c7642a3e
Added patch to avoid dereferencing NULL pointer for fonts without VDMX.
2015-07-12 03:38:31 +02:00
Sebastian Lackner
65c559753a
Added initial set of patches for multithreaded vcomp implementation.
2015-07-12 00:08:14 +02:00
Sebastian Lackner
d709879134
Added patch to use GLX_MESA_query_renderer extension to get more exact GPU infos.
2015-07-11 23:55:45 +02:00
Sebastian Lackner
0748a983e3
Added patch to fix incorrect assignment in assert statement in ntdll/threadpool.c.
2015-07-11 15:34:39 +02:00
Sebastian Lackner
d1f4a25cbd
Revert security cookie patch causing regression in multiple applications.
2015-07-10 20:55:42 +02:00
Sebastian Lackner
6df5635400
Added patch to increase buffer size in widl/typegen.c to avoid buffer overflow.
2015-07-10 20:05:21 +02:00
Sebastian Lackner
fb6baf5e83
Rebase against 744f7b69bf4692265588e10650090ca2f5129ccd.
2015-07-10 19:35:17 +02:00
Sebastian Lackner
174139f1ea
Rebase against cf7a118a9e5922d819f216c21c3a0984c7bde5dd.
2015-07-10 00:57:15 +02:00
Sebastian Lackner
e3bece1c76
Added patch to silence repeated wbemprox "timeout not supported" fixme.
2015-07-09 06:35:48 +02:00
Sebastian Lackner
d7500bccd1
Added patch to silence repeated winhttp "no support on this platform" message.
2015-07-09 06:23:37 +02:00
Sebastian Lackner
04f83c2765
Rebase against 71e5fdf478dbfb1821d4c39a55c3555cc8188741.
2015-07-07 15:27:18 +02:00
Sebastian Lackner
56532e6bed
wined3d-Revert_PixelFormat: Remove reference to bug which was marked as duplicate.
2015-07-06 19:04:26 +02:00
Sebastian Lackner
afb95f8dde
Rebase against f6653a93eb6796b733c6b0e9e289746692ab0a69.
2015-07-06 19:01:52 +02:00
Sebastian Lackner
67c7aead03
server-Shared_Memory: Reduce memory usage by using WORD to store BOOL argument in user32 TEB data.
2015-07-05 18:07:39 +02:00
Sebastian Lackner
fc0847724e
ntdll-Vista_Threadpool: Clean up and split remaining patches.
2015-07-04 16:23:33 +02:00
Sebastian Lackner
cde323b772
Rebase against 8b566b1da71a412fe58c3cc1988d610c2aba5f2d.
2015-07-04 04:01:01 +02:00
Sebastian Lackner
dfd86e0f91
Rebase against 3d8353fe182f3e7742cd7dab3420635e45ace129.
2015-07-02 17:45:32 +02:00
Sebastian Lackner
16aad8a55f
Rebase against 7a3c9889e38ede659230a66a167b82c024f0dc85.
2015-07-01 17:14:57 +02:00
Sebastian Lackner
62117ba8d6
Rebase against 6b205e41cf0798fd6dff7c37e9b250fc885cf792.
2015-06-30 17:15:47 +02:00
Sebastian Lackner
2da169a01b
configure-Crosscompiling: Improve check for OTOOL.
2015-06-30 01:48:52 +02:00
Sebastian Lackner
3b975fa4f2
Rebase against 9353a36d8fc8bb400bc2227914db0f2e60a19c24.
2015-06-29 19:40:20 +02:00
Sebastian Lackner
8d92e1177f
Release 1.7.46.
2015-06-28 18:21:50 +02:00
Sebastian Lackner
7dc75a302b
nvcuda-CUDA_Support: Add missing commas.
2015-06-28 04:11:50 +02:00
Sebastian Lackner
7c8e6d90d3
Added patch to initialize *lpcDevices in RasEnumDevicesA.
2015-06-28 04:08:20 +02:00
Sebastian Lackner
872be6fa25
Staging: Mark a function as static.
2015-06-28 02:19:35 +02:00
Sebastian Lackner
74b6722150
Improved wined3d-DXTn patchset to search for dylib on OSX.
2015-06-27 23:52:23 +02:00
Sebastian Lackner
135024f481
Added patch to implement general tab for file property dialog.
2015-06-27 23:46:40 +02:00
Sebastian Lackner
53b570f698
Improved nvcuda-CUDA_Support patchset to search for dylib on OSX.
2015-06-27 19:50:17 +02:00
Sebastian Lackner
dc16523d00
Added patch to improve output of '--check-libs' on OSX.
2015-06-27 19:39:39 +02:00
Sebastian Lackner
1dc4d9dc2f
Rebase against ae6efa469bfaecade30e160d195d607bdcdcc6ae.
2015-06-26 15:03:09 +02:00
Sebastian Lackner
731305d018
msvcrt-atof_strtod: Update patchset.
2015-06-26 10:46:23 +02:00
Sebastian Lackner
c981072e0d
kernel32-GetNumaProcessorNode: Remove test failures on Windows XP and change order of patches.
2015-06-26 10:13:24 +02:00
Sebastian Lackner
e86a326f7b
Rebase against efd41e4f2b1c784d4939aa10d869f87f2384f10c.
2015-06-25 16:37:32 +02:00
Sebastian Lackner
1aaf583c9f
msvcrt-atof_strtod: Disable patchset, its already fixed upstream.
...
(The tests and a fix for a corner case might still be useful,
so leaving the patch there for now.)
2015-06-25 08:02:27 +02:00
Sebastian Lackner
f644b88d3e
Rebase against 4f3acf31deef5893b057778695fa5691ccac32df.
2015-06-25 01:35:41 +02:00
Sebastian Lackner
3352a782c9
Update references to upstream bugreports.
2015-06-23 16:43:41 +02:00
Sebastian Lackner
ec9b8ec16d
Rebase against da5151fd54c2679b9cd10a7a4d2933f727266bf5.
2015-06-23 16:38:54 +02:00
Sebastian Lackner
094635f160
advapi32-GetWindowsAccountDomainSid: Split patch and avoid test failures by using aligned memory block.
2015-06-22 03:29:51 +02:00
Sebastian Lackner
5f9893a79d
Added patches to improve crosscompiling Wine for other platforms.
2015-06-21 20:21:23 +02:00
Sebastian Lackner
6b5229ca83
Added patch to use ULONGLONG to store offset in ntoskrnl.
2015-06-21 09:05:11 +02:00
Sebastian Lackner
6d10024c1e
gitapply.sh: Explicitly check for GNU Awk.
2015-06-20 16:04:54 +02:00
Sebastian Lackner
c361cbefb2
Rebase against af55ae137965512a1635e69b8f41849114f60012.
2015-06-19 16:06:14 +02:00
Sebastian Lackner
76b602e336
fltlib-FilterLoad: Minor style improvements.
2015-06-19 05:26:39 +02:00
Sebastian Lackner
9f4a601887
Rebase against 6fe55462107b4dcc31f919296a6e5870dcc881a3.
2015-06-18 23:27:35 +02:00
Sebastian Lackner
36ec2e0cf4
ntdll-WRITECOPY: Also install SIGILL and SIGBUS early signal handler for MacOS compatibility.
2015-06-18 05:25:18 +02:00
Sebastian Lackner
dde3ae24dd
ntoskrnl-Emulator: Add emulation for MOVZX instruction on x86_64.
2015-06-18 04:02:49 +02:00
Erich E. Hoover
f6af570538
Updated kernel32-GetVolumePathName to fix several test failures.
2015-06-17 19:35:28 -06:00
Sebastian Lackner
69ae1f591a
Rebase against 9e96beefae97bb63845b1cac6f372de515465ada.
2015-06-17 18:47:16 +02:00
Sebastian Lackner
31bd06cb42
Added patch to fix wineserver crash when pipe server object is destroyed before client (fixes Wine Staging Bug #393 ).
2015-06-17 13:52:46 +02:00
Sebastian Lackner
0bef3b01c4
Rebase against dedbd1883611b1c72abeb05d9f93cd5ac8af2e90.
2015-06-16 22:35:05 +02:00
Sebastian Lackner
50b37c2d7e
Added patch to fix possible use-after-free in wineserver device IPR code.
2015-06-16 03:26:43 +02:00
Sebastian Lackner
333de90b1a
Added patch to globally invalidate key state on changes in other threads.
2015-06-16 03:09:11 +02:00
Sebastian Lackner
3daf410291
Rebase against 46bdb6e59a007b71aa6a0932228e30bf3ad8bc2b.
2015-06-15 17:27:30 +02:00
Sebastian Lackner
5a89756c6a
Added patch to improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x.
2015-06-15 03:27:14 +02:00
Sebastian Lackner
7af67608ec
wininet-Cache_Long_URLs: Add reference to upstream bug report.
2015-06-14 09:17:37 +02:00
Sebastian Lackner
7c0b90ad19
Release 1.7.45.
2015-06-14 00:39:24 +02:00
Sebastian Lackner
12f0292934
Added patch to implement advapi32.GetWindowsAccountDomainSid.
2015-06-13 21:06:36 +02:00
Sebastian Lackner
53b165e070
wined3d-CSMT_Main: Read format flags from container where possible.
2015-06-13 18:32:47 +02:00
Sebastian Lackner
6c70ccd388
Added patch to properly check existence for libunwind before linking against it.
2015-06-13 17:55:21 +02:00
Sebastian Lackner
703e98c1f5
Added patch to implement fallback to system ping command when CAP_NET_RAW is not available.
2015-06-13 07:13:20 +02:00
Sebastian Lackner
5628355586
Added patch with stub for winscard.SCardListReadersA/W.
2015-06-13 01:21:16 +02:00
Sebastian Lackner
7c2dfd1e28
Added patch to send WM_DROPFILES only when OLE dnd fails.
2015-06-13 01:03:13 +02:00
Sebastian Lackner
7765a19988
Rebase against cde46665fa8503e90c9a2fab1898cdb4d22f667b.
2015-06-12 20:13:22 +02:00
Sebastian Lackner
531ca00756
Minor style improvements in multiple patches.
2015-06-11 19:19:47 +02:00
Sebastian Lackner
2672e6b4c5
Rebase against 39797dcfb250c4b4497fa003ae67b873427daa37.
2015-06-11 18:42:12 +02:00
Sebastian Lackner
a6f687dcc9
Rebase against 714abcb7cdd8cab7d9383bded5b5426e55d98791.
2015-06-11 15:37:59 +02:00
Sebastian Lackner
995b761dee
Rebase against 42cbc05e59d32228f4edd171ca66e4cbe5645d1d.
2015-06-09 16:04:06 +02:00
Sebastian Lackner
44a9c0cc8a
ntdll-FileDispositionInformation: Avoid 'return NULL' in void function.
2015-06-09 14:44:06 +02:00
Sebastian Lackner
2b90f82b6a
kernel32-SetFileInformationByHandle: Fix compile error.
2015-06-09 06:22:05 +02:00
Sebastian Lackner
945ec28ec8
Added patch to ensure console InsertMode changes take effect immediately.
2015-06-09 06:02:07 +02:00
Sebastian Lackner
5fc6371a97
Added patch to forward GIF encoder requests to windowscodecs.
2015-06-09 05:49:04 +02:00
Sebastian Lackner
aaeb4db3b3
Rebase against 0922865b377913a27cea568ac688787a8117d8a7.
...
Rebasing of CSMT will need some additional work / thoughts.
2015-06-09 04:56:36 +02:00
Sebastian Lackner
68ade392f8
ntdll-AT_ROUND_TO_PAGE: A couple of minor improvements for kernel32/tests.
2015-06-07 23:50:18 +02:00
Sebastian Lackner
f76f0d0052
Added patch to fix handling of periodic advice timers causing high CPU usage.
2015-06-07 20:17:10 +02:00
Sebastian Lackner
0ccd396056
patchupdate.py: Improvement of category dependency handling.
2015-06-07 04:41:40 +02:00
Sebastian Lackner
6b78b26763
Added patch to use NVX_GPU_MEMORY_INFO extension for more exact video memory accounting on NVIDIA graphic cards.
2015-06-06 20:28:46 +02:00
Sebastian Lackner
d2765a37f2
Added patch for semi-stub of FileFsVolumeInformation information class.
2015-06-06 19:12:42 +02:00
Sebastian Lackner
0c2536b025
Added patch to improve stubs for NtQueryEaFile.
2015-06-06 18:04:37 +02:00
Sebastian Lackner
cc1da4895e
Added patch to fix endless loop in regedit when importing files with very long lines.
2015-06-06 04:53:33 +02:00
Sebastian Lackner
a0f1f35843
Added patch to fix link notification conditions for riched20.
2015-06-06 04:00:03 +02:00
Sebastian Lackner
26eb2942d0
Added patch to implement default homepage button in inetcpl.cpl.
2015-06-06 03:56:52 +02:00
Sebastian Lackner
16d40cf5d5
Added patch to initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys.
2015-06-06 03:52:12 +02:00
Sebastian Lackner
9149fde0ff
Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes Wine Staging Bug #348 ).
2015-06-06 02:15:34 +02:00
Sebastian Lackner
a110e490b8
Rebase against b2aa984743cb568f8e6a634a1536bf65950167db.
2015-06-05 17:49:14 +02:00
Sebastian Lackner
0af6df6bc0
Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection.
2015-06-05 07:49:05 +02:00
Sebastian Lackner
4d919d4d83
Added patch to set a proper caption for shell32 Run dialog (by Jared Smudde).
2015-06-05 01:44:39 +02:00
Sebastian Lackner
32c289493f
ntdll-FileDispositionInformation: Cleanup of patches for File{Rename,Link}Information.
2015-06-05 00:58:34 +02:00
Sebastian Lackner
9fde9be110
ntdll-Directory_Test: Update patchset.
2015-06-04 22:36:52 +02:00
Sebastian Lackner
ee2f208b2b
Rebase against 9ce9ba30ead7560065c3179796eea81066b3b346.
2015-06-04 16:46:36 +02:00
Sebastian Lackner
002f664b68
Added patch to allow setting pixel format for desktop window.
2015-06-04 00:21:47 +02:00
Sebastian Lackner
9acb14c728
Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile.
2015-06-04 00:07:19 +02:00
Sebastian Lackner
fd6ff0999c
Added patch to restore original error code in rpcrt4 when ReadFile fails with ERROR_MORE_DATA.
2015-06-03 22:31:02 +02:00
Sebastian Lackner
873d07d7d7
fltmgr-Stub_SYS: Fix Makefile.in (try 2).
2015-06-03 21:08:49 +02:00
Sebastian Lackner
2412d1f4eb
Updated patchset for ObjectTypeInformation and fix typename for various additional wineserver object types.
2015-06-03 18:32:16 +02:00
Sebastian Lackner
32f681f893
Rebase against 8d4f56810775757edc87f6f01754df7f9e98d7e3.
2015-06-03 18:13:44 +02:00
Sebastian Lackner
0d67dee015
Added patches for support of FileLinkInformation (fixes Wine Staging Bug #297 ).
2015-06-03 17:07:24 +02:00
Sebastian Lackner
6a8261887f
Added patch to silence test failures in ntdll/directory tests.
2015-06-03 07:27:51 +02:00
Sebastian Lackner
e88424ebc6
Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access (fixes Wine Staging Bug #298 ).
2015-06-03 07:25:33 +02:00
Sebastian Lackner
0abc5f4b7b
Added additional tests for behaviour of opening readonly files.
2015-06-03 05:44:56 +02:00
Sebastian Lackner
85364f3153
fltmgr-Stub_SYS: Fix Makefile.in.
2015-06-03 05:22:22 +02:00
Sebastian Lackner
a2722e8fe9
ntdll-FileDispositionInformation: Resolve a conflict with server-RootDirectory_File patchset.
2015-06-03 04:48:13 +02:00
Sebastian Lackner
2923808892
Added patches for FileRenameInformation support (fixes Wine Staging Bug #296 ).
2015-06-03 03:04:46 +02:00
Sebastian Lackner
fdc5f5c1dd
server-Key_State: Introduce a shadow keystate array to sync keystates only on changes.
2015-06-02 19:16:06 +02:00
Sebastian Lackner
b9ec1ed8f5
Rebase against b75cd7e2f0f6f40655f690695ab0843fce472e88.
2015-06-02 15:34:19 +02:00
Sebastian Lackner
ad87c93337
server-Key_State: Fix test failure in comctl32/listview.
2015-06-01 21:34:17 +02:00
Sebastian Lackner
ce3f724ea2
Rebase against 7c5f639cb86fba26a3b96d9dd0798fd3da2150a0.
2015-06-01 19:20:24 +02:00
Sebastian Lackner
0d0440ede9
shell32-Icons: Fix a test failure in comctl32/imagelist tests.
2015-06-01 07:15:50 +02:00
Sebastian Lackner
7dc9e1b670
mscoree-CorValidateImage: Add reference to upstream bugreport.
2015-05-31 22:41:07 +02:00
Sebastian Lackner
528e9ceec3
ntdll-CLI_Images: Add reference to upstream bugreport.
2015-05-31 22:28:28 +02:00
Sebastian Lackner
da512da861
shlwapi-AssocGetPerceivedType: Fixed error checking for RegGetValueW based on feedback from Thomas Faber.
2015-05-31 21:51:48 +02:00
Sebastian Lackner
e7ab8d7b04
kernel32-GetNumaProcessorNode: Add reference to upstream bugreport.
2015-05-31 21:42:25 +02:00
Sebastian Lackner
bb8f219272
server-JobObjects: Add reference to upstream bugreport.
2015-05-31 15:01:42 +02:00
Sebastian Lackner
b54341886b
Release 1.7.44.
2015-05-31 04:44:43 +02:00
Sebastian Lackner
088ca2f71d
Added patch to avoid using unixfs for devices without mountpoint.
2015-05-31 00:29:12 +02:00
Sebastian Lackner
6d2e3ce903
server-RootDirectory_File: Duplicated file has to be completely decoupled from original one.
2015-05-30 23:08:39 +02:00
Sebastian Lackner
4c9804d9f5
Revert upstream patch which causes broken rendering in various games.
2015-05-30 21:43:52 +02:00
Sebastian Lackner
c7d100897a
Change file permissions from 100755 to 100644 in two patches (thanks Qian Hong).
2015-05-30 20:28:41 +02:00
Sebastian Lackner
55902fb521
server-RootDirectory_File: Update patchset and add additional tests for file seeking behaviour.
2015-05-30 20:23:34 +02:00
Sebastian Lackner
a428549415
ntdll-Hide_Wine_Exports: Add reference to upstream bug report.
2015-05-30 19:23:31 +02:00
Sebastian Lackner
0432712e4e
Added patchset to fix various upstream issues detected by Coverity.
2015-05-30 17:15:23 +02:00
Sebastian Lackner
b942798ef9
Fix a compile failure and add a missing file.
2015-05-30 06:23:51 +02:00
Sebastian Lackner
f576613dd2
Added patch to fix scaling behaviour of images and mipmap levels in IDirect3DTexture2_Load.
2015-05-30 03:27:41 +02:00
Sebastian Lackner
9384283aca
Added patch to allow hiding wine version information from applications.
2015-05-30 02:40:29 +02:00
Sebastian Lackner
cf5c56ef11
Added patch to output winedbg system information also to the terminal, not only to dialog.
2015-05-30 01:27:24 +02:00
Sebastian Lackner
c632b99fb5
Added patch to fix handling of opening a file with RootDirectory pointing to a file handle.
2015-05-29 23:20:21 +02:00
Sebastian Lackner
f5c6731e84
Added patch to fix NULL pointer dereference in get_frame_by_name.
...
Note: An almost identical version was also submitted by Indrek Altpere to
wine-patches, but Michael Müller submitted his own attempt even earlier
to me - see timestamp of the patch.
2015-05-29 20:09:44 +02:00
Sebastian Lackner
cec272a2d4
Added patch to return fake device type when systemroot is located on virtual disk.
2015-05-29 20:00:41 +02:00
Sebastian Lackner
1b2fa6c6cb
Added patch to fix crash in Gothic 1/2 with builtin directmusic caused by wrong return value.
2015-05-29 19:09:54 +02:00
Sebastian Lackner
016e539659
Rebase against 7efe31d9294275f2505361c19afa4e8e50be2c8d.
2015-05-29 15:02:34 +02:00
Sebastian Lackner
412af27a17
Added patch to use random names when caching very long urls (fixes Wine Staging Bug #266 ).
2015-05-28 23:11:52 +02:00
Sebastian Lackner
bcb19df630
Added patch for stub of iphlpapi.ConvertInterfaceLuidToGuid.
2015-05-28 22:48:59 +02:00
Sebastian Lackner
79e542c24a
Rebase against 22983f2b65dc40bfa90a73e3e3bd2e13cc90e22f.
2015-05-28 16:57:14 +02:00
Sebastian Lackner
c10eb9a4a1
Added patch to allow to enable/disable InsertMode in wineconsole settings.
2015-05-28 15:26:05 +02:00
Sebastian Lackner
79c69db369
Rebase against 39d71c52ef7839fe7daad97b009d029b71f691ba.
2015-05-27 22:10:54 +02:00
Sebastian Lackner
763bb554cd
Staging: Print wine version in winediag message.
2015-05-26 23:06:47 +02:00
Sebastian Lackner
7cad745ad6
Added patch for support of ws2_32.dll.WSAPoll.
2015-05-26 22:06:15 +02:00
Sebastian Lackner
92379575c7
Rebase against 530d269e0187f2d0b406f8d5e3c4de974bf553ae.
2015-05-26 18:32:07 +02:00
Sebastian Lackner
2a1d1a0086
Rebase against 98b991fdcf3f2cdbdae7d61203367ce9728a5e6d.
2015-05-25 18:59:24 +02:00
Sebastian Lackner
83cbd1daaa
Added patch to assign a drive serial number during prefix creation/update.
2015-05-25 06:10:28 +02:00
Sebastian Lackner
7f9bf47dd0
wineboot-drivers_etc_Stubs: Add a missing \n to an ERR message.
2015-05-25 05:50:39 +02:00
Sebastian Lackner
41484ad4ed
Added patch with shell32 placeholder icons to match offsets with Windows.
2015-05-24 18:25:00 +02:00
Sebastian Lackner
4b4c5feb3d
Added patch with stubbed ISWbemSecurity interfaces in wbemdisp.
2015-05-24 17:56:51 +02:00
Sebastian Lackner
5972e18a71
Added patch to handle '\r' as whitespace in wbemprox queries.
2015-05-24 17:31:50 +02:00
Sebastian Lackner
baa05e4719
Rebase against 90ed96a766b4b627a5dd18d601b41257c4f8e390.
2015-05-22 15:22:57 +02:00
Sebastian Lackner
ca8ffcd619
Rebase against 9586d3b2567e6b4a2270caeacf39796c168351c0.
2015-05-21 18:47:14 +02:00
Sebastian Lackner
b2297b41c3
Rebase against 1e8759805e3c5dfe00a31bb5f13f1c1da28d2826.
2015-05-21 06:24:11 +02:00
Sebastian Lackner
f09433417e
riched20-IText_Interface: Avoid additional linked lists for font/para interfaces.
2015-05-20 07:35:12 +02:00
Sebastian Lackner
349ba2df2a
Rebase against f4790714fe69df7701cff666d6b5ab4be049cbf6.
2015-05-20 06:00:09 +02:00
Sebastian Lackner
9573b57d3c
Rebase against 0d91274defcf65093957cf8e43985b9be55642d5.
2015-05-19 05:25:23 +02:00
Sebastian Lackner
0defa32dfb
Release 1.7.43.
2015-05-16 22:59:02 +02:00
Sebastian Lackner
1c29f7db86
Update category information for all patchsets.
2015-05-16 18:48:49 +02:00
Sebastian Lackner
bfb112653c
Added patch to skip unknown item when decoding a CMS certificate.
2015-05-16 17:55:21 +02:00
Sebastian Lackner
7a5534ac75
Added patch with stub for kernel32.SetFileCompletionNotificationModes (for Steam in Win7 mode).
2015-05-16 17:19:40 +02:00
Sebastian Lackner
1bbf522c01
Added patch to free RPC parameters allocated by application before anything else.
2015-05-16 04:29:53 +02:00
Sebastian Lackner
95496eedab
ntdll-Heap_Delay_Free: Disable patchset, it causes failures for other apps.
...
Will be re-added after the release when the patch has been improved.
2015-05-16 03:50:29 +02:00
Sebastian Lackner
13effc62f8
wininet-Cleanup: Added various additional fixes for wininet header handling.
2015-05-16 03:45:42 +02:00
Sebastian Lackner
975564c566
wininet-Cleanup: Added next couple of patches and merge with wininet-Memory_Leak.
2015-05-16 03:45:42 +02:00
Sebastian Lackner
8e4c7f1017
Added patch to add HTTP Host header in HttpSendRequest instead of HttpOpenRequest.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
e2d58b98e4
Updated patch to emulate \Device\Null using /dev/null, use a proper device driver.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
26e06cc151
Added patches for additional tests of wininet cookie/header/authentication handling, in preparation of various cleanup patches.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
90bf076dfc
Added patch to fix memory leak in wininet.HTTP_InsertCookies.
2015-05-16 03:45:41 +02:00
Sebastian Lackner
dcfee86e79
Added patch with tests for imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
2015-05-15 02:48:15 +02:00
Sebastian Lackner
a3ca9927db
Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.
2015-05-14 03:14:44 +02:00
Sebastian Lackner
d114a05de3
Added patch to allocate fake hWnd for wineconsole curses backend.
2015-05-13 19:32:09 +02:00
Sebastian Lackner
fb7bff38de
Added patch to create stub files for system32/drivers/etc/{services,hosts,networks,protocol}.
2015-05-13 07:11:50 +02:00
Sebastian Lackner
2a8300034c
Added patch with IEnumString stub interface for ACLShellSource.
2015-05-13 04:58:51 +02:00
Sebastian Lackner
1b0d071e41
Added patch to avoid creating foreign thread queues for attach_thread_input requests.
2015-05-12 05:46:20 +02:00
Sebastian Lackner
134b99fbb2
Added patch to implement shlwapi.AssocGetPerceivedType.
2015-05-12 03:36:39 +02:00
Sebastian Lackner
c3c9472eb4
Added patch for stub of fltlib.FilterLoad.
2015-05-11 18:19:20 +02:00
Sebastian Lackner
5215a311fe
Rebase against 6d323d81b2a604b89c612928a573b290c945df75.
2015-05-11 18:10:47 +02:00
Sebastian Lackner
d3dbcb9165
Added patch to use POSIX implementation to enumerate directory content on FreeBSD.
2015-05-10 02:26:38 +02:00
Sebastian Lackner
53734776f6
ntdll-NtQuerySection: Fix signature also in ntoskrnl.exe specfile.
2015-05-09 21:03:46 +02:00
Sebastian Lackner
54451f955b
advapi32-ImpersonateAnonymousToken: Add exports to api-ms-win-security-base-l1-{1,2}-0.
2015-05-09 20:59:43 +02:00
Sebastian Lackner
2fbbd765c6
kernel32-GetFinalPathNameByHandle: Add exports to api-ms-win-core-file-l1-1-0.
2015-05-09 20:57:21 +02:00
Sebastian Lackner
954aed181c
Added patch to dirtify vertex shader on transformed update, fixes graphical corruption.
2015-05-09 04:26:56 +02:00
Sebastian Lackner
da0ebd230f
ntdll-Vista_Threadpool: Fix compiler warning on x86_64.
2015-05-09 04:20:50 +02:00
Sebastian Lackner
6fb06b865c
dsound-EAX: Fix compiler warning on x86_64.
2015-05-09 04:04:15 +02:00
Sebastian Lackner
ffe90cf9f7
kernel32-CopyFileEx: Fix test failures in kernel32/file and add additional tests.
2015-05-09 00:42:45 +02:00
Sebastian Lackner
d6a8a1d8a1
Added patch to fix error handling in OpenSCManagerW (fixes testfailure in advapi32/service tests when named pipe messagemode is available).
2015-05-08 21:57:09 +02:00
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
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
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
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