wine
13 years agomsvcrt: Remove a superfluous semicolon.
Andrew Talbot [Fri, 7 Oct 2011 20:24:47 +0000 (21:24 +0100)] 
msvcrt: Remove a superfluous semicolon.

13 years agocmd: Make PAUSE accept any keypress instead of a full input line.
Frédéric Delanoy [Thu, 6 Oct 2011 23:02:08 +0000 (01:02 +0200)] 
cmd: Make PAUSE accept any keypress instead of a full input line.

13 years agocmd: Consistently use infinitive forms in commands help summary.
Frédéric Delanoy [Thu, 6 Oct 2011 23:02:07 +0000 (01:02 +0200)] 
cmd: Consistently use infinitive forms in commands help summary.

13 years agomsvcrt: Mark some fall-throughs in a switch statement.
Andrew Talbot [Fri, 7 Oct 2011 20:24:51 +0000 (21:24 +0100)] 
msvcrt: Mark some fall-throughs in a switch statement.

13 years agomspatcha: Add a stub implementation of GetFilePatchSignatureA/W.
Hans Leidekker [Fri, 7 Oct 2011 09:07:11 +0000 (11:07 +0200)] 
mspatcha: Add a stub implementation of GetFilePatchSignatureA/W.

13 years agodsound: COM cleanup for the IDirectSoundCapture iface.
Michael Stefaniuc [Fri, 7 Oct 2011 11:28:54 +0000 (13:28 +0200)] 
dsound: COM cleanup for the IDirectSoundCapture iface.

13 years agoquartz: Free two assert calls from having side effects.
Michael Stefaniuc [Fri, 7 Oct 2011 11:26:51 +0000 (13:26 +0200)] 
quartz: Free two assert calls from having side effects.

13 years agoinclude: Remove 'l' modifier from numeric constants in winerror.h.
Michael Stefaniuc [Thu, 6 Oct 2011 23:44:03 +0000 (01:44 +0200)] 
include: Remove 'l' modifier from numeric constants in winerror.h.

13 years agooleaut32/tests: Cleanup the EXPECTRES macros.
Michael Stefaniuc [Thu, 6 Oct 2011 23:39:36 +0000 (01:39 +0200)] 
oleaut32/tests: Cleanup the EXPECTRES macros.

13 years agooleaut32/tests: Make the EXPECT_* macros that take no args more robust.
Michael Stefaniuc [Thu, 6 Oct 2011 23:38:20 +0000 (01:38 +0200)] 
oleaut32/tests: Make the EXPECT_* macros that take no args more robust.

13 years agooleaut32: Fix some VarCyFrom* tests.
Michael Stefaniuc [Thu, 6 Oct 2011 23:36:57 +0000 (01:36 +0200)] 
oleaut32: Fix some VarCyFrom* tests.

Due to a broken EXPECTRES macro the EXPECT_OVERFLOW accepts S_OK return
values.

13 years agowine.inf: Add key for InstallDate under CurrentVersionNT.
Louis Lenders [Thu, 6 Oct 2011 19:46:35 +0000 (21:46 +0200)] 
wine.inf: Add key for InstallDate under CurrentVersionNT.

13 years agonetapi32: Add stub for NetScheduleJobEnum.
Louis Lenders [Wed, 5 Oct 2011 18:28:19 +0000 (20:28 +0200)] 
netapi32: Add stub for NetScheduleJobEnum.

13 years agoinclude: Add lmat.h.
Louis Lenders [Wed, 5 Oct 2011 18:16:34 +0000 (20:16 +0200)] 
include: Add lmat.h.

13 years agomsi: Mark fall-throughs in switch statements.
Andrew Talbot [Thu, 6 Oct 2011 21:29:46 +0000 (22:29 +0100)] 
msi: Mark fall-throughs in switch statements.

13 years agomsi: Add a break to a switch statement.
Andrew Talbot [Thu, 6 Oct 2011 21:29:42 +0000 (22:29 +0100)] 
msi: Add a break to a switch statement.

