wine
17 years agod3d9/tests: Fix use of uninitialized variable (Coverity).
Andrew Talbot [Sat, 23 Jun 2007 14:40:48 +0000 (15:40 +0100)] 
d3d9/tests: Fix use of uninitialized variable (Coverity).

17 years agowintrust/tests: Add tests for CryptCATAdminCalcHashFromFileHandle.
Paul Vriens [Sun, 24 Jun 2007 17:27:48 +0000 (19:27 +0200)] 
wintrust/tests: Add tests for CryptCATAdminCalcHashFromFileHandle.

17 years agokernel32/tests: Don't crash (on Vista).
Paul Vriens [Sat, 23 Jun 2007 14:44:36 +0000 (16:44 +0200)] 
kernel32/tests: Don't crash (on Vista).

17 years agokernel32/tests: Don't crash on Vista.
Paul Vriens [Sat, 23 Jun 2007 14:40:58 +0000 (16:40 +0200)] 
kernel32/tests: Don't crash on Vista.

17 years agomshtml: Added IOleInPlaceUIWindow tests.
Jacek Caban [Fri, 22 Jun 2007 21:55:05 +0000 (23:55 +0200)] 
mshtml: Added IOleInPlaceUIWindow tests.

17 years agomshtml: Better test of QueryInterface.
Jacek Caban [Fri, 22 Jun 2007 21:54:06 +0000 (23:54 +0200)] 
mshtml: Better test of QueryInterface.

17 years agomshtml: Added IOleControlSite tests.
Jacek Caban [Fri, 22 Jun 2007 21:35:09 +0000 (23:35 +0200)] 
mshtml: Added IOleControlSite tests.

17 years agomshtml: Set focus to FALSE in InPlaceDeactivate.
Jacek Caban [Fri, 22 Jun 2007 21:33:41 +0000 (23:33 +0200)] 
mshtml: Set focus to FALSE in InPlaceDeactivate.

17 years agomshtml: Notify IOleControlSite about focus changes.
Jacek Caban [Fri, 22 Jun 2007 21:33:00 +0000 (23:33 +0200)] 
mshtml: Notify IOleControlSite about focus changes.

17 years agomshtml: Activate nsWebBrowser after creating document window.
Jacek Caban [Fri, 22 Jun 2007 21:32:22 +0000 (23:32 +0200)] 
mshtml: Activate nsWebBrowser after creating document window.

17 years agomshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibility implementation.
Jacek Caban [Fri, 22 Jun 2007 21:31:43 +0000 (23:31 +0200)] 
mshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibility implementation.

17 years agomshtml: Added nsIEmbeddingSiteWindow::SetFocus implementation.
Jacek Caban [Fri, 22 Jun 2007 21:30:23 +0000 (23:30 +0200)] 
mshtml: Added nsIEmbeddingSiteWindow::SetFocus implementation.

17 years agomshtml: Get rid of no longer used nsIDOMEventListener interface in NSContainer.
Jacek Caban [Fri, 22 Jun 2007 21:29:44 +0000 (23:29 +0200)] 
mshtml: Get rid of no longer used nsIDOMEventListener interface in NSContainer.

17 years agomshtml: Move load event listener to separated object.
Jacek Caban [Fri, 22 Jun 2007 21:28:54 +0000 (23:28 +0200)] 
mshtml: Move load event listener to separated object.

17 years agomshtml: Move keypress event listener to separated object.
Jacek Caban [Fri, 22 Jun 2007 21:28:09 +0000 (23:28 +0200)] 
mshtml: Move keypress event listener to separated object.

17 years agogdiplus: Tidy up graphics constructor.
Evan Stade [Sat, 23 Jun 2007 02:27:02 +0000 (19:27 -0700)] 
gdiplus: Tidy up graphics constructor.

17 years agogdiplus: Fix erroneous pen error checking.
Evan Stade [Sat, 23 Jun 2007 02:24:50 +0000 (19:24 -0700)] 
gdiplus: Fix erroneous pen error checking.

