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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agowidl: Don't compare result of read() to unsigned type.
Dan Hipschman [Wed, 13 Sep 2006 23:34:53 +0000 (16:34 -0700)] 
widl: Don't compare result of read() to unsigned type.

17 years agowidl: Remove unused parameter in create_msft_typeinfo.
Dan Hipschman [Wed, 13 Sep 2006 23:33:44 +0000 (16:33 -0700)] 
widl: Remove unused parameter in create_msft_typeinfo.

17 years agowidl: Remove unused parameter in ctl2_encode_name.
Dan Hipschman [Wed, 13 Sep 2006 23:32:49 +0000 (16:32 -0700)] 
widl: Remove unused parameter in ctl2_encode_name.

17 years agowidl: Replace a #if by if for better compiler checking.
Dan Hipschman [Wed, 13 Sep 2006 23:31:47 +0000 (16:31 -0700)] 
widl: Replace a #if by if for better compiler checking.

17 years agowidl: Remove unused parameter in write_ip_tfs.
Dan Hipschman [Wed, 13 Sep 2006 23:29:54 +0000 (16:29 -0700)] 
widl: Remove unused parameter in write_ip_tfs.

17 years agowidl: Fix warning about unused structure field in lexer.
Dan Hipschman [Wed, 13 Sep 2006 23:28:39 +0000 (16:28 -0700)] 
widl: Fix warning about unused structure field in lexer.

17 years agowidl: Add -u and -U options to man page.
Dan Hipschman [Wed, 13 Sep 2006 21:43:36 +0000 (14:43 -0700)] 
widl: Add -u and -U options to man page.

17 years agodmscript: Print 64bit integers with wine_dbgstr_longlong.
Stefan Leichter [Wed, 13 Sep 2006 20:30:06 +0000 (22:30 +0200)] 
dmscript: Print 64bit integers with wine_dbgstr_longlong.

17 years agocrypt32/tests: Some tests for CryptSIPLoad.
Paul Vriens [Wed, 13 Sep 2006 17:17:36 +0000 (19:17 +0200)] 
crypt32/tests: Some tests for CryptSIPLoad.

17 years agodnsapi: Use the proper type for the return value in dns_do_query_netbios().
Hans Leidekker [Wed, 13 Sep 2006 12:36:49 +0000 (14:36 +0200)] 
dnsapi: Use the proper type for the return value in dns_do_query_netbios().

Remove some unnecessary casts.

17 years agodnsapi: Implement and test DnsRecordSetDetach.
Hans Leidekker [Wed, 13 Sep 2006 12:36:33 +0000 (14:36 +0200)] 
dnsapi: Implement and test DnsRecordSetDetach.

17 years agocomctl32: listview: Don't edit labels after the first click of a double click.
Mikołaj Zalewski [Wed, 13 Sep 2006 11:08:06 +0000 (13:08 +0200)] 
comctl32: listview: Don't edit labels after the first click of a double click.

17 years agocomctl32: listview: Don't edit labels on click if the view was not focused.
Mikołaj Zalewski [Wed, 13 Sep 2006 11:06:52 +0000 (13:06 +0200)] 
comctl32: listview: Don't edit labels on click if the view was not focused.

17 years agoinclude/commctrl.h: TV_DISPINFO constants definition.
Nicolas Delcros [Wed, 13 Sep 2006 16:51:08 +0000 (17:51 +0100)] 
include/commctrl.h: TV_DISPINFO constants definition.

17 years agoinclude/windows.h: Added _INC_WINDOWS declaration.
Nicolas Delcros [Tue, 12 Sep 2006 10:50:13 +0000 (11:50 +0100)] 
include/windows.h: Added _INC_WINDOWS declaration.

17 years agomakefile: Automatically re-run configure if it has been modified.
Alexandre Julliard [Thu, 14 Sep 2006 07:41:33 +0000 (09:41 +0200)] 
makefile: Automatically re-run configure if it has been modified.

17 years agomakefiles: Automatically rebuild makefiles when their sources and/or configure changed.
Alexandre Julliard [Thu, 14 Sep 2006 07:41:21 +0000 (09:41 +0200)] 
makefiles: Automatically rebuild makefiles when their sources and/or configure changed.

17 years agomakefiles: Attempt to automatically run make depend when reading an updated makefile.
Alexandre Julliard [Thu, 14 Sep 2006 07:40:00 +0000 (09:40 +0200)] 
makefiles: Attempt to automatically run make depend when reading an updated makefile.

17 years agomakefiles: Remove the dependencies comment in files that don't need it.
Alexandre Julliard [Thu, 14 Sep 2006 07:38:39 +0000 (09:38 +0200)] 
makefiles: Remove the dependencies comment in files that don't need it.

