wine
13 years agooledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.
Andreas Pflug [Wed, 17 Nov 2010 12:06:16 +0000 (13:06 +0100)] 
oledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.

13 years agowinspool/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:18 +0000 (15:08 +0100)] 
winspool/tests: Avoid sizeof in traces.

13 years agourlmon/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:08 +0000 (15:08 +0100)] 
urlmon/tests: Avoid sizeof in traces.

13 years agomsvcrt/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:08:03 +0000 (15:08 +0100)] 
msvcrt/tests: Avoid sizeof in traces.

13 years agogameux: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:56 +0000 (15:07 +0100)] 
gameux: Avoid sizeof in traces.

13 years agoadvapi32/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:47 +0000 (15:07 +0100)] 
advapi32/tests: Avoid sizeof in traces.

13 years agolibwine: Fix a pointer comparison warning.
Alexandre Julliard [Wed, 17 Nov 2010 14:07:30 +0000 (15:07 +0100)] 
libwine: Fix a pointer comparison warning.

13 years agomsxml3: Fix incorrect uses of va_list arguments.
Alexandre Julliard [Wed, 17 Nov 2010 13:21:09 +0000 (14:21 +0100)] 
msxml3: Fix incorrect uses of va_list arguments.

13 years agoshdocvw: Implement InPlaceActiveObject::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:22 +0000 (13:12 +0100)] 
shdocvw: Implement InPlaceActiveObject::TranslateAccelerator.

13 years agoshdocvw: Implement ControlSite::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:21 +0000 (13:12 +0100)] 
shdocvw: Implement ControlSite::TranslateAccelerator.

13 years agoshdocvw: Add IOleControlSite interface to dochost.
David Hedberg [Wed, 17 Nov 2010 12:12:20 +0000 (13:12 +0100)] 
shdocvw: Add IOleControlSite interface to dochost.

13 years agoshdocvw: Implement DocHostUIHandler::TranslateAccelerator.
David Hedberg [Wed, 17 Nov 2010 12:12:19 +0000 (13:12 +0100)] 
shdocvw: Implement DocHostUIHandler::TranslateAccelerator.

13 years agowinegstreamer: Destroy thread in GST_Connect.
Maarten Lankhorst [Wed, 17 Nov 2010 12:27:22 +0000 (13:27 +0100)] 
winegstreamer: Destroy thread in GST_Connect.

13 years agowinegstreamer: Fix reference leak.
Maarten Lankhorst [Wed, 17 Nov 2010 12:25:51 +0000 (13:25 +0100)] 
winegstreamer: Fix reference leak.

13 years agooleaut32: Fix the overflow check in VarNumFromParseNum.
Alexandre Julliard [Wed, 17 Nov 2010 12:42:50 +0000 (13:42 +0100)] 
oleaut32: Fix the overflow check in VarNumFromParseNum.

Spotted by Adam Martinson.

13 years agooleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit.
Adam Martinson [Wed, 17 Nov 2010 07:41:36 +0000 (01:41 -0600)] 
oleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit.

13 years agoddraw/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:39:00 +0000 (12:39 +0100)] 
ddraw/tests: Fix some failure messages.

13 years agod3d8/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:38:59 +0000 (12:38 +0100)] 
d3d8/tests: Fix some failure messages.

13 years agod3d9/tests: Fix some failure messages.
Henri Verbeet [Wed, 17 Nov 2010 11:38:58 +0000 (12:38 +0100)] 
d3d9/tests: Fix some failure messages.

13 years agowined3d: Send a notification that the GL texture changed in flip_surface().
Henri Verbeet [Wed, 17 Nov 2010 11:38:57 +0000 (12:38 +0100)] 
wined3d: Send a notification that the GL texture changed in flip_surface().

Strictly speaking the texture doesn't get unloaded, but it does get associated
with a different surface. The FBO cache in particular is much happier when it
gets notified of these.

13 years agomsxml3: Remove 'const' from the function return types.
Michael Stefaniuc [Wed, 17 Nov 2010 11:13:17 +0000 (12:13 +0100)] 
msxml3: Remove 'const' from the function return types.

Type qualifiers have only a meaning for lvalues.

13 years agocomctl32/treeview: Remove some casts.
Nikolay Sivov [Wed, 17 Nov 2010 10:47:11 +0000 (13:47 +0300)] 
comctl32/treeview: Remove some casts.

13 years agocomctl32/treeview: Use a code set by dispinfo holder to convert data encoding after...
Nikolay Sivov [Wed, 17 Nov 2010 10:46:42 +0000 (13:46 +0300)] 
comctl32/treeview: Use a code set by dispinfo holder to convert data encoding after TVN_GETDISPINFO.

