wine
15 years agoversion: Abstract resource finding into a common function.
Alexandre Julliard [Thu, 1 Oct 2009 11:53:42 +0000 (13:53 +0200)] 
version: Abstract resource finding into a common function.

15 years agojscript: Update French translation.
Frédéric Delanoy [Wed, 30 Sep 2009 17:18:40 +0000 (19:18 +0200)] 
jscript: Update French translation.

15 years agoopenal32: Watch for the generic device names, and map them to the default.
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.

15 years agocomctl32: Implement highlighting (marquee) selection support in listview.
Owen Rudge [Wed, 30 Sep 2009 15:41:23 +0000 (16:41 +0100)] 
comctl32: Implement highlighting (marquee) selection support in listview.

15 years agomapi32: Pass DllGetClassObject through to Extended MAPI provider.
Owen Rudge [Wed, 30 Sep 2009 15:09:25 +0000 (16:09 +0100)] 
mapi32: Pass DllGetClassObject through to Extended MAPI provider.

15 years agodwmapi: Add a stub for DwmGetGraphicsStreamClient.
Austin English [Wed, 30 Sep 2009 18:11:20 +0000 (13:11 -0500)] 
dwmapi: Add a stub for DwmGetGraphicsStreamClient.

15 years agowinex11: Add support for 16-bit/32-bit DIB sections.
Roderick Colenbrander [Sat, 26 Sep 2009 12:52:46 +0000 (14:52 +0200)] 
winex11: Add support for 16-bit/32-bit DIB sections.

15 years agowined3d: Fix a contradicting comment.
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.

15 years agowined3d: Fix an error string.
Stefan Dösinger [Tue, 29 Sep 2009 15:43:44 +0000 (17:43 +0200)] 
wined3d: Fix an error string.

15 years agomsi: Schedule a rename operation when the file to overwrite is in use.
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.

15 years agowined3d: Use stateblock_init_contained_states() for WINED3DSBT_PIXELSTATE stateblocks.
Henri Verbeet [Thu, 1 Oct 2009 09:36:10 +0000 (11:36 +0200)] 
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_PIXELSTATE stateblocks.

15 years agowined3d: Add a separate function to initialize the saved states for WINED3DSBT_PIXELS...
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.

15 years agowined3d: Use stateblock_init_contained_states() for WINED3DSBT_ALL stateblocks.
Henri Verbeet [Thu, 1 Oct 2009 09:36:08 +0000 (11:36 +0200)] 
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_ALL stateblocks.

15 years agowined3d: Simplify stateblock_savedstates_set().
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.

15 years agowined3d: Get rid of stateblock_savedstates_copy().
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.

15 years agocomctl32/datetime: Always store a recalculated day of week instead of a value passed...
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).

15 years agocomctl32/datetime: Some DTM_SETSYSTEMTIME tests.
Nikolay Sivov [Wed, 30 Sep 2009 23:00:26 +0000 (03:00 +0400)] 
comctl32/datetime: Some DTM_SETSYSTEMTIME tests.

15 years agocomctl32/datetime: Separate tests from each other.
Nikolay Sivov [Wed, 30 Sep 2009 22:35:16 +0000 (02:35 +0400)] 
comctl32/datetime: Separate tests from each other.

15 years agoserver: A signed 1-bit bitfield doesn't make much sense; use unsigned.
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.

15 years agomshtml: Added QueryCustomPolicy implementation.
Jacek Caban [Wed, 30 Sep 2009 22:01:17 +0000 (00:01 +0200)] 
mshtml: Added QueryCustomPolicy implementation.

15 years agourlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY.
Jacek Caban [Wed, 30 Sep 2009 22:00:53 +0000 (00:00 +0200)] 
urlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY.

15 years agourlmon: Improve QueryCustomPolicy stub.
Jacek Caban [Wed, 30 Sep 2009 22:00:33 +0000 (00:00 +0200)] 
urlmon: Improve QueryCustomPolicy stub.

