wine
13 years agooleaut32: Don't crash in wrapper if variant resides in read-only memory.
David Hedberg [Mon, 30 May 2011 10:45:32 +0000 (12:45 +0200)] 
oleaut32: Don't crash in wrapper if variant resides in read-only memory.

13 years agoddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSurface3_iface.
Ričardas Barkauskas [Tue, 31 May 2011 11:57:04 +0000 (14:57 +0300)] 
ddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSurface3_iface.

13 years agoddraw: Use a This variable in the IDirectDraw3 methods that lack one.
Ričardas Barkauskas [Tue, 31 May 2011 12:34:47 +0000 (15:34 +0300)] 
ddraw: Use a This variable in the IDirectDraw3 methods that lack one.

13 years agoddraw: Rename surface_from_surface3() to impl_from_IDirectDrawSurface3().
Ričardas Barkauskas [Tue, 31 May 2011 12:03:07 +0000 (15:03 +0300)] 
ddraw: Rename surface_from_surface3() to impl_from_IDirectDrawSurface3().

13 years agoddraw: Use unsafe_impl_from_IDirectDrawSurface3() for application provided interfaces.
Ričardas Barkauskas [Tue, 31 May 2011 12:49:37 +0000 (15:49 +0300)] 
ddraw: Use unsafe_impl_from_IDirectDrawSurface3() for application provided interfaces.

13 years agoadvapi32/tests: Add tests for GetUserNameA/W.
Andrew Nguyen [Tue, 31 May 2011 16:05:25 +0000 (11:05 -0500)] 
advapi32/tests: Add tests for GetUserNameA/W.

13 years agocmd: WCMD_delete: move "Delete *.* ?" processing into WCMD_delete_confirm_wildcard.
Dan Kegel [Mon, 30 May 2011 03:19:00 +0000 (20:19 -0700)] 
cmd: WCMD_delete: move "Delete *.* ?" processing into WCMD_delete_confirm_wildcard.

13 years agodocumentation: Replaced CVS with Git.
André Hentschel [Mon, 30 May 2011 18:08:36 +0000 (20:08 +0200)] 
documentation: Replaced CVS with Git.

13 years agoshell32: COM cleanup in shfldr_mycomp.c.
Michael Stefaniuc [Tue, 31 May 2011 12:12:07 +0000 (14:12 +0200)] 
shell32: COM cleanup in shfldr_mycomp.c.

13 years agod3d9: Match temporary variables with UINT return types and fix a return value.
Andrew Nguyen [Tue, 31 May 2011 10:56:40 +0000 (05:56 -0500)] 
d3d9: Match temporary variables with UINT return types and fix a return value.

13 years agod3d9: Drop a superfluous cast in IDirect3DDevice9Impl_CreateOffscreenPlainSurface.
Andrew Nguyen [Tue, 31 May 2011 10:56:33 +0000 (05:56 -0500)] 
d3d9: Drop a superfluous cast in IDirect3DDevice9Impl_CreateOffscreenPlainSurface.

13 years agod3d9/tests: Avoid a shift overflow in render_state_test_data_init.
Andrew Nguyen [Tue, 31 May 2011 10:56:18 +0000 (05:56 -0500)] 
d3d9/tests: Avoid a shift overflow in render_state_test_data_init.

13 years agod3d8/tests: Avoid a shift overflow in render_state_test_data_init.
Andrew Nguyen [Tue, 31 May 2011 10:56:11 +0000 (05:56 -0500)] 
d3d8/tests: Avoid a shift overflow in render_state_test_data_init.

13 years agoddraw: Remove some unused structure definitions in the private ddraw header.
Andrew Nguyen [Tue, 31 May 2011 10:50:02 +0000 (05:50 -0500)] 
ddraw: Remove some unused structure definitions in the private ddraw header.

13 years agoddraw: Add a NULL callback pointer check in the EnumDevices implementations.
Andrew Nguyen [Tue, 31 May 2011 10:49:57 +0000 (05:49 -0500)] 
ddraw: Add a NULL callback pointer check in the EnumDevices implementations.

