wine
18 years agoAdd 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
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.

18 years agoDon't send an extra signal when waiting for a debug event, just do a
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.

18 years agoDon't send the incoming context to the server for get_thread_context,
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.

18 years agoFix error returned when exceeding allowed instances.
Vitaliy Margolen [Tue, 1 Nov 2005 21:37:30 +0000 (21:37 +0000)] 
Fix error returned when exceeding allowed instances.

18 years agoInclude config.h and port.h for strncasecmp() in MSVC port.
Martin Fuchs [Tue, 1 Nov 2005 21:37:19 +0000 (21:37 +0000)] 
Include config.h and port.h for strncasecmp() in MSVC port.

18 years agoImplemented FindExSearchLimitToDirectories.
Bernd Schmidt [Tue, 1 Nov 2005 21:37:05 +0000 (21:37 +0000)] 
Implemented FindExSearchLimitToDirectories.

18 years agoFixed _wstrdate/_wstrtime parameters.
Alexandre Julliard [Tue, 1 Nov 2005 18:11:08 +0000 (18:11 +0000)] 
Fixed _wstrdate/_wstrtime parameters.

18 years agoAuthors: Marcus Meissner <marcus@jet.franken.de>, Walter Weiss <wjweiss@hotmail.com>
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.

18 years agoSysReAllocString of same pointer returns TRUE.
Marcus Meissner [Tue, 1 Nov 2005 18:06:41 +0000 (18:06 +0000)] 
SysReAllocString of same pointer returns TRUE.

18 years agoFixed crash in unixfs shellfolder handling with winamp.
Michael Jung [Tue, 1 Nov 2005 18:06:18 +0000 (18:06 +0000)] 
Fixed crash in unixfs shellfolder handling with winamp.

18 years agoUse a more standard indentation style.
Christian Costa [Tue, 1 Nov 2005 18:06:03 +0000 (18:06 +0000)] 
Use a more standard indentation style.

18 years agoRemove version information.
Vitaliy Margolen [Tue, 1 Nov 2005 18:05:56 +0000 (18:05 +0000)] 
Remove version information.

18 years agoImprove handling of mapping between X and Windows formats.
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.

18 years ago- Use OBJ_CASE_INSENSITIVE in object lookup.
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.

18 years agoPhaseCancel subtracts secondary buffer from primary buffer, not the
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.

18 years agoScrollWindowEx: Don't move the caret of child windows and hide it only
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.

18 years agoConvert SHELL32_BindToChild to Unicode and fix up the callers.
Robert Shearman [Tue, 1 Nov 2005 09:34:03 +0000 (09:34 +0000)] 
Convert SHELL32_BindToChild to Unicode and fix up the callers.

18 years agoMake the call exception handler function more compatible with NT and
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.

18 years agoAdd msxml3,setupapi tests to winetest.
Stefan Huehner [Mon, 31 Oct 2005 21:10:47 +0000 (21:10 +0000)] 
Add msxml3,setupapi tests to winetest.

18 years agoAdded an 'eject' Winelib app that allows unmounting and ejecting a CD
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.

18 years agoMarshal enums.
Huw Davies [Mon, 31 Oct 2005 21:05:00 +0000 (21:05 +0000)] 
Marshal enums.

18 years agoActually print the IIDs.
Huw Davies [Mon, 31 Oct 2005 21:04:31 +0000 (21:04 +0000)] 
Actually print the IIDs.

18 years agoImplement playback of EMR_ALPHABLEND.
Huw Davies [Mon, 31 Oct 2005 21:04:18 +0000 (21:04 +0000)] 
Implement playback of EMR_ALPHABLEND.

18 years agoOnly select a bitmap font as a last resort if we can't find a font
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.

18 years agoDo not overflow the stackbased "nt" struct when reading non-conforming
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.

18 years agoGet rid of the no longer used tty driver.
Alexandre Julliard [Mon, 31 Oct 2005 16:10:03 +0000 (16:10 +0000)] 
Get rid of the no longer used tty driver.