15 years agomshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.
Jacek Caban [Wed, 30 Sep 2009 22:05:36 +0000 (00:05 +0200)] 
mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.

15 years agourlmon: Correctly handle pPolicy and pContext arguments in ProcessUrlAction.
Jacek Caban [Wed, 30 Sep 2009 21:59:47 +0000 (23:59 +0200)] 
urlmon: Correctly handle pPolicy and pContext arguments in ProcessUrlAction.

15 years agomshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetH...
Jacek Caban [Wed, 30 Sep 2009 21:59:28 +0000 (23:59 +0200)] 
mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager.

15 years agoserver: A thread's affinity is restricted to the process affinity.
Juan Lang [Wed, 30 Sep 2009 20:49:12 +0000 (13:49 -0700)] 
server: A thread's affinity is restricted to the process affinity.

15 years agokernel32: Set time between interrupts in GetSystemTimeAdjustment.
Juan Lang [Wed, 30 Sep 2009 20:09:31 +0000 (13:09 -0700)] 
kernel32: Set time between interrupts in GetSystemTimeAdjustment.

15 years agouser32/tests: Don't crash on Win9x/WinMe/NT4.
Paul Vriens [Wed, 30 Sep 2009 19:00:33 +0000 (21:00 +0200)] 
user32/tests: Don't crash on Win9x/WinMe/NT4.

15 years agowinex11: Remove BITBLT_InternalStretchBlt now that it's identical to X11DRV_StretchBlt.
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.

15 years agowinex11: Move the DIB locking and the client-side optimizations into BITBLT_InternalS...
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.

15 years agowinex11: Move X11DRV_ClientSideDIBCopy to avoid forward declarations.
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.

15 years agogdi32: Fall back to StretchBlt if the driver doesn't export PatBlt or BitBlt.
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.

15 years agorichedit: Handle to parent window is cached.
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.

15 years agorichedit: Added test to show that handle to parent is cached.
Dylan Smith [Wed, 30 Sep 2009 14:46:32 +0000 (10:46 -0400)] 
richedit: Added test to show that handle to parent is cached.

15 years agofltlib: Add a stub dll.
Detlef Riekenberg [Wed, 30 Sep 2009 12:24:46 +0000 (14:24 +0200)] 
fltlib: Add a stub dll.

15 years agomsxml3: Get rid of node internal IUnknown.
Jacek Caban [Wed, 30 Sep 2009 13:36:38 +0000 (15:36 +0200)] 
msxml3: Get rid of node internal IUnknown.

15 years agomsxml3: Store xmlnode pointer in dom_pi.
Jacek Caban [Wed, 30 Sep 2009 13:35:51 +0000 (15:35 +0200)] 
msxml3: Store xmlnode pointer in dom_pi.

15 years agomsxml3: Store xmlnode pointer in entityref.
Jacek Caban [Wed, 30 Sep 2009 13:35:29 +0000 (15:35 +0200)] 
msxml3: Store xmlnode pointer in entityref.

15 years agomsxml3: Store xmlnode pointer in domfrag.
Jacek Caban [Wed, 30 Sep 2009 13:35:11 +0000 (15:35 +0200)] 
msxml3: Store xmlnode pointer in domfrag.

15 years agomsxml3: Store xmlnode pointer in domcomment.
Jacek Caban [Wed, 30 Sep 2009 13:34:45 +0000 (15:34 +0200)] 
msxml3: Store xmlnode pointer in domcomment.

15 years agomsxml3: Store xmlnode pointer in domcdata.
Jacek Caban [Wed, 30 Sep 2009 13:34:21 +0000 (15:34 +0200)] 
msxml3: Store xmlnode pointer in domcdata.

15 years agomsxml3: Store xmlnode pointer in domattr.
Jacek Caban [Wed, 30 Sep 2009 13:34:03 +0000 (15:34 +0200)] 
msxml3: Store xmlnode pointer in domattr.

15 years agomsxml3: Store pointer to node object in domtext.
Jacek Caban [Wed, 30 Sep 2009 13:33:35 +0000 (15:33 +0200)] 
msxml3: Store pointer to node object in domtext.