13 years agoddraw/tests: Remove a superfluous skip check.
Andrew Nguyen [Tue, 31 May 2011 10:49:38 +0000 (05:49 -0500)] 
ddraw/tests: Remove a superfluous skip check.

13 years agomshtml: Added IHTMLMimeTypesCollection::get_length implementation.
Jacek Caban [Tue, 31 May 2011 10:20:24 +0000 (12:20 +0200)] 
mshtml: Added IHTMLMimeTypesCollection::get_length implementation.

13 years agomshtml: Added IDispatchEx support to HTMLMimeTypesCollection object.
Jacek Caban [Tue, 31 May 2011 10:20:15 +0000 (12:20 +0200)] 
mshtml: Added IDispatchEx support to HTMLMimeTypesCollection object.

13 years agomshtml: Don't release plugins collection in OmNavigator destructor since it contains...
Jacek Caban [Tue, 31 May 2011 10:19:55 +0000 (12:19 +0200)] 
mshtml: Don't release plugins collection in OmNavigator destructor since it contains a weak reference.

13 years agomshtml: Added IOmNavigator::get_mimeTypes implementation.
Jacek Caban [Tue, 31 May 2011 10:19:40 +0000 (12:19 +0200)] 
mshtml: Added IOmNavigator::get_mimeTypes implementation.

13 years agomshtml: Added IHTMLElement::get_offsetLeft implementation.
Jacek Caban [Tue, 31 May 2011 10:19:13 +0000 (12:19 +0200)] 
mshtml: Added IHTMLElement::get_offsetLeft implementation.

13 years agomshtml: Added support for accessing document elements by index.
Jacek Caban [Tue, 31 May 2011 10:19:04 +0000 (12:19 +0200)] 
mshtml: Added support for accessing document elements by index.

13 years agowidl: Add a more generic way of determining the type of handle for a function.
Alexandre Julliard [Tue, 31 May 2011 11:30:04 +0000 (13:30 +0200)] 
widl: Add a more generic way of determining the type of handle for a function.

13 years agowidl: Support using custom handle types with the implicit_handle attribute.
Alexandre Julliard [Tue, 31 May 2011 11:01:32 +0000 (13:01 +0200)] 
widl: Support using custom handle types with the implicit_handle attribute.

13 years agogdi32/tests: Add tests for 4 bpp brushes.
Huw Davies [Tue, 31 May 2011 09:02:06 +0000 (10:02 +0100)] 
gdi32/tests: Add tests for 4 bpp brushes.

13 years agogdi32: Add support for 4 bpp brushes.
Huw Davies [Tue, 31 May 2011 09:02:05 +0000 (10:02 +0100)] 
gdi32: Add support for 4 bpp brushes.

13 years agogdi32/tests: Add tests for 4 bpp dibs.
Huw Davies [Tue, 31 May 2011 09:02:04 +0000 (10:02 +0100)] 
gdi32/tests: Add tests for 4 bpp dibs.

13 years agogdi32: Add support for 4 bpp dibs.
Huw Davies [Tue, 31 May 2011 09:02:03 +0000 (10:02 +0100)] 
gdi32: Add support for 4 bpp dibs.

13 years agoshell32: Finish the COM cleanup in cpanelfolder.c.
Michael Stefaniuc [Tue, 31 May 2011 08:20:27 +0000 (10:20 +0200)] 
shell32: Finish the COM cleanup in cpanelfolder.c.

13 years agoshell32: COM cleanup for the IShellFolder2 iface in cpanelfolder.c.
Michael Stefaniuc [Tue, 31 May 2011 07:54:13 +0000 (09:54 +0200)] 
shell32: COM cleanup for the IShellFolder2 iface in cpanelfolder.c.

13 years agoshell32: COM cleanup for the IDropTargetHelper iface.
Michael Stefaniuc [Tue, 31 May 2011 07:51:42 +0000 (09:51 +0200)] 
shell32: COM cleanup for the IDropTargetHelper iface.