13 years agomshtml: Mark fall-through in switch statement.
Andrew Talbot [Thu, 6 Oct 2011 21:29:38 +0000 (22:29 +0100)] 
mshtml: Mark fall-through in switch statement.

13 years agogdi32: Move some common default fonts to the head of the font list.
Huw Davies [Thu, 6 Oct 2011 21:26:08 +0000 (16:26 -0500)] 
gdi32: Move some common default fonts to the head of the font list.

13 years agogdi32: Load the font properties from the cache if it exists.
Huw Davies [Thu, 6 Oct 2011 21:26:07 +0000 (16:26 -0500)] 
gdi32: Load the font properties from the cache if it exists.

13 years agogdi32: Cache the loaded font list properties.
Huw Davies [Thu, 6 Oct 2011 21:26:06 +0000 (16:26 -0500)] 
gdi32: Cache the loaded font list properties.

13 years agogdi32: Move the font list initialisation to a separate function.
Huw Davies [Thu, 6 Oct 2011 21:26:05 +0000 (16:26 -0500)] 
gdi32: Move the font list initialisation to a separate function.

13 years agogdi32: Keep track of the english family name if there's a localised name as well.
Huw Davies [Thu, 6 Oct 2011 21:26:04 +0000 (16:26 -0500)] 
gdi32: Keep track of the english family name if there's a localised name as well.

13 years agooleaut32/typelib: Use BSTR for filename.
Nikolay Sivov [Thu, 6 Oct 2011 18:55:47 +0000 (13:55 -0500)] 
oleaut32/typelib: Use BSTR for filename.

13 years agooleaut32/typelib: Properly handle allocation failure on creation.
Nikolay Sivov [Thu, 6 Oct 2011 18:51:01 +0000 (13:51 -0500)] 
oleaut32/typelib: Properly handle allocation failure on creation.

13 years agocmd: Avoid reading char by char from files.
Frédéric Delanoy [Thu, 6 Oct 2011 16:50:32 +0000 (18:50 +0200)] 
cmd: Avoid reading char by char from files.

13 years agocmd: Infer handle type from handle value in WCMD_fgets and WCMD_ReadAndParseLine.
Frédéric Delanoy [Thu, 6 Oct 2011 16:50:31 +0000 (18:50 +0200)] 
cmd: Infer handle type from handle value in WCMD_fgets and WCMD_ReadAndParseLine.

13 years agowindowscodecs: Read PNGs sequentially.
Damjan Jovanovic [Tue, 4 Oct 2011 14:44:46 +0000 (16:44 +0200)] 
windowscodecs: Read PNGs sequentially.

13 years agogdiplus: Return zero properties in stubbed GdipGetPropertyCount.
Louis Lenders [Thu, 6 Oct 2011 18:45:26 +0000 (20:45 +0200)] 
gdiplus: Return zero properties in stubbed GdipGetPropertyCount.

13 years agomsvcrt: Added _iswdigit_l implementation.
Piotr Caban [Thu, 6 Oct 2011 18:14:23 +0000 (20:14 +0200)] 
msvcrt: Added _iswdigit_l implementation.

13 years agomsvcrt: Free fd entries with incorrect HANDLE value.
Piotr Caban [Thu, 6 Oct 2011 18:13:38 +0000 (20:13 +0200)] 
msvcrt: Free fd entries with incorrect HANDLE value.

13 years agomsvcrt: Fix __pioinfo block size.
Piotr Caban [Thu, 6 Oct 2011 18:13:16 +0000 (20:13 +0200)] 
msvcrt: Fix __pioinfo block size.

13 years agomsxml3: Use a helper to get property values.
Nikolay Sivov [Thu, 6 Oct 2011 15:35:07 +0000 (10:35 -0500)] 
msxml3: Use a helper to get property values.

13 years agomsxml3: Use helper to set properties.
Nikolay Sivov [Thu, 6 Oct 2011 15:22:00 +0000 (10:22 -0500)] 
msxml3: Use helper to set properties.

13 years agomsxml3: Add some useful traces and demangle some parameter names.
Nikolay Sivov [Wed, 5 Oct 2011 19:19:29 +0000 (14:19 -0500)] 
msxml3: Add some useful traces and demangle some parameter names.