15 years agojscript: Added ActiveXObject tests.
Jacek Caban [Wed, 30 Sep 2009 12:35:28 +0000 (14:35 +0200)] 
jscript: Added ActiveXObject tests.

15 years agojscript: Added ActiveXObject constructor implementation.
Jacek Caban [Wed, 30 Sep 2009 12:34:47 +0000 (14:34 +0200)] 
jscript: Added ActiveXObject constructor implementation.

15 years agod3d10: Implement ID3D10EffectType::GetMemberName().
Rico Schüller [Wed, 30 Sep 2009 09:42:14 +0000 (11:42 +0200)] 
d3d10: Implement ID3D10EffectType::GetMemberName().

15 years agod3d10: Forward ID3D10EffectVariable functions from ID3D10EffectConstantBuffer to...
Rico Schüller [Wed, 30 Sep 2009 09:41:16 +0000 (11:41 +0200)] 
d3d10: Forward ID3D10EffectVariable functions from ID3D10EffectConstantBuffer to ID3D10EffectVariable.

15 years agod3d10: Make the constant buffer a variable.
Rico Schüller [Wed, 30 Sep 2009 09:40:38 +0000 (11:40 +0200)] 
d3d10: Make the constant buffer a variable.

15 years agod3d10: Parse constant buffer type.
Rico Schüller [Wed, 30 Sep 2009 09:39:56 +0000 (11:39 +0200)] 
d3d10: Parse constant buffer type.

15 years agod3d10: Add the D3D10_CBUFFER_TYPE enum.
Rico Schüller [Wed, 30 Sep 2009 09:39:27 +0000 (11:39 +0200)] 
d3d10: Add the D3D10_CBUFFER_TYPE enum.

15 years agod3d10: Rename ConstantBuffer's variable to member.
Rico Schüller [Wed, 30 Sep 2009 09:39:13 +0000 (11:39 +0200)] 
d3d10: Rename ConstantBuffer's variable to member.

15 years agouser32: Add exception handling for timer callbacks.
Peter Dons Tychsen [Tue, 29 Sep 2009 23:39:25 +0000 (01:39 +0200)] 
user32: Add exception handling for timer callbacks.

15 years agosti.h: Define the IStilImageW interface.
Damjan Jovanovic [Wed, 30 Sep 2009 05:53:35 +0000 (07:53 +0200)] 
sti.h: Define the IStilImageW interface.

15 years agoserver: Use kernel support for thread affinity when available.
Juan Lang [Tue, 29 Sep 2009 16:17:30 +0000 (09:17 -0700)] 
server: Use kernel support for thread affinity when available.

15 years agoserver: Setting a process's affinity sets all of its threads' affinities too.
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.

15 years agontdll: Refactor test_NtQueryDirectoryFile to be table driven, check DIRECTORY attribute.
Dan Kegel [Tue, 29 Sep 2009 15:56:20 +0000 (08:56 -0700)] 
ntdll: Refactor test_NtQueryDirectoryFile to be table driven, check DIRECTORY attribute.

15 years agowined3d: Add a separate function for initializing the "contained_*" fields from the...
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.

15 years agowined3d: Get rid of stateblock_copy().
Henri Verbeet [Wed, 30 Sep 2009 08:49:12 +0000 (10:49 +0200)] 
wined3d: Get rid of stateblock_copy().

15 years agowined3d: Add a separate function for copying stateblock values.
Henri Verbeet [Wed, 30 Sep 2009 08:49:11 +0000 (10:49 +0200)] 
wined3d: Add a separate function for copying stateblock values.

15 years agowined3d: Make some internal stateblock function arguments const.
Henri Verbeet [Wed, 30 Sep 2009 08:49:10 +0000 (10:49 +0200)] 
wined3d: Make some internal stateblock function arguments const.

15 years agowined3d: Explicitly pass gl_info to stateblock_savedstates_set().
Henri Verbeet [Wed, 30 Sep 2009 08:49:09 +0000 (10:49 +0200)] 
wined3d: Explicitly pass gl_info to stateblock_savedstates_set().

