wine
14 years agoxcopy: Do not ignore errors caused by processing parameters.
Alexandre Julliard [Thu, 10 Jun 2010 09:24:06 +0000 (11:24 +0200)] 
xcopy: Do not ignore errors caused by processing parameters.

14 years agoadvapi32: Fix Unicode string lengths in LsaLookupSids.
Alexandre Julliard [Wed, 9 Jun 2010 18:52:13 +0000 (20:52 +0200)] 
advapi32: Fix Unicode string lengths in LsaLookupSids.

Found by Louis Lenders.

14 years agowine.inf: Also install winhlp32 into \windows\system32.
Damjan Jovanovic [Tue, 8 Jun 2010 19:42:24 +0000 (21:42 +0200)] 
wine.inf: Also install winhlp32 into \windows\system32.

14 years agod3dx9: Accept texture coordinate registers in dcl instruction.
Matteo Bruni [Mon, 7 Jun 2010 22:53:23 +0000 (00:53 +0200)] 
d3dx9: Accept texture coordinate registers in dcl instruction.

14 years agod3dx9: Support ps_2_0-style dcl instruction in the shader assembler.
Matteo Bruni [Mon, 7 Jun 2010 22:50:57 +0000 (00:50 +0200)] 
d3dx9: Support ps_2_0-style dcl instruction in the shader assembler.

14 years agod3dx9: Mark builtin compatibility declarations in the shader assembler.
Matteo Bruni [Mon, 7 Jun 2010 22:35:10 +0000 (00:35 +0200)] 
d3dx9: Mark builtin compatibility declarations in the shader assembler.

This way we can output declarations in the bytecode without polluting
them with the builtin ones.

14 years agocomdlg32: Update the Danish translation and convert to UTF-8.
Paul Vriens [Wed, 9 Jun 2010 15:25:38 +0000 (17:25 +0200)] 
comdlg32: Update the Danish translation and convert to UTF-8.

Translation by Thomas Larsen <sikker2004@yahoo.com>

14 years agonotepad: Update the Danish translation.
Paul Vriens [Wed, 9 Jun 2010 13:26:49 +0000 (15:26 +0200)] 
notepad: Update the Danish translation.

14 years agoshell32: Update the Danish translation.
Paul Vriens [Wed, 9 Jun 2010 13:30:30 +0000 (15:30 +0200)] 
shell32: Update the Danish translation.

14 years agouser32: Update the Danish translation and convert to UTF-8.
Paul Vriens [Wed, 9 Jun 2010 13:28:30 +0000 (15:28 +0200)] 
user32: Update the Danish translation and convert to UTF-8.

14 years agoregedit: Update the Danish translation.
Paul Vriens [Wed, 9 Jun 2010 13:25:31 +0000 (15:25 +0200)] 
regedit: Update the Danish translation.

14 years agowinecfg: Update the Danish translation.
Paul Vriens [Wed, 9 Jun 2010 13:23:42 +0000 (15:23 +0200)] 
winecfg: Update the Danish translation.

14 years agomsi: Display the directory identifier instead of the full path in standard actions.
Hans Leidekker [Wed, 9 Jun 2010 10:09:21 +0000 (12:09 +0200)] 
msi: Display the directory identifier instead of the full path in standard actions.

14 years agomsi: Directly pass the disk id to installfiles_cb.
Hans Leidekker [Wed, 9 Jun 2010 10:09:06 +0000 (12:09 +0200)] 
msi: Directly pass the disk id to installfiles_cb.

The MEDIAINFO structure is modified by the cabinet_next_cabinet
callback if there's a continuous cabinet in the installer.

14 years agomsi: Create directories right before installing files.
Hans Leidekker [Wed, 9 Jun 2010 10:08:42 +0000 (12:08 +0200)] 
msi: Create directories right before installing files.

14 years agomsvcrt/tests: Move function pointer initialization code in printf.c into separate...
Alexander Scott-Johns [Tue, 8 Jun 2010 18:20:15 +0000 (19:20 +0100)] 
msvcrt/tests: Move function pointer initialization code in printf.c into separate init function.

14 years agowinecfg: Reduce the height of the remaining tabs to make the window fit in a 640x480...
Alexandre Julliard [Wed, 9 Jun 2010 14:03:44 +0000 (16:03 +0200)] 
winecfg: Reduce the height of the remaining tabs to make the window fit in a 640x480 desktop.