18 years agoDefault to the null driver instead of dying if the specified display
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.

18 years agoAdd the tests for behaviour of [In]validateRect and [In]validateRgn
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.

18 years agoOnly return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
Michael Jung [Mon, 31 Oct 2005 15:44:06 +0000 (15:44 +0000)] 
Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.

18 years agoDeal with pExcepInfo == NULL.
Huw Davies [Mon, 31 Oct 2005 15:43:53 +0000 (15:43 +0000)] 
Deal with pExcepInfo == NULL.

18 years agoMake sure to unregister all the classes that were registered when msi
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.

18 years agoAdd void to empty declaration list.
Mike McCormack [Mon, 31 Oct 2005 15:43:27 +0000 (15:43 +0000)] 
Add void to empty declaration list.

18 years agoDefault to an empty driver instead of dying if the specified display
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.

18 years agoAdded initial tests for shdocvw's FolderShortcut related
Michael Jung [Mon, 31 Oct 2005 14:13:14 +0000 (14:13 +0000)] 
Added initial tests for shdocvw's FolderShortcut related
functionality.

18 years agoAdded assembly implementation of EXC_CallHandler.
Marcus Meissner [Mon, 31 Oct 2005 14:08:05 +0000 (14:08 +0000)] 
Added assembly implementation of EXC_CallHandler.

18 years agoFix and test MsiGetProperty and MsiSetProperty.
Mike McCormack [Mon, 31 Oct 2005 14:07:37 +0000 (14:07 +0000)] 
Fix and test MsiGetProperty and MsiSetProperty.

18 years agoImprove MsiUseFeatureEx and MsiGetFeatureState a little, add some
Mike McCormack [Mon, 31 Oct 2005 14:07:20 +0000 (14:07 +0000)] 
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
simple test cases.

18 years agoImplement InternetCreateUrlW and test cases.
James Hawkins [Mon, 31 Oct 2005 14:06:35 +0000 (14:06 +0000)] 
Implement InternetCreateUrlW and test cases.

18 years agoFix handling of relative state indices in RestoreDC.
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.

18 years agoFinish moving d3d[1..3] light code to use d3d7.
Christian Costa [Mon, 31 Oct 2005 10:05:15 +0000 (10:05 +0000)] 
Finish moving d3d[1..3] light code to use d3d7.

18 years agoDefine obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
Marcus Meissner [Mon, 31 Oct 2005 10:04:57 +0000 (10:04 +0000)] 
Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.

18 years agoImprove the implementation of SQLConfigDataSource, SQLConfigDriver,
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}.

18 years agoImplement CertSignSignature and CertVerifySignature(Ex).
Juan Lang [Mon, 31 Oct 2005 10:04:06 +0000 (10:04 +0000)] 
Implement CertSignSignature and CertVerifySignature(Ex).

18 years agoAdd waveOutPause/waveOutRestart test.
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.

18 years agoStop PathIsValidCharW tests after 100 failing tests.
Stefan Leichter [Mon, 31 Oct 2005 10:02:24 +0000 (10:02 +0000)] 
Stop PathIsValidCharW tests after 100 failing tests.

18 years agoIn case of D3D9 the CreateQuery call can be used to retrieve status  
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.

18 years agoAdd a stub for the AllocateRegistrySpace action.
Mike McCormack [Sun, 30 Oct 2005 19:23:28 +0000 (19:23 +0000)] 
Add a stub for the AllocateRegistrySpace action.

18 years agoDefine MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
Mike McCormack [Sun, 30 Oct 2005 19:21:51 +0000 (19:21 +0000)] 
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.

18 years agoAdd a read-only implementation of the SelectionTree control.
Mike McCormack [Sun, 30 Oct 2005 19:21:24 +0000 (19:21 +0000)] 
Add a read-only implementation of the SelectionTree control.

