wine
18 years agomshtml: Updated French translation.
Jonathan Ernst [Fri, 8 Sep 2006 14:35:58 +0000 (16:35 +0200)] 
mshtml: Updated French translation.

18 years agocrypt32/tests: Added tests for CryptSIPAddProvider and CryptSIPRemoveProvider.
Paul Vriens [Fri, 8 Sep 2006 14:13:59 +0000 (16:13 +0200)] 
crypt32/tests: Added tests for CryptSIPAddProvider and CryptSIPRemoveProvider.

18 years agocrypt32: Implemented CryptSIPRemoveProvider.
Paul Vriens [Fri, 8 Sep 2006 13:54:25 +0000 (15:54 +0200)] 
crypt32: Implemented CryptSIPRemoveProvider.

18 years agocrypt32: Add documentation.
Paul Vriens [Fri, 8 Sep 2006 13:54:06 +0000 (15:54 +0200)] 
crypt32: Add documentation.

18 years agogdi: Change the metafile.c test to use sprintf instead of snprintf for portability.
Jeff Latimer [Fri, 8 Sep 2006 13:10:00 +0000 (23:10 +1000)] 
gdi: Change the metafile.c test to use sprintf instead of snprintf for portability.

18 years agokernel: An unavailable address for the PE file can cause ERROR_NOT_ENOUGH_MEMORY...
Alexandre Julliard [Sat, 9 Sep 2006 21:14:26 +0000 (23:14 +0200)] 
kernel: An unavailable address for the PE file can cause ERROR_NOT_ENOUGH_MEMORY too.

18 years agomakefiles: Make sure that all phony targets depend on 'dummy'.
Alexandre Julliard [Sat, 9 Sep 2006 21:09:04 +0000 (23:09 +0200)] 
makefiles: Make sure that all phony targets depend on 'dummy'.

18 years agomakefiles: Avoid empty variables in substitutions, it's broken on BSD make.
Alexandre Julliard [Sat, 9 Sep 2006 20:28:53 +0000 (22:28 +0200)] 
makefiles: Avoid empty variables in substitutions, it's broken on BSD make.

18 years agofonts: Avoid using the $< make variable in explicit rules.
Alexandre Julliard [Sat, 9 Sep 2006 19:21:55 +0000 (21:21 +0200)] 
fonts: Avoid using the $< make variable in explicit rules.

18 years agomakedep: Support for new naming scheme for lex files.
Alexandre Julliard [Sat, 9 Sep 2006 11:16:59 +0000 (13:16 +0200)] 
makedep: Support for new naming scheme for lex files.

18 years agomakefiles: Add global rules for bison and lex files.
Alexandre Julliard [Sat, 9 Sep 2006 11:16:22 +0000 (13:16 +0200)] 
makefiles: Add global rules for bison and lex files.

Also build the .c and .h files separately to allow parallel makes.

18 years agowinedbg: Allow building without debug support in the parser.
Alexandre Julliard [Sat, 9 Sep 2006 09:26:35 +0000 (11:26 +0200)] 
winedbg: Allow building without debug support in the parser.

18 years agowrc: Allow building without debug support in the parser.
Alexandre Julliard [Sat, 9 Sep 2006 09:26:29 +0000 (11:26 +0200)] 
wrc: Allow building without debug support in the parser.

18 years agowmc: Allow building without debug support in the parser.
Alexandre Julliard [Sat, 9 Sep 2006 09:26:24 +0000 (11:26 +0200)] 
wmc: Allow building without debug support in the parser.

18 years agowidl: Allow building without debug support in the parser.
Alexandre Julliard [Sat, 9 Sep 2006 09:26:20 +0000 (11:26 +0200)] 
widl: Allow building without debug support in the parser.

18 years agowinhelp: Specify the lex options directly in the source file.
Alexandre Julliard [Sat, 9 Sep 2006 09:25:50 +0000 (11:25 +0200)] 
winhelp: Specify the lex options directly in the source file.