17 years agogdiplus: Fix broken graphics path constructor.
Evan Stade [Sat, 23 Jun 2007 02:20:44 +0000 (19:20 -0700)] 
gdiplus: Fix broken graphics path constructor.

17 years agowine.inf: Fix path to rundll32.exe in inffile/shell/install/command subkey.
Misha Koshelev [Fri, 22 Jun 2007 22:38:35 +0000 (17:38 -0500)] 
wine.inf: Fix path to rundll32.exe in inffile/shell/install/command subkey.

17 years agosetupapi: Simplify code as native setupapi does not handle quoted paths.
Misha Koshelev [Fri, 22 Jun 2007 22:32:56 +0000 (17:32 -0500)] 
setupapi: Simplify code as native setupapi does not handle quoted paths.

17 years agomsvcrt: Do not use wide character constants.
Michael Stefaniuc [Fri, 22 Jun 2007 21:39:31 +0000 (23:39 +0200)] 
msvcrt: Do not use wide character constants.

17 years agowinealsa.drv: Fix missing unlock on the error path. Found by Smatch.
Michael Stefaniuc [Fri, 22 Jun 2007 21:30:57 +0000 (23:30 +0200)] 
winealsa.drv: Fix missing unlock on the error path. Found by Smatch.

17 years agodsound: Fix missing unlock on an error path. Found by Smatch.
Michael Stefaniuc [Fri, 22 Jun 2007 21:29:06 +0000 (23:29 +0200)] 
dsound: Fix missing unlock on an error path. Found by Smatch.

17 years agowined3d: Split of the mapping of pixel shader samplers from IWineD3DDeviceImpl_FindTe...
H. Verbeet [Fri, 22 Jun 2007 18:43:42 +0000 (20:43 +0200)] 
wined3d: Split of the mapping of pixel shader samplers from IWineD3DDeviceImpl_FindTexUnitMap().

17 years agowined3d: Remove the sharing of mapping code for fixed function and pixel shader samplers.
H. Verbeet [Fri, 22 Jun 2007 18:43:38 +0000 (20:43 +0200)] 
wined3d: Remove the sharing of mapping code for fixed function and pixel shader samplers.

17 years agowined3d: Split of the mapping of fixed function samplers from IWineD3DDeviceImpl_Find...
H. Verbeet [Fri, 22 Jun 2007 18:43:29 +0000 (20:43 +0200)] 
wined3d: Split of the mapping of fixed function samplers from IWineD3DDeviceImpl_FindTexUnitMap().

17 years agowined3d: Keep track of what fixed function texture stages are in use.
H. Verbeet [Fri, 22 Jun 2007 18:43:24 +0000 (20:43 +0200)] 
wined3d: Keep track of what fixed function texture stages are in use.

17 years agowined3d: Keep track of what stage a texturing unit is mapped to.
H. Verbeet [Fri, 22 Jun 2007 18:43:19 +0000 (20:43 +0200)] 
wined3d: Keep track of what stage a texturing unit is mapped to.

17 years agomscms/tests: Fix wrong test for failure.
Paul Vriens [Fri, 22 Jun 2007 14:44:54 +0000 (16:44 +0200)] 
mscms/tests: Fix wrong test for failure.

17 years agomscms/tests: Don't crash on Vista.
Paul Vriens [Fri, 22 Jun 2007 14:40:30 +0000 (16:40 +0200)] 
mscms/tests: Don't crash on Vista.

17 years agowined3d: Move material applying to the state table.
Stefan Dösinger [Fri, 15 Jun 2007 19:33:54 +0000 (21:33 +0200)] 
wined3d: Move material applying to the state table.

17 years agod3d9: Hold the lock in VertexShader methods.
Stefan Dösinger [Thu, 14 Jun 2007 19:49:18 +0000 (21:49 +0200)] 
d3d9: Hold the lock in VertexShader methods.

