Stefan Dösinger
c749debec6
wined3d: Fix an error string.
2009-10-01 12:10:35 +02:00
Hans Leidekker
9c8b83ce01
msi: Schedule a rename operation when the file to overwrite is in use.
2009-10-01 12:04:02 +02:00
Henri Verbeet
93c949eba5
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_PIXELSTATE stateblocks.
2009-10-01 12:03:55 +02:00
Henri Verbeet
5a01619d31
wined3d: Add a separate function to initialize the saved states for WINED3DSBT_PIXELSTATE.
2009-10-01 12:03:49 +02:00
Henri Verbeet
841afe485e
wined3d: Use stateblock_init_contained_states() for WINED3DSBT_ALL stateblocks.
2009-10-01 12:03:34 +02:00
Henri Verbeet
c5029f83ec
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.
2009-10-01 12:03:28 +02:00
Henri Verbeet
75fe879c76
wined3d: Get rid of stateblock_savedstates_copy().
...
This is redundant because we call stateblock_savedstates_set() further down.
2009-10-01 12:03:21 +02:00
Nikolay Sivov
9557376138
comctl32/datetime: Always store a recalculated day of week instead of a value passed in (DTM_SETSYSTEMTIME).
2009-10-01 11:35:06 +02:00
Nikolay Sivov
99ded940e1
comctl32/datetime: Some DTM_SETSYSTEMTIME tests.
2009-10-01 11:34:58 +02:00
Nikolay Sivov
aae85b4d68
comctl32/datetime: Separate tests from each other.
2009-10-01 11:34:49 +02:00
Michael Stefaniuc
0eed4405de
server: A signed 1-bit bitfield doesn't make much sense; use unsigned.
2009-10-01 11:34:42 +02:00
Jacek Caban
81079eb221
mshtml: Added QueryCustomPolicy implementation.
2009-10-01 11:34:36 +02:00
Jacek Caban
3b92a3f3a3
urlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY.
2009-10-01 11:34:29 +02:00
Jacek Caban
e41d6eb94d
urlmon: Improve QueryCustomPolicy stub.
2009-10-01 11:34:22 +02:00
Jacek Caban
a5923a6eea
mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.
2009-10-01 11:34:15 +02:00
Jacek Caban
7f11de8682
urlmon: Correctly handle pPolicy and pContext arguments in ProcessUrlAction.
2009-10-01 11:33:51 +02:00
Jacek Caban
b6dff3f733
mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager.
2009-10-01 11:33:41 +02:00
Juan Lang
bfb4578356
server: A thread's affinity is restricted to the process affinity.
2009-10-01 11:33:33 +02:00
Juan Lang
6614323807
kernel32: Set time between interrupts in GetSystemTimeAdjustment.
2009-10-01 11:33:27 +02:00
Paul Vriens
fda70b97f4
user32/tests: Don't crash on Win9x/WinMe/NT4.
2009-10-01 11:33:21 +02:00
Alexandre Julliard
89c91ac0b1
winex11: Remove BITBLT_InternalStretchBlt now that it's identical to X11DRV_StretchBlt.
2009-09-30 20:56:56 +02:00
Alexandre Julliard
77b9b8a307
winex11: Move the DIB locking and the client-side optimizations into BITBLT_InternalStretchBlt.
...
This way they also apply to the non-stretching StretchBlt case.
2009-09-30 20:56:36 +02:00
Alexandre Julliard
7bc4b074fc
winex11: Move X11DRV_ClientSideDIBCopy to avoid forward declarations.
...
Change the name to reflect that it's a purely internal function.
2009-09-30 20:56:35 +02:00
Alexandre Julliard
ab15d13290
gdi32: Fall back to StretchBlt if the driver doesn't export PatBlt or BitBlt.
2009-09-30 20:55:26 +02:00
Dylan Smith
3fe20bdc7e
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.
2009-09-30 17:41:06 +02:00
Dylan Smith
992381b36e
richedit: Added test to show that handle to parent is cached.
2009-09-30 17:40:59 +02:00
Detlef Riekenberg
eb8b165785
fltlib: Add a stub dll.
2009-09-30 17:38:32 +02:00
Jacek Caban
83e912743c
msxml3: Get rid of node internal IUnknown.
2009-09-30 16:36:55 +02:00
Jacek Caban
4ca6e39f64
msxml3: Store xmlnode pointer in dom_pi.
2009-09-30 16:31:54 +02:00
Jacek Caban
2ed8402597
msxml3: Store xmlnode pointer in entityref.
2009-09-30 16:31:48 +02:00
Jacek Caban
8513db208d
msxml3: Store xmlnode pointer in domfrag.
2009-09-30 16:31:41 +02:00
Jacek Caban
3d16dc095f
msxml3: Store xmlnode pointer in domcomment.
2009-09-30 16:31:34 +02:00
Jacek Caban
bd407680c6
msxml3: Store xmlnode pointer in domcdata.
2009-09-30 16:31:26 +02:00
Jacek Caban
f78f5a6110
msxml3: Store xmlnode pointer in domattr.
2009-09-30 16:31:12 +02:00
Jacek Caban
321a8e2268
msxml3: Store pointer to node object in domtext.
2009-09-30 16:30:57 +02:00
Jacek Caban
40160adf29
jscript: Added ActiveXObject tests.
2009-09-30 16:28:36 +02:00
Jacek Caban
6d4533a8f8
jscript: Added ActiveXObject constructor implementation.
2009-09-30 16:28:17 +02:00
Rico Schüller
90fadf84d9
d3d10: Implement ID3D10EffectType::GetMemberName().
2009-09-30 15:43:04 +02:00
Rico Schüller
3eb2d779e4
d3d10: Forward ID3D10EffectVariable functions from ID3D10EffectConstantBuffer to ID3D10EffectVariable.
2009-09-30 15:42:50 +02:00
Rico Schüller
df9e1013d5
d3d10: Make the constant buffer a variable.
2009-09-30 15:42:34 +02:00
Rico Schüller
10a4516e50
d3d10: Parse constant buffer type.
2009-09-30 15:42:22 +02:00
Rico Schüller
390cc62e01
d3d10: Add the D3D10_CBUFFER_TYPE enum.
2009-09-30 15:42:08 +02:00
Rico Schüller
835dedc964
d3d10: Rename ConstantBuffer's variable to member.
2009-09-30 15:42:04 +02:00
Peter Dons Tychsen
f20f411925
user32: Add exception handling for timer callbacks.
2009-09-30 14:34:32 +02:00
Damjan Jovanovic
9196e2ed21
sti.h: Define the IStilImageW interface.
2009-09-30 14:34:32 +02:00
Juan Lang
474b2e4bfb
server: Use kernel support for thread affinity when available.
2009-09-30 14:34:32 +02:00
Juan Lang
24036fe13a
server: Setting a process's affinity sets all of its threads' affinities too.
2009-09-30 14:34:32 +02:00
Dan Kegel
ceb8577bab
ntdll: Refactor test_NtQueryDirectoryFile to be table driven, check DIRECTORY attribute.
2009-09-30 14:34:29 +02:00
Henri Verbeet
be0b7355fc
wined3d: Add a separate function for initializing the "contained_*" fields from the "changed" field.
2009-09-30 14:31:59 +02:00
Henri Verbeet
5f3425b89b
wined3d: Get rid of stateblock_copy().
2009-09-30 14:31:59 +02:00