Commit Graph

1808 Commits

Author SHA1 Message Date
Sebastian Lackner
81ee7ad18a Rebase against a0b8f178df8ed704fc732f5aef3b2e1f623512fc. 2015-12-22 03:07:15 +01:00
Sebastian Lackner
8a378ee8e7 Release 1.8. 2015-12-21 18:34:18 +01:00
Sebastian Lackner
fd5fd19bb9 wusa-MSU_Package_Installer: Improve tracing and warn if cabinet contains compressed files. 2015-12-21 04:45:30 +01:00
Sebastian Lackner
d14e078ed7 Added patch to implement of wusa.exe (MSU package installer). 2015-12-21 03:16:54 +01:00
Sebastian Lackner
47e0b460b4 nvencodeapi-Video_Encoder: Update patchset to version 6.0 and fix Debian compatibility. 2015-12-20 22:55:59 +01:00
Sebastian Lackner
0c1324b8de Release 1.8-rc4. 2015-12-15 00:56:47 +01:00
Sebastian Lackner
e9f445ed37 server-Parent_Process: Add tests and some minor improvements. 2015-12-13 01:53:38 +01:00
Sebastian Lackner
84730be30e Rebase against ca9001d6bda3084ab9bc80baa7d6e5533252c797. 2015-12-13 00:19:03 +01:00
Sebastian Lackner
42da4b38cc Rebase against 97ac9d410fdd612db863fdccc538d8dd8d94d91a. 2015-12-10 16:57:56 +01:00
Sebastian Lackner
7dac88ab13 Added patch to fix memory corruption wineserver (token_duplicate should not reference the original token). 2015-12-10 16:49:38 +01:00
Sebastian Lackner
c3f580b642 opengl32-Revert_Disable_Ext: Update patch and definition file. 2015-12-10 06:08:16 +01:00
Sebastian Lackner
ffa55dcc00 Added patch to avoid holding reference on parent process in wineserver. 2015-12-10 06:03:53 +01:00
Sebastian Lackner
cde035a721 Rebase against 571dc0faa502b63880e905c35d3e3da6d87c5599. 2015-12-08 18:33:36 +01:00
Sebastian Lackner
c094720578 Release 1.8-rc3. 2015-12-07 17:11:09 +01:00
Sebastian Lackner
2e17709095 ws2_32-WSACleanup: Fix compatibility with server-Desktop_Refcount patchset. 2015-12-05 23:56:38 +01:00
Sebastian Lackner
dea2594156 Added patch to fix implementation of NtQueryInformationProcess for ProcessDebugFlags. 2015-12-05 22:48:34 +01:00
Sebastian Lackner
af4ac5433d Updated patch for d3dx9_36 DrawText implementation and fixed multiple bugs. 2015-12-05 21:43:45 +01:00
Sebastian Lackner
ce6a5b015d Added patch to properly implement GetLargestConsoleWindowSize. 2015-12-05 19:38:43 +01:00
Sebastian Lackner
07a42a496d Added patch to set LastError to 0 in GetSidIdentifierAuthority. 2015-12-05 04:06:58 +01:00
Sebastian Lackner
78db8b7950 Added patch to fix possible leak of explorer.exe processes and implement proper desktop refcounting. 2015-12-04 20:06:24 +01:00
Sebastian Lackner
78ed3fc7e9 Rebase against ffee96a80c0585fb5fcb041382540e2014d2f77b. 2015-12-04 18:59:12 +01:00
Sebastian Lackner
a605ae9359 msidb-Implementation: Pass correct size argument to snprintfW (Thanks Amine Khaldi). 2015-12-04 11:02:13 +01:00
Sebastian Lackner
ebf9db37d5 Rebase against 71bbd8da87109161448c7c6d7f6fcfa721b6c746. 2015-12-03 17:52:40 +01:00
Sebastian Lackner
2d713a931d comctl32-PROPSHEET_InsertPage: Third argument of SendMessage is WPARAM. 2015-12-03 01:26:00 +01:00
Sebastian Lackner
9dcb352d8d Rebase against e69d9ec3c4e8829c5c18cea7d8348171d51dcd76. 2015-12-02 22:46:56 +01:00
Sebastian Lackner
3d3effd8b3 Rebase against 66d8e38ba4c5d67ae6e287cac557acfeae8b5bcd. 2015-12-01 02:36:42 +01:00
Sebastian Lackner
eb1820cd45 Release 1.8-rc2. 2015-11-29 21:23:59 +01:00
Sebastian Lackner
6655f3dc84 Added patch to ensure default route IP addresses are returned first in gethostbyname. 2015-11-29 18:54:40 +01:00
Sebastian Lackner
c28bcab311 Added patch to implement dinput device property DIPROP_USERNAME. 2015-11-29 18:33:00 +01:00
Sebastian Lackner
e60b8d144b Added patch to ignore socket type for protocol IPPROTO_IPV6 in getaddrinfo. 2015-11-29 18:10:07 +01:00
Sebastian Lackner
b14f029f04 Added patch to allow to set debug registers separately in NtSetContextThread. 2015-11-29 00:36:33 +01:00
Sebastian Lackner
cd0241f0e2 Added patch to start SERVICE_FILE_SYSTEM_DRIVER services with winedevice. 2015-11-28 23:31:47 +01:00
Sebastian Lackner
096164c275 Added patch to silence repeated FIXME message in surface_cpu_blt. 2015-11-28 23:23:06 +01:00
Sebastian Lackner
ef47e8db59 Added patch to send WM_CAPTURECHANGE also when capture has not changed. 2015-11-28 23:19:32 +01:00
Sebastian Lackner
632a8a163b Added patch to skip invalid entries in GetPrivateProfileString16. 2015-11-28 22:51:22 +01:00
Sebastian Lackner
8af8164874 Added patch for delayed end of DST in Europe/Istanbul. 2015-11-28 22:50:13 +01:00
Sebastian Lackner
69be96b093 ntdll-Stack_Fault: Updated patch to commit page when handling stack fault, and add tests. 2015-11-28 22:17:37 +01:00
Sebastian Lackner
d73096b63a Added patch to implement check for invalid handle type for HSPFILEQ handles. 2015-11-27 23:20:34 +01:00
Sebastian Lackner
d8b26a26c5 Rebase against e6c67c52757508ce92c3819bb14e87c2ab21fa20. 2015-11-27 23:06:06 +01:00
Sebastian Lackner
c873b7f422 libs-Unicode_Collation: Also enable sorting tests, they pass after this patch. 2015-11-27 10:52:08 +01:00
Sebastian Lackner
a85a3e8533 Rebase against 4a315cd78a3c97d76ae06e3185ab01a70eb9a1a2. 2015-11-26 19:30:18 +01:00
Sebastian Lackner
a7b8b87d73 gdi32-Symbol_Truetype_Font: Add a new reference to bug report. 2015-11-26 00:05:08 +01:00
Sebastian Lackner
208a1f6573 wined3d-Revert_PixelFormat: Remove reference to bugs marked as fixed. 2015-11-26 00:03:21 +01:00
Sebastian Lackner
6f9e2dae7d Rebase against 6790d825d1b2c41de73ffe5cb5df28c1d1cc8878. 2015-11-25 21:57:01 +01:00
Sebastian Lackner
67b1817720 Rebase against 3a6ac6055511b14a7e26ba0200f36da418f80723. 2015-11-25 20:59:04 +01:00
Sebastian Lackner
a990060062 Rebase against 1d19eb15d4abfdd14dccc5ac05b83c0ee1a1ace1. 2015-11-25 20:24:27 +01:00
Sebastian Lackner
be3e802c6f Rebase against a2c6a2beb68cae239d72e012aa8d4af113b8aaa7. 2015-11-23 18:22:33 +01:00
Sebastian Lackner
7d18a5d9b8 Release 1.8-rc1. 2015-11-23 08:01:31 +01:00
Sebastian Lackner
83bc0c02bd Added patch for stub driver tdi.sys. 2015-11-22 23:51:35 +01:00
Sebastian Lackner
2585f4dda7 Added patch to fix a possible leak in codeview_dump_symbols. 2015-11-22 23:24:40 +01:00
Sebastian Lackner
55a86c83c0 Added patch to avoid leaking output name in sfnt2fon if specified multiple times. 2015-11-22 23:21:30 +01:00
Sebastian Lackner
3d3f7c7088 Added patch to change value for WM_MDICALCCHILDSCROLL to 0x003f. 2015-11-22 23:18:53 +01:00
Sebastian Lackner
64719a7bda Added patch to improve detection of symbol charset for old truetype fonts. 2015-11-22 22:53:57 +01:00
Sebastian Lackner
c60b60d2f5 winex11-wglShareLists: Add a new reference to bug report.
Also remove two references in the wined3d-Revert_PixelFormat patchset.
2015-11-22 22:48:20 +01:00
Sebastian Lackner
5decc603f2 fonts-Missing_Fonts: Fix license information in LICENSE. 2015-11-22 22:37:48 +01:00
Sebastian Lackner
eee03cfecb Rebase against 39f2ed321d87d888ac3f81e764d0e5c661db74ea. 2015-11-19 16:32:11 +01:00
Sebastian Lackner
803e04c3fe Rebase against 7f6634b2bd916b530e30ef8a850fefbc0dbdf687. 2015-11-18 20:34:58 +01:00
Sebastian Lackner
9a2af99c65 Rebase against 19eaed6a3833a7bff780ccc31800cad2ecfd48d4. 2015-11-18 11:18:57 +01:00
Sebastian Lackner
8aa631da85 Rebase against 097006b1466854fbd80af8d85a729d85ec52b163. 2015-11-16 16:58:47 +01:00
Sebastian Lackner
be377f28ee Release 1.7.55. 2015-11-15 18:41:33 +01:00
Sebastian Lackner
6604238b3c ntoskrnl-Stubs: Add bug reference for KeWaitForMultipleObjects stub. 2015-11-15 16:04:10 +01:00
Sebastian Lackner
58cd8f2507 Added patch to allow to set default display frequency in registry. 2015-11-15 15:49:06 +01:00
Sebastian Lackner
3aa9934386 Added patch to allow dinput EnumDevices callback with broken calling convention. 2015-11-15 14:44:51 +01:00
Sebastian Lackner
4a6afc96cb patchupdate.py: Allow to disable synchronization for specific bugs. 2015-11-15 05:40:26 +01:00
Sebastian Lackner
0c787e6a09 Added patch to implement stubless proxies on x86_64. 2015-11-15 05:21:15 +01:00
Sebastian Lackner
8b28977596 patchutils.py: Uppercase first character of patch description. 2015-11-15 01:05:09 +01:00
Sebastian Lackner
b0a0836e95 Added patch to implement marshalling for TKIND_COCLASS. 2015-11-15 00:45:05 +01:00
Sebastian Lackner
03fc84498f Added patch to make sure CompareString immediately aborts on first non-matching character. 2015-11-14 20:50:18 +01:00
Sebastian Lackner
cfc2f08f0a Added patch to fix required privileges for load_registry and unload_registry wineserver call. 2015-11-14 18:29:24 +01:00
Sebastian Lackner
7c7da8183e Added patch for stubs of advapi32.RegCreateKeyTransacted[A/W]. 2015-11-14 17:32:04 +01:00
Sebastian Lackner
68a4753dbf Added patch for stub of kernel32.FreeUserPhysicalPages. 2015-11-13 23:48:07 +01:00
Sebastian Lackner
dbce23ab3b Added patch to properly handle multiple registry notifications per key. 2015-11-13 23:33:19 +01:00
Sebastian Lackner
19d466a729 Added patch for stub of hid.HidP_TranslateUsagesToI8042ScanCodes. 2015-11-13 21:14:30 +01:00
Sebastian Lackner
5da8bc54a5 Added patch for partial implementation of ITfThreadMgrEx_ActivateEx. 2015-11-13 19:58:23 +01:00
Sebastian Lackner
e5bff1feaf d3dx9_36-DDS: Add initial tests for D3DXSaveSurfaceToFileInMemory. 2015-11-13 19:09:04 +01:00
Sebastian Lackner
2c3f70b42b Rebase against a786dca935c3e9b3d85853db4b61700e590a1c8b. 2015-11-13 18:00:14 +01:00
Sebastian Lackner
75dc81b7d3 Rebase against 370254cbe93beae6a9ff693d98c638db5bfb1134. 2015-11-12 18:17:43 +01:00
Sebastian Lackner
3faa0f1212 Rebase against 5cf95396503d49f0249c473c1ed51e51213124c0. 2015-11-11 18:20:09 +01:00
Sebastian Lackner
42b1edd98d hal-KeQueryPerformanceCounter: Use numeric return type to ensure correct code is generated on x86. 2015-11-11 06:06:03 +01:00
Sebastian Lackner
97d07afaf9 Rebase against 61c49bd78e5c96f14870e5c21a2ff75da7ac17b2. 2015-11-10 20:14:26 +01:00
Sebastian Lackner
eb20574d3e Added patch to implement support for "Purist Mode" (override for all dlls). 2015-11-10 17:22:06 +01:00
Sebastian Lackner
6a3ea0e976 Added patch to revert "Prepare GL resources before calling context_apply_fbo_state". 2015-11-10 03:28:48 +01:00
Sebastian Lackner
0696c2c351 kernel32-Named_Pipe: Only allow one test result. 2015-11-09 18:16:06 +01:00
Sebastian Lackner
f98e04ebc1 Rebase against 7bd852c6ce0299f14fa585c124bae029f0d6d214. 2015-11-09 17:04:55 +01:00
Sebastian Lackner
f09a38e62f winepulse-PulseAudio_Support: Fix patch to use delay import for winealsa.drv. 2015-11-08 02:59:57 +01:00
Sebastian Lackner
f673b561d0 Rebase against a0d0d0dd0a5b4a500ab8d37cc6e687a202997d56. 2015-11-06 18:47:17 +01:00
Sebastian Lackner
425fb96870 ntdll-Wait_User_APC: Remove todo_wine in tests. 2015-11-05 18:30:01 +01:00
Sebastian Lackner
9afe850d99 Rebase against bfb845f9fccb2ff5bff0b0ba3238fec7f9f7b710. 2015-11-05 17:57:35 +01:00
Sebastian Lackner
f6e27c19e1 Rebase against 60fedd23f95c66f4dce06c5c447de9ec99ebefa5. 2015-11-05 02:11:17 +01:00
Sebastian Lackner
3f08cafe30 Rebase against a410990f7cb0fd7477d4594f8644428ca8873f0e. 2015-11-05 02:03:36 +01:00
Sebastian Lackner
a51602d5df Rebase against b53256b8b752855576252cc2290dfbc9cb0f1280. 2015-11-05 01:58:41 +01:00
Sebastian Lackner
ec61f717d5 Rebase against 99033b14534ffe8ff6c88c8d38a70d398c933b4d. 2015-11-05 01:32:19 +01:00
Sebastian Lackner
00b4488edc ntdll-Wait_User_APC: Simplify the code.
But still not simple enough... :/
https://www.winehq.org/pipermail/wine-devel/2015-November/110204.html
2015-11-04 16:21:41 +01:00
Sebastian Lackner
91a3fcc513 winepulse-PulseAudio_Support: Reenable patchset.
Various patches have been modified to use static initialization of device data,
to avoid loader deadlocks when initializing PulseAudio too early. These are very
huge changes, so the new patchset should receive some additional testing before
the next release.
2015-11-04 05:46:57 +01:00
Sebastian Lackner
637b89cefa Rebase against c715127536a78166e58b165c390a57b704899d29. 2015-11-03 17:47:17 +01:00
Sebastian Lackner
1d24dc8141 Rebase against 8f443077416fd820375b1bc0d1276286d23348fc.
The pulseaudio patchset is temporarily disabled in this commit because the
upstream merge introduced several bugs. It will be reenabled in one of the
next commits.
2015-11-03 17:46:24 +01:00
Sebastian Lackner
8c4e21ef46 Remove disabled ntdll-FD_Cache patchset (only for PowerPC, no longer necessary because Wine uses inline cmpxchg64 now when compiling with gcc). 2015-11-01 01:17:10 +01:00
Sebastian Lackner
123214c032 Remove disabled reg-Cleanup patchset (only cleanup and not actively maintained). 2015-11-01 01:11:18 +01:00
Sebastian Lackner
15733c4eb8 Remove disabled shell32-Quoted_ShellExecute patchset (bug already fixed and all tests pass). 2015-11-01 01:09:13 +01:00
Sebastian Lackner
dc86f5c543 Release 1.7.54. 2015-11-01 00:16:04 +01:00
Sebastian Lackner
d2e9fa96e2 ntdll-SystemHandleInformation: Fix a possible memory corruption. 2015-10-31 23:36:39 +01:00
Sebastian Lackner
d9bb5a1e45 Added patch to implement SystemHandleInformation info class. 2015-10-31 22:29:13 +01:00
Sebastian Lackner
d4e3581847 Updated server-FileEndOfFileInformation patchset, growing a memory mapped file should still work. 2015-10-31 21:12:40 +01:00
Sebastian Lackner
4be7c872c3 Added patch to implement kernel32.GetConsoleFontSize. 2015-10-31 18:39:31 +01:00
Sebastian Lackner
896b3398f1 Added patch for SetConsoleKeyShortcuts stub function. 2015-10-31 17:54:21 +01:00
Sebastian Lackner
9ad85e9d6f Added patch to fix multiple issues in widl typelib generation. 2015-10-31 17:47:59 +01:00
Sebastian Lackner
a2714839b3 Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration. 2015-10-31 17:33:07 +01:00
Sebastian Lackner
85d50ecc2a Added patch for SfcGetNextProtectedFile stub function. 2015-10-31 16:59:04 +01:00
Sebastian Lackner
2e4d11137f Added patch for SetCoalescableTimer stub function. 2015-10-31 16:52:00 +01:00
Sebastian Lackner
b03c54797e Added patch to improve INetFwAuthorizedApplication::get_ProcessImageFileName stub. 2015-10-31 16:43:16 +01:00
Sebastian Lackner
5ad2c41098 ddraw-Write_Vtable: Add reference to bug report. 2015-10-31 16:37:01 +01:00
Sebastian Lackner
0488823205 Added patch to use close_handle instead of NtClose for internal memory management functions. 2015-10-31 03:32:37 +01:00
Sebastian Lackner
fd66b3bced ntdll-Virtual_Memory_Stack: Disable patchset, it has no effect when optimization is enabled. 2015-10-31 03:32:27 +01:00
Sebastian Lackner
d2f012b3d1 Added patch to pass '-read_only_relocs suppress' to the linker on OSX and enable patchset to use Nt* function wrappers. 2015-10-30 23:48:00 +01:00
Sebastian Lackner
7e1bf8aca0 Rebase against cbaab82d086e36dacaa22c6adf80f9114bb820fb. 2015-10-30 18:01:22 +01:00
Sebastian Lackner
f8627a6f02 ntdll-WriteWatches: Remove todo_wine in kernel32/virtual tests. 2015-10-30 01:01:13 +01:00
Sebastian Lackner
693e189c24 Added patch to fix build failure (introduced by makefile rewrite). 2015-10-29 22:01:33 +01:00
Sebastian Lackner
5acbd17da2 Rebase against 54633e3956e6b3c4d8ebbd5d721efa294e9602fb. 2015-10-29 20:12:02 +01:00
Sebastian Lackner
d014e899bc Added patch to implement hal.KeQueryPerformanceCounter. 2015-10-28 22:54:22 +01:00
Sebastian Lackner
397a31ae04 ntoskrnl-DriverTest: Always call IoCompleteRequest in driver functions. 2015-10-28 21:51:03 +01:00
Sebastian Lackner
2668c19b7f Rebase against 79c59085b1b1f487e91c2695028dd3d1d257a468. 2015-10-28 20:21:10 +01:00
Sebastian Lackner
2c0e907a4a Rebase against 28b916b26eceb35a071e9aad76da1fbbaa857ba1. 2015-10-27 20:53:46 +01:00
Sebastian Lackner
fb56e8d212 ws2_32-TransmitFile: Remove reference to upstream bug, main patches are already upstream. 2015-10-26 22:00:24 +01:00
Sebastian Lackner
22c57980db Added patches for memory allocation cleanup in gdiplus functions. 2015-10-26 21:59:15 +01:00
Sebastian Lackner
4c11394828 Rebase against 12111d8c3b897df92fabc1c1a81567477952e9b1. 2015-10-26 17:47:03 +01:00
Sebastian Lackner
f151e1f36f d3dx9_36-GetShaderSemantics: Use proper defines in shader code (thanks Christian Costa). 2015-10-25 00:09:48 +02:00
Sebastian Lackner
1c6124cc6e Added patch for implementation of additional HSTRING functions. 2015-10-24 22:55:19 +02:00
Sebastian Lackner
e51ebcc301 uxtheme-GTK_Theming: Fix configure.ac changes. 2015-10-24 02:40:56 +02:00
Sebastian Lackner
bff92e3d44 msidb-Implementation: Add missing changes to tools/make_makefiles. 2015-10-24 02:12:04 +02:00
Sebastian Lackner
1e79306b13 nvcuda-CUDA_Support: Fix typo. 2015-10-24 02:10:10 +02:00
Sebastian Lackner
8cd8abd51f Rebase against f8d78b0d927c1cae4c5075c64d980c306fb3ed87. 2015-10-24 02:09:12 +02:00
Sebastian Lackner
8adf60dc8e Added patch to implement FileNamesInformation class support for NtQueryDirectoryFile. 2015-10-22 22:57:30 +02:00
Sebastian Lackner
e64c3bff30 Rebase against 4fb840b614691a787c76659f02c163d922f88fba. 2015-10-22 20:37:13 +02:00
Sebastian Lackner
8d0e6ea5c8 d3dx9_36-GetShaderSemantics: Minor cleanup. 2015-10-22 02:20:08 +02:00
Sebastian Lackner
4f051ce511 ntdll-Wait_User_APC: Fix an outdated comment. 2015-10-22 01:58:28 +02:00
Sebastian Lackner
bd89770641 Rebase against 8075101480df82c5f4280d534f2d76f035653667. 2015-10-21 19:51:16 +02:00
Sebastian Lackner
7cf357b20c Added patch to block interruption of system APC in server_select. 2015-10-21 18:56:08 +02:00
Sebastian Lackner
91f812ed1b Added patch to release capture before sending WM_COMMAND. 2015-10-21 03:38:39 +02:00
Sebastian Lackner
8e8654d76e Added patch to implement stub for ProcessQuotaLimits info class. 2015-10-21 03:17:52 +02:00
Sebastian Lackner
d7013c255f Rebase against 59cca65ce0edd88b65a55a847468761e11dfab0b. 2015-10-20 20:55:52 +02:00
Sebastian Lackner
9638ce9ec6 ntdll-Consolidation_Callback: Do not add CFI rules for volatile registers, some other cleanup. 2015-10-20 05:57:11 +02:00
Sebastian Lackner
e1d5975f34 ntdll-Consolidation_Callback: Some style improvements, simplify assembler code. 2015-10-20 05:07:39 +02:00
Sebastian Lackner
f597f5b898 Added patch to use wrapper function for consolidation callback during unwinding. 2015-10-20 02:12:14 +02:00
Sebastian Lackner
63426eaa59 Rebase against 26094c5634b1f12d3f156a90a3e228513675cd63. 2015-10-19 22:03:53 +02:00
Sebastian Lackner
67dffe4dc6 Release 1.7.53. 2015-10-19 06:09:12 +02:00
Sebastian Lackner
d8cf46384c ntdll-Syscall_Wrappers: Only enable syscall wrappers on Linux, MacOS needs special linker flags. 2015-10-19 05:30:18 +02:00
Sebastian Lackner
6494429c2f server-Signal_Thread: Hold a reference while waking up objects waiting on thread. 2015-10-19 02:53:14 +02:00
Sebastian Lackner
be51f622f7 Added patch to delay signaling threads until they are really gone (fixes Wine Staging Bug #473). 2015-10-19 00:38:33 +02:00
Sebastian Lackner
922e5a0e06 Added patch to implement kernel32.GetPhysicallyInstalledSystemMemory. 2015-10-18 18:31:24 +02:00
Sebastian Lackner
9b1ac08c87 dinput-Events: Update patchset and avoid wine internal exports in user32. 2015-10-18 17:03:07 +02:00
Sebastian Lackner
bfabcd117e Added patch to always use 64-bit registry view on WOW64 setups. 2015-10-18 16:31:04 +02:00
Sebastian Lackner
b8c9f3454e Added patch to return WN_NOT_CONNECTED from WNetGetUniversalName REMOTE_NAME_INFO_LEVEL stub. 2015-10-18 03:50:44 +02:00
Sebastian Lackner
3f46a6acb7 user32-Painting: Add reference to a bug report. 2015-10-17 16:34:46 +02:00
Sebastian Lackner
c83adcf25b Added patch to implement comctl32.PROPSHEET_InsertPage. 2015-10-17 16:24:51 +02:00
Sebastian Lackner
091bcbce3c ntdll-Syscall_Wrappers: Run directory initialization early during process startup instead of wrapping syscalls. 2015-10-17 12:49:06 +02:00
Sebastian Lackner
6971149e11 d3dx9_36-AnimationController: Improve patchset and add initial tests. 2015-10-17 04:14:44 +02:00
Sebastian Lackner
1f9e5b10e0 Added patch to fix the initialization of combined DACLs when the new DACL is empty. 2015-10-17 03:17:26 +02:00
Sebastian Lackner
0c3120e10d Rebase against 65d699eb5f7fc151197f3dc9f36499ee3e43f8e7. 2015-10-17 01:06:27 +02:00
Sebastian Lackner
550a60731f Rebase against 973de3f59c7d47602fe68c8cecf8fc3dbc59bcff. 2015-10-17 01:05:06 +02:00
Sebastian Lackner
3bf5b8762a Rebase against 14f024048b301cd6ccc7e15e731d069cd68b13c0. 2015-10-17 00:37:47 +02:00
Sebastian Lackner
188b345d2e Rebase against 31e0755ea664e02f05a1e500a19fb5f584c1c1cc. 2015-10-16 20:12:47 +02:00
Sebastian Lackner
458dd1fbce ntdll-Syscall_Wrappers: Added patches to call the implementation instead of the syscall wrapper when possible. 2015-10-16 05:56:30 +02:00
Sebastian Lackner
216a2d8994 Added patch to use wrapper functions for syscalls to appease Chromium sandbox (32-bit). 2015-10-16 03:48:10 +02:00
Sebastian Lackner
032bf69aa7 Rebase against bf4493404cee43a345fe853b5c11b053cdd22322. 2015-10-15 20:01:55 +02:00
Sebastian Lackner
e80a1b9b96 Rebase against 79361d3bc056ed7659fb63880ed91019837a4906 2015-10-15 18:17:11 +02:00
Sebastian Lackner
d1801f5a5e dxgi-GetDesc: Add additional upstream reference. 2015-10-13 22:25:53 +02:00
Sebastian Lackner
317fa9382c Rebase against c2dc6f3ef26fb18e7766956ef0a8cbadccc364d6. 2015-10-13 19:14:09 +02:00
Sebastian Lackner
e3ea1eef0d Rebase against e8b9bda53ac39c913ddc93de0308f0c8b69605fc. 2015-10-12 20:14:46 +02:00
Sebastian Lackner
cc0556df4a Added patch to fix handling of wait interrupted by User APC. 2015-10-09 21:33:39 +02:00
Sebastian Lackner
0dddb28c32 Rebase against d548639d977dee847350b408aec9522d68aef813. 2015-10-09 18:40:56 +02:00
Sebastian Lackner
46bd2a545f Rebase against ebb320fa37f2ad27649f571946af038e9d70ced2. 2015-10-08 19:38:23 +02:00
Sebastian Lackner
fbce85675d Rebase against fca636a01cfd1ef213326125582139bdd72a287a. 2015-10-08 19:16:54 +02:00
Sebastian Lackner
1ab89ae9bc Rebase against 8dd86823fdd9a5e631cf3173727b6f667ef1b611. 2015-10-08 18:43:39 +02:00
Sebastian Lackner
55379f6926 dsound-EAX: Added patch to implement DSPROPSETID_EAX20_BufferProperties stub. 2015-10-08 03:53:27 +02:00
Sebastian Lackner
48c78157ae Rebase against 20ff3352eb19292d47eaa8f3aecc61523ac1f1d9. 2015-10-08 00:28:48 +02:00
Sebastian Lackner
fdf5bad886 Rebase against 1d1487105d4d3a9133f0846d32363a0432812d0c. 2015-10-07 22:20:45 +02:00
Sebastian Lackner
b1d20ea747 ntdll-Status_Mapping: Update patchset and add test for NtWriteFile. 2015-10-07 05:16:25 +02:00
Sebastian Lackner
d8c4d47bbc Added patch to show windows version when collecting system info in winedbg. 2015-10-07 04:22:18 +02:00
Sebastian Lackner
ee5271ee57 Added patch to implement stub for DSPROPSETID_EAX20_ListenerProperties. 2015-10-07 02:57:45 +02:00
Sebastian Lackner
4adc56f74f Rebase against 6b9a87c7a801e1776444ac96c555fbad80d34115. 2015-10-06 19:58:45 +02:00
Sebastian Lackner
3307e90080 Rebase against d050343c502202e1abdabdb37668684031d5367d. 2015-10-05 20:07:30 +02:00
Sebastian Lackner
6b720c8cd2 dinput-Events: Mark test failures with todo_wine. 2015-10-05 01:11:06 +02:00
Sebastian Lackner
76aa292beb Added patch to implement support for msiexec /passive command line option. 2015-10-04 23:57:13 +02:00
Sebastian Lackner
1d3eb97763 Release 1.7.52. 2015-10-03 22:17:32 +02:00
Sebastian Lackner
3c4ad355ff ntdll-Virtual_Memory_Stack: Remove Fixes: line, the patch doesn't help when compiling with optimization. 2015-10-03 19:10:34 +02:00
Sebastian Lackner
c7c250e381 Added patch to correctly parse double quotes in the msi token values. 2015-10-03 18:57:24 +02:00
Sebastian Lackner
28d60dbd10 Added patch to fix random crashes of Cygwin/MSYS2 for some compilers. 2015-10-03 18:30:52 +02:00
Sebastian Lackner
8f08951d14 Added patch to implement ws2_32.InetPtonA/W functions. 2015-10-03 00:42:19 +02:00
Sebastian Lackner
6a06b1710e Added patch for implementation of mfplat.MFTEnum. 2015-10-02 19:45:55 +02:00
Sebastian Lackner
59e96aed08 Added patch to make ddraw1 and ddraw_surface1 vtable as writable. 2015-10-02 17:55:54 +02:00
Sebastian Lackner
784acaf1fa Added patch to mark WritePrivateProfileStringA as hotpatchable. 2015-10-02 17:53:26 +02:00
Sebastian Lackner
d9e1415701 Added patch to mark BitBlt and StretchDIBits as hotpatchable. 2015-10-02 17:51:04 +02:00
Sebastian Lackner
3cee0925e8 Added patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as hotpatchable. 2015-10-02 17:48:08 +02:00
Sebastian Lackner
eb98f4e74f Rebase against 9bd963065b1fb7b445d010897d5f84967eadf75b. 2015-10-02 17:13:21 +02:00
Sebastian Lackner
6ef9e97ec1 comctl32-LoadIconMetric: Set *icon to NULL on invalid size argument in LoadIconMetric. 2015-10-02 16:28:29 +02:00
Sebastian Lackner
f9edeb7354 Added patch for TRACE in msi_get_property. 2015-10-02 01:49:35 +02:00
Sebastian Lackner
f4dcef9c77 Added patch to pass cookie by reference to msvcrt_local_unwind4 in _seh_longjmp_unwind4. 2015-10-02 01:43:56 +02:00
Sebastian Lackner
8b65b1c1c8 Added patch to avoid waiting for hook thread startup in IDirectInput8::Initialize. 2015-10-02 01:20:46 +02:00
Sebastian Lackner
2a080a1262 comctl32-LoadIconMetric: Update patchset and fix loading of ico files. 2015-10-02 00:21:58 +02:00
Sebastian Lackner
1928fdacbe Added patch to implement additional stub functions in authz.dll. 2015-10-01 21:52:45 +02:00