wine
17 years agowined3d: Verify the VBO vertex declaration every draw.
Stefan Dösinger [Sat, 23 Sep 2006 15:57:29 +0000 (17:57 +0200)] 
wined3d: Verify the VBO vertex declaration every draw.

17 years agowined3d: Fix a typo.
Stefan Dösinger [Sat, 23 Sep 2006 21:56:13 +0000 (23:56 +0200)] 
wined3d: Fix a typo.

17 years agoquartz: Cast-qual warnings fix.
Andrew Talbot [Fri, 22 Sep 2006 17:50:12 +0000 (18:50 +0100)] 
quartz: Cast-qual warnings fix.

17 years agooleaut32: Cast-qual warnings fix.
Andrew Talbot [Thu, 21 Sep 2006 20:25:39 +0000 (21:25 +0100)] 
oleaut32: Cast-qual warnings fix.

17 years agomsiexec: Should recognize /xpackage syntax.
Andrey Turkin [Fri, 22 Sep 2006 02:16:52 +0000 (06:16 +0400)] 
msiexec: Should recognize /xpackage syntax.

17 years agouser: Correct buffer overflows in IME processing code.
Aric Stewart [Thu, 21 Sep 2006 14:43:00 +0000 (09:43 -0500)] 
user: Correct buffer overflows in IME processing code.

17 years agomsi: Support more dialog groups.
Marcus Meissner [Sun, 24 Sep 2006 09:54:13 +0000 (11:54 +0200)] 
msi: Support more dialog groups.

17 years agowrc: Fixed typo for the --pedantic argument.
Nicolas Delcros [Mon, 25 Sep 2006 13:03:43 +0000 (14:03 +0100)] 
wrc: Fixed typo for the --pedantic argument.

17 years agowincrypt.h: A few more defines.
Paul Vriens [Mon, 25 Sep 2006 13:01:02 +0000 (15:01 +0200)] 
wincrypt.h: A few more defines.

17 years agowined3d: glBlend* fixes.
Roderick Colenbrander [Fri, 22 Sep 2006 05:58:38 +0000 (07:58 +0200)] 
wined3d: glBlend* fixes.

17 years agomshtml: Better IDM_PARSECOMPLETE test.
Jacek Caban [Thu, 21 Sep 2006 16:07:48 +0000 (18:07 +0200)] 
mshtml: Better IDM_PARSECOMPLETE test.

17 years agoshdocvw: Added [get|put]_Silent implementation.
Jacek Caban [Thu, 21 Sep 2006 16:07:04 +0000 (18:07 +0200)] 
shdocvw: Added [get|put]_Silent implementation.

As we don't have any dialog in WebBrowser implemented yet, all we have to do is to store silent value.

17 years agoadvapi32: Fix ADVAPI_GetComputerSid to work correctly if a sid doesn't exist in the...
Huw Davies [Thu, 21 Sep 2006 11:59:52 +0000 (12:59 +0100)] 
advapi32: Fix ADVAPI_GetComputerSid to work correctly if a sid doesn't exist in the registry.

This makes the tests run correctly on first invocation.

17 years agogdi32: Make the bitmap font tests locale aware.
Huw Davies [Thu, 21 Sep 2006 09:43:16 +0000 (10:43 +0100)] 
gdi32: Make the bitmap font tests locale aware.

17 years agogdi32: Win 2000 and Win XP behave differently if there's a '\n' in the string, so...
Huw Davies [Thu, 21 Sep 2006 09:11:28 +0000 (10:11 +0100)] 
gdi32: Win 2000 and Win XP behave differently if there's a '\n' in the string, so remove the width test completely.

17 years agosecur32: Stop loading Negotiate until it is actually working.
Kai Blin [Sun, 17 Sep 2006 09:28:23 +0000 (11:28 +0200)] 
secur32: Stop loading Negotiate until it is actually working.

17 years agomake_makefiles: Merged the make_progs script into make_makefiles.
Alexandre Julliard [Sun, 24 Sep 2006 10:11:39 +0000 (12:11 +0200)] 
make_makefiles: Merged the make_progs script into make_makefiles.

