wine
18 years agorpcrt4: Simplify RPCRT4_OpenConnection() a little.
Mike McCormack [Wed, 19 Apr 2006 10:24:59 +0000 (19:24 +0900)] 
rpcrt4: Simplify RPCRT4_OpenConnection() a little.

18 years agorpcrt4: Split code to open a pipe from RPCRT4_OpenConnection.
Mike McCormack [Wed, 19 Apr 2006 10:07:09 +0000 (19:07 +0900)] 
rpcrt4: Split code to open a pipe from RPCRT4_OpenConnection.

18 years agorpcrt4: Isolate code to open named pipes out of RPCRT4_OpenConnection.
Mike McCormack [Wed, 19 Apr 2006 09:14:30 +0000 (18:14 +0900)] 
rpcrt4: Isolate code to open named pipes out of RPCRT4_OpenConnection.

18 years agodbghelp: Don't fail to initialize if we can't load the main module as ELF.
Alexandre Julliard [Wed, 19 Apr 2006 12:30:10 +0000 (14:30 +0200)] 
dbghelp: Don't fail to initialize if we can't load the main module as ELF.

18 years agoshell32: Fixed ordinals of SHDefExtractIconA/W.
Alexandre Julliard [Wed, 19 Apr 2006 12:24:17 +0000 (14:24 +0200)] 
shell32: Fixed ordinals of SHDefExtractIconA/W.

18 years agouser: Find popup menus by ID.
Michael Kaufmann [Tue, 18 Apr 2006 14:35:51 +0000 (16:35 +0200)] 
user: Find popup menus by ID.

- Find menus by ID: Proper fallback to popup menus.
- Use the menu ID, not the handle for the fallback.
- Save the fallback menu's position.

18 years agowined3d: Implement GetHWND and SetHWND.
Stefan Dösinger [Tue, 18 Apr 2006 21:39:52 +0000 (23:39 +0200)] 
wined3d: Implement GetHWND and SetHWND.

18 years agowined3d: Implement EnumTextureFormats.
Stefan Dösinger [Tue, 18 Apr 2006 21:22:24 +0000 (23:22 +0200)] 
wined3d: Implement EnumTextureFormats.

18 years agowined3d: Implement EnumZBufferFormats.
Stefan Dösinger [Tue, 18 Apr 2006 21:15:56 +0000 (23:15 +0200)] 
wined3d: Implement EnumZBufferFormats.

18 years agowined3d: Implement IWineD3DDevice::EnumDisplayModes.
Stefan Dösinger [Tue, 18 Apr 2006 21:04:51 +0000 (23:04 +0200)] 
wined3d: Implement IWineD3DDevice::EnumDisplayModes.

18 years agowined3d: Implement Init3D and Uninit3D.
Stefan Dösinger [Tue, 18 Apr 2006 20:38:30 +0000 (22:38 +0200)] 
wined3d: Implement Init3D and Uninit3D.

18 years agoadvpack: Set the destination directory to the working directory if key equals SourceDir.
James Hawkins [Tue, 18 Apr 2006 21:14:34 +0000 (16:14 -0500)] 
advpack: Set the destination directory to the working directory if key equals SourceDir.

18 years agoadvpack: Add the ability to set multiple keys on one line in set_ldid.
James Hawkins [Tue, 18 Apr 2006 21:14:05 +0000 (16:14 -0500)] 
advpack: Add the ability to set multiple keys on one line in set_ldid.

18 years agoadvpack: Put function declarations in advpack_private.h.
James Hawkins [Tue, 18 Apr 2006 21:13:26 +0000 (16:13 -0500)] 
advpack: Put function declarations in advpack_private.h.

18 years agorpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqBegin().
Mike McCormack [Wed, 19 Apr 2006 08:25:21 +0000 (17:25 +0900)] 
rpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqBegin().

18 years agorpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInqIfIds().
Mike McCormack [Wed, 19 Apr 2006 08:25:02 +0000 (17:25 +0900)] 
rpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInqIfIds().