13 years agodsound: Fix fragment position calculations.
Andrew Eikum [Thu, 6 Oct 2011 14:35:07 +0000 (09:35 -0500)] 
dsound: Fix fragment position calculations.

13 years agousp10: Correct ScriptStringGetLogicalWidths to be based on char not glyph.
Aric Stewart [Thu, 6 Oct 2011 13:35:59 +0000 (08:35 -0500)] 
usp10: Correct ScriptStringGetLogicalWidths to be based on char not glyph.

13 years agowinecfg: Updated Korean translation.
Hwang YunSong [Thu, 6 Oct 2011 08:34:49 +0000 (17:34 +0900)] 
winecfg: Updated Korean translation.

13 years agocomctl32/tests: Removed sign comparison warning in datetime tests.
Marko Nikolic [Thu, 6 Oct 2011 10:18:02 +0000 (12:18 +0200)] 
comctl32/tests: Removed sign comparison warning in datetime tests.

13 years agoadvapi32: Removed sign comparison warning.
Marko Nikolic [Wed, 5 Oct 2011 15:01:24 +0000 (17:01 +0200)] 
advapi32: Removed sign comparison warning.

13 years agocomctl32/tests: Removed sign comparison warning in dpa tests.
Marko Nikolic [Wed, 5 Oct 2011 14:18:40 +0000 (16:18 +0200)] 
comctl32/tests: Removed sign comparison warning in dpa tests.

13 years agowinegcc: On Mac OS, turn -s into -Wl,-x.
Charles Davis [Wed, 5 Oct 2011 23:07:38 +0000 (17:07 -0600)] 
winegcc: On Mac OS, turn -s into -Wl,-x.

13 years agoadvapi32/tests: Add one more QueryServiceStatusEx() test.
Nikolay Sivov [Wed, 5 Oct 2011 22:53:41 +0000 (17:53 -0500)] 
advapi32/tests: Add one more QueryServiceStatusEx() test.

13 years agomsxml3: Use provided qualified name length while writing end element tag.
Nikolay Sivov [Wed, 5 Oct 2011 21:04:04 +0000 (16:04 -0500)] 
msxml3: Use provided qualified name length while writing end element tag.

13 years agodsound: Remove a few unused variables.
Andrew Eikum [Wed, 5 Oct 2011 20:53:16 +0000 (15:53 -0500)] 
dsound: Remove a few unused variables.

13 years agowinedbg: Don't assert() on unsupported v-packets, but rather report an error.
Eric Pouech [Wed, 5 Oct 2011 20:41:10 +0000 (22:41 +0200)] 
winedbg: Don't assert() on unsupported v-packets, but rather report an error.

13 years agosecur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_...
Henri Verbeet [Wed, 5 Oct 2011 14:51:19 +0000 (16:51 +0200)] 
secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull().

Aside from being the right place, we depend on schan_get_buffer() not
returning a buffer if there's no space left in schan_imp_recv() /
schan_imp_send().

13 years agocmd: Rename a parameter in WCMD_fgets.
Frédéric Delanoy [Wed, 5 Oct 2011 12:02:44 +0000 (14:02 +0200)] 
cmd: Rename a parameter in WCMD_fgets.

13 years agocmd: Improve handle type recognition in WCMD_ReadFile.
Frédéric Delanoy [Wed, 5 Oct 2011 12:02:43 +0000 (14:02 +0200)] 
cmd: Improve handle type recognition in WCMD_ReadFile.

13 years agocmd: Avoid dead assignments (Clang).
Frédéric Delanoy [Wed, 5 Oct 2011 08:16:30 +0000 (10:16 +0200)] 
cmd: Avoid dead assignments (Clang).

13 years agowinecfg: Allow user to select default audio devices.
Andrew Eikum [Wed, 5 Oct 2011 18:40:02 +0000 (13:40 -0500)] 
winecfg: Allow user to select default audio devices.

13 years agommdevapi: Attempt to determine default devices from the registry.
Andrew Eikum [Wed, 5 Oct 2011 18:39:53 +0000 (13:39 -0500)] 
mmdevapi: Attempt to determine default devices from the registry.