17 years agoinclude: Open Watcom compatibility (Fix _BSDTYPES_DEFINED typo).
Detlef Riekenberg [Wed, 20 Sep 2006 20:26:44 +0000 (22:26 +0200)] 
include: Open Watcom compatibility (Fix _BSDTYPES_DEFINED typo).

17 years agoconfigure: Moved the libGL.a check to the final warnings.
Alexandre Julliard [Fri, 22 Sep 2006 07:36:12 +0000 (09:36 +0200)] 
configure: Moved the libGL.a check to the final warnings.

17 years agoMakefile: Automatically update config.h if configure changed.
Alexandre Julliard [Fri, 22 Sep 2006 07:33:00 +0000 (09:33 +0200)] 
Makefile: Automatically update config.h if configure changed.

17 years agomake_makefiles: Parse the makefiles to find the correct rules file dependency.
Alexandre Julliard [Fri, 22 Sep 2006 07:27:29 +0000 (09:27 +0200)] 
make_makefiles: Parse the makefiles to find the correct rules file dependency.

17 years agomakedep: Update dependencies even with no source files.
Alexandre Julliard [Fri, 22 Sep 2006 07:25:49 +0000 (09:25 +0200)] 
makedep: Update dependencies even with no source files.

17 years agouser: Fix handling of high bits of resource id in LoadString, reported by Andrey...
Alexandre Julliard [Thu, 21 Sep 2006 18:47:20 +0000 (20:47 +0200)] 
user: Fix handling of high bits of resource id in LoadString, reported by Andrey Turkin.

17 years agowined3d: Allow null streams in the vertex declaration.
Ivan Gyurdiev [Sun, 17 Sep 2006 20:26:18 +0000 (16:26 -0400)] 
wined3d: Allow null streams in the vertex declaration.

17 years agosecur32: Tell the user if ntlm_auth is not found or outdated.
Kai Blin [Sun, 17 Sep 2006 09:27:03 +0000 (11:27 +0200)] 
secur32: Tell the user if ntlm_auth is not found or outdated.

17 years agomsacm: acmDriverPriority() compares dwPriority against negative values.
Alex Villacís Lasso [Sat, 16 Sep 2006 17:26:06 +0000 (12:26 -0500)] 
msacm: acmDriverPriority() compares dwPriority against negative values.

This issue was spotted by Andrew Talbot.

17 years agonddeapi: Implement stub dll for nddeapi.
Benjamin Arai [Fri, 15 Sep 2006 23:00:53 +0000 (16:00 -0700)] 
nddeapi: Implement stub dll for nddeapi.

17 years agocomdlg32: Show better font style information in fontdlg.
Byeong-Sik Jeon [Thu, 14 Sep 2006 12:10:19 +0000 (21:10 +0900)] 
comdlg32: Show better font style information in fontdlg.

17 years agowintrust: Add a stub implementation of CryptCATClose.
James Hawkins [Thu, 14 Sep 2006 00:15:56 +0000 (17:15 -0700)] 
wintrust: Add a stub implementation of CryptCATClose.

17 years agowintrust: Add a stub implementation of CryptCATEnumerateMember.
James Hawkins [Thu, 14 Sep 2006 00:15:00 +0000 (17:15 -0700)] 
wintrust: Add a stub implementation of CryptCATEnumerateMember.

17 years agowintrust: Move the Crypt* functions to crypt.c.
James Hawkins [Thu, 14 Sep 2006 00:12:39 +0000 (17:12 -0700)] 
wintrust: Move the Crypt* functions to crypt.c.

17 years agowintrust: Add a stub implementation of CryptCATOpen.
James Hawkins [Thu, 14 Sep 2006 00:11:24 +0000 (17:11 -0700)] 
wintrust: Add a stub implementation of CryptCATOpen.