18 years agontdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveI...
Mike McCormack [Wed, 19 Apr 2006 08:26:11 +0000 (17:26 +0900)] 
ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion.

Based on a patch by Rob Shearman.

18 years agogdi32: Fix return values in BitBlt/StretchBlt.
Huw Davies [Tue, 18 Apr 2006 21:12:15 +0000 (22:12 +0100)] 
gdi32: Fix return values in BitBlt/StretchBlt.

18 years agogdi32: Fix {Bit,Stretch}Blt fallbacks to StretchDIBits.
Huw Davies [Tue, 18 Apr 2006 19:00:13 +0000 (20:00 +0100)] 
gdi32: Fix {Bit,Stretch}Blt fallbacks to StretchDIBits.

18 years agocomctl32: header: Remove the unused bUnicode.
Mikołaj Zalewski [Tue, 18 Apr 2006 17:45:29 +0000 (19:45 +0200)] 
comctl32: header: Remove the unused bUnicode.

18 years agocomctl32: header: Correct WM_[GS]ETUNICODEFORMAT.
Mikołaj Zalewski [Tue, 18 Apr 2006 17:44:09 +0000 (19:44 +0200)] 
comctl32: header: Correct WM_[GS]ETUNICODEFORMAT.

18 years agomsi: Clean up memset usage.
Mike McCormack [Tue, 18 Apr 2006 17:29:03 +0000 (02:29 +0900)] 
msi: Clean up memset usage.

18 years agomsi: Fix a regression caused by some bad logic.
Mike McCormack [Tue, 18 Apr 2006 17:29:33 +0000 (02:29 +0900)] 
msi: Fix a regression caused by some bad logic.

18 years agomsi: Don't fall back to the folder's parent if the folder doesn't exist.
Mike McCormack [Tue, 18 Apr 2006 17:28:05 +0000 (02:28 +0900)] 
msi: Don't fall back to the folder's parent if the folder doesn't exist.

18 years agoexplorer: Reuse drives that point to the same device to avoid memory leaks.
Alexandre Julliard [Tue, 18 Apr 2006 19:12:43 +0000 (21:12 +0200)] 
explorer: Reuse drives that point to the same device to avoid memory leaks.

Also print a warning if HAL support is not compiled in.

18 years agowinebuild: Disable linking to external symbols by default.
Alexandre Julliard [Tue, 18 Apr 2006 18:49:29 +0000 (20:49 +0200)] 
winebuild: Disable linking to external symbols by default.

18 years agowldap32: Added a wrapper for ber_scanf.
Alexandre Julliard [Tue, 18 Apr 2006 18:41:03 +0000 (20:41 +0200)] 
wldap32: Added a wrapper for ber_scanf.

18 years agowldap32: Added a wrapper for ber_printf.
Alexandre Julliard [Tue, 18 Apr 2006 18:40:40 +0000 (20:40 +0200)] 
wldap32: Added a wrapper for ber_printf.

18 years agowldap32: Add wrappers for the ber_* functions.
Alexandre Julliard [Tue, 18 Apr 2006 18:38:43 +0000 (20:38 +0200)] 
wldap32: Add wrappers for the ber_* functions.

18 years agontdll: Add wrappers for the remaining math functions.
Alexandre Julliard [Tue, 18 Apr 2006 18:31:41 +0000 (20:31 +0200)] 
ntdll: Add wrappers for the remaining math functions.

18 years agontdll: Add wrappers for the string functions.
Alexandre Julliard [Tue, 18 Apr 2006 18:30:43 +0000 (20:30 +0200)] 
ntdll: Add wrappers for the string functions.

18 years agoconfigure: Added check to catch old versions of the dbus library.
Alexandre Julliard [Tue, 18 Apr 2006 17:10:59 +0000 (19:10 +0200)] 
configure: Added check to catch old versions of the dbus library.

18 years agomsi: Simplify create_component_advertise_string() a little.
Mike McCormack [Tue, 18 Apr 2006 11:06:52 +0000 (20:06 +0900)] 
msi: Simplify create_component_advertise_string() a little.