14 years agowinecfg: Reduce the height of the applications tab.
Alexandre Julliard [Wed, 9 Jun 2010 13:08:14 +0000 (15:08 +0200)] 
winecfg: Reduce the height of the applications tab.

14 years agowinecfg: Reduce the height of the audio tab.
Alexandre Julliard [Wed, 9 Jun 2010 12:53:27 +0000 (14:53 +0200)] 
winecfg: Reduce the height of the audio tab.

14 years agowinecfg: Remove the unimplemented device autodetect radio buttons.
Alexandre Julliard [Wed, 9 Jun 2010 11:26:23 +0000 (13:26 +0200)] 
winecfg: Remove the unimplemented device autodetect radio buttons.

14 years agowinecfg: Cosmetic improvements to the about panel.
Joel Holdsworth [Tue, 8 Jun 2010 23:03:50 +0000 (00:03 +0100)] 
winecfg: Cosmetic improvements to the about panel.

14 years agowinecfg: Added new logo graphics.
Joel Holdsworth [Tue, 8 Jun 2010 23:03:23 +0000 (00:03 +0100)] 
winecfg: Added new logo graphics.

Original image designed by Jon Parshall.

14 years agoshdoclc: Fix again Italian translation.
Luca Bennati [Tue, 8 Jun 2010 21:52:09 +0000 (23:52 +0200)] 
shdoclc: Fix again Italian translation.

14 years agojscript: Add Spanish translation.
Jose Rostagno [Tue, 8 Jun 2010 18:00:32 +0000 (15:00 -0300)] 
jscript: Add Spanish translation.

14 years agowrite: Add Spanish translation.
Jose Rostagno [Tue, 8 Jun 2010 17:38:54 +0000 (14:38 -0300)] 
write: Add Spanish translation.

14 years agoshell32: Fix Spanish translation.
Jose Rostagno [Tue, 8 Jun 2010 17:29:08 +0000 (14:29 -0300)] 
shell32: Fix Spanish translation.

14 years agouser32: Update the Polish translation.
Łukasz Wojniłowicz [Tue, 8 Jun 2010 13:50:26 +0000 (15:50 +0200)] 
user32: Update the Polish translation.

14 years agowinemenubuilder: Also extract .lnk icons from file types's open handler.
Damjan Jovanovic [Tue, 8 Jun 2010 20:05:04 +0000 (22:05 +0200)] 
winemenubuilder: Also extract .lnk icons from file types's open handler.

14 years agooleaut32: Fix handling of 'c' format for non-date variants in VarTokenizeFormatString.
Alexandre Julliard [Tue, 8 Jun 2010 13:34:59 +0000 (15:34 +0200)] 
oleaut32: Fix handling of 'c' format for non-date variants in VarTokenizeFormatString.

14 years agogameux: Add declaration of IGameExplorer2 interface.
Mariusz Pluciński [Mon, 31 May 2010 18:10:58 +0000 (20:10 +0200)] 
gameux: Add declaration of IGameExplorer2 interface.

14 years agogameux: Add declaration of IGameStatisticsMgr interface.
Mariusz Pluciński [Sat, 29 May 2010 18:28:26 +0000 (20:28 +0200)] 
gameux: Add declaration of IGameStatisticsMgr interface.

14 years agogameux: Add declaration of IGameStatistics interface.
Mariusz Pluciński [Sat, 29 May 2010 18:17:26 +0000 (20:17 +0200)] 
gameux: Add declaration of IGameStatistics interface.

14 years agoregedit: Escape the value name portion during export.
Andrew Eikum [Mon, 7 Jun 2010 21:07:48 +0000 (16:07 -0500)] 
regedit: Escape the value name portion during export.

14 years agowinemenubuilder: Also extract .lnk icons from file types.
Damjan Jovanovic [Mon, 7 Jun 2010 19:40:26 +0000 (21:40 +0200)] 
winemenubuilder: Also extract .lnk icons from file types.

14 years agocomctl32/treeview: Remove some casts.
Nikolay Sivov [Tue, 8 Jun 2010 01:16:15 +0000 (05:16 +0400)] 
comctl32/treeview: Remove some casts.

14 years agocomctl32/treeview: Remove commented out lines.
Nikolay Sivov [Tue, 8 Jun 2010 00:51:47 +0000 (04:51 +0400)] 
comctl32/treeview: Remove commented out lines.

14 years agocomctl32/treeview: Activate tree verification only when TRACE() is on.
Nikolay Sivov [Mon, 7 Jun 2010 21:07:06 +0000 (01:07 +0400)] 
comctl32/treeview: Activate tree verification only when TRACE() is on.