17 years agomakefiles: Generate the dependencies line to avoid some code duplication.
Alexandre Julliard [Thu, 14 Sep 2006 07:38:16 +0000 (09:38 +0200)] 
makefiles: Generate the dependencies line to avoid some code duplication.

17 years agoRelease 0.9.21. wine-0.9.21
Alexandre Julliard [Wed, 13 Sep 2006 19:10:25 +0000 (21:10 +0200)] 
Release 0.9.21.

17 years agomsiexec: Ignore failure to create the service if it already exists.
Alexandre Julliard [Wed, 13 Sep 2006 10:56:37 +0000 (12:56 +0200)] 
msiexec: Ignore failure to create the service if it already exists.

17 years agoREADME.de: Updated comment on support libraries to match English.
Marcus Meissner [Wed, 13 Sep 2006 09:40:31 +0000 (11:40 +0200)] 
README.de: Updated comment on support libraries to match English.

17 years agoREADME.de: Mention kernel 2.6.
Marcus Meissner [Wed, 13 Sep 2006 08:57:33 +0000 (10:57 +0200)] 
README.de: Mention kernel 2.6.

17 years agowintrust: Add CryptSIPAddProvider calls to the registration.
Paul Vriens [Wed, 13 Sep 2006 10:01:02 +0000 (12:01 +0200)] 
wintrust: Add CryptSIPAddProvider calls to the registration.

17 years agomsi: Fix a couple of test cases for MsiDatabaseIsTablePersistent.
Mike McCormack [Wed, 13 Sep 2006 09:46:13 +0000 (18:46 +0900)] 
msi: Fix a couple of test cases for MsiDatabaseIsTablePersistent.

17 years agodinput: Create/destroy hook thread from DirectInput.
Vitaliy Margolen [Wed, 13 Sep 2006 06:06:15 +0000 (00:06 -0600)] 
dinput: Create/destroy hook thread from DirectInput.

17 years agomsi: Add a test for ALTER TABLE.
Mike McCormack [Wed, 13 Sep 2006 09:14:18 +0000 (18:14 +0900)] 
msi: Add a test for ALTER TABLE.

17 years agomsi: Fix database creation.
Mike McCormack [Wed, 13 Sep 2006 06:55:57 +0000 (15:55 +0900)] 
msi: Fix database creation.

17 years agomsi: Split the font registration code out into a separate file.
Mike McCormack [Wed, 13 Sep 2006 06:55:34 +0000 (15:55 +0900)] 
msi: Split the font registration code out into a separate file.

17 years agodxdiagn: Cast-qual warning fix.
Andrew Talbot [Tue, 12 Sep 2006 21:56:37 +0000 (22:56 +0100)] 
dxdiagn: Cast-qual warning fix.

17 years agogdi32: Fix init_system_links() for non-localized font name.
Byeong-Sik Jeon [Tue, 12 Sep 2006 21:41:50 +0000 (06:41 +0900)] 
gdi32: Fix init_system_links() for non-localized font name.

17 years agogdi32: Fix wrong break statement use.
Byeong-Sik Jeon [Tue, 12 Sep 2006 21:41:43 +0000 (06:41 +0900)] 
gdi32: Fix wrong break statement use.

17 years agowined3d: Avoid crashing when renderer returns no name.
Paul Chitescu [Tue, 12 Sep 2006 19:21:14 +0000 (22:21 +0300)] 
wined3d: Avoid crashing when renderer returns no name.

17 years agomsi: Add more join tests.
James Hawkins [Tue, 12 Sep 2006 21:00:06 +0000 (14:00 -0700)] 
msi: Add more join tests.

17 years agomsi: Show the available drives in the VolumeCostList control.
James Hawkins [Tue, 12 Sep 2006 20:20:26 +0000 (13:20 -0700)] 
msi: Show the available drives in the VolumeCostList control.

17 years agoole32: Silence a compiler warning about unused variable in StgStreamImpl_Write().
Gerald Pfeifer [Tue, 12 Sep 2006 21:37:14 +0000 (23:37 +0200)] 
ole32: Silence a compiler warning about unused variable in StgStreamImpl_Write().

17 years agotests: Moved some compatibility defines to wine/test.h.
Alexandre Julliard [Wed, 13 Sep 2006 09:01:39 +0000 (11:01 +0200)] 
tests: Moved some compatibility defines to wine/test.h.

17 years agodmstyle: Print 64bit integers with wine_dbgstr_longlong.
Stefan Leichter [Tue, 12 Sep 2006 20:49:20 +0000 (22:49 +0200)] 
dmstyle: Print 64bit integers with wine_dbgstr_longlong.