18 years agooleaut32: Fix differences between the size returned in sizing the
Robert Shearman [Tue, 18 Apr 2006 10:57:12 +0000 (11:57 +0100)] 
oleaut32: Fix differences between the size returned in sizing the
buffer for interfaces and the buffer actually used.

18 years agooleaut32: Initialise BSTR pointer to NULL in VARIANT_UserUnmarshal.
Robert Shearman [Tue, 18 Apr 2006 10:56:14 +0000 (11:56 +0100)] 
oleaut32: Initialise BSTR pointer to NULL in VARIANT_UserUnmarshal.

Initialise BSTR pointer to NULL before calling BSTR_UserUnmarshal,
otherwise BSTR_UserUnmarshal will try to use the memory in the
pointer.

18 years agowidl: Ignore [object] attribute on interfaces written to a typelib.
Robert Shearman [Tue, 18 Apr 2006 10:55:31 +0000 (11:55 +0100)] 
widl: Ignore [object] attribute on interfaces written to a typelib.

18 years agowinspool: Add a test for DocumentProperties.
Dmitry Timoshkov [Tue, 18 Apr 2006 10:36:58 +0000 (19:36 +0900)] 
winspool: Add a test for DocumentProperties.

18 years agoexplorer: Initial version of dynamic drive support using HAL.
Alexandre Julliard [Tue, 18 Apr 2006 14:48:13 +0000 (16:48 +0200)] 
explorer: Initial version of dynamic drive support using HAL.

18 years agoconfigure: Added checks for HAL libraries.
Alexandre Julliard [Tue, 18 Apr 2006 14:47:53 +0000 (16:47 +0200)] 
configure: Added checks for HAL libraries.

18 years agolibwine: Added a couple of missing memory constraints in LDT syscalls.
Alexandre Julliard [Tue, 18 Apr 2006 14:47:26 +0000 (16:47 +0200)] 
libwine: Added a couple of missing memory constraints in LDT syscalls.

18 years agoshdocvw: Use DocHost, not WebBrowser, in navigate_url.
Jacek Caban [Mon, 17 Apr 2006 22:44:17 +0000 (00:44 +0200)] 
shdocvw: Use DocHost, not WebBrowser, in navigate_url.

18 years agoshdocvw: Use DocHost, not WebBrowser, in Shell DocObject View window.
Jacek Caban [Mon, 17 Apr 2006 22:42:45 +0000 (00:42 +0200)] 
shdocvw: Use DocHost, not WebBrowser, in Shell DocObject View window.

18 years agoshdocvw: Move connection points to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:41:43 +0000 (00:41 +0200)] 
shdocvw: Move connection points to DocHost object.

18 years agoshdocvw: Use Dochost, not WebBrowser, in deactivate_document.
Jacek Caban [Mon, 17 Apr 2006 22:39:15 +0000 (00:39 +0200)] 
shdocvw: Use Dochost, not WebBrowser, in deactivate_document.

18 years agoshdocvw: Get rid of WebBrowser dependency in DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:38:06 +0000 (00:38 +0200)] 
shdocvw: Get rid of WebBrowser dependency in DocHost object.

18 years agoshdocvw: Move IOleInPlaceFrame to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:36:09 +0000 (00:36 +0200)] 
shdocvw: Move IOleInPlaceFrame to DocHost object.

18 years agoshdocvw: Move IServiceProvider to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:35:16 +0000 (00:35 +0200)] 
shdocvw: Move IServiceProvider to DocHost object.

18 years agoshdocvw: Move IDispatch to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:34:21 +0000 (00:34 +0200)] 
shdocvw: Move IDispatch to DocHost object.

18 years agoshdocvw: Move IOleCommandTarget to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:32:43 +0000 (00:32 +0200)] 
shdocvw: Move IOleCommandTarget to DocHost object.

18 years agoshdocvw: Move IOleDocumentSite to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:31:22 +0000 (00:31 +0200)] 
shdocvw: Move IOleDocumentSite to DocHost object.

