Alexander Dorofeyev
dcc9032ed0
Revert "quartz: Only enumerate renderers if bRender is set in filtermapper.".
...
This reverts commit b157969d49
.
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
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
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
Jon Griffiths
cc85e2410b
oleaut32: Implement ICreateTypeLib2_SetHelpContext.
2008-07-01 11:21:52 +02:00
James Hawkins
02391eb854
fusion: Add tests for IAssemblyCache::QueryAssemblyInfo.
2008-07-01 11:08:03 +02:00
James Hawkins
6ffc9d72b2
fusion: Add tests for IAssemblyName.
2008-07-01 11:07:49 +02:00
James Hawkins
7b1dde9d20
fusion: Add initial implementation of IAssemblyName.
2008-07-01 11:07:13 +02:00
James Hawkins
9ac630e058
urlmon: Fix a few test failures.
2008-07-01 11:06:43 +02:00
Michael Karcher
0ed076ab5c
crypt32: Remove duplicate MS test root key.
2008-06-30 15:11:12 +02:00
Michael Karcher
c235656aeb
crypt32: ComparePublicKeyInfo must ignore the leading zero.
2008-06-30 15:11:04 +02:00
Alexandre Julliard
d350998cec
ntdll: Don't bother to check the file name against the mask if stat() succeeded.
2008-06-30 15:10:50 +02:00
Alexandre Julliard
d45677788e
ntdll: Only recompose Unicode on Mac OS when using utf-8.
2008-06-30 15:10:25 +02:00
Jon Griffiths
a185208680
oleaut32: Null doc string params return E_INVALIDARG.
2008-06-30 15:10:01 +02:00
Jon Griffiths
04912d26b9
oleaut32: ICreateTypeLib2_SetLcid sets both LCID's.
2008-06-30 15:09:33 +02:00
Jon Griffiths
72607b89a7
oleaut32: Use users default LCID for type libraries.
2008-06-30 15:09:27 +02:00
Hans Leidekker
96b89623af
shlwapi: Add a couple of tests for UrlUnescape.
2008-06-30 15:09:20 +02:00
Hans Leidekker
c9969780bc
msi: Correct spec file entry for MsiGetFileVersion{A, W}.
2008-06-30 15:09:12 +02:00
Hans Leidekker
bdf311f91f
wininet: Only reconnect when redirected to an external site.
2008-06-30 15:08:47 +02:00
Hans Leidekker
fdc82adfcc
wininet: Allocate buffers in InternetCrackUrlA.
2008-06-30 15:08:33 +02:00
Hans Leidekker
c35a0428f6
wininet: Don't assume URL is null-terminated in InternetCrackUrlW.
2008-06-30 15:08:07 +02:00
Hans Leidekker
c3ecb7244b
wininet: More win64 compatibility fixes.
2008-06-30 15:07:47 +02:00
Hans Leidekker
01e21366cb
wininet: Avoid a crash on an invalid handle in InternetQueryOption.
2008-06-30 15:07:36 +02:00
Hans Leidekker
f1dc1bb070
wininet: Add a test for InternetCanonicalizeUrl.
2008-06-30 15:07:29 +02:00
James Hawkins
6796c880fa
gdi32: Fix a failing test in win95.
2008-06-30 15:07:20 +02:00
James Hawkins
b829b665ea
comctl32: Fix two failing tests in win9x.
2008-06-30 15:07:16 +02:00
James Hawkins
02c3bb7637
comctl32: Clean up and fix a few failing tests in win9x.
2008-06-30 15:07:05 +02:00
James Hawkins
10a1b94875
advpack: Fix several test failures in win9x.
2008-06-30 15:06:53 +02:00
James Hawkins
8cfb50e57e
advpack: Run the install test in a temporary directory.
2008-06-30 15:06:49 +02:00
James Hawkins
315e8ce312
advpack: Run the files test in a temporary directory.
2008-06-30 15:05:52 +02:00
James Hawkins
63ac79f4d5
kernel32: Don't test for HARDDISK and RAMDISK on win9x.
2008-06-30 15:05:40 +02:00
James Hawkins
03d23bd43d
kernel32: Fix a few test failures in win9x.
2008-06-30 15:05:32 +02:00
James Hawkins
ac5885ef41
kernel32: Fix a few test failures in win9x.
2008-06-30 15:05:19 +02:00
James Hawkins
3361f0c4fd
kernel32: Fix a test failure in win9x.
2008-06-30 15:05:13 +02:00
Detlef Riekenberg
5cdde8d796
spoolss: Add a stub for IsLocalCall.
2008-06-30 15:03:28 +02:00
Detlef Riekenberg
70415dc8a9
spoolss: Add a stub for WaitForSpoolerInitialization.
2008-06-30 15:03:06 +02:00
Adam Petaccia
e663816d45
gdiplus: Improve accuracy in calculating point sizes.
2008-06-30 15:00:37 +02:00
Nikolay Sivov
db9172471b
gdiplus: Fix uninitialized value jump and a leak in GdipAddPathPolygon test.
2008-06-30 15:00:21 +02:00
Zachary Brown
927335ef15
winhttp: Build an import library.
2008-06-30 14:59:59 +02:00
Mikołaj Zalewski
9c030d4660
shlwapi: UrlCanonicalize should strip all the characters <= 32 from the end of the string.
2008-06-30 13:26:40 +02:00
Mikołaj Zalewski
225086547c
shell32: RunFileDlg: use the parameters.
...
Implements the customizations that are required by the parameters. The
icon and one flag are still not implemented.
2008-06-30 13:24:05 +02:00
Mikołaj Zalewski
0e2b5c7605
shell32: RunFileDlg: move strings to resources.
2008-06-30 13:23:38 +02:00
Mikołaj Zalewski
adc72977f7
shell32: RunFileDlg: make the error messages easier to understand for the user.
2008-06-30 13:23:13 +02:00
Mikołaj Zalewski
ebb41a64ab
shell32: RunFileDlg: allow the user to cancel the Browse dialog, remove some unneeded parameters.
2008-06-30 13:22:48 +02:00
Mikołaj Zalewski
13866e81f7
shell32: RunFileDlg: use symbolic constants for control IDs and use correct hInstance when creating it.
2008-06-30 13:22:30 +02:00
Mikołaj Zalewski
032423760d
shell32: RunFileDlg: the function should be Unicode on NT.
2008-06-30 13:21:32 +02:00
Alexandre Julliard
8e5f281276
ntdll: Add some sanity checks for invalid relocation blocks.
2008-06-30 12:51:35 +02:00
Alexandre Julliard
aa68258b7a
Fix a few %ll printf formats.
2008-06-30 12:50:07 +02:00
James Hawkins
0cf9bd9c40
lz32: Fix a test failure in win9x.
2008-06-30 12:49:09 +02:00
James Hawkins
e71e3efe77
ole32: Fix a test failure in win9x.
2008-06-30 12:47:57 +02:00
James Hawkins
b9b25c73e0
advapi32: Fix a test failure on a non-admin XP system.
2008-06-30 12:47:52 +02:00
James Hawkins
192dbae550
oleaut32: Trace the failing VarCmp result.
2008-06-30 12:47:47 +02:00
James Hawkins
e95bb17b4a
comctl32: Remove an assumption that causes test failures if default icon spacing is not 43x43.
2008-06-30 12:47:42 +02:00
H. Verbeet
8d6dc9daa7
wined3d: Move setting a palette up a couple of lines in BltOverride().
...
This prevents a few failures in the ddraw tests when using FBOs due to
using P8 surfaces without a palette set.
2008-06-30 12:47:34 +02:00
H. Verbeet
469e791f00
wined3d: Invert "upsidedown" in fb_copy_to_texture_direct() and fb_copy_to_texture_hwstretch() rather than BltOverride().
...
This inversion is specific to the blit implementation being used,
stretch_rect_fbo() doesn't need it.
2008-06-30 12:47:25 +02:00
Juan Lang
60bb8bd808
cryptdlg: Implement DllRegisterServer/DllUnregisterServer.
2008-06-30 12:46:36 +02:00
Juan Lang
35ce6318f5
cryptdlg: Include cryptdlg.h.
2008-06-30 12:46:22 +02:00
Juan Lang
4b45b24d9d
inetmib1: Free memory when DLL is unloaded.
2008-06-30 12:37:46 +02:00
Juan Lang
3646816247
inetmib1: Don't prefer the native version, it doesn't do much anyway.
2008-06-30 12:37:42 +02:00
Juan Lang
8f66c13e35
inetmib1: Support the MIB2 UDP table.
2008-06-30 12:37:37 +02:00
Juan Lang
cf3d35cf15
inetmib1: Make table searching function into a generic helper.
2008-06-30 12:37:32 +02:00
Gerald Pfeifer
3e57f56fd2
iphlpapi: Include <netinet/in_systm.h> if present.
2008-06-30 12:13:26 +02:00
Jacek Caban
876153976b
mshtml: Added IHTMLWindow2::clearInterval implementation.
2008-06-30 12:12:09 +02:00
Jacek Caban
8d3aa6799c
mshtml: Added IHTMLWindow2::clearTimeout implementation.
2008-06-30 12:12:04 +02:00
Jacek Caban
74f29f1087
mshtml: Added IHTMLWindow3::setInterval implementation.
2008-06-30 12:11:58 +02:00
Jacek Caban
0d56f1058f
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
2008-06-30 12:11:52 +02:00
Jacek Caban
44223acceb
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
...
Resend without test depending on JScript.
2008-06-30 12:11:46 +02:00
Jacek Caban
6971db7ee3
oleaut32: Added test showing need to QueryInterface on dual interface in ITypeInfo::Invoke.
2008-06-30 12:11:40 +02:00
Mikołaj Zalewski
659542aafc
browseui: progressdlg: don't leak the event.
2008-06-30 12:10:52 +02:00
Dylan Smith
1bec9bb440
richedit: Calculate tab positions relative to end of selection bar.
2008-06-30 12:10:18 +02:00
Dylan Smith
66f948c010
richedit: Clicking below end of text now selects closest character.
...
Before the end of the text was selected when clicking below the end of
the text, rather than using the x position to find the appropriate
character on the last row that is closest to the pixel position.
2008-06-30 12:10:02 +02:00
Huw Davies
3e90d918db
gdiplus: Fix a typo in the parameter validation check.
2008-06-30 12:09:52 +02:00
Alexandre Julliard
dfb308a6b1
configure: Fix the netinet header checks for Mac OS and Solaris.
2008-06-27 14:06:47 +02:00
Dmitry Timoshkov
3a934e7323
user32: Add a test for focus behaviour on minimize/restore.
2008-06-27 12:32:18 +02:00
Przemysław Białek
864384e75d
gdiplus: Implementation of function GdipDrawEllipse.
2008-06-27 12:32:14 +02:00
Kai Blin
ce81d843c6
netapi32: Don't test NetUserChangePassword for now.
2008-06-27 12:31:57 +02:00
Kai Blin
ac7511b9fa
netapi32: Remove double free test from apibuf tests.
2008-06-27 12:26:11 +02:00
Alistair Leslie-Hughes
1fc1bb654d
msxml3: Added support for creating DOMFreeThreadedDocument.
2008-06-27 11:40:17 +02:00
Zac Brown
7a42aba9da
shell32: Add stub implementation for SHGetIconOverlayIndex[AW].
2008-06-27 11:32:10 +02:00