This uses a new, Wine-specific registry key
<HKCU\Software\Wine\Drivers\wine<driver>.drv> to determine the correct
device to use for the various defaults. The drivers still supply their
own defaults which will be chosen if no registry entry is defined. For
portability we use a driver-specific key in order to support default
devices for each of the driver backends.

13 years agowinecfg: Reload winmm for each sound test.
Andrew Eikum [Wed, 5 Oct 2011 18:39:46 +0000 (13:39 -0500)] 
winecfg: Reload winmm for each sound test.

Also localize the error dialog while we're in there.

13 years agoaudio: Change winmm import to delayed import.
Andrew Eikum [Wed, 5 Oct 2011 18:39:34 +0000 (13:39 -0500)] 
audio: Change winmm import to delayed import.

13 years agomsxml3: Support setting namespaces feature to default value.
Nikolay Sivov [Wed, 5 Oct 2011 18:29:37 +0000 (13:29 -0500)] 
msxml3: Support setting namespaces feature to default value.

13 years agomsxml3: Support setting unlimited nesting depth for a reader.
Nikolay Sivov [Wed, 5 Oct 2011 16:23:56 +0000 (11:23 -0500)] 
msxml3: Support setting unlimited nesting depth for a reader.

13 years agomsxml3: Support setting unlimited xml stream length for a reader.
Nikolay Sivov [Wed, 5 Oct 2011 16:19:43 +0000 (11:19 -0500)] 
msxml3: Support setting unlimited xml stream length for a reader.

13 years agomsxml3: Accept DTD prohibition feature.
Nikolay Sivov [Wed, 5 Oct 2011 16:09:28 +0000 (11:09 -0500)] 
msxml3: Accept DTD prohibition feature.

13 years agomsxml3: Accept lexical handler parameter entities switch.
Nikolay Sivov [Wed, 5 Oct 2011 14:37:40 +0000 (09:37 -0500)] 
msxml3: Accept lexical handler parameter entities switch.

13 years agomsxml3: Accept disabled parameter entities feature.
Nikolay Sivov [Wed, 5 Oct 2011 14:20:32 +0000 (09:20 -0500)] 
msxml3: Accept disabled parameter entities feature.

13 years agogdi32: Display the depth of a bitmap rather than the total number colors.
Huw Davies [Wed, 5 Oct 2011 14:11:20 +0000 (09:11 -0500)] 
gdi32: Display the depth of a bitmap rather than the total number colors.

13 years agowinex11: Initialise the dib color table.
Huw Davies [Tue, 4 Oct 2011 22:48:23 +0000 (17:48 -0500)] 
winex11: Initialise the dib color table.

13 years agokernel32/tests: Fix MSVC build in console.c.
Thomas Faber [Tue, 4 Oct 2011 21:10:08 +0000 (23:10 +0200)] 
kernel32/tests: Fix MSVC build in console.c.

13 years agokernel32/tests: Fix MSVC build in file.c and pipe.c.
Thomas Faber [Tue, 4 Oct 2011 20:45:49 +0000 (22:45 +0200)] 
kernel32/tests: Fix MSVC build in file.c and pipe.c.

13 years agomshtml: Mark some fall-throughs in switch statements.
Andrew Talbot [Tue, 4 Oct 2011 21:48:41 +0000 (22:48 +0100)] 
mshtml: Mark some fall-throughs in switch statements.

13 years agomsacm32: Mark fall-through in switch statement.
Andrew Talbot [Tue, 4 Oct 2011 21:48:37 +0000 (22:48 +0100)] 
msacm32: Mark fall-through in switch statement.

13 years agomapi32: Mark some fall-throughs in a switch statement.
Andrew Talbot [Tue, 4 Oct 2011 21:48:33 +0000 (22:48 +0100)] 
mapi32: Mark some fall-throughs in a switch statement.

13 years agomsxml3: Accept disabling of external entities loading.
Nikolay Sivov [Tue, 4 Oct 2011 21:27:39 +0000 (16:27 -0500)] 
msxml3: Accept disabling of external entities loading.