18 years agowinedbg: Specify the lex options directly in the source file.
Alexandre Julliard [Sat, 9 Sep 2006 09:25:41 +0000 (11:25 +0200)] 
winedbg: Specify the lex options directly in the source file.

18 years agomsi: Specify the bison name prefix directly in the source file.
Alexandre Julliard [Sat, 9 Sep 2006 09:25:19 +0000 (11:25 +0200)] 
msi: Specify the bison name prefix directly in the source file.

18 years agolibs/wpp: Specify the bison name prefix directly in the source file.
Alexandre Julliard [Sat, 9 Sep 2006 09:25:10 +0000 (11:25 +0200)] 
libs/wpp: Specify the bison name prefix directly in the source file.

18 years agodbghelp: Cast-qual warnings fix.
Andrew Talbot [Wed, 6 Sep 2006 16:55:40 +0000 (17:55 +0100)] 
dbghelp: Cast-qual warnings fix.

18 years agokernel: Constify a formal parameter.
Andrew Talbot [Wed, 6 Sep 2006 16:35:44 +0000 (17:35 +0100)] 
kernel: Constify a formal parameter.

18 years agooleaut32: Include minimal ungif source to remove dependency on libungif.
Mike McCormack [Fri, 8 Sep 2006 03:27:15 +0000 (12:27 +0900)] 
oleaut32: Include minimal ungif source to remove dependency on libungif.

18 years agonetapi32: Avoid NULL access in NetApiBufferAllocate, with test.
Detlef Riekenberg [Fri, 8 Sep 2006 09:29:54 +0000 (11:29 +0200)] 
netapi32: Avoid NULL access in NetApiBufferAllocate, with test.

18 years agocrypt32: Bail out on registry errors and return the error (if any).
Paul Vriens [Fri, 8 Sep 2006 11:19:26 +0000 (13:19 +0200)] 
crypt32: Bail out on registry errors and return the error (if any).

18 years agocrypt32: Add documentation.
Paul Vriens [Fri, 8 Sep 2006 11:19:14 +0000 (13:19 +0200)] 
crypt32: Add documentation.

18 years agocrypt32: Change the order of writing to the registry.
Paul Vriens [Fri, 8 Sep 2006 11:19:03 +0000 (13:19 +0200)] 
crypt32: Change the order of writing to the registry.

18 years agocrypt32: Bail out on registry errors and return the error (if any).
Paul Vriens [Fri, 8 Sep 2006 11:18:55 +0000 (13:18 +0200)] 
crypt32: Bail out on registry errors and return the error (if any).

18 years agocrypt32: Added some input validation.
Paul Vriens [Fri, 8 Sep 2006 11:18:46 +0000 (13:18 +0200)] 
crypt32: Added some input validation.

18 years agosvrapi: Added a stub svrapi.dll.
Konstantin Petrov [Mon, 4 Sep 2006 16:46:34 +0000 (20:46 +0400)] 
svrapi: Added a stub svrapi.dll.

18 years agowinspool: Manage loaded monitors in a list.
Detlef Riekenberg [Sat, 2 Sep 2006 20:55:25 +0000 (22:55 +0200)] 
winspool: Manage loaded monitors in a list.

18 years agowinspool: Minimal load/unload printmonitors; use it to get a test working.
Detlef Riekenberg [Sat, 2 Sep 2006 20:50:32 +0000 (22:50 +0200)] 
winspool: Minimal load/unload printmonitors; use it to get a test working.

18 years agouser: ChangeDisplaySettings virtual desktop mode handling fix.
Jesse Allen [Sat, 2 Sep 2006 17:02:42 +0000 (10:02 -0700)] 
user: ChangeDisplaySettings virtual desktop mode handling fix.

18 years agowine.inf: Register msiexec.
Alexandre Julliard [Fri, 8 Sep 2006 11:41:02 +0000 (13:41 +0200)] 
wine.inf: Register msiexec.