18 years agoSimplify register_progid() and remove a fixed length buffer.
Mike McCormack [Sun, 30 Oct 2005 19:17:06 +0000 (19:17 +0000)] 
Simplify register_progid() and remove a fixed length buffer.

18 years agoHandle MaskEdit masks containing dashes and other constant
Mike McCormack [Sun, 30 Oct 2005 19:16:55 +0000 (19:16 +0000)] 
Handle MaskEdit masks containing dashes and other constant
characters.

18 years agoUse msi_get_property_int() in a few more places.
Mike McCormack [Sun, 30 Oct 2005 19:16:45 +0000 (19:16 +0000)] 
Use msi_get_property_int() in a few more places.

18 years agoMake all winecrt0 functions and variables hidden.
Alexandre Julliard [Sun, 30 Oct 2005 19:10:35 +0000 (19:10 +0000)] 
Make all winecrt0 functions and variables hidden.

18 years agoCorrect name of sound.dll to sound.drv (WIN16).
Julien Cegarra [Sun, 30 Oct 2005 19:06:59 +0000 (19:06 +0000)] 
Correct name of sound.dll to sound.drv (WIN16).

18 years agoA dispatcher for running ntlm_auth.
Kai Blin [Sun, 30 Oct 2005 19:06:24 +0000 (19:06 +0000)] 
A dispatcher for running ntlm_auth.

18 years agoHandle the left and right arrow keys.
Michael Kaufmann [Sun, 30 Oct 2005 19:05:42 +0000 (19:05 +0000)] 
Handle the left and right arrow keys.

18 years agoRemove no longer used wine_dbg_parse_options and wine_dbg_add_options
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.

18 years agoAdd a stub implementation of msi.MsiSetMode.
Mike McCormack [Sun, 30 Oct 2005 19:05:13 +0000 (19:05 +0000)] 
Add a stub implementation of msi.MsiSetMode.

18 years agoRemove unused package parameter of register_progid_base().
Mike McCormack [Sun, 30 Oct 2005 19:04:57 +0000 (19:04 +0000)] 
Remove unused package parameter of register_progid_base().

18 years agoUse "static const" rather than "const static" as gcc -W complains
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.

18 years agoImplement _wstrdate and _wstrtime with tests.
Robert Reif [Sun, 30 Oct 2005 19:03:58 +0000 (19:03 +0000)] 
Implement _wstrdate and _wstrtime with tests.

18 years agoFix exception handling for non CXX_EXCEPTIONs.
Peter Beutner [Sun, 30 Oct 2005 19:03:43 +0000 (19:03 +0000)] 
Fix exception handling for non CXX_EXCEPTIONs.

18 years agoPass object attributes to create_named_object & find_object.
Vitaliy Margolen [Sat, 29 Oct 2005 12:38:23 +0000 (12:38 +0000)] 
Pass object attributes to create_named_object & find_object.

18 years agoImplemented local/global atom creation, deletion & lookup on top of
Eric Pouech [Sat, 29 Oct 2005 12:37:42 +0000 (12:37 +0000)] 
Implemented local/global atom creation, deletion & lookup on top of
ntdll.

18 years agoExport functions by ordinal, cryptnet.dll at least depends on it.
Juan Lang [Sat, 29 Oct 2005 12:37:22 +0000 (12:37 +0000)] 
Export functions by ordinal, cryptnet.dll at least depends on it.

18 years agoDon't change the UI level during ExecuteAction.
Mike McCormack [Sat, 29 Oct 2005 11:40:03 +0000 (11:40 +0000)] 
Don't change the UI level during ExecuteAction.

18 years agoImplement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
Mike McCormack [Sat, 29 Oct 2005 11:36:57 +0000 (11:36 +0000)] 
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
versions.