14 years agodsound: Unofficially support 5.1 sound.
Maarten Lankhorst [Mon, 7 Jun 2010 22:28:56 +0000 (00:28 +0200)] 
dsound: Unofficially support 5.1 sound.

14 years agowinecfg: Update Spanish translation.
Jose Rostagno [Mon, 7 Jun 2010 20:56:32 +0000 (17:56 -0300)] 
winecfg: Update Spanish translation.

14 years agomsvidc32: Add Spanish translation.
Jose Rostagno [Mon, 7 Jun 2010 20:44:45 +0000 (17:44 -0300)] 
msvidc32: Add Spanish translation.

14 years agoshdoclc: Fix Italian translation.
Luca Bennati [Mon, 7 Jun 2010 17:34:51 +0000 (19:34 +0200)] 
shdoclc: Fix Italian translation.

14 years agodbghelp: Properly manage in dbghelp interfaces local variables and parameters that...
Eric Pouech [Mon, 7 Jun 2010 19:50:46 +0000 (21:50 +0200)] 
dbghelp: Properly manage in dbghelp interfaces local variables and parameters that are constant.

14 years agodbghelp: Ensure that local variables and parameter actually have a container.
Eric Pouech [Mon, 7 Jun 2010 19:50:37 +0000 (21:50 +0200)] 
dbghelp: Ensure that local variables and parameter actually have a container.

14 years agodbghelp: In dwarf parser, properly handle array without size specified.
Eric Pouech [Mon, 7 Jun 2010 19:48:36 +0000 (21:48 +0200)] 
dbghelp: In dwarf parser, properly handle array without size specified.

14 years agowinhttp/tests: Skip tests when a connection fails.
Juan Lang [Mon, 7 Jun 2010 20:41:40 +0000 (13:41 -0700)] 
winhttp/tests: Skip tests when a connection fails.

14 years agoresources: Fix some copy-paste mistakes in resource files.
Paul Vriens [Mon, 7 Jun 2010 19:36:35 +0000 (21:36 +0200)] 
resources: Fix some copy-paste mistakes in resource files.

14 years agocmd: Update Lithuanian translation.
Aurimas Fišeras [Mon, 7 Jun 2010 15:53:07 +0000 (18:53 +0300)] 
cmd: Update Lithuanian translation.

14 years agokernel32/tests: Add a test about unicode collation.
André Hentschel [Mon, 7 Jun 2010 15:29:16 +0000 (17:29 +0200)] 
kernel32/tests: Add a test about unicode collation.

14 years agooledlg: Add Ukrainian translations.
Igor Paliychuk [Mon, 7 Jun 2010 11:39:19 +0000 (14:39 +0300)] 
oledlg: Add Ukrainian translations.

14 years agowinhlp32: Add Ukrainian translations.
Igor Paliychuk [Mon, 7 Jun 2010 11:41:47 +0000 (14:41 +0300)] 
winhlp32: Add Ukrainian translations.

14 years agokrnl386: Load gdi.exe and user.exe also when initializing universal thunks.
Alexandre Julliard [Tue, 8 Jun 2010 10:46:28 +0000 (12:46 +0200)] 
krnl386: Load gdi.exe and user.exe also when initializing universal thunks.

14 years agocomctl32/imagelist: Grow the has_alpha array also in ImageList_SetImageCount.
Alexandre Julliard [Tue, 8 Jun 2010 10:45:48 +0000 (12:45 +0200)] 
comctl32/imagelist: Grow the has_alpha array also in ImageList_SetImageCount.

14 years agontdll: Set a valid process title for the initial process.
Alexandre Julliard [Tue, 8 Jun 2010 09:55:23 +0000 (11:55 +0200)] 
ntdll: Set a valid process title for the initial process.

14 years agokernel32: Make sure we always have a valid process title.
Alexandre Julliard [Tue, 8 Jun 2010 09:53:58 +0000 (11:53 +0200)] 
kernel32: Make sure we always have a valid process title.

14 years agokernel32/tests: Fix the process title tests to actually test something.
Alexandre Julliard [Tue, 8 Jun 2010 09:50:20 +0000 (11:50 +0200)] 
kernel32/tests: Fix the process title tests to actually test something.

14 years agowinapi: Fix a few C parser bugs.
Alexandre Julliard [Mon, 7 Jun 2010 14:46:44 +0000 (16:46 +0200)] 
winapi: Fix a few C parser bugs.