18 years agooleaut32: Conformance test for function variant:VarPow.
Benjamin Arai [Fri, 8 Sep 2006 02:04:56 +0000 (19:04 -0700)] 
oleaut32: Conformance test for function variant:VarPow.

18 years agooleaut32: Fixes for function variant:VarPow.
Benjamin Arai [Fri, 8 Sep 2006 02:04:17 +0000 (19:04 -0700)] 
oleaut32: Fixes for function variant:VarPow.

18 years agooleaut32: Conformance test for function variant:VarAnd.
Benjamin Arai [Fri, 8 Sep 2006 00:51:38 +0000 (17:51 -0700)] 
oleaut32: Conformance test for function variant:VarAnd.

18 years agooleaut32: Fixes for function variant:VarAnd.
Benjamin Arai [Fri, 8 Sep 2006 00:50:03 +0000 (17:50 -0700)] 
oleaut32: Fixes for function variant:VarAnd.

18 years agontdll/tests: Print 64bit integers as two 32 bit integers.
Stefan Leichter [Fri, 8 Sep 2006 08:49:16 +0000 (10:49 +0200)] 
ntdll/tests: Print 64bit integers as two 32 bit integers.

18 years agomsi: Add more tests for temporary columns.
Mike McCormack [Fri, 8 Sep 2006 09:55:57 +0000 (18:55 +0900)] 
msi: Add more tests for temporary columns.

18 years agomsi: Fix the TEMPORARY keyword for columns.
Mike McCormack [Fri, 8 Sep 2006 09:25:40 +0000 (18:25 +0900)] 
msi: Fix the TEMPORARY keyword for columns.

18 years agomsi: Add a test for MsiDatabaseIsTablePersistent.
Mike McCormack [Fri, 8 Sep 2006 09:02:17 +0000 (18:02 +0900)] 
msi: Add a test for MsiDatabaseIsTablePersistent.

18 years agomsi: Fix the prototype of MsiDatabaseIsTablePersistent to match the SDK.
Mike McCormack [Fri, 8 Sep 2006 09:01:54 +0000 (18:01 +0900)] 
msi: Fix the prototype of MsiDatabaseIsTablePersistent to match the SDK.

18 years agomsi: Increase the size of the string table.
Mike McCormack [Fri, 8 Sep 2006 07:20:56 +0000 (16:20 +0900)] 
msi: Increase the size of the string table.

18 years agomsi: Split code to create a random package name into a separate function.
Mike McCormack [Fri, 8 Sep 2006 07:20:46 +0000 (16:20 +0900)] 
msi: Split code to create a random package name into a separate function.

18 years agomsi: Use msi_string_lookup_id instead of msi_id2stringW where possible.
Mike McCormack [Fri, 8 Sep 2006 03:25:11 +0000 (12:25 +0900)] 
msi: Use msi_string_lookup_id instead of msi_id2stringW where possible.

18 years agontdll: attr is never NULL inside NtCreateFile.
Detlef Riekenberg [Thu, 7 Sep 2006 22:20:28 +0000 (00:20 +0200)] 
ntdll: attr is never NULL inside NtCreateFile.

18 years agomsi: Allow non-key columns to be used with the join query.
James Hawkins [Fri, 8 Sep 2006 01:15:40 +0000 (18:15 -0700)] 
msi: Allow non-key columns to be used with the join query.

18 years agomsi: Add tests for MSI SQL join queries.
James Hawkins [Thu, 7 Sep 2006 22:34:01 +0000 (15:34 -0700)] 
msi: Add tests for MSI SQL join queries.

18 years agowidl: Add more complete pointer handling to write_typeformatstring_var.
Dan Hipschman [Thu, 7 Sep 2006 23:57:16 +0000 (16:57 -0700)] 
widl: Add more complete pointer handling to write_typeformatstring_var.

18 years agoAssorted spelling fixes.
Francois Gouget [Thu, 7 Sep 2006 18:01:50 +0000 (20:01 +0200)] 
Assorted spelling fixes.

