Christian Costa
|
64a88a2d83
|
d3dx9_36: Make variables static in xfile tests.
|
2013-01-18 13:28:56 +01:00 |
Christian Costa
|
45e43dc5d0
|
d3dx9_36: Implement ID3DXFileDataImpl_Lock and ID3DXFileDataImpl_Unlock + tests.
|
2013-01-18 13:28:55 +01:00 |
Christian Costa
|
8aa700e7ba
|
d3dx9_36: Initialize properly object in CreateEnumObject.
|
2013-01-18 13:28:55 +01:00 |
Christian Costa
|
d727596a5b
|
winealsa.drv: Fix F0 and F7 byte insertion + memory leak and remove LP stuff in modLongData.
|
2013-01-18 13:28:54 +01:00 |
Nikolay Sivov
|
61b4673827
|
xmllite: Initial support for start tag parsing.
|
2013-01-18 13:28:38 +01:00 |
Nikolay Sivov
|
53e25cb4f6
|
qmgr: Remove separate release helpers.
|
2013-01-18 13:28:26 +01:00 |
Nikolay Sivov
|
d4edda8c46
|
qmgr: COM cleanup for IBackgroundCopyFile interface.
|
2013-01-18 12:20:25 +01:00 |
Nikolay Sivov
|
a7449dbf59
|
qmgr: COM cleanup of IBackgroundCopyJob2 interface.
|
2013-01-17 20:29:02 +01:00 |
Aric Stewart
|
62b4f31d6d
|
usp10: Implement GPOS Cursive Attachment Positioning Subtable.
|
2013-01-17 20:28:48 +01:00 |
Hans Leidekker
|
f4597120b1
|
wmiutils: Implement IWbemPath::SetNamespaceAt.
|
2013-01-17 16:41:03 +01:00 |
Hans Leidekker
|
9548eb79ad
|
wmiutils: Implement IWbemPath::RemoveNamespaceAt.
|
2013-01-17 16:41:00 +01:00 |
Hans Leidekker
|
5391929491
|
wmiutils: Implement IWbemPath::RemoveAllNamespaces.
|
2013-01-17 16:40:56 +01:00 |
Hans Leidekker
|
af84c4c7a9
|
wmiutils: Implement IWbemPath::GetNamespaceAt.
|
2013-01-17 16:40:52 +01:00 |
Hans Leidekker
|
ae6468c9a9
|
wmiutils: Implement IWbemPath::SetClassName.
|
2013-01-17 16:40:48 +01:00 |
Jacek Caban
|
23ae6e4ec4
|
mshtml: Treat doctype nodes as comment nodes.
|
2013-01-17 16:40:26 +01:00 |
Jacek Caban
|
292e2359bb
|
mshtml: Added support for DOCUMENT_TYPE_NODE in nsnode_to_nsstring_rec.
|
2013-01-17 16:40:21 +01:00 |
Alexandre Julliard
|
77af9035d8
|
winex11: Fallback to the standard cursor font when XCursor is missing.
|
2013-01-17 15:33:09 +01:00 |
Alexandre Julliard
|
ae0ae4b9ba
|
winex11: Check the bpp instead of the depth in the R8G8B8 format test.
|
2013-01-17 14:36:51 +01:00 |
Henri Verbeet
|
6c7cce55a7
|
wined3d: Get rid of the "opengl" field in struct wined3d_adapter.
|
2013-01-17 12:22:05 +01:00 |
Henri Verbeet
|
1249976eb6
|
wined3d: Get rid of the surface_type parameter to wined3d_check_device_format().
|
2013-01-17 12:22:01 +01:00 |
Henri Verbeet
|
ce912d5149
|
wined3d: Get rid of the surface_type parameter to wined3d_surface_create().
|
2013-01-17 12:21:55 +01:00 |
Henri Verbeet
|
8e7590e22f
|
ddraw: Avoid LPD3DSTATUS.
|
2013-01-17 12:21:44 +01:00 |
Damjan Jovanovic
|
4bb45afc3f
|
quartz: return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.
|
2013-01-17 12:21:40 +01:00 |
Damjan Jovanovic
|
8337959c78
|
Return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.
|
2013-01-17 12:21:36 +01:00 |
Damjan Jovanovic
|
4bdfa7f864
|
winegstreamer: return the IMemAllocator so the BaseOutputPin can store it and use it, avoiding a NULL pointer crash.
|
2013-01-17 12:21:31 +01:00 |
Detlef Riekenberg
|
3e162934d1
|
ntdll/tests: Fix SYSTEM_CACHE_INFORMATION failures.
|
2013-01-17 12:18:54 +01:00 |
Rico Schüller
|
2fb6dcb3f2
|
d3dx9/tests: Use D3DXFloat16To32Array() instead of a custom function.
|
2013-01-17 12:16:13 +01:00 |
Andrew Talbot
|
33c3a75655
|
explorerframe: Avoid signed-unsigned integer comparisons.
|
2013-01-17 12:16:04 +01:00 |
Andrew Talbot
|
c46636b1cf
|
fusion: Avoid signed-unsigned integer comparisons.
|
2013-01-17 12:15:53 +01:00 |
Andrew Talbot
|
d2d288b13a
|
gdi.exe16: Avoid signed-unsigned integer comparisons.
|
2013-01-17 12:15:42 +01:00 |
Piotr Caban
|
b0bf061235
|
msvcp70: Remove forwards to msvcp80.
|
2013-01-17 12:11:12 +01:00 |
Piotr Caban
|
3e97454837
|
msvcp90: Added std::arg(complex) implementation.
|
2013-01-16 20:27:46 +01:00 |
Piotr Caban
|
383bbb87f6
|
msvcp90: Added basic complex numbers tests.
|
2013-01-16 20:27:44 +01:00 |
Piotr Caban
|
733b2c3b27
|
msvcp90: Added operators working on complex numbers.
|
2013-01-16 20:27:40 +01:00 |
Piotr Caban
|
a51d65da77
|
msvcp90: Added complex<{float, double, long double}> constructors implementation.
|
2013-01-16 20:27:37 +01:00 |
Stefan Dösinger
|
a8469a458f
|
ddraw/tests: Add basic tests for DrawIndexedPrimitiveStrided.
|
2013-01-16 20:27:19 +01:00 |
Stefan Dösinger
|
ce31e40f24
|
d3d8/tests: Create a plain DS surface in test_reset_resources.
|
2013-01-16 20:27:13 +01:00 |
Stefan Dösinger
|
ab36ab7d11
|
d3d9/tests: Create a plain DS surface in test_reset_resources.
r200 does not support depth textures.
|
2013-01-16 20:27:09 +01:00 |
Jacek Caban
|
59881c142e
|
atl100: Added stubs for AtlAxDialogBox[AW].
|
2013-01-16 20:26:59 +01:00 |
Jacek Caban
|
bce6ee2b84
|
mshtml: Remove duplicated property entries in preprocess_dispex_data.
|
2013-01-16 20:26:50 +01:00 |
Eric Pouech
|
d1ccbceb4d
|
Various background processes must be launched detached from current console (if any).
|
2013-01-16 14:02:55 +01:00 |
André Hentschel
|
ce8640cbef
|
dbghelp: Add ARM64 support.
|
2013-01-16 12:53:16 +01:00 |
André Hentschel
|
1b440629a6
|
kernel32/tests: Add ARM64 support.
|
2013-01-16 12:52:26 +01:00 |
André Hentschel
|
855be0bb55
|
ntdll: Add ARM64 cpu info.
|
2013-01-16 12:52:15 +01:00 |
André Hentschel
|
da9fbef953
|
ntdll: Add ARM64 signal handling.
|
2013-01-16 12:51:50 +01:00 |
André Hentschel
|
d11e72f925
|
server: Add ARM64 support.
|
2013-01-16 12:49:20 +01:00 |
Hans Leidekker
|
77ae1d0fb7
|
wmiutils: Implement IWbemPath::SetServer.
|
2013-01-16 12:23:29 +01:00 |
Hans Leidekker
|
bbb29e9d4c
|
advapi32: Improve the stub for CreateRestrictedToken.
|
2013-01-16 12:23:25 +01:00 |
Dmitry Timoshkov
|
0d0f05e523
|
gdiplus: Avoid not necessary memory allocation in GdipCreateBitmapFromHICON.
|
2013-01-16 12:23:19 +01:00 |
Henri Verbeet
|
31e8976910
|
wined3d: Get rid of the surface_type parameter to wined3d_swapchain_create().
|
2013-01-16 12:22:57 +01:00 |