17 years agocomctl32: toolbar: Fix the return code of TB_ADDBITMAP.
Mikołaj Zalewski [Wed, 20 Sep 2006 15:52:24 +0000 (17:52 +0200)] 
comctl32: toolbar: Fix the return code of TB_ADDBITMAP.

17 years agocomctl32: toolbar: Simplify the TOOLBAR_AddButton.
Mikołaj Zalewski [Wed, 20 Sep 2006 15:49:35 +0000 (17:49 +0200)] 
comctl32: toolbar: Simplify the TOOLBAR_AddButton.

17 years agocomctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).
Mikołaj Zalewski [Wed, 20 Sep 2006 15:46:08 +0000 (17:46 +0200)] 
comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).

17 years agocomctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
Mikołaj Zalewski [Wed, 20 Sep 2006 15:44:36 +0000 (17:44 +0200)] 
comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.

17 years agocomctl32: imagelist: SetImageCount can be used to decrease image count (with testcase).
Mikołaj Zalewski [Wed, 20 Sep 2006 15:42:29 +0000 (17:42 +0200)] 
comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase).

17 years agocomctl32: toolbar: Add some tests for TB_ADDBITMAP.
Mikołaj Zalewski [Wed, 20 Sep 2006 15:41:30 +0000 (17:41 +0200)] 
comctl32: toolbar: Add some tests for TB_ADDBITMAP.

17 years agomsi: Disable child features of parent features that are unselected because of the...
James Hawkins [Thu, 21 Sep 2006 02:59:19 +0000 (19:59 -0700)] 
msi: Disable child features of parent features that are unselected because of the install level.

17 years agomsi: Translate the INSTALLSTATE_UNKNOWN index into the INSTALLSTATE_ABSENT image...
James Hawkins [Thu, 21 Sep 2006 02:58:06 +0000 (19:58 -0700)] 
msi: Translate the INSTALLSTATE_UNKNOWN index into the INSTALLSTATE_ABSENT image index.

17 years agomsi: Don't check a component's install state if a component ID is not provided.
James Hawkins [Thu, 21 Sep 2006 02:57:03 +0000 (19:57 -0700)] 
msi: Don't check a component's install state if a component ID is not provided.

17 years agomsi: Fix the results of a few tests to match Windows.
James Hawkins [Thu, 21 Sep 2006 02:55:55 +0000 (19:55 -0700)] 
msi: Fix the results of a few tests to match Windows.

17 years agomsi: Load the component states in CostFinalize instead of CostInitialize.
James Hawkins [Thu, 21 Sep 2006 02:55:01 +0000 (19:55 -0700)] 
msi: Load the component states in CostFinalize instead of CostInitialize.

17 years agomsi: Initialize all features' action states to INSTALLSTATE_UNKNOWN.
James Hawkins [Thu, 21 Sep 2006 02:53:56 +0000 (19:53 -0700)] 
msi: Initialize all features' action states to INSTALLSTATE_UNKNOWN.

17 years agomsi: Only override a feature whose action state is INSTALLSTATE_SOURCE.
James Hawkins [Thu, 21 Sep 2006 02:53:07 +0000 (19:53 -0700)] 
msi: Only override a feature whose action state is INSTALLSTATE_SOURCE.

17 years agoadvpack: backup should be a const string.
James Hawkins [Thu, 21 Sep 2006 02:51:53 +0000 (19:51 -0700)] 
advpack: backup should be a const string.

17 years agowininet/tests: Don't fail the tests if the network is unreachable.
Alexandre Julliard [Thu, 21 Sep 2006 10:44:56 +0000 (12:44 +0200)] 
wininet/tests: Don't fail the tests if the network is unreachable.

17 years agourlmon/tests: Don't fail the tests if the network is unreachable.
Alexandre Julliard [Thu, 21 Sep 2006 09:45:32 +0000 (11:45 +0200)] 
urlmon/tests: Don't fail the tests if the network is unreachable.

17 years agoopengl: Move wgl font code to winex11.drv.
Roderick Colenbrander [Wed, 20 Sep 2006 21:23:17 +0000 (23:23 +0200)] 
opengl: Move wgl font code to winex11.drv.