13 years agowinemenubuilder: Generate icons for the fd.o "Open with" menu.
Damjan Jovanovic [Wed, 17 Nov 2010 10:12:08 +0000 (12:12 +0200)] 
winemenubuilder: Generate icons for the fd.o "Open with" menu.

13 years agomsi: Add support for importing and exporting the special _ForceCodepage table.
Hans Leidekker [Wed, 17 Nov 2010 09:58:10 +0000 (10:58 +0100)] 
msi: Add support for importing and exporting the special _ForceCodepage table.

13 years agomsi: Improve tracing in MsiQueryFeatureStateW.
Hans Leidekker [Wed, 17 Nov 2010 09:57:54 +0000 (10:57 +0100)] 
msi: Improve tracing in MsiQueryFeatureStateW.

13 years agomsi: Fix handling of an empty language id list in msi_parse_summary.
Hans Leidekker [Wed, 17 Nov 2010 09:57:40 +0000 (10:57 +0100)] 
msi: Fix handling of an empty language id list in msi_parse_summary.

13 years agomsi: Trace the reinstall mode in hex in MsiReinstallFeatureW.
Hans Leidekker [Wed, 17 Nov 2010 09:57:21 +0000 (10:57 +0100)] 
msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.

13 years agomsvcp90/tests: Added basic_string<wchar_t>::swap tests.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:57 +0000 (20:58 +0200)] 
msvcp90/tests: Added basic_string<wchar_t>::swap tests.

13 years agomsvcp90: Added basic_string<wchar_t>::swap implementation.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:44 +0000 (20:58 +0200)] 
msvcp90: Added basic_string<wchar_t>::swap implementation.

13 years agomsvcp90/tests: Added basic_string<char>::swap tests.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:29 +0000 (20:58 +0200)] 
msvcp90/tests: Added basic_string<char>::swap tests.

13 years agomsvcp90: Added basic_string<char>::swap implementation.
Vincas Miliūnas [Tue, 16 Nov 2010 18:58:15 +0000 (20:58 +0200)] 
msvcp90: Added basic_string<char>::swap implementation.

13 years agomciseq: Bogus sizeof led to incorrect positioning.
Jörg Höhle [Tue, 16 Nov 2010 20:39:17 +0000 (21:39 +0100)] 
mciseq: Bogus sizeof led to incorrect positioning.

13 years agomciseq: Rework MCI notification system.
Jörg Höhle [Sat, 5 Dec 2009 04:40:59 +0000 (05:40 +0100)] 
mciseq: Rework MCI notification system.

13 years agowinemaker: Add spec file dependency for dlls.
André Hentschel [Tue, 16 Nov 2010 21:43:55 +0000 (22:43 +0100)] 
winemaker: Add spec file dependency for dlls.

13 years agocomctl32/listview: Use a code set by dispinfo holder to convert data encoding after...
Nikolay Sivov [Tue, 16 Nov 2010 20:55:23 +0000 (23:55 +0300)] 
comctl32/listview: Use a code set by dispinfo holder to convert data encoding after LVN_GETDISPINFO.

13 years agocrypt32: Add CertFindChainInStore stub.
Juan Lang [Mon, 15 Nov 2010 19:26:01 +0000 (11:26 -0800)] 
crypt32: Add CertFindChainInStore stub.

13 years agoinclude: Add some relocation types.
André Hentschel [Tue, 16 Nov 2010 19:58:52 +0000 (20:58 +0100)] 
include: Add some relocation types.

13 years agowinemaker: Catch special case in Workspace file.
André Hentschel [Tue, 16 Nov 2010 18:59:32 +0000 (19:59 +0100)] 
winemaker: Catch special case in Workspace file.

Some sln files use that as a section to keep things like changelogs,
which we are not interested in.

13 years agoole32: Cache the contents of one extended big block depot block.
Vincent Povirk [Mon, 19 Apr 2010 21:55:49 +0000 (16:55 -0500)] 
ole32: Cache the contents of one extended big block depot block.

13 years agouser32: Add a stub for IsGUIThread().
Alexandre Julliard [Tue, 16 Nov 2010 20:01:08 +0000 (21:01 +0100)] 
user32: Add a stub for IsGUIThread().

13 years agouser32: Check structure size in GetGUIThreadInfo.
Alexandre Julliard [Tue, 16 Nov 2010 19:57:27 +0000 (20:57 +0100)] 
user32: Check structure size in GetGUIThreadInfo.

13 years agowinspool.drv: Return success from the AddPrintProcessorW stub.
Hans Leidekker [Tue, 16 Nov 2010 08:07:50 +0000 (09:07 +0100)] 
winspool.drv: Return success from the AddPrintProcessorW stub.

