wine
17 years agowined3d: Store dirty states per context.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:31 +0000 (19:18 +0100)] 
wined3d: Store dirty states per context.

17 years agowined3d: Store state optmization members in the context.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:27 +0000 (19:18 +0100)] 
wined3d: Store state optmization members in the context.

17 years agowined3d: Add a per context structure for context management.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:22 +0000 (19:18 +0100)] 
wined3d: Add a per context structure for context management.

17 years agowininet: Fix a test that fails on Windows.
Hans Leidekker [Mon, 12 Feb 2007 14:27:36 +0000 (15:27 +0100)] 
wininet: Fix a test that fails on Windows.

17 years agowininet: Skip empty accept type strings in HttpOpenRequest.
Hans Leidekker [Mon, 12 Feb 2007 14:19:17 +0000 (15:19 +0100)] 
wininet: Skip empty accept type strings in HttpOpenRequest.

17 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Mon, 12 Feb 2007 10:33:26 +0000 (11:33 +0100)] 
wininet/ftp.c: Fix some returned error codes.

17 years agowininet/ftp.c: Add tests to show the order of parameter checking.
Paul Vriens [Mon, 12 Feb 2007 09:55:13 +0000 (10:55 +0100)] 
wininet/ftp.c: Add tests to show the order of parameter checking.

17 years agorpcrt4: The format structures used in the marshaling code should have 1-byte alignment.
Rob Shearman [Mon, 12 Feb 2007 13:29:04 +0000 (13:29 +0000)] 
rpcrt4: The format structures used in the marshaling code should have 1-byte alignment.

17 years agoinclude: Add more EOAC_* enumeration values to objidl.idl.
Rob Shearman [Mon, 12 Feb 2007 13:28:18 +0000 (13:28 +0000)] 
include: Add more EOAC_* enumeration values to objidl.idl.

Also add the SOLE_AUTHENTICATION_INFO and SOLE_AUTHENTICATION_LIST
structures which are used by CoInitializeSecurity.

17 years agoinclude: Fix a typo in a comment in rpcdce.h.
Rob Shearman [Mon, 12 Feb 2007 13:27:36 +0000 (13:27 +0000)] 
include: Fix a typo in a comment in rpcdce.h.

17 years agoinclude: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl...
Rob Shearman [Mon, 12 Feb 2007 13:26:59 +0000 (13:26 +0000)] 
include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.

17 years agontdll: Fix compilation on systems that don't support nameless structs.
Francois Gouget [Mon, 12 Feb 2007 14:05:51 +0000 (15:05 +0100)] 
ntdll: Fix compilation on systems that don't support nameless structs.

17 years agontdll: Add prototypes to winnt.h for the SList functions.
Francois Gouget [Fri, 9 Feb 2007 14:57:07 +0000 (15:57 +0100)] 
ntdll: Add prototypes to winnt.h for the SList functions.

17 years agourlmon: Added mk protocol handling test.
Jacek Caban [Sat, 10 Feb 2007 15:34:41 +0000 (16:34 +0100)] 
urlmon: Added mk protocol handling test.

17 years agourlmon: Added test of handlong its protocol.
Jacek Caban [Sat, 10 Feb 2007 15:33:38 +0000 (16:33 +0100)] 
urlmon: Added test of handlong its protocol.

17 years agourlmon: Depend on Read result in report_data.
Jacek Caban [Sat, 10 Feb 2007 15:32:44 +0000 (16:32 +0100)] 
urlmon: Depend on Read result in report_data.

17 years agourlmon: Store download state in Binding object.
Jacek Caban [Sat, 10 Feb 2007 15:32:03 +0000 (16:32 +0100)] 
urlmon: Store download state in Binding object.

17 years agorpcrt4: Enter new named pipe connections into the protocol connection list.
Alexandre Julliard [Mon, 12 Feb 2007 13:13:22 +0000 (14:13 +0100)] 
rpcrt4: Enter new named pipe connections into the protocol connection list.