13 years agows2_32/tests: Use WSAGetLastError() when reporting errors.
Peter Urbanec [Tue, 31 May 2011 03:14:21 +0000 (13:14 +1000)] 
ws2_32/tests: Use WSAGetLastError() when reporting errors.

13 years agoinclude: Define FIBER_FLAG_FLOAT_SWITCH.
André Hentschel [Mon, 30 May 2011 22:30:30 +0000 (00:30 +0200)] 
include: Define FIBER_FLAG_FLOAT_SWITCH.

13 years agodinput: Keyboard does not support DIPROP_RANGE property.
Vitaliy Margolen [Mon, 30 May 2011 22:31:17 +0000 (16:31 -0600)] 
dinput: Keyboard does not support DIPROP_RANGE property.

13 years agows2_32/tests: Initialize atmark (valgrind).
André Hentschel [Mon, 30 May 2011 22:30:26 +0000 (00:30 +0200)] 
ws2_32/tests: Initialize atmark (valgrind).

13 years agoinclude: Added iextag.idl file.
Jacek Caban [Mon, 30 May 2011 15:51:37 +0000 (17:51 +0200)] 
include: Added iextag.idl file.

13 years agoole32: Add ManualResetEvent implementation.
David Hedberg [Mon, 30 May 2011 10:45:31 +0000 (12:45 +0200)] 
ole32: Add ManualResetEvent implementation.

13 years agocrypt32: Add BCryptEnumAlgorithms stub.
David Hedberg [Mon, 30 May 2011 10:45:30 +0000 (12:45 +0200)] 
crypt32: Add BCryptEnumAlgorithms stub.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Sat, 21 May 2011 07:12:43 +0000 (10:12 +0300)] 
po: Update Lithuanian translation.

13 years agocomctl32/tests: Fixed variable type, removed sign comparison warning.
Marko Nikolic [Fri, 27 May 2011 12:49:05 +0000 (14:49 +0200)] 
comctl32/tests: Fixed variable type, removed sign comparison warning.

13 years agowinevdm: Print an error when trying to start a DOS app from the z: drive.
Alexandre Julliard [Mon, 30 May 2011 15:25:39 +0000 (17:25 +0200)] 
winevdm: Print an error when trying to start a DOS app from the z: drive.

13 years agoiphlpapi: Close the socket in IcmpCloseHandle.
Alexandre Julliard [Mon, 30 May 2011 15:22:27 +0000 (17:22 +0200)] 
iphlpapi: Close the socket in IcmpCloseHandle.

13 years agoshell32: COM cleanup in autocomplete.c.
Michael Stefaniuc [Mon, 30 May 2011 11:57:12 +0000 (13:57 +0200)] 
shell32: COM cleanup in autocomplete.c.

13 years agod3dxof/tests: Fix an ok() comment to match the tested value.
Michael Stefaniuc [Mon, 30 May 2011 11:52:24 +0000 (13:52 +0200)] 
d3dxof/tests: Fix an ok() comment to match the tested value.

13 years agodbghelp: Add stubs SymFromIndex, SymFromIndexW.
Alistair Leslie-Hughes [Thu, 19 May 2011 11:58:53 +0000 (21:58 +1000)] 
dbghelp: Add stubs SymFromIndex, SymFromIndexW.

13 years agouninstaller: Don't list system components.
Hans Leidekker [Mon, 30 May 2011 07:28:45 +0000 (09:28 +0200)] 
uninstaller: Don't list system components.

13 years agoappwiz.cpl: Don't list system components.
Hans Leidekker [Mon, 30 May 2011 07:28:31 +0000 (09:28 +0200)] 
appwiz.cpl: Don't list system components.

13 years agomsi: Set the SystemComponent installation property if necessary.
Hans Leidekker [Mon, 30 May 2011 07:28:14 +0000 (09:28 +0200)] 
msi: Set the SystemComponent installation property if necessary.

13 years agomsi: Skip files from global assemblies in the RemoveFiles action.
Hans Leidekker [Mon, 30 May 2011 07:27:53 +0000 (09:27 +0200)] 
msi: Skip files from global assemblies in the RemoveFiles action.

