wine
19 years agoImprove c2man Documented-Total count. Changes:
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

19 years ago- Cleanup formating of DispCallFunc.
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.

19 years agoImprove c2man Documented-Total count.
Markus Amsler [Wed, 9 Nov 2005 10:30:57 +0000 (10:30 +0000)] 
Improve c2man Documented-Total count.

19 years agoInitialize COM prior to displaying the SHBrowseForFolder dialog.
Michael Jung [Wed, 9 Nov 2005 10:30:28 +0000 (10:30 +0000)] 
Initialize COM prior to displaying the SHBrowseForFolder dialog.

19 years agoDisable code that segfaults on Win98 SE.
Saulius Krasuckas [Wed, 9 Nov 2005 10:30:15 +0000 (10:30 +0000)] 
Disable code that segfaults on Win98 SE.

19 years ago- Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
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.

19 years agoAdded implementation of IInternetPriority in HttpProtocol.
Jacek Caban [Wed, 9 Nov 2005 10:28:26 +0000 (10:28 +0000)] 
Added implementation of IInternetPriority in HttpProtocol.

19 years agoFixed typo: get_doctype returns an IXMLDOMDocumentType.
Alexandre Julliard [Tue, 8 Nov 2005 20:00:58 +0000 (20:00 +0000)] 
Fixed typo: get_doctype returns an IXMLDOMDocumentType.

19 years agoInclude msxml2.h rather than msxml.h and xmldom.h.
Huw Davies [Tue, 8 Nov 2005 19:59:36 +0000 (19:59 +0000)] 
Include msxml2.h rather than msxml.h and xmldom.h.

19 years agoRe-enable SPI_{GET,SET}BORDER tests and fix the bugs that caused them
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.

19 years agoWin98 fails another way when user isn't logged in.
Saulius Krasuckas [Tue, 8 Nov 2005 19:57:41 +0000 (19:57 +0000)] 
Win98 fails another way when user isn't logged in.

19 years agoUnicodify systray.c.
Vincent Béron [Tue, 8 Nov 2005 19:57:27 +0000 (19:57 +0000)] 
Unicodify systray.c.

19 years agoAdd an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
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).

19 years agoSupport for shell instance objects.
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.

19 years agoGet rid of FAR keywords.
Alexandre Julliard [Tue, 8 Nov 2005 16:10:37 +0000 (16:10 +0000)] 
Get rid of FAR keywords.

19 years agoImplement selectSingleNode.
Huw Davies [Tue, 8 Nov 2005 16:10:13 +0000 (16:10 +0000)] 
Implement selectSingleNode.

19 years agoImplement GlobalMemoryStatusEx for Solaris.
Robert Lunnon [Tue, 8 Nov 2005 16:10:01 +0000 (16:10 +0000)] 
Implement GlobalMemoryStatusEx for Solaris.

19 years agoTake into account some alignment done by HeapAlloc() on Win9x.
Saulius Krasuckas [Tue, 8 Nov 2005 16:09:44 +0000 (16:09 +0000)] 
Take into account some alignment done by HeapAlloc() on Win9x.

19 years agoUnicodify InternetCheckConnection.
Vincent Béron [Tue, 8 Nov 2005 16:09:20 +0000 (16:09 +0000)] 
Unicodify InternetCheckConnection.
Use HeapAlloc'ed buffers where applicable.

19 years agoMove functions a bit to get rid of a static declaration.
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.

19 years agoDo not issue a GetUpdateRect() to query an update region for
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.

19 years agoImplement get_parseError.
Huw Davies [Tue, 8 Nov 2005 13:10:49 +0000 (13:10 +0000)] 
Implement get_parseError.

19 years agoCorrect some allocated buffer lengths while converting to Unicode.
Vincent Béron [Tue, 8 Nov 2005 12:55:40 +0000 (12:55 +0000)] 
Correct some allocated buffer lengths while converting to Unicode.

19 years agoHandle WM_PRINTCLIENT.
Michael Kaufmann [Tue, 8 Nov 2005 12:52:35 +0000 (12:52 +0000)] 
Handle WM_PRINTCLIENT.
Don't use SelectClipRgn in WM_PRINTCLIENT.