17 years agocomctl32: Make ImageList_Read and ImageList_Write compatible with each other, simplif...
Dmitry Timoshkov [Mon, 12 Feb 2007 08:47:56 +0000 (16:47 +0800)] 
comctl32: Make ImageList_Read and ImageList_Write compatible with each other, simplify the code.

17 years agomsi: Store dll based custom actions in a separate list.
Mike McCormack [Mon, 12 Feb 2007 02:31:41 +0000 (11:31 +0900)] 
msi: Store dll based custom actions in a separate list.

17 years agomsi: Simplify ACTION_FinishCustomActions.
Mike McCormack [Mon, 12 Feb 2007 02:30:43 +0000 (11:30 +0900)] 
msi: Simplify ACTION_FinishCustomActions.

17 years agowined3d: Properly round negative values in shader_glsl_mov.
Chris Robinson [Sun, 11 Feb 2007 07:04:55 +0000 (23:04 -0800)] 
wined3d: Properly round negative values in shader_glsl_mov.

17 years agowordpad: Open .wri files in wordpad.
Hans Leidekker [Sat, 10 Feb 2007 21:55:29 +0000 (22:55 +0100)] 
wordpad: Open .wri files in wordpad.

17 years agowinedump: Removed a couple of unused elements out of struct symbol.
Eric Pouech [Sat, 10 Feb 2007 08:10:20 +0000 (09:10 +0100)] 
winedump: Removed a couple of unused elements out of struct symbol.

17 years agowinedump: Simplify guid dumping.
Eric Pouech [Sat, 10 Feb 2007 08:10:13 +0000 (09:10 +0100)] 
winedump: Simplify guid dumping.

17 years agowinedump: Larger usage of symbol demangling while dumping.
Eric Pouech [Sat, 10 Feb 2007 08:10:07 +0000 (09:10 +0100)] 
winedump: Larger usage of symbol demangling while dumping.

17 years agowinedbg: Support for debugging child processes.
Eric Pouech [Sat, 10 Feb 2007 09:48:52 +0000 (10:48 +0100)] 
winedbg: Support for debugging child processes.

Added internal flag (AlsoDebugProcChild) to let winedbg debug both
parent and child (in the same WineDbg session).

17 years agowinedbg: Correctly handle invalid read conditions.
Eric Pouech [Sat, 10 Feb 2007 09:48:25 +0000 (10:48 +0100)] 
winedbg: Correctly handle invalid read conditions.

17 years agowininet/ftp.c: Add another test.
Paul Vriens [Mon, 12 Feb 2007 09:03:25 +0000 (10:03 +0100)] 
wininet/ftp.c: Add another test.

17 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Sat, 10 Feb 2007 16:33:17 +0000 (17:33 +0100)] 
wininet/ftp.c: Fix some returned error codes.

17 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Sat, 10 Feb 2007 16:23:15 +0000 (17:23 +0100)] 
wininet/ftp.c: Fix some returned error codes.

17 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Fri, 9 Feb 2007 20:17:27 +0000 (21:17 +0100)] 
wininet/ftp.c: Fix some returned error codes.

17 years agomshtml: Handle resource protocol like chrome protocol.
Jacek Caban [Sat, 10 Feb 2007 16:37:37 +0000 (17:37 +0100)] 
mshtml: Handle resource protocol like chrome protocol.

17 years agomshtml: Call SetWineURL in Clone.
Jacek Caban [Sat, 10 Feb 2007 16:36:58 +0000 (17:36 +0100)] 
mshtml: Call SetWineURL in Clone.

17 years agomshtml: Start binding asynchronously.
Jacek Caban [Sat, 10 Feb 2007 16:36:13 +0000 (17:36 +0100)] 
mshtml: Start binding asynchronously.

17 years agomshtml: Move AddRequest call to OnStartBinding.
Jacek Caban [Fri, 9 Feb 2007 19:20:43 +0000 (20:20 +0100)] 
mshtml: Move AddRequest call to OnStartBinding.