18 years agoRemove the unused 1st parameter of ACTION_VerifyComponentForAction.
Mike McCormack [Sat, 29 Oct 2005 11:36:48 +0000 (11:36 +0000)] 
Remove the unused 1st parameter of ACTION_VerifyComponentForAction.

18 years agoExplicitly check for MSICONDITION_TRUE being returned from
Mike McCormack [Sat, 29 Oct 2005 11:29:31 +0000 (11:29 +0000)] 
Explicitly check for MSICONDITION_TRUE being returned from
MsiEvaluateCondition.

18 years agoSome installers don't call the CreateFolders action before the
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.

18 years agoUnify HEADER_GetItem[A/W] into one function.
Vitaliy Margolen [Sat, 29 Oct 2005 11:08:20 +0000 (11:08 +0000)] 
Unify HEADER_GetItem[A/W] into one function.

18 years agoAdd a bunch of tests for MsiEvaluateCondition and make them pass.
Mike McCormack [Sat, 29 Oct 2005 11:08:05 +0000 (11:08 +0000)] 
Add a bunch of tests for MsiEvaluateCondition and make them pass.

18 years agoMake enter and escape trigger the default and cancel buttons in
Mike McCormack [Sat, 29 Oct 2005 11:07:46 +0000 (11:07 +0000)] 
Make enter and escape trigger the default and cancel buttons in
dialogs.

18 years agoDeleted two buggy functions that incorrectly and inefficiently check
Mike McCormack [Sat, 29 Oct 2005 11:07:29 +0000 (11:07 +0000)] 
Deleted two buggy functions that incorrectly and inefficiently check
whether a row already exists in a table, and replaced them with a call
to an existing working function that does the same thing correctly.

18 years agoRemove an incorrect comment and check for 0 being an invalid file
Mike McCormack [Sat, 29 Oct 2005 11:07:11 +0000 (11:07 +0000)] 
Remove an incorrect comment and check for 0 being an invalid file
handle.

18 years agoExtract file directly to their target location, bypassing the need to
Mike McCormack [Sat, 29 Oct 2005 10:31:06 +0000 (10:31 +0000)] 
Extract file directly to their target location, bypassing the need to
use temporary files and move files.

18 years ago- Read DLL name from modules in MSFT typelibs.
Robert Shearman [Sat, 29 Oct 2005 10:30:57 +0000 (10:30 +0000)] 
- Read DLL name from modules in MSFT typelibs.
- A name offset of -1 for a parameter means that it has the same name
  as the function.
- Print an error if a ReadName is attempted with an offset of -1,
  since this will read garbage.
- Implement ITypeInfo_GetDllEntry.

18 years agoMove the softwareVertexProcessing flag from the stateblock to the
Oliver Stieber [Sat, 29 Oct 2005 10:30:36 +0000 (10:30 +0000)] 
Move the softwareVertexProcessing flag from the stateblock to the
device because its state shouldn't be recorded in a stateblock.

18 years agoPrint an error if a DC is created with a bad device.
Robert Shearman [Sat, 29 Oct 2005 10:29:56 +0000 (10:29 +0000)] 
Print an error if a DC is created with a bad device.

18 years agoSet list view's text directly - don't use fill_drives_list for that.
Vitaliy Margolen [Sat, 29 Oct 2005 10:29:47 +0000 (10:29 +0000)] 
Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.

18 years agoEnable line editing for _cgets.
Kevin Koltzau [Sat, 29 Oct 2005 10:29:24 +0000 (10:29 +0000)] 
Enable line editing for _cgets.

18 years agoDelete some temp files created by the ole32 tests.
Ivan Leo Puoti [Sat, 29 Oct 2005 10:29:18 +0000 (10:29 +0000)] 
Delete some temp files created by the ole32 tests.

18 years agoPassing NULL as the last two parameters to ReadFile is illegal and
Thomas Weidenmueller [Sat, 29 Oct 2005 10:29:08 +0000 (10:29 +0000)] 
Passing NULL as the last two parameters to ReadFile is illegal and
actually causes a crash on windows. The attached patch fixes this.

