Oliver Stieber [Mon, 14 Nov 2005 11:21:46 +0000 (11:21 +0000)]
Remove the setting of the result pointer to NULL in creates, tests
show that windows doesn't set the result to NULL on error.
Eric Pouech [Mon, 14 Nov 2005 11:21:13 +0000 (11:21 +0000)]
Init wShowWindow in RTL_USER_PARAMETERS for Wine processes started
from the command-line.
Peter Lemenkov [Mon, 14 Nov 2005 11:20:30 +0000 (11:20 +0000)]
Added extern "C".
Markus Amsler [Mon, 14 Nov 2005 11:20:10 +0000 (11:20 +0000)]
Reformat "see" section, to match c2man requirements.
Markus Amsler [Sat, 12 Nov 2005 19:12:25 +0000 (19:12 +0000)]
Improve c2man Documented-Total count. Changes:
- add missing description
- complete missing A/W pairs
- document remaining comdlg32 functions
Markus Amsler [Sat, 12 Nov 2005 19:12:03 +0000 (19:12 +0000)]
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
Stefan Leichter [Sat, 12 Nov 2005 19:11:27 +0000 (19:11 +0000)]
Add shdocvw tests to winetest.
Robert Shearman [Sat, 12 Nov 2005 19:11:21 +0000 (19:11 +0000)]
Implement CLSCTX_INPROC_HANDLER in CoGetClassObject similar to
CLSCTX_INPROC_SERVER by looking at the InprocHandler32 registry key
instead of InprocServer32.
Paul Vriens [Sat, 12 Nov 2005 19:11:05 +0000 (19:11 +0000)]
Add some extra error information.
Robert Shearman [Sat, 12 Nov 2005 19:10:56 +0000 (19:10 +0000)]
Implement InternetReadFileExA (based on a patch by Brian Gerst).
Daniel Remenak [Sat, 12 Nov 2005 19:10:38 +0000 (19:10 +0000)]
Add additional sanity checks to the linux input system dinput joystick
implementation.
Eric Pouech [Sat, 12 Nov 2005 19:10:24 +0000 (19:10 +0000)]
Removed a couple of shift/reduce warnings in grammar.
Rein Klazes [Sat, 12 Nov 2005 19:10:07 +0000 (19:10 +0000)]
Update Dutch resources.
Jacek Caban [Sat, 12 Nov 2005 19:09:46 +0000 (19:09 +0000)]
Added IViewObject2 stub implementation.
Stefan Leichter [Sat, 12 Nov 2005 19:09:18 +0000 (19:09 +0000)]
Added some tests for VerFindFileA.
Phil Lodwick [Sat, 12 Nov 2005 19:09:06 +0000 (19:09 +0000)]
prefix can be NULL for GetTempFileNameW.
YunSong Hwang [Fri, 11 Nov 2005 10:55:09 +0000 (10:55 +0000)]
Add Korean translations.
Vincent Béron [Fri, 11 Nov 2005 10:54:26 +0000 (10:54 +0000)]
Correct argument count for URLDownloadToCacheFile{A,W}.
Dmitry Timoshkov [Fri, 11 Nov 2005 10:54:07 +0000 (10:54 +0000)]
Unconditionally fall back to ANSI DDE APIs in ShellExecute if current
emulated Windows version is Win9x, Excel refuses to communicate with a
unicode client in win9x mode.
Dmitry Timoshkov [Fri, 11 Nov 2005 10:53:44 +0000 (10:53 +0000)]
Convert some ERRs to WARNs in the DDE client code when appropriate.
Vincent Béron [Fri, 11 Nov 2005 10:53:30 +0000 (10:53 +0000)]
Protect sys/stat.h with a conditional.
Steven Edwards [Fri, 11 Nov 2005 10:52:53 +0000 (10:52 +0000)]
Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
Christoph Frick [Fri, 11 Nov 2005 10:52:27 +0000 (10:52 +0000)]
Moved and adopted joystick_linux.c code into the
joystick_linuxinput.c.
Raphael Junqueira [Fri, 11 Nov 2005 10:52:14 +0000 (10:52 +0000)]
Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
references on code).
Hook glGetIntegerv on GL_ALPHA_BITS to query on GLXFBConfig instead of
glGetInteger (as it returns bad value).
Francois Gouget [Thu, 10 Nov 2005 12:14:56 +0000 (12:14 +0000)]
Remove spaces before '\n' in traces.
Francois Gouget [Thu, 10 Nov 2005 11:39:07 +0000 (11:39 +0000)]
Assorted spelling and case fixes.
Saulius Krasuckas [Thu, 10 Nov 2005 11:37:03 +0000 (11:37 +0000)]
WinME fixes:
- don't fail on WriteFile(),
- add valid error codes,
- empty buffer to avoid printing garbage,
- remove bogus inf-file which TranslateInfString() creates here.
Markus Amsler [Thu, 10 Nov 2005 11:36:44 +0000 (11:36 +0000)]
Make parameter higlighting regex less "hungry".
Francois Gouget [Thu, 10 Nov 2005 11:36:26 +0000 (11:36 +0000)]
Parse the command line returned by CommandLineFromMsiDescriptor() to
extract the application path. Otherwise winemenubuilder ignores the
.lnk file entirely.
Francois Gouget [Thu, 10 Nov 2005 11:17:38 +0000 (11:17 +0000)]
Add trailing '\n's to ok() and TRACE() calls.
Saulius Krasuckas [Thu, 10 Nov 2005 11:16:20 +0000 (11:16 +0000)]
Add error code valid for Win9x and XP.
Markus Amsler [Thu, 10 Nov 2005 11:15:22 +0000 (11:15 +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
Francois Gouget [Thu, 10 Nov 2005 11:12:59 +0000 (11:12 +0000)]
Assorted spelling fixes in the DXErr8/9 error files.
Francois Gouget [Thu, 10 Nov 2005 11:07:20 +0000 (11:07 +0000)]
Remove extra backslash that was causing an awk warning.
Mike McCormack [Thu, 10 Nov 2005 11:06:34 +0000 (11:06 +0000)]
Added Korean resources.
Mike McCormack [Thu, 10 Nov 2005 11:06:15 +0000 (11:06 +0000)]
Remove the limit on the length of the command line.
Aric Stewart [Thu, 10 Nov 2005 11:06:04 +0000 (11:06 +0000)]
Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
Markus Amsler [Thu, 10 Nov 2005 11:05:45 +0000 (11:05 +0000)]
Improve c2man Documented-Total count. Changes:
- add missing returns section
Raphael Junqueira [Thu, 10 Nov 2005 11:05:30 +0000 (11:05 +0000)]
Added support for SHADEBLENDCAPS.
Raphael Junqueira [Thu, 10 Nov 2005 11:04:59 +0000 (11:04 +0000)]
Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer_object openGL
specs.
Support Mesa GL_VERSION on parse.
Jacek Caban [Thu, 10 Nov 2005 11:04:21 +0000 (11:04 +0000)]
Added URLDownloadToCacheFile[AW] stub.
Mike Hearn [Thu, 10 Nov 2005 11:03:51 +0000 (11:03 +0000)]
Update wininet version info.
Alexandre Julliard [Wed, 9 Nov 2005 13:41:27 +0000 (13:41 +0000)]
Release 0.9.1.
Huw Davies [Wed, 9 Nov 2005 12:55:18 +0000 (12:55 +0000)]
Escape non-printable characters in the document title and also
truncate it to 0x80 characters.
Michael Jung [Wed, 9 Nov 2005 12:55:01 +0000 (12:55 +0000)]
Initialize COM prior to displaying the file dialog.
Mike McCormack [Wed, 9 Nov 2005 10:59:20 +0000 (10:59 +0000)]
Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
test.
Mike McCormack [Wed, 9 Nov 2005 10:58:24 +0000 (10:58 +0000)]
Make sure we only CoUninitialize after successfully initializing.
Fix the address of the returned IShellLinkDataList interface.
Jacek Caban [Wed, 9 Nov 2005 10:58:02 +0000 (10:58 +0000)]
Added IInternetPriority implementation to FileProtocol.
Christian Costa [Wed, 9 Nov 2005 10:57:57 +0000 (10:57 +0000)]
If a color bitmap is provided, store bitmap information from it
instead of the mask bitmap one.
Alexandre Julliard [Wed, 9 Nov 2005 10:35:48 +0000 (10:35 +0000)]
Don't call SetWindowPos in ShowWindow if a parent window is not
visible, only toggle the WS_VISIBLE flag.
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.