17 years agomshtml: Remove no longer used [Get|Set]Moniker functions.
Jacek Caban [Fri, 9 Feb 2007 19:19:56 +0000 (20:19 +0100)] 
mshtml: Remove no longer used [Get|Set]Moniker functions.

17 years agomshtml: Don't test the contents of an output parameter.
Alexandre Julliard [Mon, 12 Feb 2007 12:41:35 +0000 (13:41 +0100)] 
mshtml: Don't test the contents of an output parameter.

17 years agomshtml: Don't store moniker in nsURI.
Jacek Caban [Fri, 9 Feb 2007 19:19:13 +0000 (20:19 +0100)] 
mshtml: Don't store moniker in nsURI.

17 years agomshtml: Added [Set|Get]WineURL functions to nsIWineURI.
Jacek Caban [Fri, 9 Feb 2007 19:18:20 +0000 (20:18 +0100)] 
mshtml: Added [Set|Get]WineURL functions to nsIWineURI.

17 years agomshtml: Store URL in unicode in nsURI.
Jacek Caban [Fri, 9 Feb 2007 19:17:16 +0000 (20:17 +0100)] 
mshtml: Store URL in unicode in nsURI.

17 years agoshlwapi: Fix handling mk URLs.
Jacek Caban [Sat, 10 Feb 2007 18:05:25 +0000 (19:05 +0100)] 
shlwapi: Fix handling mk URLs.

17 years agoshlwapi: Unicodified scheme detecting code.
Jacek Caban [Sat, 10 Feb 2007 15:29:31 +0000 (16:29 +0100)] 
shlwapi: Unicodified scheme detecting code.

17 years agoitss: Fix handling URLs without '/' in object name.
Jacek Caban [Sat, 10 Feb 2007 15:30:42 +0000 (16:30 +0100)] 
itss: Fix handling URLs without '/' in object name.

17 years agotreeview: Scrolling does not cause label being edited to lose focus.
Duane Clark [Sat, 10 Feb 2007 01:45:30 +0000 (17:45 -0800)] 
treeview: Scrolling does not cause label being edited to lose focus.

17 years agowinegcc: Sign-compare fixes.
Joris Huizer [Sat, 10 Feb 2007 11:57:25 +0000 (03:57 -0800)] 
winegcc: Sign-compare fixes.

17 years agomsi: Split process_handle() into two separate functions.
Mike McCormack [Sat, 10 Feb 2007 02:05:43 +0000 (11:05 +0900)] 
msi: Split process_handle() into two separate functions.

17 years agoshell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs).
Mikołaj Zalewski [Fri, 9 Feb 2007 16:13:25 +0000 (17:13 +0100)] 
shell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs).

17 years agoshell32: Add a confirmation dialog with a "Yes to All" option.
Mikołaj Zalewski [Fri, 9 Feb 2007 15:59:43 +0000 (16:59 +0100)] 
shell32: Add a confirmation dialog with a "Yes to All" option.

17 years agoshell32: Make sure BrowseForFolder doesn't return NULL for the Desktop folder as...
Mikołaj Zalewski [Fri, 9 Feb 2007 15:53:24 +0000 (16:53 +0100)] 
shell32: Make sure BrowseForFolder doesn't return NULL for the Desktop folder as this means a cancel.

17 years agowined3d: Make shader_cleanup more useful.
Stefan Dösinger [Thu, 8 Feb 2007 21:31:01 +0000 (22:31 +0100)] 
wined3d: Make shader_cleanup more useful.

17 years agowined3d: BeginScene and EndScene tests and fixes.
Stefan Dösinger [Fri, 9 Feb 2007 15:35:45 +0000 (16:35 +0100)] 
wined3d: BeginScene and EndScene tests and fixes.