14 years agowinapi: Get the list of files from git-ls-files if possible.
Alexandre Julliard [Mon, 7 Jun 2010 14:46:33 +0000 (16:46 +0200)] 
winapi: Get the list of files from git-ls-files if possible.

14 years agocomctl32/tests: Added a test that checks whether setting a custom default button...
Alex Balut [Sat, 29 May 2010 21:12:06 +0000 (23:12 +0200)] 
comctl32/tests: Added a test that checks whether setting a custom default button in a property sheet works.

14 years agocomdlg32: Correctly report the filter.
André Hentschel [Fri, 4 Jun 2010 16:00:12 +0000 (18:00 +0200)] 
comdlg32: Correctly report the filter.

14 years agorichedit: Keep default char format on WM_SETFONT in plain text mode.
Dylan Smith [Sun, 6 Jun 2010 18:57:44 +0000 (14:57 -0400)] 
richedit: Keep default char format on WM_SETFONT in plain text mode.

14 years agodbghelp: Add 2 new darf defines and implement DW_OP_stack_value.
Marcus Meissner [Mon, 31 May 2010 20:08:28 +0000 (22:08 +0200)] 
dbghelp: Add 2 new darf defines and implement DW_OP_stack_value.

14 years agowinecfg: Moved about panel code into about.c.
Joel Holdsworth [Wed, 2 Jun 2010 22:56:00 +0000 (23:56 +0100)] 
winecfg: Moved about panel code into about.c.

14 years agomshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir.
Sylvain Petreolle [Wed, 2 Jun 2010 16:44:41 +0000 (09:44 -0700)] 
mshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir.

14 years agomsi/tests: Testcases for CREATE TABLE.
Matijn Woudt [Thu, 3 Jun 2010 13:21:31 +0000 (15:21 +0200)] 
msi/tests: Testcases for CREATE TABLE.

14 years agourlmon/tests: Added tests for IUri_GetHost.
Thomas Mullaly [Wed, 2 Jun 2010 00:32:09 +0000 (20:32 -0400)] 
urlmon/tests: Added tests for IUri_GetHost.

14 years agourlmon/tests: Added tests for IUri_IsEqual.
Thomas Mullaly [Tue, 1 Jun 2010 20:43:58 +0000 (16:43 -0400)] 
urlmon/tests: Added tests for IUri_IsEqual.

14 years agogameux: Add declaration of IGameExplorer interface.
Mariusz Pluciński [Thu, 27 May 2010 11:50:46 +0000 (13:50 +0200)] 
gameux: Add declaration of IGameExplorer interface.

14 years agogameux: Add initial header for gameux.dll.
Mariusz Pluciński [Thu, 27 May 2010 11:33:40 +0000 (13:33 +0200)] 
gameux: Add initial header for gameux.dll.

14 years agod3dx9: Allow D3DXAssembleShader calls with NULL parameters.
Matteo Bruni [Sat, 5 Jun 2010 15:12:14 +0000 (17:12 +0200)] 
d3dx9: Allow D3DXAssembleShader calls with NULL parameters.

14 years agouser32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
Wolfram Sang [Sat, 5 Jun 2010 03:57:19 +0000 (05:57 +0200)] 
user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.

14 years agoinclude: Add definitions for IWICColorContext.
Vincent Povirk [Sat, 5 Jun 2010 18:04:52 +0000 (13:04 -0500)] 
include: Add definitions for IWICColorContext.

14 years agomshtml: Add check for doc_obj being NULL (Coverity).
Marcus Meissner [Sat, 5 Jun 2010 07:21:36 +0000 (09:21 +0200)] 
mshtml: Add check for doc_obj being NULL (Coverity).

14 years agoshlwapi: Handle NULL ptr return from allocation (Coverity).
Marcus Meissner [Thu, 3 Jun 2010 11:10:17 +0000 (13:10 +0200)] 
shlwapi: Handle NULL ptr return from allocation (Coverity).

14 years agocomctl32/rebar: Use defined constants as parameters.
Nikolay Sivov [Mon, 7 Jun 2010 08:44:38 +0000 (12:44 +0400)] 
comctl32/rebar: Use defined constants as parameters.

14 years agomsvcrt/test: Add some simple _vsnwprintf_s tests.
Alexander Scott-Johns [Mon, 7 Jun 2010 02:04:53 +0000 (03:04 +0100)] 
msvcrt/test: Add some simple _vsnwprintf_s tests.