17 years agoREADME: Update for kernel 2.6.
Marcus Meissner [Tue, 12 Sep 2006 20:43:53 +0000 (22:43 +0200)] 
README: Update for kernel 2.6.

17 years agomshtml: Add version resource.
Louis. Lenders [Tue, 12 Sep 2006 20:15:59 +0000 (21:15 +0100)] 
mshtml: Add version resource.

17 years agoshdocvw: Update version info.
Louis. Lenders [Tue, 12 Sep 2006 16:51:09 +0000 (17:51 +0100)] 
shdocvw: Update version info.

17 years agowintrust: Use the return values of the registration functions.
Paul Vriens [Tue, 12 Sep 2006 17:53:53 +0000 (19:53 +0200)] 
wintrust: Use the return values of the registration functions.

17 years agowintrust: We do care about errors during this kind of registration.
Paul Vriens [Tue, 12 Sep 2006 17:52:56 +0000 (19:52 +0200)] 
wintrust: We do care about errors during this kind of registration.

17 years agowintrust: Simplify registration by using WintrustAddDefaultForUsage.
Paul Vriens [Tue, 12 Sep 2006 17:52:16 +0000 (19:52 +0200)] 
wintrust: Simplify registration by using WintrustAddDefaultForUsage.

17 years agomsi: Delete databases we create but never commit.
Mike McCormack [Tue, 12 Sep 2006 15:47:10 +0000 (00:47 +0900)] 
msi: Delete databases we create but never commit.

17 years agoconfigure: Fix left-over reference to kernel directory.
Alexandre Julliard [Tue, 12 Sep 2006 14:10:51 +0000 (16:10 +0200)] 
configure: Fix left-over reference to kernel directory.

17 years agowintrust: Implemented WintrustAddDefaultForUsage.
Paul Vriens [Tue, 12 Sep 2006 12:28:05 +0000 (14:28 +0200)] 
wintrust: Implemented WintrustAddDefaultForUsage.

17 years agowintrust: Added tests for WintrustAddDefaultForUsage.
Paul Vriens [Tue, 12 Sep 2006 11:18:48 +0000 (13:18 +0200)] 
wintrust: Added tests for WintrustAddDefaultForUsage.

17 years agowintrust: Added stubbed WintrustAddDefaultForUsage.
Paul Vriens [Tue, 12 Sep 2006 11:18:25 +0000 (13:18 +0200)] 
wintrust: Added stubbed WintrustAddDefaultForUsage.

17 years agosecur32: Use _exit instead of exit in child process to avoid flushing things twice.
Alexandre Julliard [Tue, 12 Sep 2006 12:50:33 +0000 (14:50 +0200)] 
secur32: Use _exit instead of exit in child process to avoid flushing things twice.

17 years agocrypt32: Comment out an unreliable test.
Alexandre Julliard [Tue, 12 Sep 2006 12:45:48 +0000 (14:45 +0200)] 
crypt32: Comment out an unreliable test.

17 years agowinex11.drv: Fixed and simplified the opengl extension registration.
Alexandre Julliard [Tue, 12 Sep 2006 09:50:36 +0000 (11:50 +0200)] 
winex11.drv: Fixed and simplified the opengl extension registration.

17 years agoopengl32: Remove unused code.
Roderick Colenbrander [Sun, 3 Sep 2006 12:08:39 +0000 (14:08 +0200)] 
opengl32: Remove unused code.

17 years agowinex11.drv: Move WGL extension code to winex11.drv.
Roderick Colenbrander [Mon, 11 Sep 2006 19:28:32 +0000 (21:28 +0200)] 
winex11.drv: Move WGL extension code to winex11.drv.

17 years agokernel32: Renamed the kernel directory to kernel32.
Alexandre Julliard [Tue, 12 Sep 2006 11:01:46 +0000 (13:01 +0200)] 
kernel32: Renamed the kernel directory to kernel32.

Also get rid of the kernel/messages subdirectory.

17 years agolibwine: Avoid a compiler warning on Solaris.
Alexandre Julliard [Tue, 12 Sep 2006 09:01:57 +0000 (11:01 +0200)] 
libwine: Avoid a compiler warning on Solaris.

17 years agomsi: Add some more tests for MsiOpenDatabase.
Mike McCormack [Tue, 12 Sep 2006 06:28:43 +0000 (15:28 +0900)] 
msi: Add some more tests for MsiOpenDatabase.

17 years agooleaut32: Replace a loop with a simple computation.
Dan Hipschman [Tue, 12 Sep 2006 00:53:53 +0000 (17:53 -0700)] 
oleaut32: Replace a loop with a simple computation.