17 years agoMake.rules: Automatically generate the header for all types of idl sources.
Alexandre Julliard [Fri, 9 Feb 2007 13:32:36 +0000 (14:32 +0100)] 
Make.rules: Automatically generate the header for all types of idl sources.

17 years agoshell32/tests: wnsprintfA() is missing on Win9x, so use sprintf() instead.
Francois Gouget [Fri, 9 Feb 2007 11:37:59 +0000 (12:37 +0100)] 
shell32/tests: wnsprintfA() is missing on Win9x, so use sprintf() instead.

17 years agoshell32/tests: Fix test_GetDisplayName() to cope with a left-over test directory.
Francois Gouget [Fri, 9 Feb 2007 11:41:08 +0000 (12:41 +0100)] 
shell32/tests: Fix test_GetDisplayName() to cope with a left-over test directory.

17 years agoshell32/tests: ILFree() and ILIsEqual() are exported by ordinal only on Win9x. So...
Francois Gouget [Fri, 9 Feb 2007 11:38:11 +0000 (12:38 +0100)] 
shell32/tests: ILFree() and ILIsEqual() are exported by ordinal only on Win9x. So use GetProcAddress().

17 years agontdll: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Fri, 9 Feb 2007 11:36:49 +0000 (12:36 +0100)] 
ntdll: Better match the PSDK types and fix the winapi_check warnings.

17 years agowinapi_check: Fix handling of the -register functions.
Francois Gouget [Fri, 9 Feb 2007 11:31:57 +0000 (12:31 +0100)] 
winapi_check: Fix handling of the -register functions.

Unless specified otherwise they are implemented by a '__regs_' function.
Keep track of the '-i386' flag so we can detect CONTEXT* vs. CONTEXT86* mismatches.
Remove an unneeded and broken hack meant to fudge the number of parameters.

17 years agowinapi_check: '-register' is compatible with stdcall. So remove this obsolete warning.
Francois Gouget [Fri, 9 Feb 2007 11:22:45 +0000 (12:22 +0100)] 
winapi_check: '-register' is compatible with stdcall. So remove this obsolete warning.

17 years agontdsapi: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Fri, 9 Feb 2007 11:22:22 +0000 (12:22 +0100)] 
ntdsapi: Update win32.api to fix the winapi_check warnings.

17 years agontdsapi: Add a commented-out #include directive as a reminder.
Francois Gouget [Fri, 9 Feb 2007 11:22:13 +0000 (12:22 +0100)] 
ntdsapi: Add a commented-out #include directive as a reminder.

17 years agoMake winnt.h C++ compatible.
Francois Gouget [Fri, 9 Feb 2007 11:22:34 +0000 (12:22 +0100)] 
Make winnt.h C++ compatible.

17 years agokernel32: Add prototypes to winbase.h for the SList functions.
Francois Gouget [Fri, 9 Feb 2007 11:32:10 +0000 (12:32 +0100)] 
kernel32: Add prototypes to winbase.h for the SList functions.

17 years agontdll: The fourth parameter of RtlUnwind() is a pointer, not a long.
Francois Gouget [Fri, 9 Feb 2007 11:27:27 +0000 (12:27 +0100)] 
ntdll: The fourth parameter of RtlUnwind() is a pointer, not a long.

17 years agontdll: ZwRaiseException() is not a register function.
Francois Gouget [Fri, 9 Feb 2007 11:26:03 +0000 (12:26 +0100)] 
ntdll: ZwRaiseException() is not a register function.

17 years agoregedit: Updated Korean Resource.
Hwang YunSong(황윤성) [Wed, 7 Feb 2007 23:59:52 +0000 (08:59 +0900)] 
regedit: Updated Korean Resource.

17 years agokernel32/tests: Fixed several uninitialized variables.
Marcus Meissner [Thu, 8 Feb 2007 20:06:02 +0000 (21:06 +0100)] 
kernel32/tests: Fixed several uninitialized variables.

