Commit Graph

75994 Commits

Author SHA1 Message Date
Jacek Caban
680f251220 wininet: status_string clean up. 2011-02-04 15:25:32 +01:00
Jacek Caban
923498da03 wininet: Moved freeing object to WININET_Release. 2011-02-04 15:25:32 +01:00
Henri Verbeet
14c3387fc2 wined3d: Get rid of the IWineD3DQuery typedefs. 2011-02-04 15:25:32 +01:00
Henri Verbeet
a5fe3610ad wined3d: Remove COM from the query implementation. 2011-02-04 15:25:32 +01:00
Henri Verbeet
831a29d250 wined3d: Use an internal call table for query operations. 2011-02-04 15:25:31 +01:00
Henri Verbeet
b59dc811e2 wined3d: Get rid of the IWineD3DClipper typedefs. 2011-02-04 15:25:31 +01:00
Henri Verbeet
304d713860 wined3d: Remove COM from the clipper implementation. 2011-02-04 15:25:31 +01:00
max@mtew.isa-geek.net
708c43a2ef ntdll: Correct 'b' parameter descriptions for _alldiv and _aulldiv. 2011-02-04 15:25:31 +01:00
Alexandre Julliard
7a9b389465 cabinet: Move internal FDI definitions to fdi.c. 2011-02-04 15:25:31 +01:00
Alexandre Julliard
05702c146e cabinet: Call FDI function pointers explicitly instead of hiding them inside macros. 2011-02-04 15:25:31 +01:00
Alexandre Julliard
396c9fca21 cabinet: Pass an FDI pointer to internal functions instead of a handle. 2011-02-04 15:25:29 +01:00
Alexandre Julliard
826ccc1684 cabinet: Add a helper function to set error code in FDI. 2011-02-04 15:25:01 +01:00
Alexandre Julliard
a71fbe16d9 cabinet: Move the internal FCI structure to fci.c. 2011-02-04 11:35:46 +01:00
Alexandre Julliard
b18b596621 cabinet: Pass an FCI pointer to internal functions instead of a handle. 2011-02-04 11:35:41 +01:00
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