wine
14 years agowinecfg: Update Portuguese Portugal translation.
Ricardo Filipe [Fri, 11 Jun 2010 17:42:15 +0000 (10:42 -0700)] 
winecfg: Update Portuguese Portugal translation.

14 years agowineboot: Update Portuguese Portugal translation.
Ricardo Filipe [Fri, 11 Jun 2010 17:21:06 +0000 (10:21 -0700)] 
wineboot: Update Portuguese Portugal translation.

14 years agoshell32: Update Portuguese Portugal translation.
Ricardo Filipe [Fri, 11 Jun 2010 17:17:35 +0000 (10:17 -0700)] 
shell32: Update Portuguese Portugal translation.

14 years agojscript: Update Portuguese Portugal translation.
Ricardo Filipe [Fri, 11 Jun 2010 17:11:28 +0000 (10:11 -0700)] 
jscript: Update Portuguese Portugal translation.

14 years agolocalspl: Add Ukrainian translations.
Igor Paliychuk [Fri, 11 Jun 2010 16:56:10 +0000 (19:56 +0300)] 
localspl: Add Ukrainian translations.

14 years agoiccvid: Add Ukrainian translations.
Igor Paliychuk [Fri, 11 Jun 2010 16:54:35 +0000 (19:54 +0300)] 
iccvid: Add Ukrainian translations.

14 years agolocalui: Add Ukrainian translations.
Igor Paliychuk [Fri, 11 Jun 2010 16:48:33 +0000 (19:48 +0300)] 
localui: Add Ukrainian translations.

14 years agowldap32: Fix Dutch translation.
Sven Baars [Fri, 11 Jun 2010 17:22:45 +0000 (19:22 +0200)] 
wldap32: Fix Dutch translation.

14 years agoRelease 1.2-rc3. wine-1.2-rc3
Alexandre Julliard [Fri, 11 Jun 2010 17:40:31 +0000 (19:40 +0200)] 
Release 1.2-rc3.

14 years agod3d9/tests: Add a test for offscreen point sprites.
Henri Verbeet [Fri, 11 Jun 2010 14:05:24 +0000 (16:05 +0200)] 
d3d9/tests: Add a test for offscreen point sprites.

14 years agowined3d: Also flip the point sprite coordinate origin when rendering offscreen.
Henri Verbeet [Fri, 11 Jun 2010 14:05:23 +0000 (16:05 +0200)] 
wined3d: Also flip the point sprite coordinate origin when rendering offscreen.

14 years agomsi: Implement MsiGetFeatureCostA/W.
Hans Leidekker [Fri, 11 Jun 2010 13:20:46 +0000 (15:20 +0200)] 
msi: Implement MsiGetFeatureCostA/W.

14 years agomsi: Update an existing record even if the low bit in the transform mask is set.
Hans Leidekker [Fri, 11 Jun 2010 13:20:12 +0000 (15:20 +0200)] 
msi: Update an existing record even if the low bit in the transform mask is set.

14 years agomsi: Disable an optimization in the execution of WHERE clauses.
Hans Leidekker [Fri, 11 Jun 2010 13:19:46 +0000 (15:19 +0200)] 
msi: Disable an optimization in the execution of WHERE clauses.

There's no guarantee that the condition strings are in the string table.

14 years agomsi: Compare file versions as numbers instead of strings.
Hans Leidekker [Fri, 11 Jun 2010 13:19:15 +0000 (15:19 +0200)] 
msi: Compare file versions as numbers instead of strings.

14 years agoinclude: Add extended treeview style (TVS_EX_) definitions.
David Hedberg [Fri, 11 Jun 2010 11:19:50 +0000 (13:19 +0200)] 
include: Add extended treeview style (TVS_EX_) definitions.

14 years agoinclude: Add PIDLIST_ABSOLUTE typedef.
David Hedberg [Fri, 11 Jun 2010 11:19:49 +0000 (13:19 +0200)] 
include: Add PIDLIST_ABSOLUTE typedef.

14 years agoserver: Make layered windows transparent for mouse messages.
Dmitry Timoshkov [Fri, 11 Jun 2010 10:20:41 +0000 (19:20 +0900)] 
server: Make layered windows transparent for mouse messages.

14 years agontdll: Show one-time ERR if NOFILE limit is reached.
Octavian Voicu [Fri, 11 Jun 2010 09:13:17 +0000 (12:13 +0300)] 
ntdll: Show one-time ERR if NOFILE limit is reached.

14 years agowinealsa.drv: Replicate the snd_pcm_recover alsa-lib implementation to cope with...
Andrew Nguyen [Fri, 11 Jun 2010 08:54:24 +0000 (03:54 -0500)] 
winealsa.drv: Replicate the snd_pcm_recover alsa-lib implementation to cope with older alsa-lib versions.

14 years agoconfigure: Avoid breaking compilation if AC_PACKAGE_URL is unavailable when regenerat...
Andrew Nguyen [Fri, 11 Jun 2010 08:20:38 +0000 (03:20 -0500)] 
configure: Avoid breaking compilation if AC_PACKAGE_URL is unavailable when regenerating with older autoconf.

14 years agoxinput1_3: Quiet a noisy fixme.
Louis Lenders [Fri, 28 May 2010 18:44:51 +0000 (20:44 +0200)] 
xinput1_3: Quiet a noisy fixme.