17 years agoinclude: Make the return type of mmioSendMessage16 in the function declaration match...
Michael Stefaniuc [Wed, 20 Sep 2006 21:32:13 +0000 (23:32 +0200)] 
include: Make the return type of mmioSendMessage16 in the function declaration match that of the function definition.

17 years agomsxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error.
Dan Hipschman [Wed, 20 Sep 2006 23:41:30 +0000 (16:41 -0700)] 
msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error.

17 years agomsi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause retur...
Benjamin Arai [Thu, 21 Sep 2006 00:00:35 +0000 (17:00 -0700)] 
msi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause returns the correct results.

17 years agomsi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the...
Benjamin Arai [Wed, 20 Sep 2006 23:59:19 +0000 (16:59 -0700)] 
msi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the correct results.

17 years agooleaut32: Conformance test for function variant:VarImp.
Benjamin Arai [Wed, 20 Sep 2006 20:19:04 +0000 (13:19 -0700)] 
oleaut32: Conformance test for function variant:VarImp.

17 years agooleaut32: Implementation for function variant:VarImp.
Benjamin Arai [Wed, 20 Sep 2006 20:17:58 +0000 (13:17 -0700)] 
oleaut32: Implementation for function variant:VarImp.

17 years agodmime: Print 64bit integers with wine_dbgstr_longlong.
Stefan Leichter [Wed, 20 Sep 2006 20:25:51 +0000 (22:25 +0200)] 
dmime: Print 64bit integers with wine_dbgstr_longlong.

17 years agoole32: Cast-qual warnings fix.
Andrew Talbot [Wed, 20 Sep 2006 21:03:08 +0000 (22:03 +0100)] 
ole32: Cast-qual warnings fix.

17 years agoodbc32: Cast-qual warning fix.
Andrew Talbot [Wed, 20 Sep 2006 20:11:18 +0000 (21:11 +0100)] 
odbc32: Cast-qual warning fix.

17 years agonetapi32: Partially implement DsRoleGetPrimaryDomainInformation, and DsRoleFreeMemory.
Juan Lang [Wed, 20 Sep 2006 19:24:37 +0000 (12:24 -0700)] 
netapi32: Partially implement DsRoleGetPrimaryDomainInformation, and DsRoleFreeMemory.

17 years agocrypt32: Don't crash on freeing null chain engine.
Juan Lang [Wed, 20 Sep 2006 18:49:48 +0000 (11:49 -0700)] 
crypt32: Don't crash on freeing null chain engine.

17 years agocrypt32: Test exporting key acquired through CryptAcquireCertificatePrivateKey.
Juan Lang [Wed, 20 Sep 2006 19:01:33 +0000 (12:01 -0700)] 
crypt32: Test exporting key acquired through CryptAcquireCertificatePrivateKey.

17 years agocrypt32: Test decoding a big CRL.
Juan Lang [Wed, 20 Sep 2006 18:55:40 +0000 (11:55 -0700)] 
crypt32: Test decoding a big CRL.

17 years agowined3d: Do not bind the 0 vbo when vbos are unsupported.
Stefan Dösinger [Wed, 20 Sep 2006 16:36:49 +0000 (18:36 +0200)] 
wined3d: Do not bind the 0 vbo when vbos are unsupported.

17 years agoserver: Kill the process without SIGTERM when the fd socket is closed.
Alexandre Julliard [Thu, 21 Sep 2006 09:14:45 +0000 (11:14 +0200)] 
server: Kill the process without SIGTERM when the fd socket is closed.

17 years agoconfigure: Don't display any messages when started from the makefile to rebuild confi...
Alexandre Julliard [Thu, 21 Sep 2006 09:14:38 +0000 (11:14 +0200)] 
configure: Don't display any messages when started from the makefile to rebuild config.status.