13 years agogdiplus: Convert and pass in 3 points, not 1 (Coverity).
Marcus Meissner [Sun, 29 May 2011 21:53:45 +0000 (23:53 +0200)] 
gdiplus: Convert and pass in 3 points, not 1 (Coverity).

13 years agokernel32: Pass in a real string to SetLocaleInfoA, not a function pointer (Coverity).
Marcus Meissner [Sun, 29 May 2011 21:31:03 +0000 (23:31 +0200)] 
kernel32: Pass in a real string to SetLocaleInfoA, not a function pointer (Coverity).

13 years agompr: Added missing pointer dereference (Coverity).
Marcus Meissner [Sun, 29 May 2011 21:24:16 +0000 (23:24 +0200)] 
mpr: Added missing pointer dereference (Coverity).

13 years agontdll: Specify div to be divl.
Marcus Meissner [Sun, 29 May 2011 18:59:01 +0000 (20:59 +0200)] 
ntdll: Specify div to be divl.

Avoids a clang bug.

13 years agoinclude: Pack ACMDRVSTREAMHEADER since ACMSTREAMHEADER is packed.
Dylan Smith [Sat, 28 May 2011 22:02:49 +0000 (18:02 -0400)] 
include: Pack ACMDRVSTREAMHEADER since ACMSTREAMHEADER is packed.

13 years agowineoss.drv: Mark internal symbols with hidden visibility.
Marcus Meissner [Sat, 28 May 2011 08:49:32 +0000 (10:49 +0200)] 
wineoss.drv: Mark internal symbols with hidden visibility.

13 years agowindowscodecs: Mark 3 vtables static.
Marcus Meissner [Sat, 28 May 2011 08:49:31 +0000 (10:49 +0200)] 
windowscodecs: Mark 3 vtables static.

13 years agocomdlg32: Mark one vtable as static.
Marcus Meissner [Sat, 28 May 2011 08:49:30 +0000 (10:49 +0200)] 
comdlg32: Mark one vtable as static.

13 years agoimm32: Simplify find_window where we do not need to consider the return value of...
Gerald Pfeifer [Fri, 27 May 2011 21:42:11 +0000 (23:42 +0200)] 
imm32: Simplify find_window where we do not need to consider the return value of EnumChildWindows.

13 years agowidl: Array dimensions have to be constants.
Alexandre Julliard [Sat, 28 May 2011 11:39:18 +0000 (13:39 +0200)] 
widl: Array dimensions have to be constants.

13 years agowidl: Don't output callback conformances for non-interpreted functions.
Alexandre Julliard [Sat, 28 May 2011 11:38:25 +0000 (13:38 +0200)] 
widl: Don't output callback conformances for non-interpreted functions.

The Windows marshaller calls the callback with an invalid stack.

13 years agowinapi: Support optional parameters for stubs.
Alexandre Julliard [Fri, 27 May 2011 19:01:16 +0000 (21:01 +0200)] 
winapi: Support optional parameters for stubs.

13 years agoRelease 1.3.21. wine-1.3.21
Alexandre Julliard [Fri, 27 May 2011 18:27:04 +0000 (20:27 +0200)] 
Release 1.3.21.

13 years agowrc: Fix spelling/grammar in manpage.
Frédéric Delanoy [Fri, 27 May 2011 14:19:31 +0000 (16:19 +0200)] 
wrc: Fix spelling/grammar in manpage.

13 years agogdi32/tests: Add tests for 8bpp brushes.
Huw Davies [Fri, 27 May 2011 13:43:11 +0000 (14:43 +0100)] 
gdi32/tests: Add tests for 8bpp brushes.

13 years agogdi32: Add support for 8 bpp brushes.
Huw Davies [Fri, 27 May 2011 13:36:55 +0000 (14:36 +0100)] 
gdi32: Add support for 8 bpp brushes.

