wine
12 years agocmd: Move externals list at the same place as the builtins one so it's easier to...
Christian Costa [Mon, 12 Sep 2011 07:24:25 +0000 (09:24 +0200)] 
cmd: Move externals list at the same place as the builtins one so it's easier to known how a command is implemented.

12 years agowinefile: Always use the same name for the Wine File Manager.
Francois Gouget [Sun, 11 Sep 2011 21:17:10 +0000 (23:17 +0200)] 
winefile: Always use the same name for the Wine File Manager.

12 years agopo: Update French translation.
Frédéric Delanoy [Fri, 9 Sep 2011 19:46:39 +0000 (21:46 +0200)] 
po: Update French translation.

12 years agopo: Update Japanese translation.
Akihiro Sagawa [Sun, 11 Sep 2011 13:55:46 +0000 (22:55 +0900)] 
po: Update Japanese translation.

12 years agopo: Mark a number of obviously incomplete cmd help messages as fuzzy in the Norwegian...
Francois Gouget [Sun, 11 Sep 2011 21:28:20 +0000 (23:28 +0200)] 
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Norwegian translation.

12 years agopo: Mark a number of obviously incomplete cmd help messages as fuzzy in the Italian...
Francois Gouget [Sun, 11 Sep 2011 21:28:13 +0000 (23:28 +0200)] 
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Italian translation.

12 years agopo: Mark a number of obviously incomplete cmd help messages as fuzzy in the Portugues...
Francois Gouget [Sun, 11 Sep 2011 21:27:54 +0000 (23:27 +0200)] 
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Portuguese (Brazil) translation.

12 years agopo: Mark a number of obviously incomplete cmd help messages as fuzzy in the Portugues...
Francois Gouget [Sun, 11 Sep 2011 21:27:41 +0000 (23:27 +0200)] 
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Portuguese (Portugal) translation.

12 years agopo: Mark a number of obviously incomplete cmd help messages as fuzzy in the Spanish...
Francois Gouget [Sun, 11 Sep 2011 21:27:34 +0000 (23:27 +0200)] 
po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Spanish translation.

12 years agoshlwapi: Add parentheses to clarify the precedence between '&' and '&&'.
Francois Gouget [Sun, 11 Sep 2011 21:22:14 +0000 (23:22 +0200)] 
shlwapi: Add parentheses to clarify the precedence between '&' and '&&'.

12 years agowinhlp32: Add parentheses to clarify the precedence between '&' and '&&'.
Francois Gouget [Sun, 11 Sep 2011 21:19:40 +0000 (23:19 +0200)] 
winhlp32: Add parentheses to clarify the precedence between '&' and '&&'.

12 years agoshell32: Add parentheses to clarify the precedence between '&' and '||'.
Francois Gouget [Sun, 11 Sep 2011 21:19:33 +0000 (23:19 +0200)] 
shell32: Add parentheses to clarify the precedence between '&' and '||'.

12 years agokrnl386.exe16: Add parentheses to clarify the precedence between '&' and '&&'.
Francois Gouget [Sun, 11 Sep 2011 21:19:20 +0000 (23:19 +0200)] 
krnl386.exe16: Add parentheses to clarify the precedence between '&' and '&&'.

12 years agomsctf/tests: Give time for the messages to arrive.
Francois Gouget [Sun, 11 Sep 2011 21:16:59 +0000 (23:16 +0200)] 
msctf/tests: Give time for the messages to arrive.

12 years agourlmon/tests: Print the test URLs rather than their index.
Francois Gouget [Sun, 11 Sep 2011 21:16:06 +0000 (23:16 +0200)] 
urlmon/tests: Print the test URLs rather than their index.

12 years agoddraw: Use a Z format suported by the driver in the visual test.
Stefan Dösinger [Mon, 29 Aug 2011 18:30:00 +0000 (20:30 +0200)] 
ddraw: Use a Z format suported by the driver in the visual test.