17 years agod3d9: Hold the lock in VertexDeclaration methods.
Stefan Dösinger [Thu, 14 Jun 2007 19:45:15 +0000 (21:45 +0200)] 
d3d9: Hold the lock in VertexDeclaration methods.

17 years agod3d9: Hold the lock in Vertexbuffer methods.
Stefan Dösinger [Thu, 14 Jun 2007 19:40:07 +0000 (21:40 +0200)] 
d3d9: Hold the lock in Vertexbuffer methods.

17 years agod3d9: Hold the lock in Texture methods.
Stefan Dösinger [Thu, 14 Jun 2007 09:57:59 +0000 (11:57 +0200)] 
d3d9: Hold the lock in Texture methods.

17 years agooleaut32: Extend _invoke to cope with more args.
Huw Davies [Fri, 22 Jun 2007 14:14:56 +0000 (15:14 +0100)] 
oleaut32: Extend _invoke to cope with more args.

17 years agooleaut32: Handle marshaling of VARTYPE-less FADF_VARIANT safearrays.
Huw Davies [Fri, 22 Jun 2007 14:10:04 +0000 (15:10 +0100)] 
oleaut32: Handle marshaling of VARTYPE-less FADF_VARIANT safearrays.

17 years agooleaut32: Implement marshaling of VT_BYREF interfaces.
Huw Davies [Fri, 22 Jun 2007 13:40:36 +0000 (14:40 +0100)] 
oleaut32: Implement marshaling of VT_BYREF interfaces.

17 years agooleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH.
Huw Davies [Fri, 22 Jun 2007 13:38:50 +0000 (14:38 +0100)] 
oleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH.

17 years agogdi32/tests: Fix test_widenpath to succeed on Win98.
Misha Koshelev [Fri, 22 Jun 2007 04:39:20 +0000 (23:39 -0500)] 
gdi32/tests: Fix test_widenpath to succeed on Win98.

17 years agogdi32: Emulate AngleArc using ArcTo.
Misha Koshelev [Fri, 22 Jun 2007 04:39:18 +0000 (23:39 -0500)] 
gdi32: Emulate AngleArc using ArcTo.

17 years agogdi32/tests: Expand framework for tests of drawing functions in paths, add test for...
Misha Koshelev [Fri, 22 Jun 2007 04:39:16 +0000 (23:39 -0500)] 
gdi32/tests: Expand framework for tests of drawing functions in paths, add test for AngleArc in paths.

17 years agod3d9: Hold the lock in swapchain methods.
Stefan Dösinger [Thu, 14 Jun 2007 09:48:59 +0000 (11:48 +0200)] 
d3d9: Hold the lock in swapchain methods.

17 years agod3d9: Hold the lock in suface methods.
Stefan Dösinger [Thu, 14 Jun 2007 09:42:26 +0000 (11:42 +0200)] 
d3d9: Hold the lock in suface methods.

17 years agowined3d: Depthfill blits are allowed between BeginScene and Endscene.
Stefan Dösinger [Fri, 8 Jun 2007 18:59:57 +0000 (20:59 +0200)] 
wined3d: Depthfill blits are allowed between BeginScene and Endscene.

17 years agoddraw: Check for incorrect rectangles to DDrawSurface::Blt.
Stefan Dösinger [Fri, 8 Jun 2007 17:04:13 +0000 (19:04 +0200)] 
ddraw: Check for incorrect rectangles to DDrawSurface::Blt.

17 years agoddraw: Add a test for incorrect surface desc sizes for Lock().
Stefan Dösinger [Fri, 8 Jun 2007 15:35:44 +0000 (17:35 +0200)] 
ddraw: Add a test for incorrect surface desc sizes for Lock().

17 years agoconfigure: Fix libxml2 detection on Mac OS X.
Emmanuel Maillard [Fri, 22 Jun 2007 00:58:39 +0000 (02:58 +0200)] 
configure: Fix libxml2 detection on Mac OS X.

