Commit Graph

42470 Commits

Author SHA1 Message Date
Andre Wisplinghoff
005b493619 regedit: Refresh tree view on import. 2008-01-07 18:19:14 +01:00
Alexandre Julliard
2f1e73cb35 server: Wait for the expiration of all the process SIGKILL timers before exiting the server. 2008-01-07 17:19:05 +01:00
Alexandre Julliard
f53bb857ac kernel32/tests: Avoid using size_t in traces. 2008-01-07 17:18:35 +01:00
Alexandre Julliard
645a1e30a1 gdi32/tests: Avoid using size_t in traces. 2008-01-07 17:18:29 +01:00
Alexandre Julliard
ef15bbf1cb advapi32/tests: Print the correct size in an error message. 2008-01-07 17:18:07 +01:00
Alexandre Julliard
9636c7fa0e wined3d: Use unsigned int instead of size_t for the glsl mask size. 2008-01-07 17:17:27 +01:00
Alexandre Julliard
980ee365a0 wined3d: Use unsigned int instead of size_t for element counts. 2008-01-07 17:17:04 +01:00
Alexandre Julliard
84f8ab6b83 configure: Added a check for the soname of libodbc. 2008-01-07 17:16:29 +01:00
Alexandre Julliard
a41f0f1b45 configure: Add --without options for all optional dependencies. 2008-01-07 14:51:44 +01:00
Peter Dons Tychsen
787ccc8032 devenum: Fix the implementation of IEnumMoniker::Skip(), to match the MSDN specs. 2008-01-07 14:26:25 +01:00
Peter Dons Tychsen
53f64a09cf dinput: Silence incorrect warning and move it to a valid place. 2008-01-07 14:25:19 +01:00
Alexander Nicolaysen Sørnes
9a96ac0dcc comdlg32: PageSetupDlgW: Set orientation in printer dialog. 2008-01-07 13:46:17 +01:00
Rico Schüller
63c5e152a1 msi: Fix memory leaks (found by Smatch). 2008-01-07 13:46:06 +01:00
Rico Schüller
066ccd1275 mshtml: Fix memory leak (found by Smatch). 2008-01-07 13:45:57 +01:00
Rico Schüller
2dd29b107e cabinet: Fix memory leak (found by Smatch). 2008-01-07 13:45:51 +01:00
Austin English
0e4adae973 Spelling fixes. 2008-01-07 13:41:01 +01:00
Rob Shearman
f296a8ca6c rpcrt4: Implement I_RpcMapWin32Status.
Add a test for this function.
2008-01-07 12:41:17 +01:00
Rob Shearman
1255eaf8b4 include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined. 2008-01-07 12:40:56 +01:00
Rob Shearman
e998892a23 widl: Fix the conditions under which array freeing code is output.
It doesn't matter whether or not the array is declared as a pointer or 
is declared using array subscripts - the array is still allocated by the 
unmarshalling function and so needs to be freed.

Fix a typo that caused varying arrays never to be freed.

Fix another typo with the check for conformant arrays being performed 
twice, redundantly.
2008-01-07 12:37:08 +01:00
Francois Gouget
327534f6ef wintab32: Add a trailing '\n' to a Wine trace. 2008-01-07 12:37:05 +01:00
Francois Gouget
ca64f7c75a msxml3/tests: Add the trailing '\n' to an ok() call. 2008-01-07 12:37:02 +01:00
Aric Stewart
6bc088b28c imm32: ImmNotifyIMM with CPS_CANCEL fully clears the composition string. Also enable respective tests. 2008-01-07 12:34:01 +01:00
Rob Shearman
d7cbaf572a include: Add the strict_context_handle flag to the Irot interface. 2008-01-07 12:32:37 +01:00
Rob Shearman
a0410bef34 rpcrt4: Print fixme's if the serialize or no-serialize flags are set on a context handle being marshalled or unmarshalled. 2008-01-07 12:32:31 +01:00
Rob Shearman
15af19c6ec widl: Add support for strict context handles. 2008-01-07 12:32:21 +01:00
Rob Shearman
f9fc52f602 rpcrt4: Pass the interface identifier to the lower-level context handle routines for context handles with the strict flag set. 2008-01-07 12:32:07 +01:00
Rob Shearman
807001441d widl: Output calls for the new versions of the marshalling and unmarshalling routines for server context handles.
This needs to be done to match the call to NdrContextHandleInitialize 
and because we default to using strict context handles.
2008-01-07 12:32:00 +01:00
Rob Shearman
53e8734049 include: Add defines for context handle flags to rpcfc.h. 2008-01-07 12:31:50 +01:00
Rob Shearman
2456f2d43b ole32: Fix a typo in the class moniker tests. 2008-01-07 12:31:42 +01:00
Rob Shearman
9645f9d19d ole32: get_moniker_for_progid_display_name should fallback to using IClassFactory to get IParseDisplayName if getting it directly fails. 2008-01-07 12:31:38 +01:00
Alexandre Julliard
ebac63e17c wineboot: Don't print errors for non-fatal problems. 2008-01-07 12:25:56 +01:00
Kirill K. Smirnov
7c97735b09 winhelp: Fix index to handle offset value = 0 correclty. 2008-01-07 12:20:07 +01:00
Peter Oberndorfer
76bbd02734 user32: Remove unused lpGrayMask array. 2008-01-07 12:19:04 +01:00
Andrew Talbot
c6511b0031 dxdiagn: Remove unneeded casts. 2008-01-07 12:18:54 +01:00
Andrew Talbot
d0d4c74e85 gdi32: Remove unneeded casts. 2008-01-07 12:18:50 +01:00
Andrew Talbot
35d3f81e69 gphoto2.ds: Remove unneeded casts. 2008-01-07 12:18:32 +01:00
Andrew Talbot
33f10e7fb9 iccvid: Remove unneeded casts. 2008-01-07 12:18:29 +01:00
Andrew Talbot
a36e14d9c9 imm32: Remove unneeded cast. 2008-01-07 12:18:25 +01:00
Andrew Talbot
595707dd63 comdlg32: Remove unneeded cast. 2008-01-07 12:18:22 +01:00
Alexandre Julliard
781c3b9c6a advapi32: Fix the length written to the pipe for the start message. 2008-01-07 12:18:11 +01:00
Alexandre Julliard
44dbb07441 ntdll: Return a proper Information field also when opening a server file object. 2008-01-07 12:17:42 +01:00
Detlef Riekenberg
432de8a9b2 spoolss: Add stubs for SpoolerHasInitialized and SpoolerInit. 2008-01-07 12:17:07 +01:00
James Hawkins
5352d099b4 msi: Create parent directories when duplicating files if they don't exist, with tests. 2008-01-07 12:16:56 +01:00
James Hawkins
837588c6a3 msi: Pad the month and day to two digits. 2008-01-07 12:16:45 +01:00
James Hawkins
d316a94ecb msi: Remove an erroneous table. 2008-01-07 12:16:30 +01:00
James Hawkins
c37849ad82 msi: Copy the temporary package when storing the installer. 2008-01-07 12:16:15 +01:00
James Hawkins
e28cedf698 msi: Check the local package for existence when resolving the package source. 2008-01-07 12:16:04 +01:00
James Hawkins
b012c3366c msi: Directly download mi->source now that SourceDir points to the URL. 2008-01-07 12:15:56 +01:00
James Hawkins
186487663a msi: OriginalDatabase can be a URL so check for a forward slash too. 2008-01-07 12:15:48 +01:00
James Hawkins
062070bfbe msi: SourceDir is formed from the path of OriginalDatabase. 2008-01-07 12:15:27 +01:00