13 years agomsvcrt: Fix wcsncpy_s implementation.
Piotr Caban [Tue, 4 Oct 2011 21:03:03 +0000 (23:03 +0200)] 
msvcrt: Fix wcsncpy_s implementation.

13 years agomspatcha: Forward ApplyPatchToFileA to ApplyPatchToFileW.
Hans Leidekker [Tue, 4 Oct 2011 19:59:41 +0000 (14:59 -0500)] 
mspatcha: Forward ApplyPatchToFileA to ApplyPatchToFileW.

13 years agoinclude: Add patchapi.h.
Hans Leidekker [Tue, 4 Oct 2011 19:59:25 +0000 (14:59 -0500)] 
include: Add patchapi.h.

13 years agogdi32/tests: Fix MSVC build in bitmap.c.
Thomas Faber [Tue, 4 Oct 2011 18:05:34 +0000 (20:05 +0200)] 
gdi32/tests: Fix MSVC build in bitmap.c.

13 years agogdi32/tests: Fix MSVC build in icm.c.
Thomas Faber [Tue, 4 Oct 2011 14:47:02 +0000 (16:47 +0200)] 
gdi32/tests: Fix MSVC build in icm.c.

13 years agows2_32: Fix UDP LINGER support in getsockopt.
Bruno Jesus [Tue, 4 Oct 2011 03:10:25 +0000 (00:10 -0300)] 
ws2_32: Fix UDP LINGER support in getsockopt.

13 years agoddraw: Use unsafe_impl_from_IDirect3DViewport2 for application provided interfaces.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:59 +0000 (17:14 -0500)] 
ddraw: Use unsafe_impl_from_IDirect3DViewport2 for application provided interfaces.

13 years agoddraw: Use unsafe_impl_from_IDirect3DViewport for application provided interfaces.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:54 +0000 (17:14 -0500)] 
ddraw: Use unsafe_impl_from_IDirect3DViewport for application provided interfaces.

13 years agoddraw: COM cleanup for IDirect3DViewport3 interface.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:51 +0000 (17:14 -0500)] 
ddraw: COM cleanup for IDirect3DViewport3 interface.

13 years agoddraw: Compare IDirect3DViewport3 interface instead of IDirect3DViewportImpl.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:47 +0000 (17:14 -0500)] 
ddraw: Compare IDirect3DViewport3 interface instead of IDirect3DViewportImpl.

13 years agoddraw: Use impl_from_IDirect3DViewport3 instead of cast to IDirect3DViewportImpl*.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:42 +0000 (17:14 -0500)] 
ddraw: Use impl_from_IDirect3DViewport3 instead of cast to IDirect3DViewportImpl*.

13 years agoddraw: Use unsafe_impl_from_IDirect3DViewport3 for application provided interfaces.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:37 +0000 (17:14 -0500)] 
ddraw: Use unsafe_impl_from_IDirect3DViewport3 for application provided interfaces.

13 years agoddraw/tests: IDirect3DViewport3, IDirect3DViewport2 and IDirect3DViewport use same...
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:32 +0000 (17:14 -0500)] 
ddraw/tests: IDirect3DViewport3, IDirect3DViewport2 and IDirect3DViewport use same implementation.

13 years agoddraw: COM cleanup for the IDirectDrawPalette interface.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:27 +0000 (17:14 -0500)] 
ddraw: COM cleanup for the IDirectDrawPalette interface.

13 years agoddraw: Use unsafe_impl_from_IDirectDrawPalette for application provided interfaces.
Ričardas Barkauskas [Mon, 3 Oct 2011 22:14:08 +0000 (17:14 -0500)] 
ddraw: Use unsafe_impl_from_IDirectDrawPalette for application provided interfaces.

13 years agolibwine: Fix resetting the install_name on Mac OS.
Charles Davis [Mon, 3 Oct 2011 18:16:39 +0000 (12:16 -0600)] 
libwine: Fix resetting the install_name on Mac OS.

13 years agokernel32: Fix the NT path returned by QueryFullProcessImageName().
Francois Gouget [Mon, 3 Oct 2011 21:56:12 +0000 (23:56 +0200)] 
kernel32: Fix the NT path returned by QueryFullProcessImageName().

