Alexandre Julliard
|
9ac7f20514
|
user32/tests: Skip tests instead of crashing if global hook cannot be set.
|
2008-03-03 17:51:42 +01:00 |
Paul Vriens
|
bfc290f6d0
|
advapi32/tests: Skip not available functions.
|
2008-03-03 15:38:57 +01:00 |
Alexandre Julliard
|
c52d921f34
|
kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
Based on a patch by Dmitry Timoshkov.
|
2008-03-03 15:25:50 +01:00 |
Alexandre Julliard
|
c72b9b2820
|
dlls: Move installation rules for 16-bit placeholders to the top-level makefile.
|
2008-03-03 15:18:57 +01:00 |
Jacek Caban
|
df294844a4
|
mshtml: Added IHTMLScriptElement stub implementation.
|
2008-03-03 12:27:50 +01:00 |
Nathan Beckmann
|
484abd472e
|
gdiplus: Implement GdipLoadImageFromFile.
|
2008-03-03 12:20:29 +01:00 |
Nathan Beckmann
|
3d802924cb
|
gdiplus: Add tests for GdipCreateBitmapFromFile.
|
2008-03-03 12:20:15 +01:00 |
Nathan Beckmann
|
f49c7bb450
|
gdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
|
2008-03-03 12:19:59 +01:00 |
Francois Gouget
|
dcb8dd3ce3
|
winmm/tests: Don't use 0x55 to avoid any confusion when running with +heap.
|
2008-03-03 12:07:02 +01:00 |
Francois Gouget
|
29ef0b90ee
|
Assorted spelling, punctuation and case fixes.
|
2008-03-03 12:04:48 +01:00 |
Francois Gouget
|
89bdd639df
|
wininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and skip some tests.
|
2008-03-03 12:04:10 +01:00 |
Francois Gouget
|
dd50ac4e15
|
wintrust/tests: Crypt(En,De)codeObjectEx() are not available on Win9x. So load them dynamically and skip some tests.
|
2008-03-03 12:04:04 +01:00 |
Francois Gouget
|
a764731983
|
gdiplus/tests: Add the trailing '\n' to a couple of ok() calls.
|
2008-03-03 12:03:58 +01:00 |
Francois Gouget
|
e637e83ec4
|
gdi32/tests: Add the trailing '\n' to a couple of ok() calls.
|
2008-03-03 12:03:52 +01:00 |
Roderick Colenbrander
|
2e0d35aa2f
|
wined3d: Add D32F_LOCKABLE to getDepthStencilBits.
|
2008-03-03 12:00:39 +01:00 |
Jacek Caban
|
ca39a55e88
|
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
|
2008-03-03 12:00:32 +01:00 |
Jacek Caban
|
352b4212a1
|
wininet: Move FTP structs and functions declarations from internet.h.
|
2008-03-03 12:00:27 +01:00 |
Jacek Caban
|
3b4ca69e18
|
wininet: Move InternetReadFile to vtbl.
|
2008-03-03 12:00:20 +01:00 |
Jacek Caban
|
9a5c046129
|
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.
|
2008-03-03 12:00:06 +01:00 |
Jacek Caban
|
d3682dd33f
|
wininet: Fixed some tests.
|
2008-03-03 12:00:00 +01:00 |
Marcus Meissner
|
088a33729a
|
shlwapi: Handle buffer overflow on A->W converter.
|
2008-03-03 11:59:11 +01:00 |
Stefan Dösinger
|
dd997c1de6
|
wined3d: Catch NOP palette changes.
|
2008-03-03 11:59:05 +01:00 |
Stefan Dösinger
|
aedb8873c0
|
d3d9: Fix an ok line.
|
2008-03-03 11:58:19 +01:00 |
Stefan Dösinger
|
32be503c62
|
wined3d: Give occlusion queries their own vtable.
|
2008-03-03 11:58:10 +01:00 |
Stefan Dösinger
|
071d4afb2b
|
wined3d: Subclass queries.
|
2008-03-03 11:57:59 +01:00 |
Alistair Leslie-Hughes
|
6dee6819b2
|
msxml3: Implement IXMLDOMProcessingInstruction_get_nodeName.
|
2008-03-03 11:57:49 +01:00 |
Alistair Leslie-Hughes
|
56da338e5c
|
msxml3: Implmented IXMLDOMCDATASection_get_data.
|
2008-03-03 11:57:42 +01:00 |
Alistair Leslie-Hughes
|
c43b0706a3
|
msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
|
2008-03-03 11:57:28 +01:00 |
Alistair Leslie-Hughes
|
f9c5856c8c
|
msxml3: Implement IXMLDOMText_appendData.
|
2008-03-03 11:57:20 +01:00 |
Alexandre Julliard
|
9238ccca48
|
winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
|
2008-03-01 13:30:58 +01:00 |
Alexandre Julliard
|
254c17f841
|
ntdll: Only grab the loader lock once we actually call external functions.
|
2008-03-01 13:30:34 +01:00 |
Maarten Lankhorst
|
1032ba6dc3
|
kernel32: Fix GetVolumeInformation for fat32 partitions.
|
2008-03-01 12:32:27 +01:00 |
Jon Yang
|
29bc9ba14e
|
gdiplus: Implemented GdipDrawImageRectRectI.
|
2008-03-01 12:21:19 +01:00 |
James Hawkins
|
0c3ecefbc3
|
msi: Include query.h to pull in the definition of STREAMS_CreateView.
|
2008-03-01 12:18:54 +01:00 |
James Hawkins
|
6febb8fda8
|
msi: Remove a pointless wrapper of RegCreateKey.
|
2008-03-01 12:18:43 +01:00 |
James Hawkins
|
4439e0b57d
|
msi: Make local functions static.
|
2008-03-01 12:18:40 +01:00 |
James Hawkins
|
617eb48d5b
|
msi: Implement the UILevel property of the Installer object.
|
2008-03-01 12:18:24 +01:00 |
James Hawkins
|
724c8da734
|
msi: Don't bail out if the row to modify is not found as not all modify commands need the row.
|
2008-03-01 12:17:31 +01:00 |
James Hawkins
|
e4c1227ec9
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:17 +01:00 |
James Hawkins
|
7b56757cf6
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:13 +01:00 |
James Hawkins
|
c29c740de0
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:10 +01:00 |
James Hawkins
|
c2a627c6e8
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:07 +01:00 |
James Hawkins
|
26ad93947b
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:04:09 +01:00 |
James Hawkins
|
eedfacdfe7
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:04:03 +01:00 |
James Hawkins
|
00394486df
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:03:59 +01:00 |
Maarten Lankhorst
|
109943cc4c
|
cfgmgr32: Forward some more functions to setupapi.
|
2008-03-01 12:03:47 +01:00 |
Maarten Lankhorst
|
ba8642639a
|
setupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent.
|
2008-03-01 12:03:44 +01:00 |
Andrew Talbot
|
f6cbd9a045
|
itss: Assign to structs instead of using memcpy.
|
2008-03-01 12:02:34 +01:00 |
Andrew Talbot
|
5e8253aaf9
|
gdiplus: Assign to structs instead of using memcpy.
|
2008-03-01 12:02:26 +01:00 |
Andrew Talbot
|
da0a48d235
|
dinput: Assign to structs instead of using memcpy.
|
2008-03-01 12:02:19 +01:00 |