14 years agomsvcrt: Fix spec file.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:51:45 +0000 (15:51 +0100)] 
msvcrt: Fix spec file.

14 years agomsvcrt: The sizeOfBuffer argument of _vsnwprintf_s is measured in wide characters...
Alexander Scott-Johns [Mon, 7 Jun 2010 01:54:14 +0000 (02:54 +0100)] 
msvcrt: The sizeOfBuffer argument of _vsnwprintf_s is measured in wide characters, not bytes.

14 years agoinclude/msvcrt: Define _TRUNCATE; use it in the tests.
Alexander Scott-Johns [Sun, 6 Jun 2010 15:24:09 +0000 (16:24 +0100)] 
include/msvcrt: Define _TRUNCATE; use it in the tests.

14 years agomsvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
Alexander Scott-Johns [Sun, 6 Jun 2010 15:11:09 +0000 (16:11 +0100)] 
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.

14 years agomsvcrt/tests: Properly skip if functions are not available.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:27:47 +0000 (15:27 +0100)] 
msvcrt/tests: Properly skip if functions are not available.

14 years agomsvcrt: Fix comments.
Alexander Scott-Johns [Sun, 6 Jun 2010 14:19:14 +0000 (15:19 +0100)] 
msvcrt: Fix comments.

14 years agoshell32: Update Spanish translation.
Jose Rostagno [Sun, 6 Jun 2010 16:36:58 +0000 (13:36 -0300)] 
shell32: Update Spanish translation.

14 years agocomctl32/rebar: Fix index check condition for RB_SHOWBAND.
Nikolay Sivov [Sun, 6 Jun 2010 21:15:43 +0000 (01:15 +0400)] 
comctl32/rebar: Fix index check condition for RB_SHOWBAND.

14 years agomsi/tests: Fix install tests for Win9x.
Andrew Eikum [Fri, 4 Jun 2010 14:56:58 +0000 (09:56 -0500)] 
msi/tests: Fix install tests for Win9x.

14 years agooleview: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:43:03 +0000 (16:43 +0200)] 
oleview: Add Italian translation.

14 years agowldap32: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:44:30 +0000 (16:44 +0200)] 
wldap32: Add Italian translation.

14 years agoshdoclc: Add Italian translation.
Luca Bennati [Sun, 6 Jun 2010 14:41:53 +0000 (16:41 +0200)] 
shdoclc: Add Italian translation.

14 years agoshell32: Fix Italian translation.
Luca Bennati [Thu, 3 Jun 2010 17:13:02 +0000 (19:13 +0200)] 
shell32: Fix Italian translation.

14 years agoregedit: Update Italian translation.
Luca Bennati [Thu, 3 Jun 2010 17:06:45 +0000 (19:06 +0200)] 
regedit: Update Italian translation.

14 years agocomdlg32: Fix Dutch translation.
Sven Baars [Sun, 6 Jun 2010 19:43:44 +0000 (21:43 +0200)] 
comdlg32: Fix Dutch translation.

14 years agowordpad: Fix Dutch translation.
Sven Baars [Sun, 6 Jun 2010 19:43:39 +0000 (21:43 +0200)] 
wordpad: Fix Dutch translation.

14 years agoshell32: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:55 +0000 (00:09 +0900)] 
shell32: Update Japanese translation.

14 years agolocalui: Add Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:58 +0000 (00:09 +0900)] 
localui: Add Japanese translation.

14 years agowininet: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:51 +0000 (00:09 +0900)] 
wininet: Update Japanese translation.

14 years agowineboot: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:50 +0000 (00:09 +0900)] 
wineboot: Update Japanese translation.

14 years agowordpad: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:56 +0000 (00:09 +0900)] 
wordpad: Update Japanese translation.

14 years agooledlg: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:53 +0000 (00:09 +0900)] 
oledlg: Update Japanese translation.

14 years agotaskmgr: Update Japanese translation.
Akihiro Sagawa [Fri, 4 Jun 2010 15:09:48 +0000 (00:09 +0900)] 
taskmgr: Update Japanese translation.

14 years agoshdoclc: Add the Polish translation.
Łukasz Wojniłowicz [Sun, 6 Jun 2010 12:58:21 +0000 (14:58 +0200)] 
shdoclc: Add the Polish translation.

14 years agomapi32: Add the Polish translation.
Łukasz Wojniłowicz [Sat, 5 Jun 2010 10:12:48 +0000 (12:12 +0200)] 
mapi32: Add the Polish translation.