Commit Graph

79320 Commits (717f2bebd816eed88fda2fd6d65bd6eddf5f699c)
 

Author SHA1 Message Date
Alexandre Julliard 717f2bebd8 widl: Use the context handle description instead of the pointer for arguments that are pointer to handles. 2011-06-13 20:09:47 +02:00
Francois Gouget 98394f2010 cryptui: Remove the ellipsis from the View button in the certificate management dialog. 2011-06-13 17:41:05 +02:00
Francois Gouget 9988fc54cb shdoclc: Don't duplicate menu separators. 2011-06-13 17:41:01 +02:00
Francois Gouget f3bc5f6a9e shdoclc: One of the 'Add to Favorites' menu was missing an ellipsis. 2011-06-13 17:38:19 +02:00
Mariusz Pluciński 304796ba0d shell32/tests: Add test of IKnownFolderManager::GetFolderByName. 2011-06-13 15:35:38 +02:00
Andrew Nguyen 1cd007fa99 dxdiag: Improve the command-line parsing. 2011-06-13 15:30:44 +02:00
Jacek Caban d8cac6ff57 shobjidl.idl: Added IApplicationAssociationRegistration declaration. 2011-06-13 15:08:06 +02:00
Lauri Kenttä 69ab564f5d ws2_32/tests: Make sure that a structure is initialized (LLVM/Clang). 2011-06-13 15:05:39 +02:00
Alexandre Julliard 717bd66440 widl: Default to the cdecl calling convention in client/server functions. 2011-06-13 11:53:28 +02:00
Alexandre Julliard e8567110b3 rpcrt4: Also check base types for null ref pointers. 2011-06-13 11:49:14 +02:00
Alexandre Julliard b0f8586078 rpcrt4: Fix handling of complex types of return values on the client side. 2011-06-13 11:48:49 +02:00
Alexandre Julliard 1c632ffe8e rpcrt4: Fix handling of complex types of return values on the server side. 2011-06-13 11:48:24 +02:00
Alexandre Julliard 4b12e9c5a0 kernel32: Fix some 64-bit issues in GlobalSize(). 2011-06-13 11:46:35 +02:00
David Hedberg fed025fd42 kernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received from GlobalLock(). 2011-06-13 11:46:24 +02:00
Alexandre Goujon 43c648ecdc winenas.drv: Avoid a warning in a trace on x86_64. 2011-06-13 11:33:47 +02:00
Francois Gouget 7777d61ff4 comdlg32: Add a trailing '\n' to a TRACE() call. 2011-06-13 11:33:01 +02:00
Francois Gouget 07436dd465 d3dx9_36/tests: Add a '\n' to a trace() call. 2011-06-13 11:32:58 +02:00
Francois Gouget bb658848c0 d3dxof: Make read_bytes() static. 2011-06-13 11:32:54 +02:00
Francois Gouget 9c99738780 ddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3}() static. 2011-06-13 11:32:49 +02:00
Francois Gouget 30664aa091 oleaut32: Fix a typo in a documentation comment. 2011-06-13 11:32:39 +02:00
Austin English 830c2bde18 shdocvw: Add a stub for RunInstallUninstallStubs2. 2011-06-13 11:32:28 +02:00
Marcus Meissner 6c902b4201 d3dx9_36: Moved param NULL a bit forward (Coverity). 2011-06-13 11:31:49 +02:00
André Hentschel b1d089baa3 c2man: Initialise current comment info. 2011-06-13 11:31:21 +02:00
André Hentschel 3437591e71 ws2_32/tests: Don't read return value when we don't test for it. 2011-06-13 11:31:17 +02:00
Marcus Meissner aec497b03d msi: Fix some NULL dereferences (Coverity). 2011-06-13 11:31:09 +02:00
Marcus Meissner 891fcb20ac user32: Initialize all of msg (Coverity). 2011-06-13 11:30:14 +02:00
Marcus Meissner 2bcd439818 wined3d: Don't just print a FIXME on error, handle it (Coverity). 2011-06-13 11:30:07 +02:00
Alexandre Julliard a0b8fa9f97 makefiles: Use the generic install flags for the static libraries. 2011-06-12 12:47:54 +02:00
Alexandre Julliard 49c31e3bf8 makefiles: Use the generic install flags for the tools directories. 2011-06-12 12:47:48 +02:00
Alexandre Julliard e492fcc833 makefiles: Use generic flags to specify which directories need a make install. 2011-06-12 12:04:08 +02:00
Alexandre Julliard e2db794630 makefiles: Add a more generic handling of makefile generation flags. 2011-06-12 11:53:44 +02:00
Alexandre Julliard 59d76dd341 urlmon: Fix some pointer cast warnings. 2011-06-11 18:09:30 +02:00
Alexandre Julliard 24e7b5fb8b Release 1.3.22. 2011-06-10 20:08:11 +02:00
Mariusz Pluciński bc38d5cd92 shell32/tests: Test of IKnownFolder::GetFolderDefinition. 2011-06-10 17:19:38 +02:00
Mariusz Pluciński 3ea1fa170c include: Add definition of inline function FreeKnownFolderDefinitionFields. 2011-06-10 17:16:19 +02:00
Mariusz Pluciński 17aeb550bf shell32/tests: Basic tests of IKnownFolder. 2011-06-10 17:15:43 +02:00
Mariusz Pluciński ab23dca7e9 shell32/tests: Basic tests of IKnownFolderManager. 2011-06-10 17:14:30 +02:00
Jacek Caban adf08d586d wininet: A small netconn_secure_verify code clean up. 2011-06-10 15:28:46 +02:00
Jacek Caban a664fa8041 wininet: Added dwError of INTERNET_STATUS_REQUEST_COMPLETE notifications tests. 2011-06-10 15:28:42 +02:00
Jacek Caban cfdc539972 wininet: Set content_length when we reach end of data in netconn_read. 2011-06-10 15:28:37 +02:00
Jacek Caban 8e37ed551a wininet: Don't pass handle to INTERNET_REQUEST_COMPLETE unless the request is opened via InternetPoenUrl. 2011-06-10 15:28:32 +02:00
Jacek Caban c0293df46a wininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notifications sending to separated function. 2011-06-10 15:28:26 +02:00
Ričardas Barkauskas f3ae1b99f6 ddraw: Separate IDirectDrawSurface vtable. 2011-06-10 15:26:52 +02:00
Ričardas Barkauskas 27063ffeaa ddraw: Use unsafe_impl_from_IDirectDrawSurface() for application provided interfaces. 2011-06-10 15:26:29 +02:00
Ričardas Barkauskas a8ee7c5e00 ddraw: Separate IDirectDrawSurface2 vtable. 2011-06-10 15:26:22 +02:00
Louis Lenders 6f08c7e979 netapi32/tests: Add small conformance test for NetGetJoinInformation. 2011-06-10 15:25:46 +02:00
Louis Lenders ed28cab624 netapi32: Improve stubbed NetGetJoinInformation function. 2011-06-10 15:24:56 +02:00
Alexandre Julliard cdf457774d rpcrt4: Don't try to bind to a null handle. 2011-06-10 11:42:19 +02:00
Alexandre Julliard c8d787dba8 rpcrt4: Add support for the argument size of varying arrays. 2011-06-10 11:41:58 +02:00
Alexandre Julliard 87cf6ec75d rpcrt4: Fix parameter stack size computation in the old-style stubless marshaller. 2011-06-10 11:41:38 +02:00