13 years agoshell32/tests: Added SHPropStg* tests.
Piotr Caban [Tue, 16 Nov 2010 14:49:47 +0000 (15:49 +0100)] 
shell32/tests: Added SHPropStg* tests.

13 years agoshell32: Added partial implementation of SHPropStgWriteMultiple.
Piotr Caban [Tue, 16 Nov 2010 13:58:22 +0000 (14:58 +0100)] 
shell32: Added partial implementation of SHPropStgWriteMultiple.

13 years agoshell32: Added partial implementation of SHPropStgReadMultiple.
Piotr Caban [Tue, 16 Nov 2010 13:58:13 +0000 (14:58 +0100)] 
shell32: Added partial implementation of SHPropStgReadMultiple.

13 years agoshell32: Added SHPropStgCreate implementation.
Piotr Caban [Tue, 16 Nov 2010 13:58:03 +0000 (14:58 +0100)] 
shell32: Added SHPropStgCreate implementation.

13 years agoshell32: Added SHPropStg* stubs.
Piotr Caban [Tue, 16 Nov 2010 13:57:52 +0000 (14:57 +0100)] 
shell32: Added SHPropStg* stubs.

13 years agoole32: Skip more tests on win9x.
Jacek Caban [Tue, 16 Nov 2010 12:39:11 +0000 (13:39 +0100)] 
ole32: Skip more tests on win9x.

13 years agoinclude: Define SIO_SET_COMPATIBILITY_MODE.
André Hentschel [Sun, 14 Nov 2010 19:40:33 +0000 (20:40 +0100)] 
include: Define SIO_SET_COMPATIBILITY_MODE.

13 years agod3d8: Fix some return values.
Henri Verbeet [Tue, 16 Nov 2010 11:09:31 +0000 (12:09 +0100)] 
d3d8: Fix some return values.

13 years agod3d9: Fix some return values.
Henri Verbeet [Tue, 16 Nov 2010 11:09:30 +0000 (12:09 +0100)] 
d3d9: Fix some return values.

13 years agowined3d: buffer_get_sysmem() potentially invalidates the current element array buffer...
Henri Verbeet [Tue, 16 Nov 2010 11:09:29 +0000 (12:09 +0100)] 
wined3d: buffer_get_sysmem() potentially invalidates the current element array buffer binding.

This fixes a regression introduced by commit
2a7a2371709233bc87071bbab43e87955cb122ca.

13 years agowined3d: Remove a redundant flag in IWineD3DSurfaceImpl_SetMem().
Henri Verbeet [Tue, 16 Nov 2010 11:09:28 +0000 (12:09 +0100)] 
wined3d: Remove a redundant flag in IWineD3DSurfaceImpl_SetMem().

13 years agomsvcrt: popen: stderr from the child process should not be redirected to the parent...
Borut Razem [Mon, 15 Nov 2010 21:50:23 +0000 (22:50 +0100)] 
msvcrt: popen: stderr from the child process should not be redirected to the parent's stdin.

13 years agomsvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
Eric Pouech [Mon, 15 Nov 2010 21:00:10 +0000 (22:00 +0100)] 
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).

13 years agomsvcrt: Implemented _i64to[aw]_s.
Eric Pouech [Mon, 15 Nov 2010 21:00:01 +0000 (22:00 +0100)] 
msvcrt: Implemented _i64to[aw]_s.

13 years agomsvcrt: Implemented _ltoa_s.
Eric Pouech [Mon, 15 Nov 2010 20:59:55 +0000 (21:59 +0100)] 
msvcrt: Implemented _ltoa_s.

13 years agowineconsole: In curses mode, map some box drawing attributes to ACS characters.
Eric Pouech [Mon, 15 Nov 2010 20:36:14 +0000 (21:36 +0100)] 
wineconsole: In curses mode, map some box drawing attributes to ACS characters.

13 years agowineconsole: Added support for curses window resizing.
Eric Pouech [Mon, 15 Nov 2010 20:36:08 +0000 (21:36 +0100)] 
wineconsole: Added support for curses window resizing.

13 years agowineconsole: Properly handle (user)-window resizing wrt the console.
Eric Pouech [Mon, 15 Nov 2010 20:36:02 +0000 (21:36 +0100)] 
wineconsole: Properly handle (user)-window resizing wrt the console.

13 years agowineconsole: Properly manage window position (in wineconsole) from within wineserver.
Eric Pouech [Mon, 15 Nov 2010 20:35:55 +0000 (21:35 +0100)] 
wineconsole: Properly manage window position (in wineconsole) from within wineserver.