17 years agouser32/listbox: Remove deadcode (Coverity).
Paul Vriens [Fri, 9 Feb 2007 06:55:40 +0000 (07:55 +0100)] 
user32/listbox: Remove deadcode (Coverity).

17 years agomsvcrt: Use raise(SIGABRT) for abort() and assert().
Eric Pouech [Thu, 8 Feb 2007 20:33:45 +0000 (21:33 +0100)] 
msvcrt: Use raise(SIGABRT) for abort() and assert().

17 years agomsvcrt: Implemented the raise function.
Eric Pouech [Thu, 8 Feb 2007 20:33:39 +0000 (21:33 +0100)] 
msvcrt: Implemented the raise function.

17 years agomsvcrt: Reset a signal to DFL before it's used.
Eric Pouech [Thu, 8 Feb 2007 20:33:33 +0000 (21:33 +0100)] 
msvcrt: Reset a signal to DFL before it's used.

17 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Thu, 8 Feb 2007 16:27:57 +0000 (17:27 +0100)] 
wininet/ftp.c: Fix some returned error codes.

17 years agontdll: Add Omsk time zone.
Konstantin Kondratyuk [Thu, 8 Feb 2007 14:13:13 +0000 (17:13 +0300)] 
ntdll: Add Omsk time zone.

17 years agokernel32: Remove CloseHandle call.
Marcus Meissner [Thu, 8 Feb 2007 20:14:51 +0000 (21:14 +0100)] 
kernel32: Remove CloseHandle call.

17 years agodevenum: Initialize hKeysub.
Marcus Meissner [Thu, 8 Feb 2007 19:35:44 +0000 (20:35 +0100)] 
devenum: Initialize hKeysub.

17 years agontdll: Initialize needs_close to FALSE.
Marcus Meissner [Thu, 8 Feb 2007 19:20:34 +0000 (20:20 +0100)] 
ntdll: Initialize needs_close to FALSE.

17 years agoriched20: Removed more dead code.
Marcus Meissner [Thu, 8 Feb 2007 16:12:21 +0000 (17:12 +0100)] 
riched20: Removed more dead code.

17 years agowmc: inputbuffer is a WCHAR array.
Marcus Meissner [Thu, 8 Feb 2007 15:41:22 +0000 (16:41 +0100)] 
wmc: inputbuffer is a WCHAR array.

17 years agoSome fixes in russian resources.
Vitaly Lipatov [Thu, 8 Feb 2007 15:34:40 +0000 (18:34 +0300)] 
Some fixes in russian resources.

17 years agowineshelllink: Keep using the slash as path separator.
Hans Leidekker [Thu, 8 Feb 2007 14:33:00 +0000 (15:33 +0100)] 
wineshelllink: Keep using the slash as path separator.

17 years agowineshelllink: Use "=" instead of "==" to compare strings.
Hans Leidekker [Thu, 8 Feb 2007 14:32:44 +0000 (15:32 +0100)] 
wineshelllink: Use "=" instead of "==" to compare strings.

17 years agomsi: Don't skip files continued from a previous cabinet.
James Hawkins [Thu, 8 Feb 2007 03:58:14 +0000 (21:58 -0600)] 
msi: Don't skip files continued from a previous cabinet.

17 years agocomctl32: listview: Create the LISTVIEW_INFO in WM_NCCREATE.
Mikołaj Zalewski [Wed, 7 Feb 2007 20:12:52 +0000 (21:12 +0100)] 
comctl32: listview: Create the LISTVIEW_INFO in WM_NCCREATE.

17 years agooleaut32: Fix the return value of ITypeInfo::Invoke when the property-put named argum...
Rob Shearman [Wed, 7 Feb 2007 19:30:07 +0000 (19:30 +0000)] 
oleaut32: Fix the return value of ITypeInfo::Invoke when the property-put named argument isn't DISPID_PROPERTYPUT.

17 years agooleaut32: Implement automatic value getting in ITypeInfo::Invoke.
Rob Shearman [Wed, 7 Feb 2007 19:28:43 +0000 (19:28 +0000)] 
oleaut32: Implement automatic value getting in ITypeInfo::Invoke.