18 years agontdll: Document a Microsoft spelling mistake so we know it is not to be fixed.
Francois Gouget [Thu, 7 Sep 2006 18:01:35 +0000 (20:01 +0200)] 
ntdll: Document a Microsoft spelling mistake so we know it is not to be fixed.

18 years agosetupapi: Document a Microsoft spelling mistake so we know it is not to be fixed.
Francois Gouget [Thu, 7 Sep 2006 18:01:17 +0000 (20:01 +0200)] 
setupapi: Document a Microsoft spelling mistake so we know it is not to be fixed.

18 years agotapi32: Fix spelling of a local variable.
Francois Gouget [Thu, 7 Sep 2006 18:00:45 +0000 (20:00 +0200)] 
tapi32: Fix spelling of a local variable.

18 years agoole32: Fix spelling of a couple of local variables.
Francois Gouget [Thu, 7 Sep 2006 18:00:30 +0000 (20:00 +0200)] 
ole32: Fix spelling of a couple of local variables.

18 years agoshell32: Fix spelling of a local variable.
Francois Gouget [Thu, 7 Sep 2006 18:00:15 +0000 (20:00 +0200)] 
shell32: Fix spelling of a local variable.

18 years agooleaut32: Fix spelling of VARIANT_NUMBER_CHARS's separator fields.
Francois Gouget [Thu, 7 Sep 2006 18:00:02 +0000 (20:00 +0200)] 
oleaut32: Fix spelling of VARIANT_NUMBER_CHARS's separator fields.

18 years agoinclude: Document some Microsoft spelling mistakes so we know they are not to be...
Francois Gouget [Thu, 7 Sep 2006 17:59:35 +0000 (19:59 +0200)] 
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.

18 years agoshell32: Fix name of a constant.
Francois Gouget [Thu, 7 Sep 2006 17:58:08 +0000 (19:58 +0200)] 
shell32: Fix name of a constant.

18 years agoinclude: Fix the name of a MODEMSETTINGS field.
Francois Gouget [Thu, 7 Sep 2006 17:55:34 +0000 (19:55 +0200)] 
include: Fix the name of a MODEMSETTINGS field.

18 years agoimagehlp: Fix the name of the ADDRESS_MODE enum.
Francois Gouget [Thu, 7 Sep 2006 17:54:54 +0000 (19:54 +0200)] 
imagehlp: Fix the name of the ADDRESS_MODE enum.

18 years agoadvpack: Cast-qual warnings fix.
Andrew Talbot [Thu, 7 Sep 2006 21:25:14 +0000 (22:25 +0100)] 
advpack: Cast-qual warnings fix.

18 years agosecur32: Fix DecryptMessage for the dummy case.
Kai Blin [Thu, 7 Sep 2006 15:32:40 +0000 (17:32 +0200)] 
secur32: Fix DecryptMessage for the dummy case.

18 years agosecur32: Fix generation of the session key.
Kai Blin [Thu, 7 Sep 2006 14:17:06 +0000 (16:17 +0200)] 
secur32: Fix generation of the session key.

18 years agocrypt32: Don't crash when tracing is on and a numeric identifier is passed.
Paul Vriens [Thu, 7 Sep 2006 13:08:14 +0000 (15:08 +0200)] 
crypt32: Don't crash when tracing is on and a numeric identifier is passed.

18 years agocrypt32: Add some documentation.
Paul Vriens [Thu, 7 Sep 2006 13:07:40 +0000 (15:07 +0200)] 
crypt32: Add some documentation.

18 years agousp10: Implement and test Script{Apply, Record}DigitSubstitution.
Albert Lee [Thu, 7 Sep 2006 06:42:56 +0000 (02:42 -0400)] 
usp10: Implement and test Script{Apply, Record}DigitSubstitution.

18 years agoconfigure.ac: Display a hint when CAPI is not supported.
Detlef Riekenberg [Wed, 6 Sep 2006 11:37:03 +0000 (13:37 +0200)] 
configure.ac: Display a hint when CAPI is not supported.