17 years agogdiplus: Implemented GdipCreatePath and GdipDeletePath.
Evan Stade [Thu, 21 Jun 2007 23:15:17 +0000 (16:15 -0700)] 
gdiplus: Implemented GdipCreatePath and GdipDeletePath.

17 years agogdiplus: Implemented GdipDrawLines.
Evan Stade [Thu, 21 Jun 2007 23:15:13 +0000 (16:15 -0700)] 
gdiplus: Implemented GdipDrawLines.

17 years agowinex11.drv: Reset focus if application does not want to be activated.
Lei Zhang [Thu, 21 Jun 2007 22:38:00 +0000 (15:38 -0700)] 
winex11.drv: Reset focus if application does not want to be activated.

17 years agodsound: Tune some parameters for alsa waveout.
Maarten Lankhorst [Thu, 21 Jun 2007 18:29:59 +0000 (20:29 +0200)] 
dsound: Tune some parameters for alsa waveout.

17 years agodsound: Simplify mixing by removing remixing support, and fix its waveout breakage.
Maarten Lankhorst [Wed, 13 Jun 2007 15:05:49 +0000 (17:05 +0200)] 
dsound: Simplify mixing by removing remixing support, and fix its waveout breakage.

Based on a patch by Peter Dons Tychsen.

17 years agodsound: Give rougher estimates for fraglen to satisfy alsa.
Maarten Lankhorst [Fri, 8 Jun 2007 11:57:51 +0000 (13:57 +0200)] 
dsound: Give rougher estimates for fraglen to satisfy alsa.

17 years agowinealsa: Finally get rid of the thread in alsa directsound acceleration.
Maarten Lankhorst [Thu, 21 Jun 2007 18:30:46 +0000 (20:30 +0200)] 
winealsa: Finally get rid of the thread in alsa directsound acceleration.

17 years agowinex11.drv: Remove call to XCreateFontSet.
Nigel Liang [Thu, 21 Jun 2007 20:29:13 +0000 (13:29 -0700)] 
winex11.drv: Remove call to XCreateFontSet.

17 years agomshtml: Don't check out VT in exec_fontsize.
Jacek Caban [Fri, 22 Jun 2007 01:06:02 +0000 (03:06 +0200)] 
mshtml: Don't check out VT in exec_fontsize.

17 years agontprint/tests: Add tests for PSetupEnumMonitor.
Detlef Riekenberg [Thu, 21 Jun 2007 22:31:55 +0000 (00:31 +0200)] 
ntprint/tests: Add tests for PSetupEnumMonitor.

17 years agontprint: Implement PSetupEnumMonitor.
Detlef Riekenberg [Thu, 21 Jun 2007 22:31:29 +0000 (00:31 +0200)] 
ntprint: Implement PSetupEnumMonitor.

17 years agowined3d: Do not mark texture stages > MAX_TEXTURES dirty, they don't exist.
H. Verbeet [Thu, 21 Jun 2007 22:02:16 +0000 (00:02 +0200)] 
wined3d: Do not mark texture stages > MAX_TEXTURES dirty, they don't exist.

17 years agowined3d: Fix various incorrect uses of GL_LIMITS(texture_stages) and GL_LIMITS(sample...
H. Verbeet [Thu, 21 Jun 2007 22:02:12 +0000 (00:02 +0200)] 
wined3d: Fix various incorrect uses of GL_LIMITS(texture_stages) and GL_LIMITS(sampler_stages).

17 years agodmloader: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 21:03:27 +0000 (23:03 +0200)] 
dmloader: Do not use wide character constants.

17 years agocomctl32: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:58:50 +0000 (22:58 +0200)] 
comctl32: Do not use wide character constants.

17 years agoole32: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:57:32 +0000 (22:57 +0200)] 
ole32: Do not use wide character constants.

17 years agooleaut32: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:57:21 +0000 (22:57 +0200)] 
oleaut32: Do not use wide character constants.

17 years agosetupapi: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:56:32 +0000 (22:56 +0200)] 
setupapi: Do not use wide character constants.

