Markus Amsler [Wed, 9 Nov 2005 10:33:40 +0000 (10:33 +0000)]
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
Robert Shearman [Wed, 9 Nov 2005 10:31:20 +0000 (10:31 +0000)]
- Cleanup formating of DispCallFunc.
- Fix DispCallFunc for functions with return values.
- Don't rely on _copy_arg as it is going away soon.
Markus Amsler [Wed, 9 Nov 2005 10:30:57 +0000 (10:30 +0000)]
Improve c2man Documented-Total count.
Michael Jung [Wed, 9 Nov 2005 10:30:28 +0000 (10:30 +0000)]
Initialize COM prior to displaying the SHBrowseForFolder dialog.
Saulius Krasuckas [Wed, 9 Nov 2005 10:30:15 +0000 (10:30 +0000)]
Disable code that segfaults on Win98 SE.
Robert Shearman [Wed, 9 Nov 2005 10:29:11 +0000 (10:29 +0000)]
- Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
- Fix up the callers and reorganize CoGetClassObject to split out the
inproc code into another function.
Jacek Caban [Wed, 9 Nov 2005 10:28:26 +0000 (10:28 +0000)]
Added implementation of IInternetPriority in HttpProtocol.
Alexandre Julliard [Tue, 8 Nov 2005 20:00:58 +0000 (20:00 +0000)]
Fixed typo: get_doctype returns an IXMLDOMDocumentType.
Huw Davies [Tue, 8 Nov 2005 19:59:36 +0000 (19:59 +0000)]
Include msxml2.h rather than msxml.h and xmldom.h.
Rein Klazes [Tue, 8 Nov 2005 19:58:37 +0000 (19:58 +0000)]
Re-enable SPI_{GET,SET}BORDER tests and fix the bugs that caused them
to be disabled.
Add tests that show that the border value manipulated by
SPI_{GET,SET}BORDER is completely the same as with
SPI_{GET,SET}NONCLIENTMETRICS.
Fix a few signed/unsigned warnings in unrelated tests from the same
source file.
Made the tests pass on wine.
Saulius Krasuckas [Tue, 8 Nov 2005 19:57:41 +0000 (19:57 +0000)]
Win98 fails another way when user isn't logged in.
Vincent Béron [Tue, 8 Nov 2005 19:57:27 +0000 (19:57 +0000)]
Unicodify systray.c.
Alexandre Julliard [Tue, 8 Nov 2005 16:13:21 +0000 (16:13 +0000)]
Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
Berend Reitsma).
Michael Jung [Tue, 8 Nov 2005 16:12:06 +0000 (16:12 +0000)]
Support for shell instance objects.
Removed a wine_todo for a no longer failing test.
Added a test for IPersistFolder3::GetCurFolder.
Alexandre Julliard [Tue, 8 Nov 2005 16:10:37 +0000 (16:10 +0000)]
Get rid of FAR keywords.
Huw Davies [Tue, 8 Nov 2005 16:10:13 +0000 (16:10 +0000)]
Implement selectSingleNode.
Robert Lunnon [Tue, 8 Nov 2005 16:10:01 +0000 (16:10 +0000)]
Implement GlobalMemoryStatusEx for Solaris.
Saulius Krasuckas [Tue, 8 Nov 2005 16:09:44 +0000 (16:09 +0000)]
Take into account some alignment done by HeapAlloc() on Win9x.
Vincent Béron [Tue, 8 Nov 2005 16:09:20 +0000 (16:09 +0000)]
Unicodify InternetCheckConnection.
Use HeapAlloc'ed buffers where applicable.
Vincent Béron [Tue, 8 Nov 2005 16:08:17 +0000 (16:08 +0000)]
Move functions a bit to get rid of a static declaration.
Alex Villacís Lasso [Tue, 8 Nov 2005 13:11:48 +0000 (13:11 +0000)]
Do not issue a GetUpdateRect() to query an update region for
WM_PAINT(wParam=HDC) case. Instead, use GetClientRect() for a bounding
rect.
Huw Davies [Tue, 8 Nov 2005 13:10:49 +0000 (13:10 +0000)]
Implement get_parseError.
Vincent Béron [Tue, 8 Nov 2005 12:55:40 +0000 (12:55 +0000)]
Correct some allocated buffer lengths while converting to Unicode.
Michael Kaufmann [Tue, 8 Nov 2005 12:52:35 +0000 (12:52 +0000)]
Handle WM_PRINTCLIENT.
Don't use SelectClipRgn in WM_PRINTCLIENT.
Raphael Junqueira [Tue, 8 Nov 2005 12:47:04 +0000 (12:47 +0000)]
Fix parsing of version number.
Huw Davies [Tue, 8 Nov 2005 12:46:43 +0000 (12:46 +0000)]
Fix cut-n-paste error in licence text.
Oliver Stieber [Tue, 8 Nov 2005 12:46:21 +0000 (12:46 +0000)]
Allow NULL ppQuery to be passed to CreateQuery.
James Hawkins [Tue, 8 Nov 2005 12:43:35 +0000 (12:43 +0000)]
Implement TranslateInfString with tests.
Michael Jung [Tue, 8 Nov 2005 12:43:24 +0000 (12:43 +0000)]
Added tracing to CoCreateInstance.
Markus Amsler [Tue, 8 Nov 2005 11:01:03 +0000 (11:01 +0000)]
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
Mike McCormack [Tue, 8 Nov 2005 10:57:50 +0000 (10:57 +0000)]
Add some missing timezones.
Raphael Junqueira [Tue, 8 Nov 2005 10:57:39 +0000 (10:57 +0000)]
- fill DirectShowFilters Container
- fix some MLKs (clear variants)
Saulius Krasuckas [Tue, 8 Nov 2005 10:57:28 +0000 (10:57 +0000)]
Make Crypt32 tests loadable on Win98.
Saulius Krasuckas [Tue, 8 Nov 2005 10:56:27 +0000 (10:56 +0000)]
Added last error code for XP SP1.
Christian Costa [Tue, 8 Nov 2005 10:56:13 +0000 (10:56 +0000)]
Add some checks and fix some stream leaks.
Robert Shearman [Tue, 8 Nov 2005 10:56:02 +0000 (10:56 +0000)]
We shouldn't pass the application name into CreateProcess because the
value stored in the registry could include arguments.
Oliver Stieber [Tue, 8 Nov 2005 10:55:49 +0000 (10:55 +0000)]
Fixed an error in Swapchain_GetFrontBufferData.
Mike McCormack [Tue, 8 Nov 2005 10:55:25 +0000 (10:55 +0000)]
Extract the executable name for msi advertised shortcuts.
Mike McCormack [Tue, 8 Nov 2005 10:55:15 +0000 (10:55 +0000)]
Fix a problem spotted by Dmitry and another one stopping correctly
formatted lnk files from being generated.
Uwe Bonnes [Mon, 7 Nov 2005 20:14:27 +0000 (20:14 +0000)]
Semi-stub implementation for SHRegGetValue(A|W).
James Hawkins [Mon, 7 Nov 2005 20:12:55 +0000 (20:12 +0000)]
Define the setupapi hresult errors.
Peter Lemenkov [Mon, 7 Nov 2005 20:12:13 +0000 (20:12 +0000)]
Added some missing definitions in wininet.h.
Huw Davies [Mon, 7 Nov 2005 20:11:43 +0000 (20:11 +0000)]
Add IXMLDOMParseError.
Michael Jung [Mon, 7 Nov 2005 20:11:27 +0000 (20:11 +0000)]
More robust code for querying ShellFolder attributes (some
ShellFolders ignore the flag mask in GetAttributesOf).
Alexandre Julliard [Mon, 7 Nov 2005 16:41:37 +0000 (16:41 +0000)]
Added a bunch of tests for the INF parser.
Dmitry Timoshkov [Mon, 7 Nov 2005 16:40:20 +0000 (16:40 +0000)]
First draft of ExtTextOut on an open path.
Raphael Junqueira [Mon, 7 Nov 2005 16:39:41 +0000 (16:39 +0000)]
- bug fixes on AddProp, AddContainer (stupid buffer overflows)
- more complete container hierarchy
- DXDiag_AddFileDescContainer service to fill dll info
- almost complete DXDiag_InitDXDiagDirectXFilesContainer (for now)
Rein Klazes [Mon, 7 Nov 2005 16:39:21 +0000 (16:39 +0000)]
Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
adding the needed non client metrics A->W conversions.
Stefan Huehner [Mon, 7 Nov 2005 16:39:00 +0000 (16:39 +0000)]
Fix segfault when querying non-existent SecurityProvider.
Christian Costa [Mon, 7 Nov 2005 16:38:48 +0000 (16:38 +0000)]
Add stub implementation of IMediaStream interface.
Vitaly Lipatov [Mon, 7 Nov 2005 16:38:31 +0000 (16:38 +0000)]
AtlAxWinInit dummy implementation.
Ivan Leo Puoti [Mon, 7 Nov 2005 11:14:45 +0000 (11:14 +0000)]
Implement RtlInitAnsiStringEx.
Oliver Stieber [Mon, 7 Nov 2005 11:13:26 +0000 (11:13 +0000)]
Verify that the texture coordinate used in DrawStridedSlow is in range
before trying to referencing the associated data.
Oliver Stieber [Mon, 7 Nov 2005 11:12:38 +0000 (11:12 +0000)]
Prevent SetFVF from clearing down the vertex declaration of the FVF is
zero. This is required for Prince of Persia, The sands of time.
Robert Shearman [Mon, 7 Nov 2005 11:11:59 +0000 (11:11 +0000)]
LdrAccessResource should pop 16 bytes off the stack since it is a
WINAPI function.
Marcus Meissner [Mon, 7 Nov 2005 11:09:10 +0000 (11:09 +0000)]
Added support of loading of IPicture data from non-statable
IStreams. Added testcases for this.
James Hawkins [Mon, 7 Nov 2005 11:08:47 +0000 (11:08 +0000)]
Free an alloc'ed string.
Christian Costa [Mon, 7 Nov 2005 11:07:43 +0000 (11:07 +0000)]
When creating black & white cursor icon, handle special case where
hbmColor is null and hbmMask specify a bitmap having twice the height
and formatted so the upper half is the icon AND bitmask and the lower
one is the OR bitmask.
Vincent Béron [Mon, 7 Nov 2005 11:07:19 +0000 (11:07 +0000)]
Remove already included headers.
Markus Amsler [Sat, 5 Nov 2005 10:45:02 +0000 (10:45 +0000)]
Improve c2man Documented-Total count.
Michael Jung [Sat, 5 Nov 2005 10:44:28 +0000 (10:44 +0000)]
- Move target folder initialization to a dedicated function.
- Use this function in BindToObject (should be faster).
- Special handling for FolderShortcut objects in Initialize method.
- Removed a todo_wine from a no longer failing unit test.
Davin McCall [Sat, 5 Nov 2005 10:44:10 +0000 (10:44 +0000)]
Avoid getting ahead of dsound mixer when using non-hw device. Also
avoid using internal ALSA call to retrieve hardware play position.
Kevin Koltzau [Sat, 5 Nov 2005 10:43:50 +0000 (10:43 +0000)]
x86_64 references a named union, ensure unions are not nameless.
Henning Gerhardt [Sat, 5 Nov 2005 10:43:34 +0000 (10:43 +0000)]
Update German resource file.
Saulius Krasuckas [Sat, 5 Nov 2005 10:43:27 +0000 (10:43 +0000)]
- Stricten cases for NT in a two tests.
- WSAAddressToString[AW] don't fail on Win9x for those.
- Modify it to pass new tests.
Saulius Krasuckas [Sat, 5 Nov 2005 10:42:57 +0000 (10:42 +0000)]
Win9x returns MSIDBERROR_NOERROR.
Huw Davies [Sat, 5 Nov 2005 10:42:45 +0000 (10:42 +0000)]
Filter out CTEXT nodes when building element child lists.
get_item and get_length should honour the filter.
Add some '\n's to the tests so that libxml2 lists CTEXT nodes.
Dimi Paun [Sat, 5 Nov 2005 10:42:35 +0000 (10:42 +0000)]
Validate the column index passed in by the caller.
Marcus Meissner [Sat, 5 Nov 2005 10:42:09 +0000 (10:42 +0000)]
Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
VARIANT_FormatDate.
Oliver Stieber [Fri, 4 Nov 2005 12:39:17 +0000 (12:39 +0000)]
Tidy up UpdateTexture and add support for updating cube textures.
Vincent Béron [Fri, 4 Nov 2005 11:44:01 +0000 (11:44 +0000)]
Update win16.api and win32.api.
Markus Amsler [Fri, 4 Nov 2005 11:43:27 +0000 (11:43 +0000)]
Improve c2man Documented-Total count.
Uwe Bonnes [Fri, 4 Nov 2005 11:42:48 +0000 (11:42 +0000)]
More verbose output when unhandled exception occurs.
Mike McCormack [Fri, 4 Nov 2005 11:40:58 +0000 (11:40 +0000)]
Partially implement and test the shelllink object's
IShellLinkDataList::CopyDataBlock and GetFlags methods.
Vincent Béron [Fri, 4 Nov 2005 11:39:58 +0000 (11:39 +0000)]
volatile is legal (and used now!) in a typedef struct {}.
Vincent Béron [Fri, 4 Nov 2005 11:16:48 +0000 (11:16 +0000)]
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
PSYM_ENUMSOURCFILES_CALLBACK.
Saulius Krasuckas [Fri, 4 Nov 2005 11:15:59 +0000 (11:15 +0000)]
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
not installed (WinReg.DLL is missing).
- Test "\\" prefixed computer names too.
Mike McCormack [Fri, 4 Nov 2005 11:15:33 +0000 (11:15 +0000)]
Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
Mike McCormack [Fri, 4 Nov 2005 11:15:18 +0000 (11:15 +0000)]
Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
msi.MsiProvideComponentFromDescriptor.
James Hawkins [Fri, 4 Nov 2005 11:15:01 +0000 (11:15 +0000)]
Pass HtmlHelp commands to doWinMain.
Vincent Béron [Fri, 4 Nov 2005 11:14:52 +0000 (11:14 +0000)]
Move functions in comctl32/string.c to remove function declaration.
Vincent Béron [Fri, 4 Nov 2005 11:14:41 +0000 (11:14 +0000)]
__RPC_STUB is a calling convention as well (#defined as __stdcall).
Vincent Béron [Fri, 4 Nov 2005 11:14:22 +0000 (11:14 +0000)]
Fix warning about memmove re#definition.
Saulius Krasuckas [Fri, 4 Nov 2005 11:14:12 +0000 (11:14 +0000)]
Make 4 WSAStringToAddress* tests don't fail on Win9x.
Marcus Meissner [Fri, 4 Nov 2005 11:13:55 +0000 (11:13 +0000)]
Added support for VT_I8/VT_UI8 marshalling.
Oliver Stieber [Fri, 4 Nov 2005 11:13:45 +0000 (11:13 +0000)]
Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
surface a little.
Robert Shearman [Fri, 4 Nov 2005 11:13:08 +0000 (11:13 +0000)]
Add a test for Invoking an OleFont function.
Alexandre Julliard [Thu, 3 Nov 2005 19:34:03 +0000 (19:34 +0000)]
Added support for optional section.ntx86 and section.nt in
InstallHinfSection when current version is set to NT.
Robert Shearman [Thu, 3 Nov 2005 19:32:49 +0000 (19:32 +0000)]
Implement OLE object notifications, making sure to cope with the case
of the advise holder not being created because no notifications are
needed.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:32:38 +0000 (19:32 +0000)]
Get rid of a double backslash.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:31:59 +0000 (19:31 +0000)]
Use Win32 APIs for string comparison.
Vijay Kiran Kamuju [Thu, 3 Nov 2005 19:31:45 +0000 (19:31 +0000)]
Show detected audio drivers in autodetect.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:31:38 +0000 (19:31 +0000)]
Stricter check whether a window needs to be mapped on the screen.
Kieran Clancy [Thu, 3 Nov 2005 13:21:23 +0000 (13:21 +0000)]
Added another CST (Australian Central Daylight Time) to TZ_INFO.
Uwe Bonnes [Thu, 3 Nov 2005 13:21:11 +0000 (13:21 +0000)]
Extend VarCmp() and add test cases.
Kevin Koltzau [Thu, 3 Nov 2005 13:17:51 +0000 (13:17 +0000)]
Fix warnings and errors in 64bit.
Michael Jung [Thu, 3 Nov 2005 13:17:32 +0000 (13:17 +0000)]
Replaced tabs with spaces.
Alexandre Julliard [Thu, 3 Nov 2005 12:12:18 +0000 (12:12 +0000)]
Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
Display an error if no printer is installed.
Marcus Meissner [Thu, 3 Nov 2005 12:05:05 +0000 (12:05 +0000)]
Specify a DLL version for msvcrt.dll.
Stefan Huehner [Thu, 3 Nov 2005 12:04:52 +0000 (12:04 +0000)]
Add indexed access to attributes (nodemap) and childNodes
(nodelist), with some testcases.