13 years agogdi32/tests: Add tests for 8 bpp dibs.
Huw Davies [Fri, 27 May 2011 13:29:49 +0000 (14:29 +0100)] 
gdi32/tests: Add tests for 8 bpp dibs.

13 years agogdi32: Add support for 8 bpp dibs.
Huw Davies [Fri, 27 May 2011 13:26:02 +0000 (14:26 +0100)] 
gdi32: Add support for 8 bpp dibs.

13 years agogdi32: Add support for colour tables.
Huw Davies [Fri, 27 May 2011 13:17:20 +0000 (14:17 +0100)] 
gdi32: Add support for colour tables.

13 years agogdi32/tests: Add tests for non-standard BI_BITFIELD dibs.
Huw Davies [Fri, 27 May 2011 12:54:46 +0000 (13:54 +0100)] 
gdi32/tests: Add tests for non-standard BI_BITFIELD dibs.

13 years agogdi32/tests: Add tests for 16 bpp brushes.
Huw Davies [Fri, 27 May 2011 12:48:26 +0000 (13:48 +0100)] 
gdi32/tests: Add tests for 16 bpp brushes.

13 years agogdi32: Add conversion routines to the primitive functions.
Huw Davies [Fri, 27 May 2011 12:41:32 +0000 (13:41 +0100)] 
gdi32: Add conversion routines to the primitive functions.

13 years agogdi32: Add support for 16 bpp dibs.
Huw Davies [Fri, 27 May 2011 12:10:29 +0000 (13:10 +0100)] 
gdi32: Add support for 16 bpp dibs.

13 years agogdi32/tests: Make the 32 bpp brush tests sensitive to a nibble swap in the 4 bpp...
Huw Davies [Fri, 27 May 2011 12:02:31 +0000 (13:02 +0100)] 
gdi32/tests: Make the 32 bpp brush tests sensitive to a nibble swap in the 4 bpp case.

13 years agomsvcp90: Add an msvcp-specific size_t to avoid casts in traces.
Alexandre Julliard [Fri, 27 May 2011 12:56:18 +0000 (14:56 +0200)] 
msvcp90: Add an msvcp-specific size_t to avoid casts in traces.

13 years agomsvcp90: Added _Mutex class implementation.
Piotr Caban [Fri, 27 May 2011 12:35:53 +0000 (14:35 +0200)] 
msvcp90: Added _Mutex class implementation.

13 years agomsvcp90: Added basic_ios<char> class stub.
Piotr Caban [Fri, 27 May 2011 12:35:40 +0000 (14:35 +0200)] 
msvcp90: Added basic_ios<char> class stub.

13 years agomsvcp90/tests: Don't check if msvcp90 functions exists in string tests.
Piotr Caban [Fri, 27 May 2011 12:35:28 +0000 (14:35 +0200)] 
msvcp90/tests: Don't check if msvcp90 functions exists in string tests.

13 years agomsvcp90/tests: Don't check if msvcp90 functions exists in misc tests.
Piotr Caban [Fri, 27 May 2011 12:35:18 +0000 (14:35 +0200)] 
msvcp90/tests: Don't check if msvcp90 functions exists in misc tests.

13 years agomsvcp90: Added ios_base class stub.
Piotr Caban [Fri, 27 May 2011 12:34:27 +0000 (14:34 +0200)] 
msvcp90: Added ios_base class stub.

13 years agomshtml: Added IHTMLScreen::get_availWidth implementation.
Jacek Caban [Fri, 27 May 2011 12:37:06 +0000 (14:37 +0200)] 
mshtml: Added IHTMLScreen::get_availWidth implementation.

13 years agomshtml: Added IHTMLScreen::get_availHeight implementation.
Jacek Caban [Fri, 27 May 2011 12:36:54 +0000 (14:36 +0200)] 
mshtml: Added IHTMLScreen::get_availHeight implementation.

13 years agowined3d: Call context_apply_draw_buffers under the GL lock.
Stefan Dösinger [Fri, 27 May 2011 11:43:58 +0000 (13:43 +0200)] 
wined3d: Call context_apply_draw_buffers under the GL lock.