17 years agoriched20: Do not use wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:56:17 +0000 (22:56 +0200)] 
riched20: Do not use wide character constants.

17 years agoshlwapi: Remove more wide character constants.
Michael Stefaniuc [Thu, 21 Jun 2007 20:56:09 +0000 (22:56 +0200)] 
shlwapi: Remove more wide character constants.

17 years agowinmm: Do not dump the version info when loading drivers.
Michael Stefaniuc [Thu, 21 Jun 2007 19:32:28 +0000 (21:32 +0200)] 
winmm: Do not dump the version info when loading drivers.

17 years agomsi: Only use the long name for the file source if the file has one.
Rob Shearman [Thu, 21 Jun 2007 16:19:57 +0000 (17:19 +0100)] 
msi: Only use the long name for the file source if the file has one.

17 years agowordpad: French translation for the view item.
David Adam [Thu, 21 Jun 2007 08:29:22 +0000 (17:29 +0900)] 
wordpad: French translation for the view item.

17 years agoshell32: Make SHGetDesktopFolder use a cached instance of IShellFolder.
Dmitry Timoshkov [Thu, 21 Jun 2007 14:50:55 +0000 (23:50 +0900)] 
shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder.

17 years agowinex11.drv: Send WM_MOUSEACTIVATE before closing a window.
Lei Zhang [Mon, 18 Jun 2007 21:00:04 +0000 (14:00 -0700)] 
winex11.drv: Send WM_MOUSEACTIVATE before closing a window.

17 years agowinhelp: Fix popup window style.
Kirill K. Smirnov [Mon, 18 Jun 2007 10:29:48 +0000 (14:29 +0400)] 
winhelp: Fix popup window style.

17 years agogdi32: Handle ArcTo in paths as native.
Misha Koshelev [Wed, 20 Jun 2007 22:02:58 +0000 (17:02 -0500)] 
gdi32: Handle ArcTo in paths as native.

17 years agogdi32: Allow arbitrary start entry types in PATH_DoArcPart, not just PT_MOVETOs.
Misha Koshelev [Wed, 20 Jun 2007 22:02:54 +0000 (17:02 -0500)] 
gdi32: Allow arbitrary start entry types in PATH_DoArcPart, not just PT_MOVETOs.

17 years agogdi32: Set current position properly after ArcTo.
Misha Koshelev [Wed, 20 Jun 2007 22:02:41 +0000 (17:02 -0500)] 
gdi32: Set current position properly after ArcTo.

17 years agoAdd dwmapi.dll stub.
Kovács András [Tue, 19 Jun 2007 07:36:14 +0000 (09:36 +0200)] 
Add dwmapi.dll stub.

17 years agouser32/tests: Only do the GetProcAddress once.
Paul Vriens [Thu, 21 Jun 2007 12:38:21 +0000 (14:38 +0200)] 
user32/tests: Only do the GetProcAddress once.

17 years agogdi32/tests: Run the GetTextMetricsA() tests on Windows 9x too.
Francois Gouget [Thu, 21 Jun 2007 09:10:42 +0000 (11:10 +0200)] 
gdi32/tests: Run the GetTextMetricsA() tests on Windows 9x too.

17 years agontprint/tests: Add initial test.
Detlef Riekenberg [Thu, 21 Jun 2007 04:07:10 +0000 (06:07 +0200)] 
ntprint/tests: Add initial test.

17 years agontprint: Implement PSetupCreateMonitorInfo.
Detlef Riekenberg [Thu, 21 Jun 2007 04:09:58 +0000 (06:09 +0200)] 
ntprint: Implement PSetupCreateMonitorInfo.

17 years agowinspool.drv/tests: Specify the arguments of the function in the function.
Michael Stefaniuc [Wed, 20 Jun 2007 13:27:00 +0000 (15:27 +0200)] 
winspool.drv/tests: Specify the arguments of the function in the function.

