Martin Fuchs [Wed, 2 Nov 2005 20:51:41 +0000 (20:51 +0000)]
Correct WINAPI position for MSVC portability.
Eric Pouech [Wed, 2 Nov 2005 20:51:16 +0000 (20:51 +0000)]
Fixed crash in font browsing for raster fonts.
Robert Shearman [Wed, 2 Nov 2005 20:03:01 +0000 (20:03 +0000)]
Fix a crash during +variant logging caused by a typo causing an array
to be one element less than expected.
Oliver Stieber [Wed, 2 Nov 2005 20:01:54 +0000 (20:01 +0000)]
Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
surfaces yet.
Robert Shearman [Wed, 2 Nov 2005 20:00:00 +0000 (20:00 +0000)]
- Make sure to clean up properly on error.
- Restrict the critical section to getting the channel buffer and
adding a reference to it.
Robert Shearman [Wed, 2 Nov 2005 19:59:13 +0000 (19:59 +0000)]
- Make wParamFlags in the paramdesc dumping function human readable.
- Enums should be VT_I4 instead of VT_INT.
- Trace the return value from the ITypeInfo_fnInvoke.
Mike McCormack [Wed, 2 Nov 2005 19:58:01 +0000 (19:58 +0000)]
NULL and empty strings are the same in conditions.
Mike McCormack [Wed, 2 Nov 2005 19:57:13 +0000 (19:57 +0000)]
Change a FIXME message to a comment.
Dmitry Timoshkov [Wed, 2 Nov 2005 19:56:24 +0000 (19:56 +0000)]
Avoid printing out a possibly uninitialized variable.
Stefan Huehner [Wed, 2 Nov 2005 19:55:30 +0000 (19:55 +0000)]
Extend get_nodeName add testcases for it.
Mike McCormack [Wed, 2 Nov 2005 19:54:31 +0000 (19:54 +0000)]
Stub implementation for MsiAdvertiseScriptA/W.
Mike McCormack [Wed, 2 Nov 2005 14:24:21 +0000 (14:24 +0000)]
Create the +msidb debug channel for msi database code.
Aric Stewart [Wed, 2 Nov 2005 14:21:17 +0000 (14:21 +0000)]
Force files to install if the REINSTALL property is set.
Robert Shearman [Wed, 2 Nov 2005 14:18:20 +0000 (14:18 +0000)]
Make LdrAccessResource call an internal function to satisfy Shrinker.
Vitaliy Margolen [Wed, 2 Nov 2005 14:15:09 +0000 (14:15 +0000)]
Fix error returned when opening nonexistent pipes.
Alexandre Julliard [Wed, 2 Nov 2005 14:12:13 +0000 (14:12 +0000)]
Moved the platform-independent part of the get/set_thread_context
requests to a common file.
Michael Jung [Wed, 2 Nov 2005 11:43:20 +0000 (11:43 +0000)]
Added some comments to document unixfs.
Mike McCormack [Wed, 2 Nov 2005 11:43:05 +0000 (11:43 +0000)]
Fix parameter handling in MsiSetTargetPath, and add a test for it.
Mike McCormack [Wed, 2 Nov 2005 11:42:56 +0000 (11:42 +0000)]
Implement the RemoveFiles action.
Ivan Leo Puoti [Wed, 2 Nov 2005 11:42:31 +0000 (11:42 +0000)]
Minor fixes to rtl string functions.
David Kredba [Wed, 2 Nov 2005 11:01:07 +0000 (11:01 +0000)]
Czech resources update.
Mike McCormack [Wed, 2 Nov 2005 10:56:54 +0000 (10:56 +0000)]
Stub implementation for MsiGetFileHashA/W.
Mike McCormack [Wed, 2 Nov 2005 10:56:42 +0000 (10:56 +0000)]
Use an enumeration for file states.
Mike McCormack [Wed, 2 Nov 2005 10:56:22 +0000 (10:56 +0000)]
Define NONAMELESSUNION and NONAMELESSSTRUCT for older compilers.
Ulrich Czekalla [Wed, 2 Nov 2005 10:56:12 +0000 (10:56 +0000)]
Clear bLButtonDown flags if mouse is not down.
Mike McCormack [Wed, 2 Nov 2005 10:55:45 +0000 (10:55 +0000)]
Convert all RTFPanic and RTFMsg calls to ERR calls.
Rob Shearman [Wed, 2 Nov 2005 10:55:27 +0000 (10:55 +0000)]
Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
RpcMgmtEnableIdleCleanup.
Mike McCormack [Wed, 2 Nov 2005 10:55:13 +0000 (10:55 +0000)]
Handle msi component identifiers without a feature guid.
Mike McCormack [Wed, 2 Nov 2005 10:55:03 +0000 (10:55 +0000)]
Implement IXMLDOMNode::get_nodeName.
Robert Shearman [Wed, 2 Nov 2005 10:54:52 +0000 (10:54 +0000)]
The PSDispatch PS class factory can manage both typelib marshalled and
IDispatch, which is NDR marshalled, so we need a wrapper to call the
appropriate CreateProxy or CreateStub function.
Lionel Ulmer [Wed, 2 Nov 2005 10:54:42 +0000 (10:54 +0000)]
Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
Alexandre Julliard [Tue, 1 Nov 2005 21:47:07 +0000 (21:47 +0000)]
Don't send an extra signal when waiting for a debug event, just do a
normal wait. Return the debug event status directly as return value
of the server call.
Alexandre Julliard [Tue, 1 Nov 2005 21:41:26 +0000 (21:41 +0000)]
Don't send the incoming context to the server for get_thread_context,
instead copy only the relevant fields of the return value on the
client side.
Vitaliy Margolen [Tue, 1 Nov 2005 21:37:30 +0000 (21:37 +0000)]
Fix error returned when exceeding allowed instances.
Martin Fuchs [Tue, 1 Nov 2005 21:37:19 +0000 (21:37 +0000)]
Include config.h and port.h for strncasecmp() in MSVC port.
Bernd Schmidt [Tue, 1 Nov 2005 21:37:05 +0000 (21:37 +0000)]
Implemented FindExSearchLimitToDirectories.
Alexandre Julliard [Tue, 1 Nov 2005 18:11:08 +0000 (18:11 +0000)]
Fixed _wstrdate/_wstrtime parameters.
Alexandre Julliard [Tue, 1 Nov 2005 18:06:54 +0000 (18:06 +0000)]
Authors: Marcus Meissner <marcus@jet.franken.de>, Walter Weiss <wjweiss@hotmail.com>
Added handling of more HTTP standard headers and binary search lists.
Marcus Meissner [Tue, 1 Nov 2005 18:06:41 +0000 (18:06 +0000)]
SysReAllocString of same pointer returns TRUE.
Michael Jung [Tue, 1 Nov 2005 18:06:18 +0000 (18:06 +0000)]
Fixed crash in unixfs shellfolder handling with winamp.
Christian Costa [Tue, 1 Nov 2005 18:06:03 +0000 (18:06 +0000)]
Use a more standard indentation style.
Vitaliy Margolen [Tue, 1 Nov 2005 18:05:56 +0000 (18:05 +0000)]
Remove version information.
Ulrich Czekalla [Tue, 1 Nov 2005 18:05:40 +0000 (18:05 +0000)]
Improve handling of mapping between X and Windows formats.
Add support for UTF8.
Vitaliy Margolen [Tue, 1 Nov 2005 10:22:38 +0000 (10:22 +0000)]
- Use OBJ_CASE_INSENSITIVE in object lookup.
- Remove case_sensitive flag from namespace.
- Remove todo_wine from now succeeding tests.
Davin McCall [Tue, 1 Nov 2005 10:18:55 +0000 (10:18 +0000)]
PhaseCancel subtracts secondary buffer from primary buffer, not the
other way around.
Michael Kaufmann [Tue, 1 Nov 2005 09:53:59 +0000 (09:53 +0000)]
ScrollWindowEx: Don't move the caret of child windows and hide it only
if it's in the source or in the destination rectangle.
Robert Shearman [Tue, 1 Nov 2005 09:34:03 +0000 (09:34 +0000)]
Convert SHELL32_BindToChild to Unicode and fix up the callers.
Robert Shearman [Tue, 1 Nov 2005 09:21:03 +0000 (09:21 +0000)]
Make the call exception handler function more compatible with NT and
with what Shrinker expects.
Stefan Huehner [Mon, 31 Oct 2005 21:10:47 +0000 (21:10 +0000)]
Add msxml3,setupapi tests to winetest.
Alexandre Julliard [Mon, 31 Oct 2005 21:10:38 +0000 (21:10 +0000)]
Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
Huw Davies [Mon, 31 Oct 2005 21:05:00 +0000 (21:05 +0000)]
Marshal enums.
Huw Davies [Mon, 31 Oct 2005 21:04:31 +0000 (21:04 +0000)]
Actually print the IIDs.
Huw Davies [Mon, 31 Oct 2005 21:04:18 +0000 (21:04 +0000)]
Implement playback of EMR_ALPHABLEND.
Huw Davies [Mon, 31 Oct 2005 21:03:28 +0000 (21:03 +0000)]
Only select a bitmap font as a last resort if we can't find a font
with the correct facename.
Marcus Meissner [Mon, 31 Oct 2005 21:03:05 +0000 (21:03 +0000)]
Do not overflow the stackbased "nt" struct when reading non-conforming
PE files.
Alexandre Julliard [Mon, 31 Oct 2005 16:10:03 +0000 (16:10 +0000)]
Get rid of the no longer used tty driver.
Alexandre Julliard [Mon, 31 Oct 2005 15:54:55 +0000 (15:54 +0000)]
Default to the null driver instead of dying if the specified display
driver couldn't be loaded.
Dmitry Timoshkov [Mon, 31 Oct 2005 15:45:16 +0000 (15:45 +0000)]
Add the tests for behaviour of [In]validateRect and [In]validateRgn
with hwnd set to 0, make them pass under Wine.
Michael Jung [Mon, 31 Oct 2005 15:44:06 +0000 (15:44 +0000)]
Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
Huw Davies [Mon, 31 Oct 2005 15:43:53 +0000 (15:43 +0000)]
Deal with pExcepInfo == NULL.
Mike McCormack [Mon, 31 Oct 2005 15:43:39 +0000 (15:43 +0000)]
Make sure to unregister all the classes that were registered when msi
is unloaded, so we can register again cleanly.
Mike McCormack [Mon, 31 Oct 2005 15:43:27 +0000 (15:43 +0000)]
Add void to empty declaration list.
Alexandre Julliard [Mon, 31 Oct 2005 15:43:10 +0000 (15:43 +0000)]
Default to an empty driver instead of dying if the specified display
driver couldn't be loaded.
Michael Jung [Mon, 31 Oct 2005 14:13:14 +0000 (14:13 +0000)]
Added initial tests for shdocvw's FolderShortcut related
functionality.
Marcus Meissner [Mon, 31 Oct 2005 14:08:05 +0000 (14:08 +0000)]
Added assembly implementation of EXC_CallHandler.
Mike McCormack [Mon, 31 Oct 2005 14:07:37 +0000 (14:07 +0000)]
Fix and test MsiGetProperty and MsiSetProperty.
Mike McCormack [Mon, 31 Oct 2005 14:07:20 +0000 (14:07 +0000)]
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
simple test cases.
James Hawkins [Mon, 31 Oct 2005 14:06:35 +0000 (14:06 +0000)]
Implement InternetCreateUrlW and test cases.
Huw Davies [Mon, 31 Oct 2005 10:05:52 +0000 (10:05 +0000)]
Fix handling of relative state indices in RestoreDC.
Fix return value of SaveDC when writing to an emf.
Before writing the EMR_EOF record we should ensure that we clear the
state stack.
Christian Costa [Mon, 31 Oct 2005 10:05:15 +0000 (10:05 +0000)]
Finish moving d3d[1..3] light code to use d3d7.
Marcus Meissner [Mon, 31 Oct 2005 10:04:57 +0000 (10:04 +0000)]
Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
Hans Leidekker [Mon, 31 Oct 2005 10:04:12 +0000 (10:04 +0000)]
Improve the implementation of SQLConfigDataSource, SQLConfigDriver,
SQLInstallDriver{,Ex}, SQLInstallerError and
SQLInstallTranslator{,Ex}.
Juan Lang [Mon, 31 Oct 2005 10:04:06 +0000 (10:04 +0000)]
Implement CertSignSignature and CertVerifySignature(Ex).
Robert Reif [Mon, 31 Oct 2005 10:03:25 +0000 (10:03 +0000)]
Add waveOutPause/waveOutRestart test.
Tighten up play duration test when ending too soon.
Set VirtualFree size to 0.
Stefan Leichter [Mon, 31 Oct 2005 10:02:24 +0000 (10:02 +0000)]
Stop PathIsValidCharW tests after 100 failing tests.
Roderick Colenbrander [Mon, 31 Oct 2005 09:59:56 +0000 (09:59 +0000)]
In case of D3D9 the CreateQuery call can be used to retrieve status
information. According to MSDN the 'ppQuery' parameter can be set to
NULL to detect if a certain query Type is supported.
Mike McCormack [Sun, 30 Oct 2005 19:23:28 +0000 (19:23 +0000)]
Add a stub for the AllocateRegistrySpace action.
Mike McCormack [Sun, 30 Oct 2005 19:21:51 +0000 (19:21 +0000)]
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
Mike McCormack [Sun, 30 Oct 2005 19:21:24 +0000 (19:21 +0000)]
Add a read-only implementation of the SelectionTree control.
Mike McCormack [Sun, 30 Oct 2005 19:17:06 +0000 (19:17 +0000)]
Simplify register_progid() and remove a fixed length buffer.
Mike McCormack [Sun, 30 Oct 2005 19:16:55 +0000 (19:16 +0000)]
Handle MaskEdit masks containing dashes and other constant
characters.
Mike McCormack [Sun, 30 Oct 2005 19:16:45 +0000 (19:16 +0000)]
Use msi_get_property_int() in a few more places.
Alexandre Julliard [Sun, 30 Oct 2005 19:10:35 +0000 (19:10 +0000)]
Make all winecrt0 functions and variables hidden.
Julien Cegarra [Sun, 30 Oct 2005 19:06:59 +0000 (19:06 +0000)]
Correct name of sound.dll to sound.drv (WIN16).
Kai Blin [Sun, 30 Oct 2005 19:06:24 +0000 (19:06 +0000)]
A dispatcher for running ntlm_auth.
Michael Kaufmann [Sun, 30 Oct 2005 19:05:42 +0000 (19:05 +0000)]
Handle the left and right arrow keys.
Christian Costa [Sun, 30 Oct 2005 19:05:27 +0000 (19:05 +0000)]
Remove no longer used wine_dbg_parse_options and wine_dbg_add_options
prototypes.
Mike McCormack [Sun, 30 Oct 2005 19:05:13 +0000 (19:05 +0000)]
Add a stub implementation of msi.MsiSetMode.
Mike McCormack [Sun, 30 Oct 2005 19:04:57 +0000 (19:04 +0000)]
Remove unused package parameter of register_progid_base().
Mike McCormack [Sun, 30 Oct 2005 19:04:26 +0000 (19:04 +0000)]
Use "static const" rather than "const static" as gcc -W complains
about the former.
Robert Reif [Sun, 30 Oct 2005 19:03:58 +0000 (19:03 +0000)]
Implement _wstrdate and _wstrtime with tests.
Peter Beutner [Sun, 30 Oct 2005 19:03:43 +0000 (19:03 +0000)]
Fix exception handling for non CXX_EXCEPTIONs.
Vitaliy Margolen [Sat, 29 Oct 2005 12:38:23 +0000 (12:38 +0000)]
Pass object attributes to create_named_object & find_object.
Eric Pouech [Sat, 29 Oct 2005 12:37:42 +0000 (12:37 +0000)]
Implemented local/global atom creation, deletion & lookup on top of
ntdll.
Juan Lang [Sat, 29 Oct 2005 12:37:22 +0000 (12:37 +0000)]
Export functions by ordinal, cryptnet.dll at least depends on it.
Mike McCormack [Sat, 29 Oct 2005 11:40:03 +0000 (11:40 +0000)]
Don't change the UI level during ExecuteAction.
Mike McCormack [Sat, 29 Oct 2005 11:36:57 +0000 (11:36 +0000)]
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
versions.
Mike McCormack [Sat, 29 Oct 2005 11:36:48 +0000 (11:36 +0000)]
Remove the unused 1st parameter of ACTION_VerifyComponentForAction.
Mike McCormack [Sat, 29 Oct 2005 11:29:31 +0000 (11:29 +0000)]
Explicitly check for MSICONDITION_TRUE being returned from
MsiEvaluateCondition.
Mike McCormack [Sat, 29 Oct 2005 11:29:17 +0000 (11:29 +0000)]
Some installers don't call the CreateFolders action before the
InstallFiles action as MSDN specifies, but it still seems to work, so
make sure that we create component directories in the InstallFiles
action anyway.