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.
Henri Verbeet [Thu, 1 Oct 2009 09:36:09 +0000 (11:36 +0200)]
wined3d: Add a separate function to initialize the saved states for WINED3DSBT_PIXELSTATE.
Henri Verbeet [Thu, 1 Oct 2009 09:36:08 +0000 (11:36 +0200)]
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_ALL stateblocks.
Henri Verbeet [Thu, 1 Oct 2009 09:36:07 +0000 (11:36 +0200)]
wined3d: Simplify stateblock_savedstates_set().
We only need to handle the case where "value" is TRUE, since the stateblock
data will be filled with zeroes by default.
Henri Verbeet [Thu, 1 Oct 2009 09:36:06 +0000 (11:36 +0200)]
wined3d: Get rid of stateblock_savedstates_copy().
This is redundant because we call stateblock_savedstates_set() further down.
Nikolay Sivov [Wed, 30 Sep 2009 23:11:00 +0000 (03:11 +0400)]
comctl32/datetime: Always store a recalculated day of week instead of a value passed in (DTM_SETSYSTEMTIME).
Nikolay Sivov [Wed, 30 Sep 2009 23:00:26 +0000 (03:00 +0400)]
comctl32/datetime: Some DTM_SETSYSTEMTIME tests.
Nikolay Sivov [Wed, 30 Sep 2009 22:35:16 +0000 (02:35 +0400)]
comctl32/datetime: Separate tests from each other.
Michael Stefaniuc [Wed, 30 Sep 2009 22:22:55 +0000 (00:22 +0200)]
server: A signed 1-bit bitfield doesn't make much sense; use unsigned.
Jacek Caban [Wed, 30 Sep 2009 22:01:17 +0000 (00:01 +0200)]
mshtml: Added QueryCustomPolicy implementation.
Jacek Caban [Wed, 30 Sep 2009 22:00:53 +0000 (00:00 +0200)]
urlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY.
Jacek Caban [Wed, 30 Sep 2009 22:00:33 +0000 (00:00 +0200)]
urlmon: Improve QueryCustomPolicy stub.
Jacek Caban [Wed, 30 Sep 2009 22:05:36 +0000 (00:05 +0200)]
mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.
Jacek Caban [Wed, 30 Sep 2009 21:59:47 +0000 (23:59 +0200)]
urlmon: Correctly handle pPolicy and pContext arguments in ProcessUrlAction.
Jacek Caban [Wed, 30 Sep 2009 21:59:28 +0000 (23:59 +0200)]
mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager.
Juan Lang [Wed, 30 Sep 2009 20:49:12 +0000 (13:49 -0700)]
server: A thread's affinity is restricted to the process affinity.
Juan Lang [Wed, 30 Sep 2009 20:09:31 +0000 (13:09 -0700)]
kernel32: Set time between interrupts in GetSystemTimeAdjustment.
Paul Vriens [Wed, 30 Sep 2009 19:00:33 +0000 (21:00 +0200)]
user32/tests: Don't crash on Win9x/WinMe/NT4.
Alexandre Julliard [Wed, 30 Sep 2009 18:56:56 +0000 (20:56 +0200)]
winex11: Remove BITBLT_InternalStretchBlt now that it's identical to X11DRV_StretchBlt.
Alexandre Julliard [Wed, 30 Sep 2009 18:39:51 +0000 (20:39 +0200)]
winex11: Move the DIB locking and the client-side optimizations into BITBLT_InternalStretchBlt.
This way they also apply to the non-stretching StretchBlt case.
Alexandre Julliard [Wed, 30 Sep 2009 18:35:28 +0000 (20:35 +0200)]
winex11: Move X11DRV_ClientSideDIBCopy to avoid forward declarations.
Change the name to reflect that it's a purely internal function.
Alexandre Julliard [Wed, 30 Sep 2009 18:55:26 +0000 (20:55 +0200)]
gdi32: Fall back to StretchBlt if the driver doesn't export PatBlt or BitBlt.
Dylan Smith [Wed, 30 Sep 2009 14:46:37 +0000 (10:46 -0400)]
richedit: Handle to parent window is cached.
The parent window for the richedit control on creation is the one that
receives notify messages, even after the parent has been changed using
SetParent.
Dylan Smith [Wed, 30 Sep 2009 14:46:32 +0000 (10:46 -0400)]
richedit: Added test to show that handle to parent is cached.
Detlef Riekenberg [Wed, 30 Sep 2009 12:24:46 +0000 (14:24 +0200)]
fltlib: Add a stub dll.
Jacek Caban [Wed, 30 Sep 2009 13:36:38 +0000 (15:36 +0200)]
msxml3: Get rid of node internal IUnknown.
Jacek Caban [Wed, 30 Sep 2009 13:35:51 +0000 (15:35 +0200)]
msxml3: Store xmlnode pointer in dom_pi.
Jacek Caban [Wed, 30 Sep 2009 13:35:29 +0000 (15:35 +0200)]
msxml3: Store xmlnode pointer in entityref.
Jacek Caban [Wed, 30 Sep 2009 13:35:11 +0000 (15:35 +0200)]
msxml3: Store xmlnode pointer in domfrag.
Jacek Caban [Wed, 30 Sep 2009 13:34:45 +0000 (15:34 +0200)]
msxml3: Store xmlnode pointer in domcomment.
Jacek Caban [Wed, 30 Sep 2009 13:34:21 +0000 (15:34 +0200)]
msxml3: Store xmlnode pointer in domcdata.
Jacek Caban [Wed, 30 Sep 2009 13:34:03 +0000 (15:34 +0200)]
msxml3: Store xmlnode pointer in domattr.
Jacek Caban [Wed, 30 Sep 2009 13:33:35 +0000 (15:33 +0200)]
msxml3: Store pointer to node object in domtext.
Jacek Caban [Wed, 30 Sep 2009 12:35:28 +0000 (14:35 +0200)]
jscript: Added ActiveXObject tests.
Jacek Caban [Wed, 30 Sep 2009 12:34:47 +0000 (14:34 +0200)]
jscript: Added ActiveXObject constructor implementation.
Rico Schüller [Wed, 30 Sep 2009 09:42:14 +0000 (11:42 +0200)]
d3d10: Implement ID3D10EffectType::GetMemberName().
Rico Schüller [Wed, 30 Sep 2009 09:41:16 +0000 (11:41 +0200)]
d3d10: Forward ID3D10EffectVariable functions from ID3D10EffectConstantBuffer to ID3D10EffectVariable.
Rico Schüller [Wed, 30 Sep 2009 09:40:38 +0000 (11:40 +0200)]
d3d10: Make the constant buffer a variable.
Rico Schüller [Wed, 30 Sep 2009 09:39:56 +0000 (11:39 +0200)]
d3d10: Parse constant buffer type.
Rico Schüller [Wed, 30 Sep 2009 09:39:27 +0000 (11:39 +0200)]
d3d10: Add the D3D10_CBUFFER_TYPE enum.
Rico Schüller [Wed, 30 Sep 2009 09:39:13 +0000 (11:39 +0200)]
d3d10: Rename ConstantBuffer's variable to member.
Peter Dons Tychsen [Tue, 29 Sep 2009 23:39:25 +0000 (01:39 +0200)]
user32: Add exception handling for timer callbacks.
Damjan Jovanovic [Wed, 30 Sep 2009 05:53:35 +0000 (07:53 +0200)]
sti.h: Define the IStilImageW interface.
Juan Lang [Tue, 29 Sep 2009 16:17:30 +0000 (09:17 -0700)]
server: Use kernel support for thread affinity when available.
Juan Lang [Tue, 29 Sep 2009 16:15:02 +0000 (09:15 -0700)]
server: Setting a process's affinity sets all of its threads' affinities too.
Dan Kegel [Tue, 29 Sep 2009 15:56:20 +0000 (08:56 -0700)]
ntdll: Refactor test_NtQueryDirectoryFile to be table driven, check DIRECTORY attribute.
Henri Verbeet [Wed, 30 Sep 2009 08:49:13 +0000 (10:49 +0200)]
wined3d: Add a separate function for initializing the "contained_*" fields from the "changed" field.