17 years agoshlwapi: Do not use wide character constants.
Michael Stefaniuc [Wed, 20 Jun 2007 21:34:50 +0000 (23:34 +0200)] 
shlwapi: Do not use wide character constants.

17 years agowinapi: Add support for GDIPCONST.
Francois Gouget [Thu, 21 Jun 2007 09:15:26 +0000 (11:15 +0200)] 
winapi: Add support for GDIPCONST.

17 years agoadvapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly.
Francois Gouget [Thu, 21 Jun 2007 00:12:30 +0000 (02:12 +0200)] 
advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly.

17 years agowidl: Fix warnings about unused function parameters.
Dan Hipschman [Wed, 20 Jun 2007 23:51:23 +0000 (16:51 -0700)] 
widl: Fix warnings about unused function parameters.

17 years agowidl: Add tests for arrays of pointers.
Dan Hipschman [Wed, 20 Jun 2007 23:50:44 +0000 (16:50 -0700)] 
widl: Add tests for arrays of pointers.

17 years agowined3d: Make use of the texUnitMap in drawStridedSlow as well.
H. Verbeet [Wed, 20 Jun 2007 22:01:05 +0000 (00:01 +0200)] 
wined3d: Make use of the texUnitMap in drawStridedSlow as well.

17 years agowined3d: Use texture2D to sample in pshader_glsl_texdp3tex().
H. Verbeet [Wed, 20 Jun 2007 22:00:59 +0000 (00:00 +0200)] 
wined3d: Use texture2D to sample in pshader_glsl_texdp3tex().

17 years agowordpad: Remove unnecessary toolbar resizing code.
Alexander Nicolaysen Sørnes [Thu, 14 Jun 2007 20:09:33 +0000 (22:09 +0200)] 
wordpad: Remove unnecessary toolbar resizing code.

17 years agowordpad: Set default font effects to 0.
Alexander Nicolaysen Sørnes [Thu, 14 Jun 2007 18:03:21 +0000 (20:03 +0200)] 
wordpad: Set default font effects to 0.

17 years agowined3d: Emulate tracking of multiple material properties.
Stefan Dösinger [Wed, 20 Jun 2007 12:36:32 +0000 (14:36 +0200)] 
wined3d: Emulate tracking of multiple material properties.

17 years agowined3d: Unload texture coords for all supported texture stages.
Stefan Dösinger [Wed, 20 Jun 2007 12:23:04 +0000 (14:23 +0200)] 
wined3d: Unload texture coords for all supported texture stages.

17 years agowined3d: Remove the FVF codepath from drawprim.
Stefan Dösinger [Mon, 4 Jun 2007 12:16:32 +0000 (14:16 +0200)] 
wined3d: Remove the FVF codepath from drawprim.

17 years agod3d8: Convert fvfs to vertex declarations.
Stefan Dösinger [Tue, 19 Jun 2007 20:20:26 +0000 (22:20 +0200)] 
d3d8: Convert fvfs to vertex declarations.

17 years agonet.exe: Add missing CloseServiceHandle().
Tim Schwartz [Wed, 20 Jun 2007 15:57:51 +0000 (10:57 -0500)] 
net.exe: Add missing CloseServiceHandle().

17 years agomakefiles: Build programs that link against libwine twice with appropriate rpaths.
Alexandre Julliard [Wed, 20 Jun 2007 18:03:30 +0000 (20:03 +0200)] 
makefiles: Build programs that link against libwine twice with appropriate rpaths.

One rpath is for installing and one is for running inside the build tree.

17 years agowinecoreaudio: Make wodReset fail if called on a closed device.
Ken Thomases [Wed, 20 Jun 2007 12:01:11 +0000 (07:01 -0500)] 
winecoreaudio: Make wodReset fail if called on a closed device.

17 years agowinecoreaudio: Move notify of completed WAVEHDRs to end of wodReset.
Ken Thomases [Wed, 20 Jun 2007 12:01:07 +0000 (07:01 -0500)] 
winecoreaudio: Move notify of completed WAVEHDRs to end of wodReset.