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.
Henri Verbeet [Wed, 30 Sep 2009 08:49:12 +0000 (10:49 +0200)]
wined3d: Get rid of stateblock_copy().
Henri Verbeet [Wed, 30 Sep 2009 08:49:11 +0000 (10:49 +0200)]
wined3d: Add a separate function for copying stateblock values.
Henri Verbeet [Wed, 30 Sep 2009 08:49:10 +0000 (10:49 +0200)]
wined3d: Make some internal stateblock function arguments const.
Henri Verbeet [Wed, 30 Sep 2009 08:49:09 +0000 (10:49 +0200)]
wined3d: Explicitly pass gl_info to stateblock_savedstates_set().
Detlef Riekenberg [Wed, 30 Sep 2009 07:57:11 +0000 (09:57 +0200)]
winspool: Use the backend for AddPortExW.
Detlef Riekenberg [Wed, 30 Sep 2009 07:55:39 +0000 (09:55 +0200)]
localspl: Implement fpAddPortEx.
Nikolay Sivov [Tue, 29 Sep 2009 22:15:40 +0000 (02:15 +0400)]
comctl32/monthcal: Respect locale abbreviated day names when calculating control dimensions.
Nikolay Sivov [Tue, 29 Sep 2009 21:56:49 +0000 (01:56 +0400)]
comctl32/datetime: If we already have a 4 digit year reset it on first char typed.
Nikolay Sivov [Tue, 29 Sep 2009 20:22:51 +0000 (00:22 +0400)]
comctl32/monthcal: Move selection logic to LButton release handler, fix notifications order.
Nikolay Sivov [Tue, 29 Sep 2009 19:49:08 +0000 (23:49 +0400)]
comctl32/monthcal: Make prev/next month day a current selection on LButton release.
Nikolay Sivov [Tue, 29 Sep 2009 19:30:49 +0000 (23:30 +0400)]
comctl32/monthcal: Fix hittesting for MCHT_CALENDARDATEPREV/MCHT_CALENDARDATENEXT cases.
Austin English [Tue, 29 Sep 2009 19:59:26 +0000 (14:59 -0500)]
dwmapi: Add a stub for DwmGetTransportAttributes.
Erik Inge Bolsø [Tue, 29 Sep 2009 19:50:12 +0000 (21:50 +0200)]
wininet: Add test for response without headers, avoid crash.
Andrey Turkin [Tue, 29 Sep 2009 16:48:42 +0000 (20:48 +0400)]
ntdll: Accept ProcessDebugObjectHandle in QueryInformationProcess.
Jörg Höhle [Tue, 29 Sep 2009 15:49:20 +0000 (17:49 +0200)]
ole32/tests: Guard ReleaseStgMedium with SUCCEEDED.
Alexandre Julliard [Tue, 29 Sep 2009 19:09:47 +0000 (21:09 +0200)]
ntdll/tests: Retrieve the number of processors through GetSystemInfo.
Alexandre Julliard [Tue, 29 Sep 2009 18:59:55 +0000 (20:59 +0200)]
comdlg32: Fix icon drawing in the 3.1 file dialog.
Alexandre Julliard [Tue, 29 Sep 2009 18:59:51 +0000 (20:59 +0200)]
toolhelp.dll16: Add ntdll import.
Alexandre Julliard [Tue, 29 Sep 2009 18:52:56 +0000 (20:52 +0200)]
system.drv16: Add ntdll import.
Alexandre Julliard [Tue, 29 Sep 2009 18:13:58 +0000 (20:13 +0200)]
configure: Don't build wow32.dll when 16-bit support is disabled.
Alexandre Julliard [Tue, 29 Sep 2009 18:05:26 +0000 (20:05 +0200)]
ws2_32: Make winsock.dll into a stand-alone 16-bit module.
Alexandre Julliard [Tue, 29 Sep 2009 18:03:36 +0000 (20:03 +0200)]
ws2_32: Remove remaining 16-bit code from async.c and simplify the code.
Alexandre Julliard [Tue, 29 Sep 2009 18:00:53 +0000 (20:00 +0200)]
ws2_32: Move the 16-bit async functions to socket16.c.
Alexandre Julliard [Tue, 29 Sep 2009 17:32:43 +0000 (19:32 +0200)]
ws2_32: Move the getXXXbyYYY critical section to socket.c.
Alexandre Julliard [Tue, 29 Sep 2009 17:32:27 +0000 (19:32 +0200)]
ws2_32: Use the standard winsock functions to implement the async versions.
Alexandre Julliard [Tue, 29 Sep 2009 17:30:05 +0000 (19:30 +0200)]
ws2_32: Define a specific structure for each query type.
Alexandre Julliard [Tue, 29 Sep 2009 16:25:05 +0000 (18:25 +0200)]
ws2_32: Define a common header struct for async queries, and switch to 32-bit types.
Alexandre Julliard [Tue, 29 Sep 2009 16:22:52 +0000 (18:22 +0200)]
ws2_32: Split the async function callback by type of query.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:27 +0000 (15:55 +0200)]
msi/tests: Remove trailing '\'.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:42 +0000 (15:55 +0200)]
windowscodecs: Remove trailing '\'.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:21 +0000 (15:55 +0200)]
dxdiagn: Remove duplicate include.
Ge van Geldorp [Mon, 28 Sep 2009 10:40:46 +0000 (12:40 +0200)]
comctl32/tests: Fix toolbar test on comctl32 version 4.72.
Markus Stockhausen [Tue, 29 Sep 2009 13:50:47 +0000 (15:50 +0200)]
ddraw: Set dwBackBufferCount=0 in CreateSurface for backbuffer.
Hans Leidekker [Tue, 29 Sep 2009 12:57:42 +0000 (14:57 +0200)]
msi: Test installing over in-use files.
Hans Leidekker [Tue, 29 Sep 2009 12:57:06 +0000 (14:57 +0200)]
msi: Don't set the Installed property twice.
Hans Leidekker [Tue, 29 Sep 2009 12:56:26 +0000 (14:56 +0200)]
msi: Test the Installed property.
Hans Leidekker [Tue, 29 Sep 2009 12:55:58 +0000 (14:55 +0200)]
msi: Respect UI level in custom action type 19.
Jeff Zaroyko [Tue, 29 Sep 2009 11:33:04 +0000 (21:33 +1000)]
imm32/tests: Add another combination which should fail.
Detlef Riekenberg [Tue, 29 Sep 2009 12:54:04 +0000 (14:54 +0200)]
include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.
Detlef Riekenberg [Tue, 29 Sep 2009 11:35:45 +0000 (13:35 +0200)]
localui: Fix a memory leak.
Detlef Riekenberg [Tue, 29 Sep 2009 11:27:53 +0000 (13:27 +0200)]
winspool: Use the backend for AddPortW.
Detlef Riekenberg [Tue, 29 Sep 2009 11:25:07 +0000 (13:25 +0200)]
localspl: Implement fpAddPort.
Detlef Riekenberg [Tue, 29 Sep 2009 11:21:00 +0000 (13:21 +0200)]
localspl: Fix type of a WCHAR buffer.