13 years agokernel32/tests: Better check the NT path returned by QueryFullProcessImageName().
Francois Gouget [Mon, 3 Oct 2011 21:55:09 +0000 (23:55 +0200)] 
kernel32/tests: Better check the NT path returned by QueryFullProcessImageName().

13 years agokernel32/tests: Test K32GetProcessImageFileNameA() and improve the QueryFullProcessIm...
Francois Gouget [Tue, 4 Oct 2011 03:11:40 +0000 (05:11 +0200)] 
kernel32/tests: Test K32GetProcessImageFileNameA() and improve the QueryFullProcessImageNameA() tests.

13 years agodsound: Make a function static, remove a no longer used array.
Marcus Meissner [Tue, 4 Oct 2011 00:38:06 +0000 (02:38 +0200)] 
dsound: Make a function static, remove a no longer used array.

13 years agowinmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.
Andrew Eikum [Tue, 4 Oct 2011 13:24:27 +0000 (08:24 -0500)] 
winmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.

13 years agokernel32/tests: Move CompareStringA data to a table.
Nikolay Sivov [Sat, 1 Oct 2011 21:40:59 +0000 (01:40 +0400)] 
kernel32/tests: Move CompareStringA data to a table.

13 years agogdiplus: Fix pointer math for the 64-bit tests.
Vincent Povirk [Tue, 4 Oct 2011 19:11:06 +0000 (14:11 -0500)] 
gdiplus: Fix pointer math for the 64-bit tests.

13 years agokernel32/tests: Check what happens if QueryDosDeviceA() is given an insufficient...
Francois Gouget [Mon, 3 Oct 2011 21:39:10 +0000 (23:39 +0200)] 
kernel32/tests: Check what happens if QueryDosDeviceA() is given an insufficient buffer.

13 years agokernel32: Reset LastError if GetModuleFileName() succeeds.
Francois Gouget [Mon, 3 Oct 2011 21:38:29 +0000 (23:38 +0200)] 
kernel32: Reset LastError if GetModuleFileName() succeeds.

13 years agowinex11: Force alpha channel to 0 when doing color conversion in PutImage.
Alexandre Julliard [Mon, 3 Oct 2011 21:47:31 +0000 (16:47 -0500)] 
winex11: Force alpha channel to 0 when doing color conversion in PutImage.

13 years agowinex11: Remove no longer needed support for a source DIB color map in X11 StretchBlt.
Alexandre Julliard [Mon, 3 Oct 2011 21:29:23 +0000 (16:29 -0500)] 
winex11: Remove no longer needed support for a source DIB color map in X11 StretchBlt.

13 years agowinex11: Remove no longer needed support for a source DIB color map in XRender Stretc...
Alexandre Julliard [Mon, 3 Oct 2011 21:24:01 +0000 (16:24 -0500)] 
winex11: Remove no longer needed support for a source DIB color map in XRender StretchBlt.

13 years agoole32: Mark two functions as hidden.
Marcus Meissner [Mon, 3 Oct 2011 11:28:32 +0000 (13:28 +0200)] 
ole32: Mark two functions as hidden.

13 years agowinmm: Mark two functions as hidden.
Marcus Meissner [Mon, 3 Oct 2011 11:29:08 +0000 (13:29 +0200)] 
winmm: Mark two functions as hidden.

13 years agowinex11.drv: Mark xrenderdrv_ExtTextOut as static.
Marcus Meissner [Mon, 3 Oct 2011 11:28:56 +0000 (13:28 +0200)] 
winex11.drv: Mark xrenderdrv_ExtTextOut as static.

13 years agodsound: Mark enum_callback and search_callback static.
Marcus Meissner [Mon, 3 Oct 2011 11:24:12 +0000 (13:24 +0200)] 
dsound: Mark enum_callback and search_callback static.

13 years agomsdaps: Mark create_* functions as hidden.
Marcus Meissner [Mon, 3 Oct 2011 11:29:29 +0000 (13:29 +0200)] 
msdaps: Mark create_* functions as hidden.