15 years agowinspool: Use the backend for AddPortExW.
Detlef Riekenberg [Wed, 30 Sep 2009 07:57:11 +0000 (09:57 +0200)] 
winspool: Use the backend for AddPortExW.

15 years agolocalspl: Implement fpAddPortEx.
Detlef Riekenberg [Wed, 30 Sep 2009 07:55:39 +0000 (09:55 +0200)] 
localspl: Implement fpAddPortEx.

15 years agocomctl32/monthcal: Respect locale abbreviated day names when calculating control...
Nikolay Sivov [Tue, 29 Sep 2009 22:15:40 +0000 (02:15 +0400)] 
comctl32/monthcal: Respect locale abbreviated day names when calculating control dimensions.

15 years agocomctl32/datetime: If we already have a 4 digit year reset it on first char typed.
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.

15 years agocomctl32/monthcal: Move selection logic to LButton release handler, fix notifications...
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.

15 years agocomctl32/monthcal: Make prev/next month day a current selection on LButton release.
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.

15 years agocomctl32/monthcal: Fix hittesting for MCHT_CALENDARDATEPREV/MCHT_CALENDARDATENEXT...
Nikolay Sivov [Tue, 29 Sep 2009 19:30:49 +0000 (23:30 +0400)] 
comctl32/monthcal: Fix hittesting for MCHT_CALENDARDATEPREV/MCHT_CALENDARDATENEXT cases.

15 years agodwmapi: Add a stub for DwmGetTransportAttributes.
Austin English [Tue, 29 Sep 2009 19:59:26 +0000 (14:59 -0500)] 
dwmapi: Add a stub for DwmGetTransportAttributes.

15 years agowininet: Add test for response without headers, avoid crash.
Erik Inge Bolsø [Tue, 29 Sep 2009 19:50:12 +0000 (21:50 +0200)] 
wininet: Add test for response without headers, avoid crash.

15 years agontdll: Accept ProcessDebugObjectHandle in QueryInformationProcess.
Andrey Turkin [Tue, 29 Sep 2009 16:48:42 +0000 (20:48 +0400)] 
ntdll: Accept ProcessDebugObjectHandle in QueryInformationProcess.

15 years agoole32/tests: Guard ReleaseStgMedium with SUCCEEDED.
Jörg Höhle [Tue, 29 Sep 2009 15:49:20 +0000 (17:49 +0200)] 
ole32/tests: Guard ReleaseStgMedium with SUCCEEDED.

15 years agontdll/tests: Retrieve the number of processors through GetSystemInfo.
Alexandre Julliard [Tue, 29 Sep 2009 19:09:47 +0000 (21:09 +0200)] 
ntdll/tests: Retrieve the number of processors through GetSystemInfo.

15 years agocomdlg32: Fix icon drawing in the 3.1 file dialog.
Alexandre Julliard [Tue, 29 Sep 2009 18:59:55 +0000 (20:59 +0200)] 
comdlg32: Fix icon drawing in the 3.1 file dialog.

15 years agotoolhelp.dll16: Add ntdll import.
Alexandre Julliard [Tue, 29 Sep 2009 18:59:51 +0000 (20:59 +0200)] 
toolhelp.dll16: Add ntdll import.

15 years agosystem.drv16: Add ntdll import.
Alexandre Julliard [Tue, 29 Sep 2009 18:52:56 +0000 (20:52 +0200)] 
system.drv16: Add ntdll import.

15 years agoconfigure: Don't build wow32.dll when 16-bit support is disabled.
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.

15 years agows2_32: Make winsock.dll into a stand-alone 16-bit module.
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.

15 years agows2_32: Remove remaining 16-bit code from async.c and simplify the code.
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.

15 years agows2_32: Move the 16-bit async functions to socket16.c.
Alexandre Julliard [Tue, 29 Sep 2009 18:00:53 +0000 (20:00 +0200)] 
ws2_32: Move the 16-bit async functions to socket16.c.