17 years agoconfigure: Escape newlines in DEPENDENCIES when using an old autoconf version.
Alexandre Julliard [Wed, 20 Sep 2006 19:46:49 +0000 (21:46 +0200)] 
configure: Escape newlines in DEPENDENCIES when using an old autoconf version.

17 years agoMakefile: Fixed rule for building makedep when cross-compiling.
Alexandre Julliard [Wed, 20 Sep 2006 18:16:19 +0000 (20:16 +0200)] 
Makefile: Fixed rule for building makedep when cross-compiling.

17 years agocrypt32: Simplify by removing unneeded backslash.
Paul Vriens [Wed, 20 Sep 2006 13:51:23 +0000 (15:51 +0200)] 
crypt32: Simplify by removing unneeded backslash.

17 years agogdi32: GetTextExtentPoint and GetTextExtentExPoint behave differently if there's...
Huw Davies [Wed, 20 Sep 2006 13:02:36 +0000 (14:02 +0100)] 
gdi32: GetTextExtentPoint and GetTextExtentExPoint behave differently if there's a \n in the string.

17 years agogdi32: Fix ppem in the case that there isn't an exact height match in the vdmx table.
Huw Davies [Wed, 20 Sep 2006 10:53:06 +0000 (11:53 +0100)] 
gdi32: Fix ppem in the case that there isn't an exact height match in the vdmx table.

17 years agogdi32: Only run the GetGlyphIndices test if Symbol is installed.
Huw Davies [Wed, 20 Sep 2006 11:43:10 +0000 (12:43 +0100)] 
gdi32: Only run the GetGlyphIndices test if Symbol is installed.

17 years agomsi: Adds test to check if "AND" operator returns the correct result for the "WHERE...
Benjamin Arai [Wed, 20 Sep 2006 02:22:22 +0000 (19:22 -0700)] 
msi: Adds test to check if "AND" operator returns the correct result for the "WHERE" clause.

17 years agomsi: Adds tests to check if joins return the correct number of rows.
Benjamin Arai [Tue, 19 Sep 2006 23:11:50 +0000 (16:11 -0700)] 
msi: Adds tests to check if joins return the correct number of rows.

17 years agomsi: Updates tests for joins to include row and column ids in message.
Benjamin Arai [Tue, 19 Sep 2006 23:11:39 +0000 (16:11 -0700)] 
msi: Updates tests for joins to include row and column ids in message.

17 years agowined3d: Clamp the light exponent at 128.
Christoph Frick [Sun, 17 Sep 2006 17:54:33 +0000 (19:54 +0200)] 
wined3d: Clamp the light exponent at 128.

17 years agosetupapi/tests: Use pSetupDiOpenClassRegKeyExA.
Paul Vriens [Mon, 18 Sep 2006 13:33:50 +0000 (15:33 +0200)] 
setupapi/tests: Use pSetupDiOpenClassRegKeyExA.

17 years agontdll: Don't do DVD_READ_STRUCTURE when inbuffer or outbuffer has issues (Coverity).
Paul Vriens [Mon, 18 Sep 2006 12:18:24 +0000 (14:18 +0200)] 
ntdll: Don't do DVD_READ_STRUCTURE when inbuffer or outbuffer has issues (Coverity).

17 years agontdll: Fixed conditional expression (Coverity).
Paul Vriens [Mon, 18 Sep 2006 11:55:25 +0000 (13:55 +0200)] 
ntdll: Fixed conditional expression (Coverity).

17 years agogdi: If there is no space for strings GetOutlineTextMetricsA should not indicate...
Dmitry Timoshkov [Mon, 18 Sep 2006 10:00:44 +0000 (19:00 +0900)] 
gdi: If there is no space for strings GetOutlineTextMetricsA should not indicate that they present.

17 years agodinput: Initialize default coop level. Invert logic in hook handler.
Vitaliy Margolen [Sun, 17 Sep 2006 21:13:11 +0000 (15:13 -0600)] 
dinput: Initialize default coop level. Invert logic in hook handler.

17 years agontdll: Cast-qual warning fix.
Andrew Talbot [Tue, 19 Sep 2006 20:44:40 +0000 (21:44 +0100)] 
ntdll: Cast-qual warning fix.