19 years agoFix parsing of version number.
Raphael Junqueira [Tue, 8 Nov 2005 12:47:04 +0000 (12:47 +0000)] 
Fix parsing of version number.

19 years agoFix cut-n-paste error in licence text.
Huw Davies [Tue, 8 Nov 2005 12:46:43 +0000 (12:46 +0000)] 
Fix cut-n-paste error in licence text.

19 years agoAllow NULL ppQuery to be passed to CreateQuery.
Oliver Stieber [Tue, 8 Nov 2005 12:46:21 +0000 (12:46 +0000)] 
Allow NULL ppQuery to be passed to CreateQuery.

19 years agoImplement TranslateInfString with tests.
James Hawkins [Tue, 8 Nov 2005 12:43:35 +0000 (12:43 +0000)] 
Implement TranslateInfString with tests.

19 years agoAdded tracing to CoCreateInstance.
Michael Jung [Tue, 8 Nov 2005 12:43:24 +0000 (12:43 +0000)] 
Added tracing to CoCreateInstance.

19 years agoImprove c2man Documented-Total count. Changes:
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

19 years agoAdd some missing timezones.
Mike McCormack [Tue, 8 Nov 2005 10:57:50 +0000 (10:57 +0000)] 
Add some missing timezones.

19 years ago- fill DirectShowFilters Container
Raphael Junqueira [Tue, 8 Nov 2005 10:57:39 +0000 (10:57 +0000)] 
- fill DirectShowFilters Container
- fix some MLKs (clear variants)

19 years agoMake Crypt32 tests loadable on Win98.
Saulius Krasuckas [Tue, 8 Nov 2005 10:57:28 +0000 (10:57 +0000)] 
Make Crypt32 tests loadable on Win98.

19 years agoAdded last error code for XP SP1.
Saulius Krasuckas [Tue, 8 Nov 2005 10:56:27 +0000 (10:56 +0000)] 
Added last error code for XP SP1.

19 years agoAdd some checks and fix some stream leaks.
Christian Costa [Tue, 8 Nov 2005 10:56:13 +0000 (10:56 +0000)] 
Add some checks and fix some stream leaks.

19 years agoWe shouldn't pass the application name into CreateProcess because the
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.

19 years agoFixed an error in Swapchain_GetFrontBufferData.
Oliver Stieber [Tue, 8 Nov 2005 10:55:49 +0000 (10:55 +0000)] 
Fixed an error in Swapchain_GetFrontBufferData.

19 years agoExtract the executable name for msi advertised shortcuts.
Mike McCormack [Tue, 8 Nov 2005 10:55:25 +0000 (10:55 +0000)] 
Extract the executable name for msi advertised shortcuts.

19 years agoFix a problem spotted by Dmitry and another one stopping correctly
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.

19 years agoSemi-stub implementation for SHRegGetValue(A|W).
Uwe Bonnes [Mon, 7 Nov 2005 20:14:27 +0000 (20:14 +0000)] 
Semi-stub implementation for SHRegGetValue(A|W).

19 years agoDefine the setupapi hresult errors.
James Hawkins [Mon, 7 Nov 2005 20:12:55 +0000 (20:12 +0000)] 
Define the setupapi hresult errors.

19 years agoAdded some missing definitions in wininet.h.
Peter Lemenkov [Mon, 7 Nov 2005 20:12:13 +0000 (20:12 +0000)] 
Added some missing definitions in wininet.h.

19 years agoAdd IXMLDOMParseError.
Huw Davies [Mon, 7 Nov 2005 20:11:43 +0000 (20:11 +0000)] 
Add IXMLDOMParseError.

19 years agoMore robust code for querying ShellFolder attributes (some
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).

19 years agoAdded a bunch of tests for the INF parser.
Alexandre Julliard [Mon, 7 Nov 2005 16:41:37 +0000 (16:41 +0000)] 
Added a bunch of tests for the INF parser.

19 years agoFirst draft of ExtTextOut on an open path.
Dmitry Timoshkov [Mon, 7 Nov 2005 16:40:20 +0000 (16:40 +0000)] 
First draft of ExtTextOut on an open path.

19 years ago- bug fixes on AddProp, AddContainer (stupid buffer overflows)
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)