18 years agoReport BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
Jacek Caban [Sat, 29 Oct 2005 10:28:47 +0000 (10:28 +0000)] 
Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.

18 years agoAdd an implementation for MsiGetShortcutTargetA/W.
Mike McCormack [Sat, 29 Oct 2005 10:28:30 +0000 (10:28 +0000)] 
Add an implementation for MsiGetShortcutTargetA/W.

18 years agoAdded an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
Alexandre Julliard [Fri, 28 Oct 2005 16:45:24 +0000 (16:45 +0000)] 
Added an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
attempts to unmount the Unix device.

18 years agoFix NtQueryDirectoryObject prototype, documentation, and the
Ivan Leo Puoti [Fri, 28 Oct 2005 16:42:11 +0000 (16:42 +0000)] 
Fix NtQueryDirectoryObject prototype, documentation, and the
definition of the structure it uses.

18 years agoxform can be NULL when setting the identity.
Huw Davies [Fri, 28 Oct 2005 16:41:25 +0000 (16:41 +0000)] 
xform can be NULL when setting the identity.

18 years agoFix a memory leak.
Mike McCormack [Fri, 28 Oct 2005 16:41:02 +0000 (16:41 +0000)] 
Fix a memory leak.

18 years agoHandle MSI advertised shortcuts in the shelllink object.
Mike McCormack [Fri, 28 Oct 2005 16:40:51 +0000 (16:40 +0000)] 
Handle MSI advertised shortcuts in the shelllink object.

18 years agoUpdate the German resource file.
Henning Gerhardt [Fri, 28 Oct 2005 16:40:36 +0000 (16:40 +0000)] 
Update the German resource file.

18 years agoPut the UI update code for cabinet file into a separate function.
Mike McCormack [Fri, 28 Oct 2005 10:43:50 +0000 (10:43 +0000)] 
Put the UI update code for cabinet file into a separate function.

18 years agoCorrect the way that VerFindFileA checks for a file that is
Oliver Stieber [Fri, 28 Oct 2005 10:42:09 +0000 (10:42 +0000)] 
Correct the way that VerFindFileA checks for a file that is
exclusively locked.

18 years agoTest CreateThread() for reception of NULL pointer to TID.
Saulius Krasuckas [Fri, 28 Oct 2005 10:41:57 +0000 (10:41 +0000)] 
Test CreateThread() for reception of NULL pointer to TID.

18 years agoDon't pass CreateThread() with a NULL pointer to TID as Win9x does not
Saulius Krasuckas [Fri, 28 Oct 2005 10:41:48 +0000 (10:41 +0000)] 
Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
create a thread then.

18 years agoReturn an error in MsiGetComponentPathW if passed a null component.
Mike McCormack [Fri, 28 Oct 2005 10:41:20 +0000 (10:41 +0000)] 
Return an error in MsiGetComponentPathW if passed a null component.

18 years agoFix error handling in MsiEvaluateCondition.
Mike McCormack [Fri, 28 Oct 2005 10:41:05 +0000 (10:41 +0000)] 
Fix error handling in MsiEvaluateCondition.

18 years agoTranslate INVALID_HANDLE_VALUE to zero for cabinet handles.
Mike McCormack [Fri, 28 Oct 2005 10:40:54 +0000 (10:40 +0000)] 
Translate INVALID_HANDLE_VALUE to zero for cabinet handles.

18 years agoDon't send a CTRL_C_EVENT signal to console if we are on Win9x and
Saulius Krasuckas [Fri, 28 Oct 2005 10:40:42 +0000 (10:40 +0000)] 
Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
console signal handler is set to NULL.

18 years agoUnify HEADER_InsertItem[A/W] into one function.
Vitaliy Margolen [Fri, 28 Oct 2005 10:40:27 +0000 (10:40 +0000)] 
Unify HEADER_InsertItem[A/W] into one function.