13 years agows2_32/tests: NT4 and Win2000 print IPv6 addresses a little bit differently.
Greg Geldorp [Tue, 16 Nov 2010 10:13:07 +0000 (11:13 +0100)] 
ws2_32/tests: NT4 and Win2000 print IPv6 addresses a little bit differently.

13 years agomsxml3: Remove practically unused variable from XDR_to_XSD_doc.
Gerald Pfeifer [Tue, 16 Nov 2010 01:18:54 +0000 (02:18 +0100)] 
msxml3: Remove practically unused variable from XDR_to_XSD_doc.

13 years agomsxml3: Add functions to get the dt:dt of a node.
Adam Martinson [Tue, 16 Nov 2010 00:16:51 +0000 (18:16 -0600)] 
msxml3: Add functions to get the dt:dt of a node.

13 years agomsxml3: Add XDR datatypes enum and string table.
Adam Martinson [Tue, 16 Nov 2010 00:16:10 +0000 (18:16 -0600)] 
msxml3: Add XDR datatypes enum and string table.

13 years agomsxml3: Move schema cache into the domdoc_properties struct.
Adam Martinson [Tue, 16 Nov 2010 00:15:24 +0000 (18:15 -0600)] 
msxml3: Move schema cache into the domdoc_properties struct.

13 years agomsxml3: Fix a datatypes.xsd oops.
Adam Martinson [Tue, 16 Nov 2010 00:15:04 +0000 (18:15 -0600)] 
msxml3: Fix a datatypes.xsd oops.

13 years agomsi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.
Hans Leidekker [Tue, 16 Nov 2010 08:07:36 +0000 (09:07 +0100)] 
msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.

13 years agomsi: Components don't require a key path.
Hans Leidekker [Tue, 16 Nov 2010 08:07:23 +0000 (09:07 +0100)] 
msi: Components don't require a key path.

13 years agomsi: Honor msidbComponentAttributesPermanent.
Hans Leidekker [Tue, 16 Nov 2010 08:07:07 +0000 (09:07 +0100)] 
msi: Honor msidbComponentAttributesPermanent.

13 years agomsi: Check component attributes before extracting the cabinet.
Hans Leidekker [Tue, 16 Nov 2010 08:06:50 +0000 (09:06 +0100)] 
msi: Check component attributes before extracting the cabinet.

13 years agoloader: On Mac, reserve the process's original thread for the frameworks.
Ken Thomases [Tue, 16 Nov 2010 07:41:14 +0000 (01:41 -0600)] 
loader: On Mac, reserve the process's original thread for the frameworks.

The frameworks expect the original thread to run its run loop, so input
sources (like distributed notifications) get processed.  For example,
Core Audio on Snow Leopard doesn't track changes in the default ouput
device, such as when headphones are plugged in, without this.

13 years agowininet: Verify revocation status of certificate chain.
Juan Lang [Tue, 16 Nov 2010 01:07:22 +0000 (17:07 -0800)] 
wininet: Verify revocation status of certificate chain.

13 years agowinhttp: Verify revocation status of certificate chain.
Juan Lang [Thu, 3 Dec 2009 22:41:57 +0000 (14:41 -0800)] 
winhttp: Verify revocation status of certificate chain.

13 years agomsxml3/tests: Remove redundant NULL check before SysFreeString (smatch).
Michael Stefaniuc [Mon, 15 Nov 2010 20:42:45 +0000 (21:42 +0100)] 
msxml3/tests: Remove redundant NULL check before SysFreeString (smatch).

13 years agowinex11: Properly forget about a foreign window when it's destroyed through DestroyWi...
Alexandre Julliard [Mon, 15 Nov 2010 19:41:07 +0000 (20:41 +0100)] 
winex11: Properly forget about a foreign window when it's destroyed through DestroyWindow().

13 years agooleaut32: Added LoadTypeLib failure test.
Jacek Caban [Mon, 15 Nov 2010 16:45:35 +0000 (17:45 +0100)] 
oleaut32: Added LoadTypeLib failure test.

13 years agogdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.
Austin Lund [Mon, 15 Nov 2010 00:03:28 +0000 (10:03 +1000)] 
gdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.

13 years agomsvcrt: Implement strncat_s.
Eryk Wieliczko [Mon, 15 Nov 2010 00:04:42 +0000 (01:04 +0100)] 
msvcrt: Implement strncat_s.

13 years agowined3d: Properly recreate the sysmem resource location in IWineD3DSurfaceImpl_SetMem().
Henri Verbeet [Mon, 15 Nov 2010 12:43:35 +0000 (13:43 +0100)] 
wined3d: Properly recreate the sysmem resource location in IWineD3DSurfaceImpl_SetMem().