18 years agontdll: Added sysctl to make the signal stack per-thread on MacOS.
Alexandre Julliard [Thu, 7 Sep 2006 16:08:46 +0000 (18:08 +0200)] 
ntdll: Added sysctl to make the signal stack per-thread on MacOS.

18 years agowined3d: Simplify setting the stencil renderstate.
Jan Zerebecki [Wed, 6 Sep 2006 08:44:02 +0000 (10:44 +0200)] 
wined3d: Simplify setting the stencil renderstate.

18 years agowininet: Fix fd leak on failure case.
Jan Zerebecki [Wed, 6 Sep 2006 08:46:10 +0000 (10:46 +0200)] 
wininet: Fix fd leak on failure case.

18 years agowineoss: Remove "please report" from a trace.
Jan Zerebecki [Wed, 6 Sep 2006 08:45:46 +0000 (10:45 +0200)] 
wineoss: Remove "please report" from a trace.

18 years agowinefile: Fix the display of free disk space in the statusbar.
Jan Zerebecki [Wed, 6 Sep 2006 08:45:02 +0000 (10:45 +0200)] 
winefile: Fix the display of free disk space in the statusbar.

18 years agoregedit: Also refresh the listview.
Jan Zerebecki [Wed, 6 Sep 2006 08:44:33 +0000 (10:44 +0200)] 
regedit: Also refresh the listview.

18 years agowinmm: Prevent NULL dereference in MCI_Close and add testcase for it.
Jan Zerebecki [Wed, 6 Sep 2006 08:43:24 +0000 (10:43 +0200)] 
winmm: Prevent NULL dereference in MCI_Close and add testcase for it.

18 years agoriched20: WM_CONTEXTMENU fix for custom context menus.
Hippocrates Sendoukas [Sun, 3 Sep 2006 03:08:46 +0000 (20:08 -0700)] 
riched20: WM_CONTEXTMENU fix for custom context menus.

18 years agoriched20: ME_SetSelection -1 to -1 behavior fix.
Hippocrates Sendoukas [Sun, 3 Sep 2006 03:12:06 +0000 (20:12 -0700)] 
riched20: ME_SetSelection -1 to -1 behavior fix.