19 years agoMake SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
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.

19 years agoFix segfault when querying non-existent SecurityProvider.
Stefan Huehner [Mon, 7 Nov 2005 16:39:00 +0000 (16:39 +0000)] 
Fix segfault when querying non-existent SecurityProvider.

19 years agoAdd stub implementation of IMediaStream interface.
Christian Costa [Mon, 7 Nov 2005 16:38:48 +0000 (16:38 +0000)] 
Add stub implementation of IMediaStream interface.

19 years agoAtlAxWinInit dummy implementation.
Vitaly Lipatov [Mon, 7 Nov 2005 16:38:31 +0000 (16:38 +0000)] 
AtlAxWinInit dummy implementation.

19 years agoImplement RtlInitAnsiStringEx.
Ivan Leo Puoti [Mon, 7 Nov 2005 11:14:45 +0000 (11:14 +0000)] 
Implement RtlInitAnsiStringEx.

19 years agoVerify that the texture coordinate used in DrawStridedSlow is in range
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.

19 years agoPrevent SetFVF from clearing down the vertex declaration of the FVF is
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.

19 years agoLdrAccessResource should pop 16 bytes off the stack since it is a
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.

19 years agoAdded support of loading of IPicture data from non-statable
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.

19 years agoFree an alloc'ed string.
James Hawkins [Mon, 7 Nov 2005 11:08:47 +0000 (11:08 +0000)] 
Free an alloc'ed string.

19 years agoWhen creating black & white cursor icon, handle special case where
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.

19 years agoRemove already included headers.
Vincent Béron [Mon, 7 Nov 2005 11:07:19 +0000 (11:07 +0000)] 
Remove already included headers.

19 years agoImprove c2man Documented-Total count.
Markus Amsler [Sat, 5 Nov 2005 10:45:02 +0000 (10:45 +0000)] 
Improve c2man Documented-Total count.

19 years ago- Move target folder initialization to a dedicated function.
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.

19 years agoAvoid getting ahead of dsound mixer when using non-hw device. Also
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.

19 years agox86_64 references a named union, ensure unions are not nameless.
Kevin Koltzau [Sat, 5 Nov 2005 10:43:50 +0000 (10:43 +0000)] 
x86_64 references a named union, ensure unions are not nameless.

19 years agoUpdate German resource file.
Henning Gerhardt [Sat, 5 Nov 2005 10:43:34 +0000 (10:43 +0000)] 
Update German resource file.

19 years ago- Stricten cases for NT in a two tests.
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.

19 years agoWin9x returns MSIDBERROR_NOERROR.
Saulius Krasuckas [Sat, 5 Nov 2005 10:42:57 +0000 (10:42 +0000)] 
Win9x returns MSIDBERROR_NOERROR.

19 years agoFilter out CTEXT nodes when building element child lists.
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.

19 years agoValidate the column index passed in by the caller.
Dimi Paun [Sat, 5 Nov 2005 10:42:35 +0000 (10:42 +0000)] 
Validate the column index passed in by the caller.

19 years agoFixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
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.

19 years agoTidy up UpdateTexture and add support for updating cube textures.
Oliver Stieber [Fri, 4 Nov 2005 12:39:17 +0000 (12:39 +0000)] 
Tidy up UpdateTexture and add support for updating cube textures.

19 years agoUpdate win16.api and win32.api.
Vincent Béron [Fri, 4 Nov 2005 11:44:01 +0000 (11:44 +0000)] 
Update win16.api and win32.api.

19 years agoImprove c2man Documented-Total count.
Markus Amsler [Fri, 4 Nov 2005 11:43:27 +0000 (11:43 +0000)] 
Improve c2man Documented-Total count.

19 years agoMore verbose output when unhandled exception occurs.
Uwe Bonnes [Fri, 4 Nov 2005 11:42:48 +0000 (11:42 +0000)] 
More verbose output when unhandled exception occurs.

19 years agoPartially implement and test the shelllink object's
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.

19 years agovolatile is legal (and used now!) in a typedef struct {}.
Vincent Béron [Fri, 4 Nov 2005 11:39:58 +0000 (11:39 +0000)] 
volatile is legal (and used now!) in a typedef struct {}.