18 years agoshdocvw: Move IDocHostUIHandler to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:28:37 +0000 (00:28 +0200)] 
shdocvw: Move IDocHostUIHandler to DocHost object.

18 years agoshdocvw: Move IOleInPlaceSite to DocHost object.
Jacek Caban [Mon, 17 Apr 2006 22:26:47 +0000 (00:26 +0200)] 
shdocvw: Move IOleInPlaceSite to DocHost object.

18 years agoshdocvw: Move IOleClientSite to new DocHost object to allow sharing
Jacek Caban [Mon, 17 Apr 2006 22:24:59 +0000 (00:24 +0200)] 
shdocvw: Move IOleClientSite to new DocHost object to allow sharing
code between WebBrowser and InternetExplorer.

18 years agowinebuild: Fixed index in module table for delayed imports.
Alexandre Julliard [Tue, 18 Apr 2006 09:23:49 +0000 (11:23 +0200)] 
winebuild: Fixed index in module table for delayed imports.

18 years agowined3d: Use ARB[f|v]p1.0 for ps2/ps3/vs3.
Ivan Gyurdiev [Sat, 15 Apr 2006 17:31:21 +0000 (13:31 -0400)] 
wined3d: Use ARB[f|v]p1.0 for ps2/ps3/vs3.

18 years agowined3d: Use correct register number mask.
Ivan Gyurdiev [Sat, 15 Apr 2006 18:35:54 +0000 (14:35 -0400)] 
wined3d: Use correct register number mask.

The regmask currently being used is wrong - 0x1FFF includes the high
two bits of the register type.

18 years agowined3d: Dcl opcode takes 2 parameters.
Ivan Gyurdiev [Sat, 15 Apr 2006 19:00:36 +0000 (15:00 -0400)] 
wined3d: Dcl opcode takes 2 parameters.

18 years agowined3d: Fix _dw modifier.
Ivan Gyurdiev [Sat, 15 Apr 2006 21:06:52 +0000 (17:06 -0400)] 
wined3d: Fix _dw modifier.

The _dw modifier needs to specify a component swizzle, just like the
_dz currently does.

18 years agowined3d: Fix flow control instructions number of parameters.
Ivan Gyurdiev [Sun, 16 Apr 2006 09:25:15 +0000 (05:25 -0400)] 
wined3d: Fix flow control instructions number of parameters.

- else, endif, break take 0 parameters [not 2]
- if, rep take 1 parameter [not 2]
- breakp takes 1 parameter [not 2]
- move all flow control instructions in one place
- sync software shaders signatures with this

18 years agowined3d: Skip unhandled opcodes in vshaders.
Ivan Gyurdiev [Sun, 16 Apr 2006 09:43:47 +0000 (05:43 -0400)] 
wined3d: Skip unhandled opcodes in vshaders.

18 years agowined3d: Texkill is supported for ps2.0-3.0.
Ivan Gyurdiev [Sun, 16 Apr 2006 09:33:30 +0000 (05:33 -0400)] 
wined3d: Texkill is supported for ps2.0-3.0.

18 years agocomctl32: Send Unicode notifications if required in header control.
Mikołaj Zalewski [Mon, 17 Apr 2006 15:09:56 +0000 (17:09 +0200)] 
comctl32: Send Unicode notifications if required in header control.

18 years agocomctl32: Scroll listview if changing scroll bounds changes the scroll pos.
Mikołaj Zalewski [Mon, 17 Apr 2006 14:53:19 +0000 (16:53 +0200)] 
comctl32: Scroll listview if changing scroll bounds changes the scroll pos.

18 years agoshell32: Use LVCOLUMW instead of LVCOLUMNA in LVM_INSERTCOLUMNW listview message.
Mikołaj Zalewski [Mon, 17 Apr 2006 14:59:25 +0000 (16:59 +0200)] 
shell32: Use LVCOLUMW instead of LVCOLUMNA in LVM_INSERTCOLUMNW listview message.