14 years agowordpad: Provide buffer for replace with text.
Dylan Smith [Fri, 11 Jun 2010 04:44:16 +0000 (00:44 -0400)] 
wordpad: Provide buffer for replace with text.

14 years agowordpad: Native RegisterClassExW requires cbSize to be set.
Dylan Smith [Fri, 11 Jun 2010 04:43:44 +0000 (00:43 -0400)] 
wordpad: Native RegisterClassExW requires cbSize to be set.

14 years agomsvcrt: Fix __lconv_init() prototype.
Nikolay Sivov [Thu, 10 Jun 2010 23:57:53 +0000 (03:57 +0400)] 
msvcrt: Fix __lconv_init() prototype.

14 years agokernel32: Update Ukrainian translations.
Igor Paliychuk [Thu, 10 Jun 2010 16:05:34 +0000 (19:05 +0300)] 
kernel32: Update Ukrainian translations.

14 years agokernel32: CopyFile cannot overwrite a file with itself.
Damjan Jovanovic [Thu, 10 Jun 2010 20:14:13 +0000 (22:14 +0200)] 
kernel32: CopyFile cannot overwrite a file with itself.

14 years agomsvcrt: Add _scwprintf implementation.
Nikolay Sivov [Thu, 10 Jun 2010 19:54:30 +0000 (23:54 +0400)] 
msvcrt: Add _scwprintf implementation.

14 years agomsvcrt: Add _snwprintf_s implementation.
Nikolay Sivov [Thu, 10 Jun 2010 19:28:01 +0000 (23:28 +0400)] 
msvcrt: Add _snwprintf_s implementation.

14 years agomsvcrt: Add _snprintf_s implementation.
Nikolay Sivov [Thu, 10 Jun 2010 19:12:20 +0000 (23:12 +0400)] 
msvcrt: Add _snprintf_s implementation.

14 years agoinclude: Set the oleautomation attribute on XML interfaces so that they get registere...
Alexandre Julliard [Thu, 10 Jun 2010 16:07:42 +0000 (18:07 +0200)] 
include: Set the oleautomation attribute on XML interfaces so that they get registered properly.

14 years agowine.inf: Avoid creating empty registry values.
Alexandre Julliard [Thu, 10 Jun 2010 15:10:19 +0000 (17:10 +0200)] 
wine.inf: Avoid creating empty registry values.

14 years agod3dx9: Disallow sampler declarations where not supported.
Matteo Bruni [Tue, 8 Jun 2010 14:13:59 +0000 (16:13 +0200)] 
d3dx9: Disallow sampler declarations where not supported.

14 years agod3dx9: Check register type in dcl input instruction.
Matteo Bruni [Tue, 8 Jun 2010 01:21:43 +0000 (03:21 +0200)] 
d3dx9: Check register type in dcl input instruction.

14 years agod3dx9: Allow sampler declaration without sampler type.
Matteo Bruni [Tue, 8 Jun 2010 01:20:20 +0000 (03:20 +0200)] 
d3dx9: Allow sampler declaration without sampler type.

14 years agowininet: Fixed buffer lengths in InternetCrackUrlW tests.
Marcus Meissner [Thu, 10 Jun 2010 11:52:33 +0000 (13:52 +0200)] 
wininet: Fixed buffer lengths in InternetCrackUrlW tests.

14 years agocomctl32/tests: Some expand notifications tests.
Nikolay Sivov [Wed, 9 Jun 2010 21:32:06 +0000 (01:32 +0400)] 
comctl32/tests: Some expand notifications tests.

14 years agowinbase.h: Added missing COPY_FILE_* flags.
Jacek Caban [Thu, 10 Jun 2010 11:01:19 +0000 (13:01 +0200)] 
winbase.h: Added missing COPY_FILE_* flags.

14 years agomshtml: Uncomment iexplore.exe registries.
Jacek Caban [Thu, 10 Jun 2010 10:51:12 +0000 (12:51 +0200)] 
mshtml: Uncomment iexplore.exe registries.

14 years agoiexplore: Use 1 as default icon ID.
Jacek Caban [Thu, 10 Jun 2010 10:50:38 +0000 (12:50 +0200)] 
iexplore: Use 1 as default icon ID.

14 years agomsi: Don't allow entering text in a scroll text richedit control.
Alexandre Julliard [Thu, 10 Jun 2010 12:48:28 +0000 (14:48 +0200)] 
msi: Don't allow entering text in a scroll text richedit control.

14 years agoreg: Add Spanish translation.
Jose Rostagno [Wed, 9 Jun 2010 20:46:33 +0000 (17:46 -0300)] 
reg: Add Spanish translation.

14 years agooleacc: Update the Polish translation.
Łukasz Wojniłowicz [Wed, 9 Jun 2010 19:36:31 +0000 (21:36 +0200)] 
oleacc: Update the Polish translation.

14 years agocmd: Update French translation.
Frédéric Delanoy [Wed, 9 Jun 2010 21:04:06 +0000 (23:04 +0200)] 
cmd: Update French translation.

14 years agowinhelp: Implemented ExecFile macro.
Eric Pouech [Wed, 9 Jun 2010 19:22:22 +0000 (21:22 +0200)] 
winhelp: Implemented ExecFile macro.

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.