12 years agoddraw: Correct D3DFMT_R5G6B5 in a test.
Stefan Dösinger [Mon, 29 Aug 2011 18:07:27 +0000 (20:07 +0200)] 
ddraw: Correct D3DFMT_R5G6B5 in a test.

12 years agowined3d: Don't load/unload unsupported texture coordinate attribs.
Stefan Dösinger [Thu, 1 Sep 2011 16:20:19 +0000 (18:20 +0200)] 
wined3d: Don't load/unload unsupported texture coordinate attribs.

12 years agod3d9: Add a LIT 0.0^0.0 test.
Stefan Dösinger [Sun, 28 Aug 2011 15:41:53 +0000 (17:41 +0200)] 
d3d9: Add a LIT 0.0^0.0 test.

12 years agowined3d: Make sure that lit doesn't return NaN.
Stefan Dösinger [Sun, 28 Aug 2011 17:50:30 +0000 (19:50 +0200)] 
wined3d: Make sure that lit doesn't return NaN.

12 years agowined3d: Make the device parameter to wined3d_device_get_vs_consts_i() const.
Henri Verbeet [Sun, 11 Sep 2011 20:25:42 +0000 (22:25 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_vs_consts_i() const.

12 years agowined3d: Make the device parameter to wined3d_device_get_vs_consts_b() const.
Henri Verbeet [Sun, 11 Sep 2011 20:25:41 +0000 (22:25 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_vs_consts_b() const.

12 years agoddraw: Get the total amount of video memory from wined3d.
Henri Verbeet [Sun, 11 Sep 2011 20:25:40 +0000 (22:25 +0200)] 
ddraw: Get the total amount of video memory from wined3d.

Instead of hoping that what's available at ddraw_init() time is the total.

12 years agoddraw: Remove the unused "depthstencil" field from IDirectDrawImpl.
Henri Verbeet [Sun, 11 Sep 2011 20:25:39 +0000 (22:25 +0200)] 
ddraw: Remove the unused "depthstencil" field from IDirectDrawImpl.

12 years agoddraw: Initialize the swapchain presentation parameters in ddraw_create_swapchain().
Henri Verbeet [Sun, 11 Sep 2011 20:25:38 +0000 (22:25 +0200)] 
ddraw: Initialize the swapchain presentation parameters in ddraw_create_swapchain().

12 years agoshell32: Fix pidl leak (Valgrind).
Nikolay Sivov [Sun, 11 Sep 2011 15:23:00 +0000 (19:23 +0400)] 
shell32: Fix pidl leak (Valgrind).

12 years agocmd/tests: Segment CALL tests for an easier read.
Frédéric Delanoy [Sun, 11 Sep 2011 14:54:08 +0000 (16:54 +0200)] 
cmd/tests: Segment CALL tests for an easier read.

12 years agocmd: GOTO is a no-op and doesn't output anything in interactive mode.
Frédéric Delanoy [Fri, 9 Sep 2011 19:54:41 +0000 (21:54 +0200)] 
cmd: GOTO is a no-op and doesn't output anything in interactive mode.

12 years agourlmon/tests: Removed a test that causes random failures on some machines.
Thomas Mullaly [Sat, 10 Sep 2011 17:11:37 +0000 (13:11 -0400)] 
urlmon/tests: Removed a test that causes random failures on some machines.

12 years agouser32: Make GetWindowInfo hotpatchable.
Jacek Caban [Sat, 10 Sep 2011 12:13:05 +0000 (14:13 +0200)] 
user32: Make GetWindowInfo hotpatchable.

12 years agodinput: Fixed bad sizeof (pointer -> struct) (Coverity).
Marcus Meissner [Sat, 10 Sep 2011 09:25:16 +0000 (11:25 +0200)] 
dinput: Fixed bad sizeof (pointer -> struct) (Coverity).

12 years agokernel32: Fix overflow on 32-bits systems.
Maarten Lankhorst [Sat, 10 Sep 2011 09:22:59 +0000 (11:22 +0200)] 
kernel32: Fix overflow on 32-bits systems.

12 years agouser32: Fixed single byte array overflow.
Marcus Meissner [Fri, 9 Sep 2011 22:40:07 +0000 (00:40 +0200)] 
user32: Fixed single byte array overflow.

12 years agogdi32: Simplify logic in WineEngGetFontData().
Josh Juran [Fri, 9 Sep 2011 21:19:12 +0000 (14:19 -0700)] 
gdi32: Simplify logic in WineEngGetFontData().

12 years agoopenal32: Avoid forward declarations of static arrays.
Andrew Talbot [Fri, 9 Sep 2011 21:12:55 +0000 (22:12 +0100)] 
openal32: Avoid forward declarations of static arrays.

12 years agokrnl386.exe16: Constify some variables.
Andrew Talbot [Fri, 9 Sep 2011 21:12:50 +0000 (22:12 +0100)] 
krnl386.exe16: Constify some variables.

12 years agod3dx9_36: Eliminate comparisons of unsigned values about zero.
Andrew Talbot [Fri, 9 Sep 2011 21:12:43 +0000 (22:12 +0100)] 
d3dx9_36: Eliminate comparisons of unsigned values about zero.

12 years agoRelease 1.3.28. wine-1.3.28
Alexandre Julliard [Fri, 9 Sep 2011 17:43:48 +0000 (19:43 +0200)] 
Release 1.3.28.

12 years agocrypt32/tests: Remove dead assignment (clang).
André Hentschel [Fri, 9 Sep 2011 15:32:14 +0000 (17:32 +0200)] 
crypt32/tests: Remove dead assignment (clang).

12 years agontdll: Remove dead increments (clang).
André Hentschel [Fri, 9 Sep 2011 15:19:29 +0000 (17:19 +0200)] 
ntdll: Remove dead increments (clang).

12 years agogdi32: The offsets should be signed.
Huw Davies [Fri, 9 Sep 2011 15:19:25 +0000 (16:19 +0100)] 
gdi32: The offsets should be signed.

12 years agodinput: Fix compilation on systems that don't support nameless unions.
Dan Kegel [Fri, 9 Sep 2011 14:01:10 +0000 (07:01 -0700)] 
dinput: Fix compilation on systems that don't support nameless unions.

12 years agocomctl32/tests: Use the PROPSHEETHEADERA_V1_SIZE macros for compatibility with old...
Francois Gouget [Mon, 5 Sep 2011 22:21:04 +0000 (00:21 +0200)] 
comctl32/tests: Use the PROPSHEETHEADERA_V1_SIZE macros for compatibility with old comctl32 versions.

12 years agocmd: Backup echo mode before running external batch file.
Frédéric Delanoy [Thu, 8 Sep 2011 23:48:04 +0000 (01:48 +0200)] 
cmd: Backup echo mode before running external batch file.

12 years agokernel32: Add parentheses to clarify the precedence between '&' and '||'.
Francois Gouget [Thu, 8 Sep 2011 23:45:30 +0000 (01:45 +0200)] 
kernel32: Add parentheses to clarify the precedence between '&' and '||'.

12 years agoinclude: Add xmlparser interfaces.
Alistair Leslie-Hughes [Fri, 15 Jul 2011 05:57:29 +0000 (15:57 +1000)] 
include: Add xmlparser interfaces.

12 years agocmd: Use correct type instead of void* for prev_context field of BATCH_CONTEXT struct.
Frédéric Delanoy [Wed, 7 Sep 2011 09:00:53 +0000 (11:00 +0200)] 
cmd: Use correct type instead of void* for prev_context field of BATCH_CONTEXT struct.

12 years agomshtml: Add failure detection to set_downloading_proc.
Gerald Pfeifer [Wed, 7 Sep 2011 23:08:56 +0000 (01:08 +0200)] 
mshtml: Add failure detection to set_downloading_proc.

12 years agowinealsa.drv: If there are no devices, there is also no default device.
Bernhard Loos [Fri, 9 Sep 2011 13:49:16 +0000 (15:49 +0200)] 
winealsa.drv: If there are no devices, there is also no default device.

12 years agodpnet: Return success in IDirectPlay8PeerImpl_Initialize.
Louis Lenders [Fri, 9 Sep 2011 07:04:04 +0000 (09:04 +0200)] 
dpnet: Return success in IDirectPlay8PeerImpl_Initialize.

12 years agowininet/tests: Avoid crash on test failure.
Alexandre Julliard [Fri, 9 Sep 2011 13:57:59 +0000 (15:57 +0200)] 
wininet/tests: Avoid crash on test failure.

12 years agosecur32/tests: Avoid crash on test failure.
Alexandre Julliard [Fri, 9 Sep 2011 13:53:49 +0000 (15:53 +0200)] 
secur32/tests: Avoid crash on test failure.

12 years agowine.inf: Add registry key HKLM,%CurrentVersionNT%,"ProductName".
Louis Lenders [Mon, 15 Aug 2011 19:11:36 +0000 (21:11 +0200)] 
wine.inf: Add registry key HKLM,%CurrentVersionNT%,"ProductName".

12 years agowinecfg: Write the ProductName registry key based on selected OS.
Bruno Jesus [Fri, 9 Sep 2011 00:20:52 +0000 (21:20 -0300)] 
winecfg: Write the ProductName registry key based on selected OS.

12 years agovbscript: Added null literal support.
Jacek Caban [Fri, 9 Sep 2011 12:49:36 +0000 (14:49 +0200)] 
vbscript: Added null literal support.

12 years agovbscript: Added empty literal support.
Jacek Caban [Fri, 9 Sep 2011 12:49:26 +0000 (14:49 +0200)] 
vbscript: Added empty literal support.

12 years agovbscript: Added more tests.
Jacek Caban [Fri, 9 Sep 2011 12:49:14 +0000 (14:49 +0200)] 
vbscript: Added more tests.

12 years agovbscript: Added interp_icall implementation.
Jacek Caban [Fri, 9 Sep 2011 12:49:00 +0000 (14:49 +0200)] 
vbscript: Added interp_icall implementation.

12 years agovbscript: Added compiler/parser support for call expressions.
Jacek Caban [Fri, 9 Sep 2011 12:48:48 +0000 (14:48 +0200)] 
vbscript: Added compiler/parser support for call expressions.

12 years agovbscript: Added interp_equal implementation.
Jacek Caban [Fri, 9 Sep 2011 12:48:35 +0000 (14:48 +0200)] 
vbscript: Added interp_equal implementation.

12 years agovbscript: Added compiler support for equality expression.
Jacek Caban [Fri, 9 Sep 2011 12:48:25 +0000 (14:48 +0200)] 
vbscript: Added compiler support for equality expression.

12 years agovbscript: Added parser support for equality expression.
Jacek Caban [Fri, 9 Sep 2011 12:48:13 +0000 (14:48 +0200)] 
vbscript: Added parser support for equality expression.

12 years agovbscript: Added interp_not implementation.
Jacek Caban [Fri, 9 Sep 2011 12:47:55 +0000 (14:47 +0200)] 
vbscript: Added interp_not implementation.

12 years agovbscript: Added compiler support for |not| expression.
Jacek Caban [Fri, 9 Sep 2011 12:47:45 +0000 (14:47 +0200)] 
vbscript: Added compiler support for |not| expression.

12 years agovbscript: Added parser support for |not| expression.
Jacek Caban [Fri, 9 Sep 2011 12:47:32 +0000 (14:47 +0200)] 
vbscript: Added parser support for |not| expression.

12 years agovbscript: Added support for parentheses in expressions.
Jacek Caban [Fri, 9 Sep 2011 12:47:21 +0000 (14:47 +0200)] 
vbscript: Added support for parentheses in expressions.

12 years agovbscript: Added parser/compiler support for |option explicit|.
Jacek Caban [Fri, 9 Sep 2011 12:47:00 +0000 (14:47 +0200)] 
vbscript: Added parser/compiler support for |option explicit|.

12 years agovbscript: Added support for |f a, b, c| call statement.
Jacek Caban [Fri, 9 Sep 2011 12:46:46 +0000 (14:46 +0200)] 
vbscript: Added support for |f a, b, c| call statement.

12 years agocmd: Add help info for xcopy.
Christian Costa [Fri, 9 Sep 2011 07:16:51 +0000 (09:16 +0200)] 
cmd: Add help info for xcopy.

12 years agoadvapi32: Correct test for NT4 prior to sp4.
Alistair Leslie-Hughes [Fri, 9 Sep 2011 09:31:02 +0000 (19:31 +1000)] 
advapi32: Correct test for NT4 prior to sp4.

12 years agodinput: New Korean resource.
Hwang YunSong [Fri, 9 Sep 2011 02:00:30 +0000 (11:00 +0900)] 
dinput: New Korean resource.

12 years agopo: Updated Korean translation.
Hwang YunSong [Fri, 9 Sep 2011 01:59:49 +0000 (10:59 +0900)] 
po: Updated Korean translation.

12 years agopo: Add a linefeed to fix the Lithuanian translation.
Francois Gouget [Fri, 9 Sep 2011 10:51:37 +0000 (12:51 +0200)] 
po: Add a linefeed to fix the Lithuanian translation.

12 years agopo: Remove English strings from the Swedish translation.
Francois Gouget [Fri, 9 Sep 2011 00:20:29 +0000 (02:20 +0200)] 
po: Remove English strings from the Swedish translation.

12 years agopo: Remove English strings from the Thai translation.
Francois Gouget [Fri, 9 Sep 2011 00:13:49 +0000 (02:13 +0200)] 
po: Remove English strings from the Thai translation.

12 years agopo: Remove English strings from the Turkish translation.
Francois Gouget [Fri, 9 Sep 2011 00:05:31 +0000 (02:05 +0200)] 
po: Remove English strings from the Turkish translation.

12 years agopo: Remove English strings from the Chinese (Taiwan) translation.
Francois Gouget [Fri, 9 Sep 2011 00:02:41 +0000 (02:02 +0200)] 
po: Remove English strings from the Chinese (Taiwan) translation.

12 years agommdevapi: IsFormatSupported fills closest match iff it returns S_FALSE.
Jörg Höhle [Tue, 2 Aug 2011 19:49:12 +0000 (21:49 +0200)] 
mmdevapi: IsFormatSupported fills closest match iff it returns S_FALSE.

12 years agouser32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Fri, 9 Sep 2011 10:49:44 +0000 (12:49 +0200)] 
user32/tests: Add a trailing '\n' to an ok() call.

12 years agomsi: Ignore unknown components in the FeatureComponents table.
Hans Leidekker [Fri, 9 Sep 2011 09:02:11 +0000 (11:02 +0200)] 
msi: Ignore unknown components in the FeatureComponents table.

12 years agomsi: Remove some dead assignments (clang).
Hans Leidekker [Fri, 9 Sep 2011 09:01:39 +0000 (11:01 +0200)] 
msi: Remove some dead assignments (clang).

12 years agomsi: Return the right error from ResolveSource when the user cancels.
Hans Leidekker [Fri, 9 Sep 2011 09:01:12 +0000 (11:01 +0200)] 
msi: Return the right error from ResolveSource when the user cancels.

12 years agomsi: SelfUnregModules' counterpart is SelfRegModules.
Hans Leidekker [Fri, 9 Sep 2011 09:00:51 +0000 (11:00 +0200)] 
msi: SelfUnregModules' counterpart is SelfRegModules.

12 years agomsi: Move the preview code to dialog.c.
Hans Leidekker [Fri, 9 Sep 2011 09:00:24 +0000 (11:00 +0200)] 
msi: Move the preview code to dialog.c.

12 years agomsi/tests: Fix some test messages.
Hans Leidekker [Fri, 9 Sep 2011 08:59:54 +0000 (10:59 +0200)] 
msi/tests: Fix some test messages.

12 years agomsi/test: Mark some test results as broken.
Hans Leidekker [Fri, 9 Sep 2011 08:59:36 +0000 (10:59 +0200)] 
msi/test: Mark some test results as broken.

12 years agomsi: Respect the indirect attribute in the SelectionPath event handler.
Hans Leidekker [Fri, 9 Sep 2011 08:59:18 +0000 (10:59 +0200)] 
msi: Respect the indirect attribute in the SelectionPath event handler.

12 years agows2_32: Remove an unnecessary test.
Bruno Jesus [Thu, 8 Sep 2011 22:17:51 +0000 (19:17 -0300)] 
ws2_32: Remove an unnecessary test.

12 years agowined3d: Report more vertex texture formats.
Matteo Bruni [Thu, 8 Sep 2011 21:53:59 +0000 (23:53 +0200)] 
wined3d: Report more vertex texture formats.

12 years agowined3d: Make the device parameter to wined3d_device_get_vertex_shader() const.
Henri Verbeet [Thu, 8 Sep 2011 21:50:39 +0000 (23:50 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_vertex_shader() const.

12 years agowined3d: Make the device parameter to wined3d_device_get_vertex_declaration() const.
Henri Verbeet [Thu, 8 Sep 2011 21:50:38 +0000 (23:50 +0200)] 
wined3d: Make the device parameter to wined3d_device_get_vertex_declaration() const.

12 years agowined3d: Add support for flipping compressed surfaces to surface_cpu_blt().
Henri Verbeet [Thu, 8 Sep 2011 21:50:37 +0000 (23:50 +0200)] 
wined3d: Add support for flipping compressed surfaces to surface_cpu_blt().

12 years agowined3d: Use the CPU blitter for blitting to converted surfaces.
Henri Verbeet [Thu, 8 Sep 2011 21:50:36 +0000 (23:50 +0200)] 
wined3d: Use the CPU blitter for blitting to converted surfaces.

12 years agowined3d: Disable sRGB decoding in draw_textured_quad().
Henri Verbeet [Thu, 8 Sep 2011 21:50:35 +0000 (23:50 +0200)] 
wined3d: Disable sRGB decoding in draw_textured_quad().

We're always supposed to draw the RGB texture here. sRGB decoding may be
enabled if sRGB decoding was enabled to last time the surface was used as a
texture, or if it was never used as a texture at all.

12 years agocrypt32: Test/correct CertGetNameString with NULL pvTypePara.
Juan Lang [Thu, 8 Sep 2011 18:10:08 +0000 (11:10 -0700)] 
crypt32: Test/correct CertGetNameString with NULL pvTypePara.

12 years agousp10: Respect the presence or absence of the SSA_GLYPHS flag.
Aric Stewart [Thu, 8 Sep 2011 17:50:10 +0000 (12:50 -0500)] 
usp10: Respect the presence or absence of the SSA_GLYPHS flag.

12 years agousp10: Respect the presence or absence of the SSA_BREAK flag.
Aric Stewart [Thu, 8 Sep 2011 17:50:03 +0000 (12:50 -0500)] 
usp10: Respect the presence or absence of the SSA_BREAK flag.

12 years agoversion: Check the Windows directory first in VerFindFileA/W.
Alexandre Julliard [Fri, 9 Sep 2011 11:23:16 +0000 (13:23 +0200)] 
version: Check the Windows directory first in VerFindFileA/W.

12 years agowine.inf: Create a fake dll for the 32-bit iexplore on Wow64.
Alexandre Julliard [Fri, 9 Sep 2011 10:55:43 +0000 (12:55 +0200)] 
wine.inf: Create a fake dll for the 32-bit iexplore on Wow64.

12 years agontdll: Fix protection flags for uninitialized sections.
Alexandre Julliard [Fri, 9 Sep 2011 10:29:20 +0000 (12:29 +0200)] 
ntdll: Fix protection flags for uninitialized sections.