18 years agoprogman: Fix two simple bugs.
Mikołaj Zalewski [Mon, 17 Apr 2006 15:01:11 +0000 (17:01 +0200)] 
progman: Fix two simple bugs.

Use correctly the GetOpenFileName function.
Use _lcreat instead of _lopen to create a new file.

18 years agoole32: More tests and fixes for STGM_PRIORITY.
Mike McCormack [Tue, 18 Apr 2006 08:18:51 +0000 (17:18 +0900)] 
ole32: More tests and fixes for STGM_PRIORITY.

18 years agoole32: Fix a declaration.
Mike McCormack [Tue, 18 Apr 2006 08:18:19 +0000 (17:18 +0900)] 
ole32: Fix a declaration.

18 years agoole32: Uncomment some code to make sure it is compiled, but don't run it.
Mike McCormack [Tue, 18 Apr 2006 08:18:03 +0000 (17:18 +0900)] 
ole32: Uncomment some code to make sure it is compiled, but don't run it.

18 years agowined3d: Add the remaining DirectDraw methods to WineD3DSurface.
Stefan Dösinger [Mon, 17 Apr 2006 15:25:55 +0000 (17:25 +0200)] 
wined3d: Add the remaining DirectDraw methods to WineD3DSurface.

18 years agowined3d: Add the remaining IWineD3DDevice methods.
Stefan Dösinger [Mon, 17 Apr 2006 15:51:21 +0000 (17:51 +0200)] 
wined3d: Add the remaining IWineD3DDevice methods.

18 years agowined3d: Add IWineD3DPalette.
Stefan Dösinger [Mon, 17 Apr 2006 15:04:59 +0000 (17:04 +0200)] 
wined3d: Add IWineD3DPalette.

18 years agowined3d: Add a parameter for surface type selection.
Stefan Dösinger [Mon, 17 Apr 2006 14:13:28 +0000 (16:13 +0200)] 
wined3d: Add a parameter for surface type selection.

18 years agoshell32: Define 2 more avi resources.
Louis Lenders [Sun, 16 Apr 2006 23:47:17 +0000 (00:47 +0100)] 
shell32: Define 2 more avi resources.

18 years agoconfigure: Exit with a non-zero exit code if a core dependency is missing.
Mike McCormack [Mon, 17 Apr 2006 09:16:10 +0000 (18:16 +0900)] 
configure: Exit with a non-zero exit code if a core dependency is missing.

18 years agoconfigure: Remove the --disable-debug and --disable-trace options.
Mike McCormack [Mon, 17 Apr 2006 09:17:18 +0000 (18:17 +0900)] 
configure: Remove the --disable-debug and --disable-trace options.

18 years agomsi: Fix some possible NULL pointer dereferences (Coverity).
Mike McCormack [Mon, 17 Apr 2006 09:17:52 +0000 (18:17 +0900)] 
msi: Fix some possible NULL pointer dereferences (Coverity).

18 years agoregsvr32: Ignore the /c flag.
Mike McCormack [Mon, 17 Apr 2006 09:14:54 +0000 (18:14 +0900)] 
regsvr32: Ignore the /c flag.

18 years agowinspool: Basic tests for DeleteMonitor.
Detlef Riekenberg [Sun, 16 Apr 2006 00:42:34 +0000 (02:42 +0200)] 
winspool: Basic tests for DeleteMonitor.

18 years agowinspool: Implement DeleteMonitor.
Detlef Riekenberg [Sun, 16 Apr 2006 00:56:27 +0000 (02:56 +0200)] 
winspool: Implement DeleteMonitor.

18 years agoadvpack: Add install_init/release to perform install initialization.
James Hawkins [Mon, 17 Apr 2006 06:51:06 +0000 (01:51 -0500)] 
advpack: Add install_init/release to perform install initialization.

18 years agoadvpack: Factor out OCX registering into do_ocx_reg.
James Hawkins [Mon, 17 Apr 2006 06:51:37 +0000 (01:51 -0500)] 
advpack: Factor out OCX registering into do_ocx_reg.