18 years agocrypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueInternal, getting rid of a warning.
James Hawkins [Wed, 30 Aug 2006 21:08:38 +0000 (14:08 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueInternal, getting rid of a warning.

18 years agocrypt32: Simplify CRYPT_AsnDecodeNameValueInternal, getting rid of a warning.
James Hawkins [Wed, 30 Aug 2006 21:08:32 +0000 (14:08 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeNameValueInternal, getting rid of a warning.

18 years agomsi: Store the CustomActionData for deferred custom actions.
James Hawkins [Mon, 4 Sep 2006 03:13:46 +0000 (20:13 -0700)] 
msi: Store the CustomActionData for deferred custom actions.

18 years agomsi: Add the ability to change directories in the DirectoryList control.
James Hawkins [Mon, 4 Sep 2006 03:08:02 +0000 (20:08 -0700)] 
msi: Add the ability to change directories in the DirectoryList control.

18 years agomsi: Add initial implementation of the DirectoryList control.
James Hawkins [Fri, 1 Sep 2006 23:00:49 +0000 (16:00 -0700)] 
msi: Add initial implementation of the DirectoryList control.

18 years agomsi: Load and display the VolumeCostList control's column headers.
James Hawkins [Fri, 1 Sep 2006 21:00:19 +0000 (14:00 -0700)] 
msi: Load and display the VolumeCostList control's column headers.

18 years agomsi: Store and use the center point of the dialog window in between dialogs.
James Hawkins [Thu, 31 Aug 2006 20:43:01 +0000 (13:43 -0700)] 
msi: Store and use the center point of the dialog window in between dialogs.

18 years agomsi: Verify the path in the PathEdit control.
James Hawkins [Thu, 31 Aug 2006 20:42:57 +0000 (13:42 -0700)] 
msi: Verify the path in the PathEdit control.

18 years agomsi: Search for the browse dialog controls by type instead of name.
James Hawkins [Thu, 31 Aug 2006 20:42:54 +0000 (13:42 -0700)] 
msi: Search for the browse dialog controls by type instead of name.

18 years agomsi: Provide the control to the dialog_update function for the case
James Hawkins [Thu, 31 Aug 2006 20:42:50 +0000 (13:42 -0700)] 
msi: Provide the control to the dialog_update function for the case
when the control isn't attached to the dialog yet.

18 years agomsi: Add more tests for the _Streams table.
James Hawkins [Thu, 31 Aug 2006 01:10:35 +0000 (18:10 -0700)] 
msi: Add more tests for the _Streams table.

18 years agoprograms/wcmd: Rename to programs/cmd.
Dan Kegel [Mon, 4 Sep 2006 04:13:08 +0000 (21:13 -0700)] 
programs/wcmd: Rename to programs/cmd.

18 years agouser: Use computed icon rectangle if SS_CENTERIMAGE style is set.
Dmitry Timoshkov [Wed, 6 Sep 2006 14:00:45 +0000 (23:00 +0900)] 
user: Use computed icon rectangle if SS_CENTERIMAGE style is set.

18 years agomsvcmaker: Remove a reference to libs/unicode in msvcmaker.
James Hawkins [Wed, 6 Sep 2006 20:53:21 +0000 (13:53 -0700)] 
msvcmaker: Remove a reference to libs/unicode in msvcmaker.

18 years agomsi: Add many more MsiFormatRecord tests.
James Hawkins [Wed, 6 Sep 2006 22:31:31 +0000 (15:31 -0700)] 
msi: Add many more MsiFormatRecord tests.

18 years agomsi: Fix two MsiFormatRecord tests.
James Hawkins [Wed, 6 Sep 2006 20:51:06 +0000 (13:51 -0700)] 
msi: Fix two MsiFormatRecord tests.

18 years agomsi: Use the TargetPath of a file if the file doesn't exist in MsiFormatRecord.
James Hawkins [Wed, 6 Sep 2006 03:28:15 +0000 (20:28 -0700)] 
msi: Use the TargetPath of a file if the file doesn't exist in MsiFormatRecord.

18 years agomsi: Fix creation of the default format in MsiFormatRecord.
James Hawkins [Wed, 6 Sep 2006 03:26:56 +0000 (20:26 -0700)] 
msi: Fix creation of the default format in MsiFormatRecord.

18 years agomsi: Add more tests for MsiFormatRecord.
James Hawkins [Tue, 5 Sep 2006 22:54:41 +0000 (15:54 -0700)] 
msi: Add more tests for MsiFormatRecord.

18 years agowined3d: Add support for R32F and R16F texture formats.
Ivan Gyurdiev [Tue, 5 Sep 2006 07:40:24 +0000 (03:40 -0400)] 
wined3d: Add support for R32F and R16F texture formats.

18 years agowined3d: Remove unused field: Surface.textureName.
Ivan Gyurdiev [Mon, 4 Sep 2006 05:26:00 +0000 (01:26 -0400)] 
wined3d: Remove unused field: Surface.textureName.

18 years agowined3d: Clean up ActiveRender.
Ivan Gyurdiev [Mon, 4 Sep 2006 05:25:08 +0000 (01:25 -0400)] 
wined3d: Clean up ActiveRender.

18 years agowined3d: Avoid crashing when ProcessVertices is called with NULL vertex declaration.
Paul Chitescu [Mon, 4 Sep 2006 14:16:45 +0000 (17:16 +0300)] 
wined3d: Avoid crashing when ProcessVertices is called with NULL vertex declaration.

18 years agocomdlg32: Cast-qual warnings fix.
Andrew Talbot [Sat, 2 Sep 2006 15:33:45 +0000 (16:33 +0100)] 
comdlg32: Cast-qual warnings fix.