47778 Commits

Author SHA1 Message Date
Michael Karcher
8da833494d winex11: Fix GetDIBits of 1 bit DDBs.
1 bpp DDBs seem to always carry an implicit palette of black and white,
regardless of what the DC says. Based on a patch from Eric Pouech.
2008-07-01 14:59:14 +02:00
Michael Karcher
fd8746b43c gdi32: Fix palette of 1bpp DIB in GetDIBits.
Windows always generates a black/white palette for 1 bit DIBs
generated from DDBs. Copying from the current palette only takes place
for color DDBs (not explicitly mentioned in MSDN), and only if depth
equal (MSDN states it, explicitly).
2008-07-01 14:58:54 +02:00
Michael Karcher
3f64708818 gdi32: Fix double->fixpoint conversion in freetype.c. 2008-07-01 14:58:41 +02:00
Dylan Smith
2a139746cc richedit: Added missing DestroyWindow in a test. 2008-07-01 13:47:03 +02:00
Francois Gouget
a49beb4c5c winex11: Load the XVidMode extension (libXxf86vm) when available. 2008-07-01 13:46:12 +02:00
James Hawkins
ce823a8e47 wininet: Fix a failing test in win2k. 2008-07-01 13:45:38 +02:00
James Hawkins
13451c3b2a user32: Fix a few failing tests in win2k. 2008-07-01 13:45:38 +02:00
James Hawkins
824d631cf3 shell32: Fix a test that fails in win2k. 2008-07-01 13:45:38 +02:00
James Hawkins
c0e89107c5 setupapi: Fix a test that is failing in multiple platforms. 2008-07-01 13:45:38 +02:00
James Hawkins
d5158cc35d mshtml: Fix a test failure in win2k. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
9778faee0b quartz: Improve variant handling in FilterMapper_EnumMatchingFilters.
Adds VariantClear and removes unnecessary variant type assignment that may cause 
heap corruption.
2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
bff9f1114a quartz/tests: Add test for IFilterMapper_RegisterFilter. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
10b593b2e7 quartz: Fix string buffer overflow. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
e49eb1d60e devenum: Register legacy am filters in CreateClassEnumerator. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
de70686f17 devenum: Move locating category key to function, use it ParseDisplayName. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
cd5fa7dedb quartz: Improve removal of registry data in Filtermapper unregister methods. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
f9e2914ed6 quartz: Fix registry key creation. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
d6df899603 quartz: Fix calculating wide string size. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
d19ad8f072 quartz/tests: Add test for EnumMatchingFilters. 2008-07-01 13:45:38 +02:00
Alexander Dorofeyev
dcc9032ed0 Revert "quartz: Only enumerate renderers if bRender is set in filtermapper.".
This reverts commit b157969d49bd81d23b542b19d55a8c1f8bd004d8.
2008-07-01 13:45:38 +02:00
Nikolay Sivov
58901f10f5 gdiplus: GdipGetPathGradientWrapMode implementation. 2008-07-01 13:45:37 +02:00
Nikolay Sivov
5863eabdfa gdiplus: GdipGetPathLastPoint implementation. 2008-07-01 13:45:37 +02:00
Juan Lang
c40c08b3d3 richedit: Only send update events in 1.0 emulation mode if the event mask specifies it.
Fixes a crash in native cryptui.dll when viewing certificate properties.
2008-07-01 13:45:37 +02:00
Alistair Leslie-Hughes
641d6aa5c2 gdi32: Stop crash in font tests. 2008-07-01 13:45:37 +02:00
Zac Brown
8f3ae2011c ntdll: Implement checking for control characters in RtlIsTextUnicode. 2008-07-01 12:38:34 +02:00
Rob Shearman
456326281d rpcrt4: Add a comment in NdrSendReceive explaining why we change the BufferLength. 2008-07-01 12:26:37 +02:00
Rob Shearman
c94a142eb1 include: Add uuids to interfaces in sensevts.idl. 2008-07-01 12:26:32 +02:00
Rob Shearman
be8e13fc03 include: Add uuids to interfaces in amvideo.idl. 2008-07-01 12:26:29 +02:00
Rob Shearman
c94799f9e2 include: Add uuid to interfaces in pstore.idl. 2008-07-01 12:26:26 +02:00
Rob Shearman
501da4fa2a oleaut32: Dump symbolic names for VT_LPSTR and VT_LPWSTR in dump_TypeDesc. 2008-07-01 12:26:22 +02:00
Rob Shearman
a2c1bdf1f8 oleaut32: Load string constants correctly from SLTG typelibs. 2008-07-01 12:26:17 +02:00
Rob Shearman
45989a1ff1 oleaut32: Implement the 0x08 flag in SLTG_DoVars.
It means that the data is stored directly in pItem->byte_offs instead
of the byte offset pointed to by it.
2008-07-01 12:26:11 +02:00
H. Verbeet
d76de4eede wined3d: Specify the GLSL language version our shaders are written to.
This prevents some driver warnings when using language features from
1.20, like "first class arrays".
2008-07-01 12:26:05 +02:00
H. Verbeet
d5cbb8375e wined3d: Use ModifyLocation() to force a reload on color key change.
Just unsetting SFLAG_INTEXTURE doesn't work for FBOs because the
drawable and texture are the same there (and ModifyLocation() is the
correct way to do this anyway). Fixes another ddraw test failure with
FBO ORM.
2008-07-01 12:25:54 +02:00
Alexandre Julliard
e213ac9aca widl: Add some support for unencapsulated unions that need a conformance descriptor. 2008-07-01 12:25:44 +02:00
Jacek Caban
4171385cd9 mshtml: Silence common invalid FIXME. 2008-07-01 12:23:37 +02:00
Jacek Caban
4fdbdaf0b9 mshtml: Ignore fdexNameImplicit flag. 2008-07-01 12:23:32 +02:00
Jacek Caban
9157c6d68a mshtml: Return NULL in window object's GetNameSpaceParent. 2008-07-01 12:23:26 +02:00
Jacek Caban
45eba140e6 mshtml: Added IHTMLStyle::[get|put]_width implementation. 2008-07-01 12:23:21 +02:00
Jacek Caban
4690d6d572 mshtml: Added IHTMLImgElement::[get|put]_alt implementation. 2008-07-01 12:23:14 +02:00
Jacek Caban
fe863e0326 mshtml: Silence common invalid QueryInterface FIXME. 2008-07-01 12:23:08 +02:00
Jacek Caban
af3d19fa04 mshtml: DispatchEx's QueryInterface implementation clean up. 2008-07-01 12:23:03 +02:00
Jacek Caban
19be7d620d mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag. 2008-07-01 12:22:57 +02:00
Jacek Caban
f58b963f4b mshtml: Added IHTMLWindow2::get_self implementation. 2008-07-01 12:22:52 +02:00
Jacek Caban
ebb4a9b197 mshtml: Added IHTMLWindow::get_window implementation. 2008-07-01 12:22:45 +02:00
Hwang YunSong(황윤성)
c41d74167e winecfg: Updated Korean resource. 2008-07-01 12:22:38 +02:00
Huw Davies
e2f9b8c274 gdiplus: Add some region tests. 2008-07-01 11:23:15 +02:00
Huw Davies
0ea97b5ff1 gdiplus: Add stubs for a few region functions. 2008-07-01 11:23:03 +02:00
Vladimir Pankratov
92642828d6 taskmgr: Changed about form to standard shell32. 2008-07-01 11:22:58 +02:00
Jon Griffiths
cc85e2410b oleaut32: Implement ICreateTypeLib2_SetHelpContext. 2008-07-01 11:21:52 +02:00