If an IDispatch object is returned from in the retval for a propget
function and an extra parameter was passed in to ITypeInfo::Invoke then
it should call IDispatch::Invoke on the returned object with the extra
parameter to retrieve the value of the object, which is then returned in
pVarResult.

17 years agooleaut32: Fix the IDL for the "Value" method in the tmarshal tests.
Rob Shearman [Wed, 7 Feb 2007 19:22:25 +0000 (19:22 +0000)] 
oleaut32: Fix the IDL for the "Value" method in the tmarshal tests.

17 years agooleaut32: Comment out "dual" attribute of IKindaEnumWidget in tmarshal test to cause...
Rob Shearman [Wed, 7 Feb 2007 19:21:33 +0000 (19:21 +0000)] 
oleaut32: Comment out "dual" attribute of IKindaEnumWidget in tmarshal test to cause the interface to be marshaled correctly.

This fixes a bunch of tmarshal tests.

17 years agooleaut32: Always register the typelib for the tmarshal tests.
Rob Shearman [Wed, 7 Feb 2007 22:09:43 +0000 (22:09 +0000)] 
oleaut32: Always register the typelib for the tmarshal tests.

17 years agoregedit: Do not use a local copy of a global pointer.
Detlef Riekenberg [Wed, 7 Feb 2007 23:14:15 +0000 (00:14 +0100)] 
regedit: Do not use a local copy of a global pointer.

17 years agoregedit: Do not pass a global available pointer to a static function.
Detlef Riekenberg [Wed, 7 Feb 2007 23:08:44 +0000 (00:08 +0100)] 
regedit: Do not pass a global available pointer to a static function.

17 years agoregedit: Declare some variables static.
Detlef Riekenberg [Wed, 7 Feb 2007 22:48:29 +0000 (23:48 +0100)] 
regedit: Declare some variables static.

17 years agourlmon: Fix continue_call handling.
Jacek Caban [Thu, 8 Feb 2007 01:34:52 +0000 (02:34 +0100)] 
urlmon: Fix continue_call handling.

17 years agourlmon: Call OnProgress directly in report_data.
Jacek Caban [Thu, 8 Feb 2007 01:34:13 +0000 (02:34 +0100)] 
urlmon: Call OnProgress directly in report_data.

17 years agourlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation.
Jacek Caban [Thu, 8 Feb 2007 01:33:32 +0000 (02:33 +0100)] 
urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation.

17 years agourlmon: Fix ReportResult on async protocols.
Jacek Caban [Thu, 8 Feb 2007 01:32:48 +0000 (02:32 +0100)] 
urlmon: Fix ReportResult on async protocols.

17 years agomsiexec: Catch the -Embedding flag and print out a message.
Mike McCormack [Thu, 8 Feb 2007 01:56:27 +0000 (10:56 +0900)] 
msiexec: Catch the -Embedding flag and print out a message.

17 years agomsi: Register the typelib.
Mike McCormack [Thu, 8 Feb 2007 08:20:55 +0000 (17:20 +0900)] 
msi: Register the typelib.

17 years agoserver: Fix typo. Should be group not owner.
Vitaliy Margolen [Thu, 8 Feb 2007 04:11:18 +0000 (21:11 -0700)] 
server: Fix typo. Should be group not owner.

17 years agontdll: Fix compile errors for Win64.
Kevin Koltzau [Thu, 8 Feb 2007 03:59:14 +0000 (22:59 -0500)] 
ntdll: Fix compile errors for Win64.

17 years agowinnt.h: Correct declaration of SLIST_HEADER and SLIST_ENTRY for Win64.
Kevin Koltzau [Thu, 8 Feb 2007 03:58:52 +0000 (22:58 -0500)] 
winnt.h: Correct declaration of SLIST_HEADER and SLIST_ENTRY for Win64.