19 years agoFix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
Vincent Béron [Fri, 4 Nov 2005 11:16:48 +0000 (11:16 +0000)] 
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
PSYM_ENUMSOURCFILES_CALLBACK.

19 years ago- RegConnectRegistryA fails on Win9x when Remote Registry Service is
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.

19 years agoUse advapi32.CommandLineFromMsiDescriptor to get msi component paths.
Mike McCormack [Fri, 4 Nov 2005 11:15:33 +0000 (11:15 +0000)] 
Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.

19 years agoImplement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
Mike McCormack [Fri, 4 Nov 2005 11:15:18 +0000 (11:15 +0000)] 
Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
msi.MsiProvideComponentFromDescriptor.

19 years agoPass HtmlHelp commands to doWinMain.
James Hawkins [Fri, 4 Nov 2005 11:15:01 +0000 (11:15 +0000)] 
Pass HtmlHelp commands to doWinMain.

19 years agoMove functions in comctl32/string.c to remove function declaration.
Vincent Béron [Fri, 4 Nov 2005 11:14:52 +0000 (11:14 +0000)] 
Move functions in comctl32/string.c to remove function declaration.

19 years ago__RPC_STUB is a calling convention as well (#defined as __stdcall).
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).

19 years agoFix warning about memmove re#definition.
Vincent Béron [Fri, 4 Nov 2005 11:14:22 +0000 (11:14 +0000)] 
Fix warning about memmove re#definition.

19 years agoMake 4 WSAStringToAddress* tests don't fail on Win9x.
Saulius Krasuckas [Fri, 4 Nov 2005 11:14:12 +0000 (11:14 +0000)] 
Make 4 WSAStringToAddress* tests don't fail on Win9x.

19 years agoAdded support for VT_I8/VT_UI8 marshalling.
Marcus Meissner [Fri, 4 Nov 2005 11:13:55 +0000 (11:13 +0000)] 
Added support for VT_I8/VT_UI8 marshalling.

19 years agoAdd support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
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.

19 years agoAdd a test for Invoking an OleFont function.
Robert Shearman [Fri, 4 Nov 2005 11:13:08 +0000 (11:13 +0000)] 
Add a test for Invoking an OleFont function.

19 years agoAdded support for optional section.ntx86 and section.nt in
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.

19 years agoImplement OLE object notifications, making sure to cope with the case
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.

19 years agoGet rid of a double backslash.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:32:38 +0000 (19:32 +0000)] 
Get rid of a double backslash.

19 years agoUse Win32 APIs for string comparison.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:31:59 +0000 (19:31 +0000)] 
Use Win32 APIs for string comparison.

19 years agoShow detected audio drivers in autodetect.
Vijay Kiran Kamuju [Thu, 3 Nov 2005 19:31:45 +0000 (19:31 +0000)] 
Show detected audio drivers in autodetect.

19 years agoStricter check whether a window needs to be mapped on the screen.
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.

19 years agoAdded another CST (Australian Central Daylight Time) to TZ_INFO.
Kieran Clancy [Thu, 3 Nov 2005 13:21:23 +0000 (13:21 +0000)] 
Added another CST (Australian Central Daylight Time) to TZ_INFO.

19 years agoExtend VarCmp() and add test cases.
Uwe Bonnes [Thu, 3 Nov 2005 13:21:11 +0000 (13:21 +0000)] 
Extend VarCmp() and add test cases.

19 years agoFix warnings and errors in 64bit.
Kevin Koltzau [Thu, 3 Nov 2005 13:17:51 +0000 (13:17 +0000)] 
Fix warnings and errors in 64bit.

19 years agoReplaced tabs with spaces.
Michael Jung [Thu, 3 Nov 2005 13:17:32 +0000 (13:17 +0000)] 
Replaced tabs with spaces.

19 years agoAuthors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFami...
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.

19 years agoSpecify a DLL version for msvcrt.dll.
Marcus Meissner [Thu, 3 Nov 2005 12:05:05 +0000 (12:05 +0000)] 
Specify a DLL version for msvcrt.dll.

19 years agoAdd indexed access to attributes (nodemap) and childNodes
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.