Otherwise we could end up with surfaces that have SFLAG_INSYSMEM set, but no
actual system memory allocated. This was exposed by
3bbe658ef1b2a992ad44cd9503ad65889a1c6896.

13 years agowined3d: Add a trace to IWineD3DSurfaceImpl_SetMem().
Henri Verbeet [Mon, 15 Nov 2010 12:43:34 +0000 (13:43 +0100)] 
wined3d: Add a trace to IWineD3DSurfaceImpl_SetMem().

13 years agowined3d: Rename the IWineD3DPaletteImpl "Flags" field to "flags".
Henri Verbeet [Mon, 15 Nov 2010 12:43:33 +0000 (13:43 +0100)] 
wined3d: Rename the IWineD3DPaletteImpl "Flags" field to "flags".

13 years agoinclude: Add the tagBIND_OPTS3 structure.
Henri Verbeet [Mon, 15 Nov 2010 12:43:32 +0000 (13:43 +0100)] 
include: Add the tagBIND_OPTS3 structure.

13 years agomciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.
Jörg Höhle [Wed, 3 Nov 2010 19:04:32 +0000 (20:04 +0100)] 
mciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.

13 years agowinecoreaudio: OSStatus is not necessarily a FOURCC.
Jörg Höhle [Sat, 13 Nov 2010 17:05:18 +0000 (18:05 +0100)] 
winecoreaudio: OSStatus is not necessarily a FOURCC.

13 years agourlmon: Make Binding object IUri-based.
Jacek Caban [Mon, 15 Nov 2010 11:38:06 +0000 (12:38 +0100)] 
urlmon: Make Binding object IUri-based.

13 years agourlmon: Make get_protocol_handler IUri-based.
Jacek Caban [Mon, 15 Nov 2010 11:37:35 +0000 (12:37 +0100)] 
urlmon: Make get_protocol_handler IUri-based.

13 years agourlmon: Store BindProtocol as IInternetProtocolEx.
Jacek Caban [Mon, 15 Nov 2010 11:37:03 +0000 (12:37 +0100)] 
urlmon: Store BindProtocol as IInternetProtocolEx.

13 years agourlmon: BindProocol's protocol handler doesn't need IInternetProtocolEx iface.
Jacek Caban [Mon, 15 Nov 2010 11:36:41 +0000 (12:36 +0100)] 
urlmon: BindProocol's protocol handler doesn't need IInternetProtocolEx iface.

13 years agourlmon: Don't forward StartEx call to protocol handler in BindProtocol.
Jacek Caban [Mon, 15 Nov 2010 11:36:20 +0000 (12:36 +0100)] 
urlmon: Don't forward StartEx call to protocol handler in BindProtocol.

13 years agourlmon: Don't forward Start call to protocol handler in BindProtocol.
Jacek Caban [Mon, 15 Nov 2010 11:36:01 +0000 (12:36 +0100)] 
urlmon: Don't forward Start call to protocol handler in BindProtocol.

13 years agomsiexec: Add a manpage.
Austin English [Sun, 14 Nov 2010 11:37:22 +0000 (03:37 -0800)] 
msiexec: Add a manpage.

13 years agourlmon: Added pluggable protocol support to CoInternetCombineUrlEx.
Thomas Mullaly [Fri, 12 Nov 2010 23:52:05 +0000 (18:52 -0500)] 
urlmon: Added pluggable protocol support to CoInternetCombineUrlEx.

13 years agourlmon: Implemented CoInternetCombineUrlEx.
Thomas Mullaly [Fri, 12 Nov 2010 23:30:16 +0000 (18:30 -0500)] 
urlmon: Implemented CoInternetCombineUrlEx.

13 years agourlmon: Added stub for CoInternetCombineUrlEx.
Thomas Mullaly [Thu, 11 Nov 2010 03:31:35 +0000 (22:31 -0500)] 
urlmon: Added stub for CoInternetCombineUrlEx.

13 years agontdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
Detlef Riekenberg [Sun, 14 Nov 2010 18:04:55 +0000 (19:04 +0100)] 
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.

13 years agonotepad: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:46:45 +0000 (16:46 +0800)] 
notepad: Update Simplified Chinese translation.

13 years agoshell32: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:19:18 +0000 (16:19 +0800)] 
shell32: Update Simplified Chinese translation.

13 years agowordpad: Update Simplified Chinese translation.
Cheer Xiao [Sat, 13 Nov 2010 08:21:58 +0000 (16:21 +0800)] 
wordpad: Update Simplified Chinese translation.