18 years agoadvpack: Use get_parameter to read the three parameters of RegisterOCX.
James Hawkins [Mon, 17 Apr 2006 06:50:46 +0000 (01:50 -0500)] 
advpack: Use get_parameter to read the three parameters of RegisterOCX.

Use get_parameter to read the three parameters to RegisterOCX.
Remove the ERRs and TRACEs now that we return the HRESULT.

18 years agoadvpack: The fallback directory is the fifth field index, not the sixth.
James Hawkins [Mon, 17 Apr 2006 06:49:29 +0000 (01:49 -0500)] 
advpack: The fallback directory is the fifth field index, not the sixth.

18 years agoadvpack: Use the default queue callback when calling SetupInstallFromInfSection.
James Hawkins [Mon, 17 Apr 2006 06:49:12 +0000 (01:49 -0500)] 
advpack: Use the default queue callback when calling SetupInstallFromInfSection.

18 years agoadvpack: Fix the documentation for RegisterOCX.
James Hawkins [Mon, 17 Apr 2006 06:48:52 +0000 (01:48 -0500)] 
advpack: Fix the documentation for RegisterOCX.

18 years agoadvpack: Fix the return type of RegisterOCX.
James Hawkins [Mon, 17 Apr 2006 06:48:34 +0000 (01:48 -0500)] 
advpack: Fix the return type of RegisterOCX.

18 years agowidl: Support multiple RPC interfaces per binary.
Eric Kohl [Sun, 16 Apr 2006 08:39:37 +0000 (10:39 +0200)] 
widl: Support multiple RPC interfaces per binary.

18 years agotwain_32: Added Norwegian resource.
Alexander N. Sørnes [Sun, 16 Apr 2006 11:43:12 +0000 (13:43 +0200)] 
twain_32: Added Norwegian resource.

18 years agowinefile: Fix typo in the Norwegian resources.
Alexander N. Sørnes [Sun, 16 Apr 2006 22:50:51 +0000 (00:50 +0200)] 
winefile: Fix typo in the Norwegian resources.

18 years agoconfigure: On FreeBSD, make wine-pthread the new default.
Gerald Pfeifer [Sun, 16 Apr 2006 15:21:49 +0000 (17:21 +0200)] 
configure: On FreeBSD, make wine-pthread the new default.

18 years agotwain_32: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:47:46 +0000 (23:47 +0200)] 
twain_32: French localization.

18 years agoshlwapi: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:45:53 +0000 (23:45 +0200)] 
shlwapi: French localization.

18 years agoiccvid: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:47:15 +0000 (23:47 +0200)] 
iccvid: French localization.

18 years agomsvfw: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:46:52 +0000 (23:46 +0200)] 
msvfw: French localization.

18 years agomsvidc: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:46:27 +0000 (23:46 +0200)] 
msvidc: French localization.

18 years agowinecfg: French localization.
Jonathan Ernst [Sat, 15 Apr 2006 21:45:07 +0000 (23:45 +0200)] 
winecfg: French localization.

18 years agodbghelp: Params of LPSTACKFRAME64 only has 4 elements.
Paul Vriens [Mon, 17 Apr 2006 08:53:13 +0000 (10:53 +0200)] 
dbghelp: Params of LPSTACKFRAME64 only has 4 elements.

18 years agowined3d: Add a method to change the front and back buffers.
Stefan Dösinger [Sat, 15 Apr 2006 20:40:14 +0000 (22:40 +0200)] 
wined3d: Add a method to change the front and back buffers.

18 years agowined3d: Add IWineD3DSurface::Blt.
Stefan Dösinger [Fri, 14 Apr 2006 17:15:46 +0000 (19:15 +0200)] 
wined3d: Add IWineD3DSurface::Blt.

18 years agouxtheme: Fix GetThemeSysString as the error-path was always taken.
Paul Vriens [Sat, 15 Apr 2006 14:46:26 +0000 (16:46 +0200)] 
uxtheme: Fix GetThemeSysString as the error-path was always taken.