Alexandre Julliard
|
9aa0e35ecc
|
cabinet: Call FCI function pointers explicitly instead of hiding them inside macros.
|
2011-02-04 11:27:37 +01:00 |
Alexandre Julliard
|
e30b19f115
|
cabinet: Replace the fci_set_error macro by a proper function.
|
2011-02-04 11:20:12 +01:00 |
Alexandre Julliard
|
09fbe972d8
|
cabinet: Use constants instead of hard-coded numbers for file open flags.
|
2011-02-03 20:02:10 +01:00 |
Alexander Morozov
|
745a50c9db
|
ntoskrnl.exe: Add stub for IoGetDeviceInterfaces.
|
2011-02-03 16:28:05 +01:00 |
Alexander Morozov
|
863059ab17
|
shell32/tests: Add tests for FolderItem::get_Path.
|
2011-02-03 16:27:45 +01:00 |
Alexander Morozov
|
04f2e76124
|
shell32: Release iTypeInfo on error.
|
2011-02-03 16:27:27 +01:00 |
Nikolay Sivov
|
8723149037
|
msvcrt: Partially implement type_info::name_internal_method().
|
2011-02-03 16:27:22 +01:00 |
Nikolay Sivov
|
8a7f817dea
|
msvcrt: Use pointer exchange to set demangled name instead of section lock.
|
2011-02-03 16:25:43 +01:00 |
Huw Davies
|
d8d963a9c3
|
widl: Don't dereference if the referenced type is a user type.
|
2011-02-03 16:24:55 +01:00 |
Jacek Caban
|
604350be8d
|
mshtml: Don't try forwarding calls to Gecko that are not implemented there anyways.
|
2011-02-03 16:19:44 +01:00 |
Kusanagi Kouichi
|
3311bbb319
|
gdi32: Check if a character is double byte or single byte.
|
2011-02-03 13:15:19 +01:00 |
Kusanagi Kouichi
|
c8ebdff8fa
|
gdi32/tests: Add tests for GetGlyphOutlineA.
|
2011-02-03 13:15:19 +01:00 |
Kusanagi Kouichi
|
edabccd5af
|
gdi32/tests: Consolidate identity matrices.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
a073c66f0d
|
wininet: Moved creation of an object and allocating handles to common function.
Fixes a few leaks.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
572c4f7039
|
wininet: Added more InternetCloseHandle tests.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
968ab5fd28
|
wininet: Keep handles invalid but reserved in InternetCloseHandle.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
f165e25e59
|
wininet: Handles handling clean up.
|
2011-02-03 13:15:18 +01:00 |
Henri Verbeet
|
e1815f5e3b
|
wined3d: Get rid of the IWineD3DPalette typedefs.
|
2011-02-03 13:15:17 +01:00 |
Henri Verbeet
|
5963483fc2
|
wined3d: Remove COM from the palette.
|
2011-02-03 13:15:17 +01:00 |
Henri Verbeet
|
fe3cfb3e8e
|
wined3d: Get rid of the IWineD3DVertexDeclaration typedefs.
|
2011-02-03 13:15:17 +01:00 |
Henri Verbeet
|
5765632d9f
|
wined3d: Remove COM from the vertex declaration.
|
2011-02-03 13:15:17 +01:00 |
Alexandre Julliard
|
8ebff12b05
|
cabarc: Add support for listing and extracting cabinets.
|
2011-02-03 13:15:17 +01:00 |
Alexandre Julliard
|
30bdbedc2d
|
cabarc: Initial version of the cabarc.exe tool, with support for creating a cabinet.
|
2011-02-03 13:15:03 +01:00 |
Huw Davies
|
5ae2b0f219
|
widl: Initialise [out] only parameters if they are user types or interface pointers.
|
2011-02-02 18:13:34 +01:00 |
Alistair Leslie-Hughes
|
63fe5d8489
|
mshtml: Implement IHTMLStyle put_borderTopColor.
|
2011-02-02 18:13:32 +01:00 |
Alexandre Julliard
|
fcf8e164c3
|
setupapi: Fix access rights for cabinet creation.
|
2011-02-02 18:11:36 +01:00 |
Hans Leidekker
|
181beef870
|
msi: Try harder to remove non-persistent directories.
|
2011-02-02 14:09:14 +01:00 |
Iain Arnell
|
9d7277df7a
|
gdiplus: Qualify reference to Gdiplus::Pixelformat.
|
2011-02-02 12:24:47 +01:00 |
Vitaliy Margolen
|
670d54a637
|
dinput: Ignore EV_MSC events instead of printing fixme.
|
2011-02-02 12:24:14 +01:00 |
Vitaliy Margolen
|
4979d287b2
|
dinput: Return correct error code for DIPROP_VIDPID.
|
2011-02-02 12:24:07 +01:00 |
Henri Verbeet
|
b44bdfd20a
|
winex11.drv: Only query for XShm on first use.
|
2011-02-02 12:23:59 +01:00 |
Henri Verbeet
|
82a4373cd0
|
wined3d: Check if formats are supported as render target in srgbwrite_format_test().
Floating point formats in particular may not be supported everywhere.
|
2011-02-02 12:23:34 +01:00 |
Juan Lang
|
74cf35d2ab
|
crypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W.
Based on an idea of Christian Inci's.
|
2011-02-02 12:23:28 +01:00 |
Juan Lang
|
307e247f21
|
crypt32/tests: Test CertNameToStr's quoting behavior with CERT_SIMPLE_NAME_STR.
|
2011-02-02 12:23:11 +01:00 |
Juan Lang
|
5bf4aec163
|
crypt32/tests: Add tests that show that CertRDNValueToStr doesn't quote (based on a patch by Christian Inci).
|
2011-02-02 12:23:03 +01:00 |
Henri Verbeet
|
074977d404
|
wined3d: Get rid of the IWineD3D typedefs.
|
2011-02-02 12:22:53 +01:00 |
Henri Verbeet
|
36d4268e3c
|
wined3d: Remove COM from IWineD3D.
|
2011-02-02 12:22:42 +01:00 |
Henri Verbeet
|
1fd7c96a31
|
wined3d: Make volumetexture_ops static.
|
2011-02-02 12:21:23 +01:00 |
Henri Verbeet
|
0fb6005fa8
|
d3d9/tests: Check another return value in maxmip_test() (LLVM/Clang).
|
2011-02-02 12:21:20 +01:00 |
Kusanagi Kouichi
|
2d6b748c79
|
gdi32: Upper 24 bits of a character range must be same.
|
2011-02-01 18:14:09 +01:00 |
Nikolay Sivov
|
d3d06c46d2
|
ntdll: Fix a compile time warning.
|
2011-02-01 18:14:09 +01:00 |
Paul Vriens
|
b03f877163
|
shdocvw: Initialize variable (Coverity).
|
2011-02-01 18:14:09 +01:00 |
Paul Vriens
|
fd2bf1fae1
|
explorerframe/tests: Don't compare potentially uninitialized variables (Coverity).
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
37af4c371b
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
9b76c16e7e
|
msvcrt: longjmp doesn't have a return value.
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
10dcc85de0
|
ntdll: Add support for longjmp in RtlUnwindEx.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
008cf3c18c
|
kernel32: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
5a9f3a38dc
|
mountmgr: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
Akihiro Sagawa
|
96361b3951
|
wrc: Don't match a po message if a same msgid message is defined, but its msgctxt is null.
|
2011-02-01 18:14:09 +01:00 |
David Hedberg
|
81bbd17c40
|
gdi32: Stay within the clipping area when painting text background.
|
2011-02-01 18:14:09 +01:00 |