17 years agowidl: Replace a loop with a simple computation.
Dan Hipschman [Tue, 12 Sep 2006 00:53:53 +0000 (17:53 -0700)] 
widl: Replace a loop with a simple computation.

17 years agowintrust: Remove some TRACE's as they are now covered by WintrustAddActionID.
Paul Vriens [Mon, 11 Sep 2006 19:56:42 +0000 (21:56 +0200)] 
wintrust: Remove some TRACE's as they are now covered by WintrustAddActionID.

17 years agowintrust: Removed stray backslash.
Paul Vriens [Mon, 11 Sep 2006 19:34:18 +0000 (21:34 +0200)] 
wintrust: Removed stray backslash.

17 years agowintrust: Typo in TRACE.
Paul Vriens [Mon, 11 Sep 2006 19:34:05 +0000 (21:34 +0200)] 
wintrust: Typo in TRACE.

17 years agowintrust: Simplify registrations by using WintrustAddActionID.
Paul Vriens [Mon, 11 Sep 2006 19:33:49 +0000 (21:33 +0200)] 
wintrust: Simplify registrations by using WintrustAddActionID.

17 years agomsi: Don't try to register a class if a COM server file is not provided.
James Hawkins [Mon, 11 Sep 2006 23:40:21 +0000 (16:40 -0700)] 
msi: Don't try to register a class if a COM server file is not provided.

17 years agodmsynth: Print 64bit integers with wine_dbgstr_longlong.
Stefan Leichter [Mon, 11 Sep 2006 20:51:14 +0000 (22:51 +0200)] 
dmsynth: Print 64bit integers with wine_dbgstr_longlong.

17 years agooleaut32: Conformance test for function variant:VarIdiv.
Benjamin Arai [Mon, 11 Sep 2006 23:58:36 +0000 (16:58 -0700)] 
oleaut32: Conformance test for function variant:VarIdiv.

17 years agooleaut32: Fixes for function variant:VarIdiv.
Benjamin Arai [Mon, 11 Sep 2006 23:58:23 +0000 (16:58 -0700)] 
oleaut32: Fixes for function variant:VarIdiv.

17 years agooleaut32: Conformance test for function variant:VarDiv.
Benjamin Arai [Mon, 11 Sep 2006 18:48:31 +0000 (11:48 -0700)] 
oleaut32: Conformance test for function variant:VarDiv.

17 years agooleaut32: Fixes for function variant:VarDiv.
Benjamin Arai [Mon, 11 Sep 2006 18:47:48 +0000 (11:47 -0700)] 
oleaut32: Fixes for function variant:VarDiv.

17 years agowined3d: Cleanup the surface loading code a bit.
H. Verbeet [Mon, 11 Sep 2006 16:51:18 +0000 (18:51 +0200)] 
wined3d: Cleanup the surface loading code a bit.

- Separate allocation and uploading of textures.
- Move common code for allocating, uploading and downloading textures
  into separate functions.
- Set the correct format and type for DXT textures.

17 years agod3d8: Free the shader handle table.
H. Verbeet [Mon, 11 Sep 2006 16:51:09 +0000 (18:51 +0200)] 
d3d8: Free the shader handle table.

17 years agontdll: Remove the IOKit code and reuse the FreeBSD implementation for MacOS.
Alexandre Julliard [Tue, 12 Sep 2006 07:43:37 +0000 (09:43 +0200)] 
ntdll: Remove the IOKit code and reuse the FreeBSD implementation for MacOS.

FILE_GetDeviceInfo needs to be efficient, and IOKit is much too slow
to be used here.

17 years agowrc: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Tue, 12 Sep 2006 07:05:20 +0000 (09:05 +0200)] 
wrc: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agowmc: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Tue, 12 Sep 2006 07:05:15 +0000 (09:05 +0200)] 
wmc: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agowidl: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Tue, 12 Sep 2006 07:05:07 +0000 (09:05 +0200)] 
widl: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agowpp: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Tue, 12 Sep 2006 07:04:55 +0000 (09:04 +0200)] 
wpp: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agowinedbg: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Tue, 12 Sep 2006 07:04:43 +0000 (09:04 +0200)] 
winedbg: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agomsi: Change the prefix on bison-generated names to avoid the name-prefix directive.
Alexandre Julliard [Mon, 11 Sep 2006 19:53:04 +0000 (21:53 +0200)] 
msi: Change the prefix on bison-generated names to avoid the name-prefix directive.

17 years agoMake.rules: Set the default prefix for bison files from the file basename.
Alexandre Julliard [Mon, 11 Sep 2006 19:47:49 +0000 (21:47 +0200)] 
Make.rules: Set the default prefix for bison files from the file basename.