15 years agows2_32: Move the getXXXbyYYY critical section to socket.c.
Alexandre Julliard [Tue, 29 Sep 2009 17:32:43 +0000 (19:32 +0200)] 
ws2_32: Move the getXXXbyYYY critical section to socket.c.

15 years agows2_32: Use the standard winsock functions to implement the async versions.
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.

15 years agows2_32: Define a specific structure for each query type.
Alexandre Julliard [Tue, 29 Sep 2009 17:30:05 +0000 (19:30 +0200)] 
ws2_32: Define a specific structure for each query type.

15 years agows2_32: Define a common header struct for async queries, and switch to 32-bit types.
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.

15 years agows2_32: Split the async function callback by type of query.
Alexandre Julliard [Tue, 29 Sep 2009 16:22:52 +0000 (18:22 +0200)] 
ws2_32: Split the async function callback by type of query.

15 years agomsi/tests: Remove trailing '\'.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:27 +0000 (15:55 +0200)] 
msi/tests: Remove trailing '\'.

15 years agowindowscodecs: Remove trailing '\'.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:42 +0000 (15:55 +0200)] 
windowscodecs: Remove trailing '\'.

15 years agodxdiagn: Remove duplicate include.
Michael Stefaniuc [Tue, 29 Sep 2009 13:55:21 +0000 (15:55 +0200)] 
dxdiagn: Remove duplicate include.

15 years agocomctl32/tests: Fix toolbar test on comctl32 version 4.72.
Ge van Geldorp [Mon, 28 Sep 2009 10:40:46 +0000 (12:40 +0200)] 
comctl32/tests: Fix toolbar test on comctl32 version 4.72.

15 years agoddraw: Set dwBackBufferCount=0 in CreateSurface for backbuffer.
Markus Stockhausen [Tue, 29 Sep 2009 13:50:47 +0000 (15:50 +0200)] 
ddraw: Set dwBackBufferCount=0 in CreateSurface for backbuffer.

15 years agomsi: Test installing over in-use files.
Hans Leidekker [Tue, 29 Sep 2009 12:57:42 +0000 (14:57 +0200)] 
msi: Test installing over in-use files.

15 years agomsi: Don't set the Installed property twice.
Hans Leidekker [Tue, 29 Sep 2009 12:57:06 +0000 (14:57 +0200)] 
msi: Don't set the Installed property twice.

15 years agomsi: Test the Installed property.
Hans Leidekker [Tue, 29 Sep 2009 12:56:26 +0000 (14:56 +0200)] 
msi: Test the Installed property.

15 years agomsi: Respect UI level in custom action type 19.
Hans Leidekker [Tue, 29 Sep 2009 12:55:58 +0000 (14:55 +0200)] 
msi: Respect UI level in custom action type 19.

15 years agoimm32/tests: Add another combination which should fail.
Jeff Zaroyko [Tue, 29 Sep 2009 11:33:04 +0000 (21:33 +1000)] 
imm32/tests: Add another combination which should fail.

15 years agoinclude: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.
Detlef Riekenberg [Tue, 29 Sep 2009 12:54:04 +0000 (14:54 +0200)] 
include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.

15 years agolocalui: Fix a memory leak.
Detlef Riekenberg [Tue, 29 Sep 2009 11:35:45 +0000 (13:35 +0200)] 
localui: Fix a memory leak.

15 years agowinspool: Use the backend for AddPortW.
Detlef Riekenberg [Tue, 29 Sep 2009 11:27:53 +0000 (13:27 +0200)] 
winspool: Use the backend for AddPortW.

15 years agolocalspl: Implement fpAddPort.
Detlef Riekenberg [Tue, 29 Sep 2009 11:25:07 +0000 (13:25 +0200)] 
localspl: Implement fpAddPort.

15 years agolocalspl: Fix type of a WCHAR buffer.
Detlef Riekenberg [Tue, 29 Sep 2009 11:21:00 +0000 (13:21 +0200)] 
localspl: Fix type of a WCHAR buffer.