Owen Rudge [Fri, 2 Oct 2009 15:13:26 +0000 (16:13 +0100)]
comctl32: Capture the mouse when performing a listview marquee selection.
Alexandre Julliard [Sat, 3 Oct 2009 12:40:19 +0000 (14:40 +0200)]
odbc32: Define correct function prototypes for all libodbc entry points.
Fix the prototypes of the Unicode functions.
Juan Lang [Fri, 2 Oct 2009 14:47:48 +0000 (07:47 -0700)]
wininet: Set callbacks needed by OpenSSL for multithreaded use.
Juan Lang [Fri, 2 Oct 2009 14:43:45 +0000 (07:43 -0700)]
wininet: Unload OpenSSL when unloading wininet.
André Hentschel [Fri, 2 Oct 2009 12:56:50 +0000 (14:56 +0200)]
libwine: Implemented the call_on_stack function for ARM.
Ge van Geldorp [Fri, 2 Oct 2009 13:47:28 +0000 (15:47 +0200)]
shell32/tests: Fix shlexec on Vista and higher.
Huw Davies [Fri, 2 Oct 2009 11:36:05 +0000 (12:36 +0100)]
oledb32: Implement conversions to DBTYPE_BYREF | DBTYPE_WSTR.
Alexandre Julliard [Fri, 2 Oct 2009 12:56:43 +0000 (14:56 +0200)]
opengl32/tests: Use explicit prototypes for function pointers.
Alexandre Julliard [Fri, 2 Oct 2009 12:56:37 +0000 (14:56 +0200)]
winex11: Use explicit prototypes for function pointers.
Alexandre Julliard [Fri, 2 Oct 2009 12:55:19 +0000 (14:55 +0200)]
wnaspi32: Use explicit prototypes for function pointers.
Alexandre Julliard [Fri, 2 Oct 2009 12:54:12 +0000 (14:54 +0200)]
winetest: Use explicit prototypes for function pointers.
Alexandre Julliard [Fri, 2 Oct 2009 12:52:17 +0000 (14:52 +0200)]
winedump: Use consistent prototypes for option callbacks.
Jacek Caban [Fri, 2 Oct 2009 11:56:12 +0000 (13:56 +0200)]
mshtml.idl: Moved IHTMLElement dispinterface declaration to macro.
Jacek Caban [Fri, 2 Oct 2009 11:54:51 +0000 (13:54 +0200)]
jscript: Added FIXME about IClassFactoryEx.
Jacek Caban [Fri, 2 Oct 2009 11:54:22 +0000 (13:54 +0200)]
mshtml: Added IHTMLDOMNode::cloneNode implementation.
Jacek Caban [Fri, 2 Oct 2009 11:53:52 +0000 (13:53 +0200)]
mshtml: Use document.defaultView to get iframe contentWindow.
Jacek Caban [Fri, 2 Oct 2009 11:53:17 +0000 (13:53 +0200)]
mshtml: Added IHTMLAnchorElement::get_href tests.
Jacek Caban [Fri, 2 Oct 2009 11:52:36 +0000 (13:52 +0200)]
mshtml: Added IHTMLAnchorElement::get_href implementation.
Jacek Caban [Fri, 2 Oct 2009 11:52:05 +0000 (13:52 +0200)]
mshtml: Get rid of no longer needed HTMLLocation_value.
Jacek Caban [Fri, 2 Oct 2009 11:51:48 +0000 (13:51 +0200)]
mshtml: Use dispinterface DISPID_VALUE implementation if available.
Jacek Caban [Fri, 2 Oct 2009 11:51:19 +0000 (13:51 +0200)]
mshtml: Added HTMLAnchorElement dispex data.
Jacek Caban [Fri, 2 Oct 2009 11:50:48 +0000 (13:50 +0200)]
mshtml: Moved init_dispex call to HTMLElement_Init.
Jacek Caban [Fri, 2 Oct 2009 11:50:16 +0000 (13:50 +0200)]
mshtml.idl: Added DispHTMLAnchorElement declaration.
Paul Vriens [Fri, 2 Oct 2009 11:41:50 +0000 (13:41 +0200)]
fltlib: Add a stub for FilterConnectCommunicationPort.
Alexandre Julliard [Fri, 2 Oct 2009 12:39:49 +0000 (14:39 +0200)]
configure: Add -Werror flag in maintainer mode.
Michael Stefaniuc [Fri, 2 Oct 2009 10:18:50 +0000 (12:18 +0200)]
oleaut32/tests: Use LONG instead of long.
Michael Stefaniuc [Fri, 2 Oct 2009 10:18:42 +0000 (12:18 +0200)]
user32/tests: Use LONG instead of long.
Stefan Dösinger [Wed, 30 Sep 2009 16:59:41 +0000 (18:59 +0200)]
wined3d: SetRenderTarget resets the scissor rect.
Stefan Dösinger [Wed, 30 Sep 2009 16:58:04 +0000 (18:58 +0200)]
wined3d: SetRenderTarget bypasses stateblock recording.
Stefan Dösinger [Wed, 30 Sep 2009 16:56:42 +0000 (18:56 +0200)]
wined3d: SetRenderTarget doesn't change the viewport in d3d7.
Stefan Dösinger [Thu, 1 Oct 2009 13:48:52 +0000 (15:48 +0200)]
d3d9: Test viewports that are bigger than the surface.
Stefan Dösinger [Thu, 1 Oct 2009 13:31:39 +0000 (15:31 +0200)]
wined3d: Fix vs_2_0 sgn.
vs_2_0's sgn has two extra parameters - temporary registers for the
instruction. This patch fixes the crash of the d3d9:visual test on windows and
properly handles the vs_2_0 version of sgn.
Matteo Bruni [Mon, 28 Sep 2009 19:30:45 +0000 (21:30 +0200)]
wpp: Handle remaining memory allocation failures in ppl.l and ppy.y.
Matteo Bruni [Mon, 28 Sep 2009 18:48:36 +0000 (20:48 +0200)]
wpp: Handle memory allocation failures in tokens management code.
Matteo Bruni [Mon, 28 Sep 2009 18:42:48 +0000 (20:42 +0200)]
wpp: Manage malloc failure in pp_xstrdup.
Matteo Bruni [Mon, 28 Sep 2009 12:21:00 +0000 (14:21 +0200)]
wpp: Remove the assumption ppy_error calls exit().
Damjan Jovanovic [Thu, 1 Oct 2009 23:02:46 +0000 (01:02 +0200)]
sti.h: Add some missing defines.
Henri Verbeet [Fri, 2 Oct 2009 09:16:13 +0000 (11:16 +0200)]
wined3d: Use the actual array sizes to determine the number of the various pixel/vertex states.
Henri Verbeet [Fri, 2 Oct 2009 09:16:12 +0000 (11:16 +0200)]
wined3d: Move the pixel/vertex states arrays to stateblock.c.
Henri Verbeet [Fri, 2 Oct 2009 09:16:11 +0000 (11:16 +0200)]
wined3d: Fix the values of NUM_SAVEDPIXELSTATES_T and NUM_SAVEDVERTEXSTATES_R.
Henri Verbeet [Fri, 2 Oct 2009 09:16:10 +0000 (11:16 +0200)]
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_VERTEXSTATE stateblocks.
Henri Verbeet [Fri, 2 Oct 2009 09:16:09 +0000 (11:16 +0200)]
wined3d: Add a separate function to initialize the saved states for WINED3DSBT_VERTEXSTATE.
Paul Vriens [Fri, 2 Oct 2009 09:09:31 +0000 (11:09 +0200)]
secur32/tests: Skip some tests on WinMe to avoid a crash.
Paul Vriens [Fri, 2 Oct 2009 08:49:41 +0000 (10:49 +0200)]
setupapi/tests: Don't crash on WinMe.
Paul Vriens [Fri, 2 Oct 2009 07:56:09 +0000 (09:56 +0200)]
msi/tests: Skip some tests on Win9x/WinMe.
Paul Vriens [Fri, 2 Oct 2009 07:21:44 +0000 (09:21 +0200)]
comctl32/tests: Fix some test failures.
Marcus Meissner [Fri, 2 Oct 2009 08:00:45 +0000 (10:00 +0200)]
mapi32: Fixed uninitialized variable (Coverity).
Jeff Zaroyko [Fri, 2 Oct 2009 02:51:49 +0000 (12:51 +1000)]
imm32: dwIndex flags are mutually exclusive.
Nikolay Sivov [Thu, 1 Oct 2009 19:02:56 +0000 (23:02 +0400)]
comctl32/monthcal: Fix parameter validation in MCM_SETMAXSELCOUNT handler.
Nikolay Sivov [Thu, 1 Oct 2009 18:49:02 +0000 (22:49 +0400)]
comctl32/monthcal: Changing MCS_MULTISELECT isn't allowed after creation, set default value properly.
Nikolay Sivov [Thu, 1 Oct 2009 18:12:21 +0000 (22:12 +0400)]
comctl32/monthcal: Move MCN_SELCHANGE/MCN_SELECT notifications to helpers.
Nikolay Sivov [Thu, 1 Oct 2009 17:59:49 +0000 (21:59 +0400)]
comctl32/monthcal: No need to redraw if month didn't change after popup menu.
Nikolay Sivov [Thu, 1 Oct 2009 17:52:16 +0000 (21:52 +0400)]
comctl32/monthcal: Don't request locale data when it isn't needed.
Nikolay Sivov [Thu, 1 Oct 2009 17:35:44 +0000 (21:35 +0400)]
comctl32/datetime: Use SDK defined class name instead of another local constant.
Joel Holdsworth [Wed, 15 Jul 2009 21:17:48 +0000 (22:17 +0100)]
gdi32: Added tests for StretchDIBits.
Joel Holdsworth [Wed, 15 Jul 2009 21:16:31 +0000 (22:16 +0100)]
gdi32: Added tests for StretchBlt.
Michael Stefaniuc [Thu, 1 Oct 2009 20:26:17 +0000 (22:26 +0200)]
comctl32/tests: Silence some Win64 compile warnings.
"warning: cast to pointer from integer of different size"
Michael Stefaniuc [Thu, 1 Oct 2009 20:26:40 +0000 (22:26 +0200)]
mapi32: Use 0 instead of (wrongly) casting NULL to an integer.
Michael Stefaniuc [Thu, 1 Oct 2009 20:26:06 +0000 (22:26 +0200)]
winhttp: 'http1_1' is already defined in the private header.
André Hentschel [Thu, 1 Oct 2009 17:54:24 +0000 (19:54 +0200)]
jscript: Update German Translation.
Alexandre Julliard [Thu, 1 Oct 2009 17:45:07 +0000 (19:45 +0200)]
setupapi: Make setupx.dll into a stand-alone 16-bit module.
Alexandre Julliard [Thu, 1 Oct 2009 17:44:43 +0000 (19:44 +0200)]
setupapi: Duplicate the string substitution code to implement GenFormStrWithoutPlaceHolders16.
Alexandre Julliard [Thu, 1 Oct 2009 17:44:17 +0000 (19:44 +0200)]
wineps.drv: Make wineps16.drv into a stand-alone 16-bit module.
Owen Rudge [Thu, 1 Oct 2009 13:11:31 +0000 (14:11 +0100)]
mapi32: Add attachment support to sendmail_extended_mapi.
Owen Rudge [Thu, 1 Oct 2009 13:11:13 +0000 (14:11 +0100)]
include: Add IAttach interface to mapidefs.h.
Owen Rudge [Thu, 1 Oct 2009 13:11:10 +0000 (14:11 +0100)]
mapi32: Create new message and show editor window.
Owen Rudge [Thu, 1 Oct 2009 13:11:07 +0000 (14:11 +0100)]
mapi32: Open the Drafts folder in preparation for creating a message.
Owen Rudge [Thu, 1 Oct 2009 13:11:03 +0000 (14:11 +0100)]
include: Add definitions for IMAPIContainer, IMAPIFolder, IMessage.
Owen Rudge [Thu, 1 Oct 2009 13:11:00 +0000 (14:11 +0100)]
include: Add IMsgStore definition.
Owen Rudge [Thu, 1 Oct 2009 13:10:57 +0000 (14:10 +0100)]
mapi32: Log on via Extended MAPI and get the default message store.
Owen Rudge [Thu, 1 Oct 2009 13:10:54 +0000 (14:10 +0100)]
include: Add MAPI_USE_DEFAULT and MDB_NO_DIALOG definitions to mapidefs.h.
Owen Rudge [Thu, 1 Oct 2009 13:10:50 +0000 (14:10 +0100)]
mapi32: Add stub of Extended MAPI wrapper for MAPISendMail.
Aric Stewart [Wed, 30 Sep 2009 17:56:23 +0000 (12:56 -0500)]
advapi32: Fill the PLSA_REFERENCED_DOMAIN_LIST parameters for LsaLookupNames2 and LsaLookupSids.
Rico Schüller [Thu, 1 Oct 2009 09:56:01 +0000 (11:56 +0200)]
d3d10: Remove double declared variable in parse_fx10_variable().
Rico Schüller [Thu, 1 Oct 2009 09:55:50 +0000 (11:55 +0200)]
d3d10: Implement ID3D10EffectVariable::GetMemberBySemantic().
Rico Schüller [Thu, 1 Oct 2009 09:55:33 +0000 (11:55 +0200)]
d3d10: Implement ID3D10EffectVariable::GetMemberByName().
Rico Schüller [Thu, 1 Oct 2009 09:55:29 +0000 (11:55 +0200)]
d3d10: Implement ID3D10EffectVariable::GetMemberByIndex().
Rico Schüller [Thu, 1 Oct 2009 09:55:16 +0000 (11:55 +0200)]
d3d10: Implement ID3D10EffectType::GetMemberTypeBySemantic().
Rico Schüller [Thu, 1 Oct 2009 09:54:51 +0000 (11:54 +0200)]
d3d10: Implement ID3D10EffectType::GetMemberTypeByName().
Rico Schüller [Thu, 1 Oct 2009 09:54:33 +0000 (11:54 +0200)]
d3d10: Implement ID3D10EffectType::GetMemberTypeByIndex().
Rico Schüller [Thu, 1 Oct 2009 09:53:57 +0000 (11:53 +0200)]
d3d10: Add null_type.
Rico Schüller [Thu, 1 Oct 2009 09:53:53 +0000 (11:53 +0200)]
d3d10: Improve ID3D10EffectType::GetMemberName().
Rico Schüller [Thu, 1 Oct 2009 09:53:34 +0000 (11:53 +0200)]
d3d10: Implement ID3D10EffectType::GetMemberSemantic().
Juan Lang [Wed, 30 Sep 2009 16:02:49 +0000 (09:02 -0700)]
wininet: Protect OpenSSL initialization with critical section.
Juan Lang [Tue, 29 Sep 2009 18:05:11 +0000 (11:05 -0700)]
wininet: Move initialization of SSL_CTX to library initialization time.
Alexandre Julliard [Thu, 1 Oct 2009 11:58:24 +0000 (13:58 +0200)]
version: Simplify the resource loading since we always load the same type and id now.
Alexandre Julliard [Thu, 1 Oct 2009 11:57:08 +0000 (13:57 +0200)]
version: Make ver.dll into a stand-alone 16-bit module.
Alexandre Julliard [Thu, 1 Oct 2009 11:56:13 +0000 (13:56 +0200)]
version: Moved GetFileResourceSize16/GetFileResource16 to ver16.c.
Alexandre Julliard [Thu, 1 Oct 2009 11:54:58 +0000 (13:54 +0200)]
version: Use the find_resource function instead of the 16-bit entry points to load 16-bit resources.
Alexandre Julliard [Thu, 1 Oct 2009 11:53:42 +0000 (13:53 +0200)]
version: Abstract resource finding into a common function.
Frédéric Delanoy [Wed, 30 Sep 2009 17:18:40 +0000 (19:18 +0200)]
jscript: Update French translation.
Chris Robinson [Wed, 30 Sep 2009 15:37:54 +0000 (08:37 -0700)]
openal32: Watch for the generic device names, and map them to the default.
Owen Rudge [Wed, 30 Sep 2009 15:41:23 +0000 (16:41 +0100)]
comctl32: Implement highlighting (marquee) selection support in listview.
Owen Rudge [Wed, 30 Sep 2009 15:09:25 +0000 (16:09 +0100)]
mapi32: Pass DllGetClassObject through to Extended MAPI provider.
Austin English [Wed, 30 Sep 2009 18:11:20 +0000 (13:11 -0500)]
dwmapi: Add a stub for DwmGetGraphicsStreamClient.
Roderick Colenbrander [Sat, 26 Sep 2009 12:52:46 +0000 (14:52 +0200)]
winex11: Add support for 16-bit/32-bit DIB sections.
Stefan Dösinger [Thu, 10 Sep 2009 21:23:37 +0000 (23:23 +0200)]
wined3d: Fix a contradicting comment.
The test was adopted from the ddraw test, where GetPrivateData does not
addref. The test code was adjusted, the comment apparently not.
Stefan Dösinger [Tue, 29 Sep 2009 15:43:44 +0000 (17:43 +0200)]
wined3d: Fix an error string.
Hans Leidekker [Thu, 1 Oct 2009 09:53:20 +0000 (11:53 +0200)]
msi: Schedule a rename operation when the file to overwrite is in use.
Henri Verbeet [Thu, 1 Oct 2009 09:36:10 +0000 (11:36 +0200)]
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_PIXELSTATE stateblocks.