17 years agomsi: Cast-qual warnings fix.
Andrew Talbot [Sun, 17 Sep 2006 07:52:49 +0000 (08:52 +0100)] 
msi: Cast-qual warnings fix.

17 years agohlink: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 11:51:48 +0000 (12:51 +0100)] 
hlink: Cast-qual warnings fix.

17 years agourl: Fixed wrong argument (Coverity).
Paul Vriens [Sun, 17 Sep 2006 13:56:05 +0000 (15:56 +0200)] 
url: Fixed wrong argument (Coverity).

17 years agonotepad: Keep the modify information of edit control when toggle wrap line.
Byeong-Sik Jeon [Sat, 16 Sep 2006 00:43:07 +0000 (09:43 +0900)] 
notepad: Keep the modify information of edit control when toggle wrap line.

17 years agonotepad: Use HKCU\Software\Microsoft\Notepad for font and window-geometry.
Byeong-Sik Jeon [Sat, 16 Sep 2006 00:11:47 +0000 (09:11 +0900)] 
notepad: Use HKCU\Software\Microsoft\Notepad for font and window-geometry.

17 years agomsi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to dupli...
James Hawkins [Sat, 16 Sep 2006 00:13:10 +0000 (17:13 -0700)] 
msi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to duplicate the component changing logic.

17 years agomsi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE...
James Hawkins [Sat, 16 Sep 2006 00:10:01 +0000 (17:10 -0700)] 
msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE_ABSENT.

17 years agomsi: Add tests for components with multiple parent features.
James Hawkins [Sat, 16 Sep 2006 00:08:42 +0000 (17:08 -0700)] 
msi: Add tests for components with multiple parent features.

17 years agomsi: Add the total and free disk space to the VolumeCostList control.
James Hawkins [Fri, 15 Sep 2006 01:10:30 +0000 (18:10 -0700)] 
msi: Add the total and free disk space to the VolumeCostList control.

17 years agod3d8: More correct stub for ValidatePixelShader + tests.
Louis. Lenders [Mon, 18 Sep 2006 18:16:48 +0000 (19:16 +0100)] 
d3d8: More correct stub for ValidatePixelShader + tests.

17 years agodinput: Return proper errors in SetCooperativeLevel.
Vitaliy Margolen [Sat, 16 Sep 2006 18:25:29 +0000 (12:25 -0600)] 
dinput: Return proper errors in SetCooperativeLevel.

17 years agoinclude: Add some missing definitions in winuser.h.
Vijay Kiran Kamuju [Thu, 14 Sep 2006 19:41:35 +0000 (15:41 -0400)] 
include: Add some missing definitions in winuser.h.

17 years agoadvpack: Remove duplicate function declaration.
Andrew Talbot [Sun, 17 Sep 2006 19:28:15 +0000 (20:28 +0100)] 
advpack: Remove duplicate function declaration.

17 years agonetapi32: Cast-qual warnings fix.
Andrew Talbot [Tue, 19 Sep 2006 16:59:56 +0000 (17:59 +0100)] 
netapi32: Cast-qual warnings fix.

17 years agomsvcrt: Cast-qual warnings fix.
Andrew Talbot [Mon, 18 Sep 2006 21:18:41 +0000 (22:18 +0100)] 
msvcrt: Cast-qual warnings fix.

17 years agomapi32: Cast-qual warning fix.
Andrew Talbot [Thu, 14 Sep 2006 18:47:26 +0000 (19:47 +0100)] 
mapi32: Cast-qual warning fix.

17 years agokernel32: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 16:41:56 +0000 (17:41 +0100)] 
kernel32: Cast-qual warnings fix.

17 years agokernel32: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 16:40:19 +0000 (17:40 +0100)] 
kernel32: Cast-qual warnings fix.

17 years agokernel32: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 16:40:01 +0000 (17:40 +0100)] 
kernel32: Cast-qual warnings fix.