13 years agows2_32/tests: Add test for SIOCATMARK.
André Hentschel [Thu, 26 May 2011 21:50:32 +0000 (23:50 +0200)] 
ws2_32/tests: Add test for SIOCATMARK.

13 years agod3dx9: Start effect state parsing.
Rico Schüller [Fri, 27 May 2011 09:39:57 +0000 (11:39 +0200)] 
d3dx9: Start effect state parsing.

13 years agocomdlg32: Take linebreaks into account when resizing custom controls.
David Hedberg [Fri, 27 May 2011 02:05:56 +0000 (04:05 +0200)] 
comdlg32: Take linebreaks into account when resizing custom controls.

13 years agocomdlg32: Add support for custom control events.
David Hedberg [Fri, 27 May 2011 02:05:55 +0000 (04:05 +0200)] 
comdlg32: Add support for custom control events.

13 years agocomdlg32: Implement support for custom control subitems.
David Hedberg [Fri, 27 May 2011 02:05:54 +0000 (04:05 +0200)] 
comdlg32: Implement support for custom control subitems.

13 years agocomdlg32: Implement some functions for modifying custom controls.
David Hedberg [Fri, 27 May 2011 02:05:53 +0000 (04:05 +0200)] 
comdlg32: Implement some functions for modifying custom controls.

13 years agocomdlg32: Layout the customized controls.
David Hedberg [Fri, 27 May 2011 02:05:52 +0000 (04:05 +0200)] 
comdlg32: Layout the customized controls.

13 years agocomdlg32: Support adding custom controls to the item dialog.
David Hedberg [Fri, 27 May 2011 02:05:51 +0000 (04:05 +0200)] 
comdlg32: Support adding custom controls to the item dialog.

13 years agocomdlg32: Add a container for custom controls.
David Hedberg [Fri, 27 May 2011 02:05:50 +0000 (04:05 +0200)] 
comdlg32: Add a container for custom controls.

13 years agod3dxof: COM cleanup in d3dxof.c.
Dylan Smith [Fri, 27 May 2011 01:21:01 +0000 (21:21 -0400)] 
d3dxof: COM cleanup in d3dxof.c.

13 years agod3dxof: COM cleanup in main.c.
Dylan Smith [Fri, 27 May 2011 01:20:55 +0000 (21:20 -0400)] 
d3dxof: COM cleanup in main.c.

13 years agod3dxof: Removed function declarations with no definitions.
Dylan Smith [Fri, 27 May 2011 01:20:38 +0000 (21:20 -0400)] 
d3dxof: Removed function declarations with no definitions.

13 years agocfgmgr32: Update specfile.
André Hentschel [Thu, 26 May 2011 17:24:10 +0000 (19:24 +0200)] 
cfgmgr32: Update specfile.

13 years agotools: Add setupapi and cfgmgr to synchronize spec files automatically.
André Hentschel [Thu, 26 May 2011 17:23:43 +0000 (19:23 +0200)] 
tools: Add setupapi and cfgmgr to synchronize spec files automatically.

13 years agosetupapi: Add stubs for CM_Get_Device_ID_List_SizeA/W.
André Hentschel [Thu, 26 May 2011 17:23:09 +0000 (19:23 +0200)] 
setupapi: Add stubs for CM_Get_Device_ID_List_SizeA/W.

13 years agontdll: Mark FILE_umask with hidden visibility.
Marcus Meissner [Thu, 26 May 2011 16:15:51 +0000 (18:15 +0200)] 
ntdll: Mark FILE_umask with hidden visibility.

13 years agousp10/tests: Load GetGlyphIndicesW dynamically.
Alexandre Julliard [Fri, 27 May 2011 10:19:35 +0000 (12:19 +0200)] 
usp10/tests: Load GetGlyphIndicesW dynamically.

13 years agowidl: Output a list of binding routines in client files.
Alexandre Julliard [Fri, 27 May 2011 10:07:29 +0000 (12:07 +0200)] 
widl: Output a list of binding routines in client files.