wine
18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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).

18 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.

18 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).

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

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

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

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

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

18 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).

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

18 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.

18 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.

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

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

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

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

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

18 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.

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

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

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

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

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

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

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

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

18 years agoinclude: Added definitions for the fault address exception information.
Alexandre Julliard [Wed, 20 Sep 2006 09:27:53 +0000 (11:27 +0200)] 
include: Added definitions for the fault address exception information.

18 years agoinclude: Exception filters should return LONG, not DWORD.
Alexandre Julliard [Wed, 20 Sep 2006 09:26:59 +0000 (11:26 +0200)] 
include: Exception filters should return LONG, not DWORD.

Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.

18 years agoinclude: Win64 fix in TBBUTTON.
Mikołaj Zalewski [Mon, 18 Sep 2006 10:05:24 +0000 (12:05 +0200)] 
include: Win64 fix in TBBUTTON.

18 years agocomctl32: toolbar: Don't leak the intoPtr->bitmaps during resizing and destruction.
Mikołaj Zalewski [Mon, 18 Sep 2006 10:01:49 +0000 (12:01 +0200)] 
comctl32: toolbar: Don't leak the intoPtr->bitmaps during resizing and destruction.

18 years agocomctl32: header: Update the header comment.
Mikołaj Zalewski [Mon, 18 Sep 2006 09:59:24 +0000 (11:59 +0200)] 
comctl32: header: Update the header comment.

18 years agocomctl32: header: Remove the nOldWidth.
Mikołaj Zalewski [Mon, 18 Sep 2006 09:58:02 +0000 (11:58 +0200)] 
comctl32: header: Remove the nOldWidth.

18 years agocomctl32: header: Send new values in notifies during resize and drag-drop instead...
Mikołaj Zalewski [Mon, 18 Sep 2006 09:55:42 +0000 (11:55 +0200)] 
comctl32: header: Send new values in notifies during resize and drag-drop instead of the old ones.

This also fixes the notify format of HDN_ITEMCLICKED(A/W).

18 years agocomctl32: header: Merge the simple delete and complex delete.
Mikołaj Zalewski [Mon, 18 Sep 2006 09:50:32 +0000 (11:50 +0200)] 
comctl32: header: Merge the simple delete and complex delete.

18 years agocomctl32: header: Simplify the insert/delete code by using ReAlloc.
Mikołaj Zalewski [Mon, 18 Sep 2006 09:44:38 +0000 (11:44 +0200)] 
comctl32: header: Simplify the insert/delete code by using ReAlloc.

18 years agocomctl32: header: Test the header order-management code and fix some bugs.
Mikołaj Zalewski [Mon, 18 Sep 2006 09:42:50 +0000 (11:42 +0200)] 
comctl32: header: Test the header order-management code and fix some bugs.

18 years agowincrypt.h: Add more missing definitions and prototypes.
Juan Lang [Wed, 20 Sep 2006 03:11:56 +0000 (20:11 -0700)] 
wincrypt.h: Add more missing definitions and prototypes.

18 years agodmloader: Print 64bit integers with wine_dbgstr_longlong.
Stefan Leichter [Mon, 18 Sep 2006 20:25:31 +0000 (22:25 +0200)] 
dmloader: Print 64bit integers with wine_dbgstr_longlong.

18 years agowinspool: Fix missing backslash.
Detlef Riekenberg [Mon, 18 Sep 2006 05:57:41 +0000 (07:57 +0200)] 
winspool: Fix missing backslash.

18 years agowine.inf: Add the missing SecurityService keys.
Francois Gouget [Sun, 17 Sep 2006 10:08:08 +0000 (12:08 +0200)] 
wine.inf: Add the missing SecurityService keys.

18 years agosetupapi: Fixed wrong check (Coverity).
Paul Vriens [Sun, 17 Sep 2006 08:24:41 +0000 (10:24 +0200)] 
setupapi: Fixed wrong check (Coverity).

18 years agocrypt32: Cast-qual warnings fix.
Paul Vriens [Sat, 16 Sep 2006 14:56:18 +0000 (16:56 +0200)] 
crypt32: Cast-qual warnings fix.

18 years agocrypt32: Move SIP related tests to their own file.
Paul Vriens [Fri, 15 Sep 2006 14:46:25 +0000 (16:46 +0200)] 
crypt32: Move SIP related tests to their own file.

18 years agocrypt32: Move SIP related functions to their own file.
Paul Vriens [Thu, 14 Sep 2006 14:11:25 +0000 (16:11 +0200)] 
crypt32: Move SIP related functions to their own file.

18 years agocrypt32: Add a few functions to the spec file.
Paul Vriens [Thu, 14 Sep 2006 14:09:28 +0000 (16:09 +0200)] 
crypt32: Add a few functions to the spec file.

18 years agowinex11.drv: Fix wined3d/opengl regression.
Roderick Colenbrander [Mon, 18 Sep 2006 18:13:21 +0000 (20:13 +0200)] 
winex11.drv: Fix wined3d/opengl regression.

18 years agowinex11.drv: Fix fbconfig regression.
Roderick Colenbrander [Fri, 15 Sep 2006 16:22:52 +0000 (18:22 +0200)] 
winex11.drv: Fix fbconfig regression.

18 years agosetupapi: Add stubs for SetupOpenLog, SetupCloseLog, and SetupLogError.
James Hawkins [Thu, 14 Sep 2006 00:18:23 +0000 (17:18 -0700)] 
setupapi: Add stubs for SetupOpenLog, SetupCloseLog, and SetupLogError.

18 years agosetupapi: Implement pSetupGetField, with tests.
James Hawkins [Wed, 13 Sep 2006 21:19:12 +0000 (14:19 -0700)] 
setupapi: Implement pSetupGetField, with tests.

18 years agoREADME.ko: Updated.
Hwang YunSong(황윤성 [Thu, 14 Sep 2006 08:11:55 +0000 (17:11 +0900)] 
README.ko: Updated.

18 years agogdi: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 00:00:38 +0000 (01:00 +0100)] 
gdi: Cast-qual warnings fix.

18 years agogdi: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Sep 2006 00:19:34 +0000 (01:19 +0100)] 
gdi: Cast-qual warnings fix.

18 years agogdi: Cast-qual warnings fix.
Andrew Talbot [Wed, 13 Sep 2006 23:58:30 +0000 (00:58 +0100)] 
gdi: Cast-qual warnings fix.