Commit Graph

8334 Commits

Author SHA1 Message Date
David Hedberg
d3846bb3ad include: Add CLSID_NamespaceTreeControl, CLSID_FileOpenDialog and CLSID_FileSaveDialog. 2010-07-26 13:34:21 +02:00
Harry Jeffery
4faf80280c Fixed various spelling mistakes. 2010-07-26 13:34:20 +02:00
Alistair Leslie-Hughes
e158bb0b4c dwmapi: Add stub DwmEnableBlurBehindWindow. 2010-07-23 16:40:15 +02:00
David Hedberg
b8a40388ee shell32: Implement SHGetIDListFromObject. 2010-07-23 13:05:31 +02:00
David Hedberg
c8c2bc8b4b shell32: Implement SHGetItemFromDataObject. 2010-07-23 13:05:31 +02:00
David Hedberg
222d2142ef shell32: Implement SHCreateItemFromIDList. 2010-07-23 13:05:31 +02:00
David Hedberg
5b0b56fac4 shell32: Implement SHCreateItemFromParsingName. 2010-07-23 13:05:31 +02:00
David Hedberg
b43bcdf524 shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName. 2010-07-23 13:05:31 +02:00
Rico Schüller
0d18e35b28 d3d10: Add a stub ID3D10ReflectShader implementation. 2010-07-23 12:43:24 +02:00
Rico Schüller
d2469219ac d3d10: Add the ID3D10ShaderReflection interface. 2010-07-23 12:43:05 +02:00
Rico Schüller
bc38474028 d3d10: Add the ID3D10ShaderReflectionConstantBuffer interface. 2010-07-23 12:43:03 +02:00
Rico Schüller
5daf7fef96 d3d10: Add the ID3D10ShaderReflectionVariable interface. 2010-07-23 12:42:50 +02:00
Rico Schüller
63d52a3811 d3d10: Add the ID3D10ShaderReflectionType interface. 2010-07-23 12:42:46 +02:00
Alexandre Julliard
c1de11eee5 include: Don't install tlb files, they are platform-dependent. 2010-07-23 11:34:23 +02:00
Alexandre Julliard
8f1ea6eeb1 include: Make sure wine/port.h and msvcrt headers are not used together. 2010-07-22 17:40:55 +02:00
Aric Stewart
f2b8873b1d libwine: Add C1_DEFINED to our C1 types and set it properly. 2010-07-22 13:02:31 +02:00
Henri Verbeet
f7760656f3 wined3d: Remove LoadLocation() from the public wined3d surface interface. 2010-07-22 10:13:24 +02:00
Henri Verbeet
147f24dd78 wined3d: Remove ModifyLocation() from the public wined3d surface interface. 2010-07-22 10:13:13 +02:00
David Hedberg
17bc7be58d include: Add IFileDialogControlEvents interface declaration. 2010-07-21 17:38:37 +02:00
David Hedberg
cdfe614fcc include: Add IFileDialogCustomize interface declaration. 2010-07-21 17:38:37 +02:00
David Hedberg
215bd7d4c1 include: Add a few IFileDialog related interface declarations. 2010-07-21 17:38:37 +02:00
David Hedberg
64aabaa806 include: Add INameSpaceTreeControlDropHandler interface declaration. 2010-07-21 17:38:37 +02:00
David Hedberg
5acb6f0132 include: Add INameSpaceTreeControlCustomDraw interface declaration. 2010-07-21 17:38:37 +02:00
Thomas Mullaly
53ee717d56 include: Updated the URL_SCHEME enum. 2010-07-21 13:23:58 +02:00
André Hentschel
10e1387f61 ntdll: Add LDT error codes. 2010-07-21 09:33:27 +02:00
David Hedberg
a46f80acdc include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations. 2010-07-20 16:29:45 +02:00
David Hedberg
d5a7ad89aa include: Add IShellItemArray and IShellItemFilter interface declarations. 2010-07-20 14:40:31 +02:00
David Hedberg
95a46b017c include: Add IEnumShellItems interface declaration. 2010-07-20 14:40:31 +02:00
Paul Chitescu
2e97746340 kernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex). 2010-07-20 12:56:26 +02:00
Paul Chitescu
25c8f445c0 kernel32: Declare structures related to logical processor information (core, cache, node, group). 2010-07-20 12:56:22 +02:00
David Hedberg
be2259dce9 shell32: Shell_GetImageLists should be declared in shlobj.h and exported by name. 2010-07-20 12:35:17 +02:00
David Hedberg
65f6ab7c86 shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name. 2010-07-20 12:35:13 +02:00
Alexandre Julliard
b14cfdeea4 tests: Run all tests with the default FPU control word. 2010-07-20 11:41:05 +02:00
Alexandre Julliard
89ad1f2615 tests: Print information about the last executed test before crashing. 2010-07-20 11:40:06 +02:00
Alexandre Julliard
e2c48c5952 tests: Try to avoid message boxes popping up in non-interactive testing. 2010-07-20 11:39:50 +02:00
Andrew Nguyen
15c6057ce1 shlwapi: Implement StrStrNIW. 2010-07-19 16:07:05 +02:00
Andrew Nguyen
9bd13c93ab shlwapi: Implement StrStrNW. 2010-07-19 16:06:55 +02:00
David Hedberg
789a818971 include: Add SIGDN enumeration. 2010-07-19 15:50:36 +02:00
Misha Koshelev
242b4f3fe8 d3dx9: Add stub and basic test for D3DXCreateSphere. 2010-07-19 15:47:28 +02:00
David Hedberg
a93f54bb56 include: Add some missing function declarations in shlwapi.h. 2010-07-19 15:09:07 +02:00
David Hedberg
e4cf1466ed include: Add some new TreeView messages and extended style defines. 2010-07-19 15:07:17 +02:00
David Hedberg
bd6b80624a include: Fix ExplorerBrowser interface declaration. 2010-07-19 15:06:11 +02:00
Marcus Meissner
5c7ed28ff3 mscvrt: Fix include to be C++ compatible. 2010-07-08 17:33:38 +02:00
Louis Lenders
bec1720cd6 include: Add dmDisplayOrientation definitions. 2010-07-08 17:33:37 +02:00
Louis Lenders
4afb199105 include: Add EnumDisplaySettingsEx flags. 2010-07-08 17:33:37 +02:00
André Hentschel
f2b874ffae include: Add some SYSDBG_COMMANDs. 2010-07-01 17:41:26 +02:00
Alexandre Julliard
4c1f36cb68 server: Return the total length of the target in query_symlink. 2010-06-30 16:11:03 +02:00
Andrew Eikum
5f884d19c6 include: Add new SHCNRF flags. 2010-06-29 13:28:59 +02:00
Austin English
77f4c853f9 ntoskrnl.exe: Add stub for MmAllocateContiguousMemorySpecifyCache:. 2010-06-28 11:43:06 +02:00
Ilya Basin
fcba272391 include: Fix packing bug in shlobj.h. pragma pack 8 for ITEMSPACING, CSFV, SFV_CREATE. 2010-06-28 11:42:12 +02:00
Andrew Nguyen
58dd97efcf msvcrt: Implement _wmakepath_s. 2010-06-25 12:49:57 +02:00
Andrew Nguyen
9628a0d3e4 msvcrt: Implement _makepath_s. 2010-06-25 12:49:44 +02:00
Misha Koshelev
6882287b97 include: Include d3dx9shape.h in d3dx9.h. 2010-06-23 15:31:48 +02:00
Juan Lang
3d73c466ca wincrypt.h: Remove duplicate definitions. 2010-06-21 11:46:46 +02:00
Alexander Scott-Johns
5361263bdb include/msvcrt: Update a bit. 2010-06-17 14:07:19 +02:00
Alexandre Julliard
44fedb5404 include: Define the SPLREG winspool string constants. 2010-06-14 20:14:52 +02:00
Jacek Caban
e4bfae8306 docobj.idl: Added OLECMDID_UPDATETRAVELENTRY_DATARECOVERY declaration. 2010-06-14 14:14:16 +02:00
Jacek Caban
5432c5d091 shobjidl.idl: Added INewWindowManager declaration. 2010-06-14 14:14:16 +02:00
Nikolay Sivov
cd43ff167b gdi32: Add CreateFontIndirectEx implementation. 2010-06-14 14:14:15 +02:00
David Hedberg
341daad861 include: Add extended treeview style (TVS_EX_) definitions. 2010-06-11 14:16:10 +02:00
David Hedberg
4a47033a86 include: Add PIDLIST_ABSOLUTE typedef. 2010-06-11 14:16:08 +02:00
Alexandre Julliard
7c52046936 include: Set the oleautomation attribute on XML interfaces so that they get registered properly. 2010-06-10 18:07:42 +02:00
Jacek Caban
75912afabd winbase.h: Added missing COPY_FILE_* flags. 2010-06-10 14:59:00 +02:00
Mariusz Pluciński
d77c7d1047 gameux: Add declaration of IGameExplorer2 interface. 2010-06-08 16:35:22 +02:00
Mariusz Pluciński
10a5414afe gameux: Add declaration of IGameStatisticsMgr interface. 2010-06-08 16:35:22 +02:00
Mariusz Pluciński
f2ad630540 gameux: Add declaration of IGameStatistics interface. 2010-06-08 16:35:22 +02:00
Mariusz Pluciński
1c5006e8f3 gameux: Add declaration of IGameExplorer interface. 2010-06-07 15:14:07 +02:00
Mariusz Pluciński
1819342827 gameux: Add initial header for gameux.dll. 2010-06-07 15:09:40 +02:00
Vincent Povirk
7862205d3e include: Add definitions for IWICColorContext. 2010-06-07 13:52:31 +02:00
Alexander Scott-Johns
4e8e2f39c5 include/msvcrt: Define _TRUNCATE; use it in the tests. 2010-06-07 13:51:49 +02:00
Robert McDonald
ef6d668d63 include: Add missing typedef keyword to avoid multiply-defined symbols. 2010-06-07 12:24:20 +02:00
David Hedberg
5c451900bb include: Add new SBSP_* defines. 2010-06-01 11:04:58 +02:00
David Hedberg
5858a3bc17 include: Update FOLDERVIEWMODE and FOLDERFLAGS. 2010-06-01 11:04:21 +02:00
David Hedberg
cd659eb547 include: Add SID_ExplorerPaneVisibility. 2010-06-01 11:04:18 +02:00
Henri Verbeet
1b5cc39a86 wined3d: Get rid of some dead code. 2010-06-01 11:03:56 +02:00
Kristofer Henriksson
c58eff621d winemp3.acm: Fix the Mac-specific code.
The previous code does not function on Snow Leopard, and does not conform
to Apple's documentation. This fix should function on all versions of OS X
later than 10.2.
2010-05-28 16:22:25 +02:00
Marcus Meissner
122bfcc185 include: Pack NE_NAMEINFO and NE_TYPEINFO pack(1). 2010-05-27 16:49:33 +02:00
Thomas Mullaly
7bc121c880 urlmon/tests: Added tests for IUri_GetPropertyDWORD. 2010-05-27 14:46:44 +02:00
Robert Wilhelm
b3429e883c include: Add struct _stat32i64 and struct _stat64i32. 2010-05-26 17:36:32 +02:00
David Hedberg
75c146510e include: Add ICommDlgBrowser2 and ICommDlgBrowser3 interfaces. 2010-05-25 12:12:52 +02:00
David Hedberg
a72b1eff0e include: Add IExplorerBrowserEvents, IExplorerPaneVisibility and IExplorerBrowser interface declarations and related GUID's. 2010-05-25 12:12:48 +02:00
Austin English
40b3d2ed13 ntdll: Add %gs support for FreeBSD. 2010-05-24 11:32:40 +02:00
Austin English
f403816081 include: Rename structs to fix compile with recent gcc. 2010-05-21 18:58:04 +02:00
Juan Lang
d3db308853 crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG. 2010-05-20 13:47:53 +02:00
Piotr Caban
ee72094ca8 wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW. 2010-05-19 15:00:55 +02:00
Maarten Lankhorst
a0152bb161 includes: Fix typo. 2010-05-18 08:50:34 +02:00
Jacek Caban
9795e7a570 shobjidl.idl: Added NWMF declaration. 2010-05-18 08:50:04 +02:00
Jacek Caban
c38c3d5aaa exdisp.idl: Added missing DWebBrowserEvents2 methods. 2010-05-18 08:49:59 +02:00
Alexandre Julliard
c545982472 server: Return the cursor information for a thread input, and use it for GetCursorInfo. 2010-05-11 11:27:03 +02:00
Mike Kaplinskiy
db1f5d5f75 include: Add WSAID_WSASENDMSG extension guid. 2010-05-10 13:43:15 +02:00
Piotr Caban
f4f9b1acdf include: Fix typo in shlwapi.h. 2010-05-08 18:14:26 +02:00
Alexandre Julliard
f7f4e9e3be include: Force inlining exported API functions to avoid duplicate definitions. 2010-05-07 22:38:32 +02:00
Yann Droneaud
b7d321769c include: Rewrote some extern inline to static inline. 2010-05-07 14:21:34 +02:00
André Hentschel
b5faada67f include: Fix error define in winerror.h. 2010-05-04 13:14:58 +02:00
André Hentschel
2d08c88fd2 include: Add some error codes for rsaenh. 2010-05-03 16:46:11 +02:00
Maarten Lankhorst
f4fcd81167 include: Add float functions to msvcrt. 2010-05-03 15:34:41 +02:00
Nikolay Sivov
dc04cee787 rasdlg: Add RasEntryDlgW stub. 2010-05-03 14:03:35 +02:00
Vincent Povirk
6c480cb160 include: Add definitions for IWICBitmapFlipRotator. 2010-04-27 15:47:07 -05:00
Maarten Lankhorst
bbd882a3d2 includes: Add some devpkey definitions. 2010-04-26 10:21:37 -05:00
Jacek Caban
0800158e01 shldisp.idl: Added IAsyncOperation declaration. 2010-04-25 07:31:35 -05:00
Alistair Leslie-Hughes
e560e2ead5 include: Add asptlb.idl. 2010-04-21 11:57:33 +02:00
Alexandre Julliard
cd28e2be7c server: Return the current cursor when queuing a hardware message. 2010-04-21 11:07:31 +02:00
Alexandre Julliard
3044d734b1 server: Fix structure padding for requests that have a reply. 2010-04-20 21:25:38 +02:00
Tony Wasserka
a1945388f5 d3dx9: Add a stubbed D3DXDeclaratorFromFVF. 2010-04-20 18:13:41 +02:00
Detlef Riekenberg
bb1ca6e08d shlwapi: Implement SHCreateThreadRef. 2010-04-20 16:21:37 +02:00
Alistair Leslie-Hughes
4164c308b2 msxml4: Register classes. 2010-04-19 15:41:50 +02:00
Nikolay Sivov
b7d611a80f shell32: Move IShellIcon definition to idl source. 2010-04-19 15:39:09 +02:00
Nikolay Sivov
066063541d shell32: Fallback to IShellDetails while filling shell view columns if IShellFolder2 is missed. 2010-04-19 15:38:40 +02:00
Alistair Leslie-Hughes
cf087f749b msxml4: Add Schema interfaces. 2010-04-15 16:51:47 +02:00
Damjan Jovanovic
6aeffb53ee ntoskrnl.exe: Stub out IoGetDeviceProperty. 2010-04-15 14:17:55 +02:00
Alexandre Julliard
4f3b7f8445 msvcrt: Implement _invalid_parameter and fix the handler definitions. 2010-04-14 18:00:46 +02:00
Alexandre Julliard
3415523044 include: Define some more NTSTATUS values. 2010-04-14 18:00:46 +02:00
Damjan Jovanovic
50aa0215a7 usb.h: Add and fix some USBD_STATUS codes. 2010-04-14 18:00:44 +02:00
Damjan Jovanovic
189335441e wdm.h: Declare IoCallDriver. 2010-04-13 21:13:07 +02:00
Hans Leidekker
7edeb282b6 include: Add some error codes. 2010-04-13 11:46:05 +02:00
Damjan Jovanovic
aadd2ac33f wdm.h: Define KeResetEvent and KeSetEvent. 2010-04-13 11:37:14 +02:00
Damjan Jovanovic
e54d029f88 wdm.h: Define IoGetNextIrpStackLocation. 2010-04-12 11:29:22 +02:00
Aric Stewart
adfe42ca3f include: Include fMergeNeutralItems in the SCRIPT_CONTROL Structure. 2010-04-12 11:28:19 +02:00
Alexandre Julliard
11f10c6f05 msvcrt: Implemented setjmp for x86_64. 2010-04-10 11:47:55 +02:00
Alexandre Julliard
cf42723602 tests: Use the correct format of varargs list when building with msvcrt. 2010-04-09 15:48:05 +02:00
Alexandre Julliard
655292ae00 include: Move the exception handling support functions to winecrt0 instead of having them inline. 2010-04-08 17:34:17 +02:00
Alexandre Julliard
5d2b8e77d2 configure: Define WINE_CROSSTEST when building crosstests, and disable use of config.h in that case. 2010-04-08 17:34:13 +02:00
Alexandre Julliard
afac75ef0f include: Fix a couple of oaidl.idl definitions for 64-bit. 2010-04-07 13:09:49 +02:00
Christian Costa
7444b682d0 d3dx9_36: Add stub for D3DXCreateBox. 2010-04-06 14:01:06 +02:00
Christian Costa
1db6ce1309 d3dx9_36: Add definitions for ID3DXBaseMesh and ID3DXMesh interfaces. 2010-04-06 14:00:49 +02:00
Maarten Lankhorst
d435499fbc configure: Change openal detection. 2010-04-05 16:50:20 +02:00
Alexandre Julliard
c611af370b include: Try harder to redefine u_long, and avoid using it in headers as far as possible. 2010-04-03 18:09:18 +02:00
Henri Verbeet
1289842da3 wined3d: Move handling of the unimplemented WINED3DRS_STIPPLEPATTERN states to ddraw. 2010-04-02 10:36:06 +02:00
Henri Verbeet
2e5976a8c5 wined3d: Move handling of the unimplemented WINED3DRS_BORDERCOLOR state to ddraw. 2010-04-02 10:35:54 +02:00
Henri Verbeet
af9510f400 wined3d: Remove some unused render states. 2010-04-02 10:35:44 +02:00
Alexandre Julliard
27f2a35742 server: Fix 64-bit alignment of the context structure. 2010-04-01 19:56:09 +02:00
Henri Verbeet
97ea3b6322 wined3d: Remove some unused / duplicate render states. 2010-03-31 16:32:47 +02:00
Nikolay Sivov
b16b122091 t2embed: Add TTGetEmbeddingType stub. 2010-03-31 11:36:01 +02:00
Alexandre Julliard
bd94f95938 wpp: Get rid of wpp_parse_temp, temp file management is better left to callers. 2010-03-30 15:34:29 +02:00
Henri Verbeet
be73cb70de include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure. 2010-03-29 15:50:43 +02:00
Justin Chevrier
4027813764 gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests. 2010-03-29 15:50:21 +02:00
Justin Chevrier
88b4263a61 include: Fix GdipSetPathGradientSurroundColorsWithCount definition. 2010-03-29 15:50:21 +02:00
Mikhail Maroukhine
f930c87fd6 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. 2010-03-29 12:11:02 +02:00
Nikolay Sivov
1372806e74 shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+). 2010-03-29 11:47:44 +02:00
Nikolay Sivov
66aa3dc834 shlwapi: Complete IUnknown_SetOwner call. 2010-03-29 11:47:34 +02:00
Hans Leidekker
a9cd43db2f include: Add some missing defines. 2010-03-26 15:35:10 +01:00
Nikolay Sivov
43a92c6610 shlwapi: Added IUnknown_ProfferService implementation with tests. 2010-03-26 10:31:14 +01:00
Piotr Caban
254eab3827 msvcr90: Added _get/set_invalid_parameter_handler implementation. 2010-03-25 16:46:56 +01:00
Damjan Jovanovic
394839fecf include: Define IoGetCurrentIrpStackLocation based on NONAMELESSUNION and NONAMELESSSTRUCT. 2010-03-25 16:08:40 +01:00
Christian Costa
39b60870ff d3dx9_36: Implement D3DXCreateEffectEx and make D3DXCreateEffect use it. 2010-03-25 10:01:32 +01:00
Christian Costa
947fe3a564 d3dx9_36: Add stub for D3DXCreateEffectCompiler. 2010-03-25 10:01:28 +01:00
Christian Costa
b5f7ca9ed9 d3dx9_36: Implement D3DXCreateEffectPool and ID3DXEffectPool interface. 2010-03-25 10:01:16 +01:00
Eric Pouech
e2b62c91d5 dbghelp: Created a CPU method to map dwarf register number to codeview register number. 2010-03-25 09:45:32 +01:00
Jörg Höhle
b33152573f include: Add some multimedia defines not present in win9x. 2010-03-24 19:07:55 +01:00
Damjan Jovanovic
3c6c2fe8df ntoskrnl.exe: Implement IoCompleteRequest. 2010-03-23 17:30:48 +01:00
Rob Shearman
cf45d59912 include: Change an unsized [out] string to be sized in IMultiLanguage2.
Unsized [out] strings are not allowed because of the potential to
overflow the buffer passed in.
2010-03-23 17:28:09 +01:00
Alexandre Julliard
8159d4eb99 server: Add support for storing the cursor and show count in the thread input structure. 2010-03-22 17:52:23 +01:00
Damjan Jovanovic
3f02dee355 usbd.sys: Implement URB building functions. 2010-03-22 15:53:36 +01:00
Nikolay Sivov
a3d0877ed6 shell32: Add a stub IShellFolderView for IShellView. 2010-03-22 15:52:36 +01:00
André Hentschel
877a4e6136 ntdll: Update error code mapping. 2010-03-22 15:52:35 +01:00
Vincent Povirk
73cd569390 windowscodecs: Add a stub TIFF decoder. 2010-03-22 11:42:43 +01:00
Andrew Nguyen
c62dd29b37 include: Add prototypes for RtlEncryptMemory and RtlDecryptMemory in ntsecapi.h. 2010-03-22 11:40:25 +01:00
Francois Gouget
3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Vincent Povirk
79662e2aa4 include: Add definition for IWICBitmapClipper. 2010-03-22 10:42:28 +01:00
Christian Costa
72c57977a3 d3dx9: Add d3dx9effect.h include file. 2010-03-19 14:31:15 +01:00
Christian Costa
441ee39495 d3dx9_36: Add missing GetSamplerIndex method to ID3DXConstantTable. 2010-03-19 13:17:08 +01:00
Francois Gouget
0c0c87a99e include: Also define the WSAxxx error codes in winerror.h.
This matches the PSK.
2010-03-19 12:27:24 +01:00
Damjan Jovanovic
6e4873691c usbd.sys: Add USB descriptor parsing functions. 2010-03-19 12:00:40 +01:00
Aric Stewart
e669ffe6e5 msctf: Add stub for ITfDisplayAttributeMgr. 2010-03-18 17:03:51 +01:00
Aric Stewart
4430ab435d winemp3.acm: Support mp3 decoding on Mac OS/X Leopard systems. 2010-03-18 15:55:30 +01:00
Nikolay Sivov
1ad867467e urlmon: Add stub IUriBuilder interface. 2010-03-18 11:16:50 +01:00
Henri Verbeet
914c8cb8ea ddraw: Acquire/release the focus window from the correct location. 2010-03-18 10:24:15 +01:00
Vincent Povirk
33ab02d38a include: Add definitions for IWICBitmapScaler. 2010-03-18 10:23:04 +01:00
Henri Verbeet
4e48ae2629 ddraw: Implement IDirectDrawImpl_GetSurfaceFromDC().
This is a pretty naive implementation, should that become a performance
problem it's easy enough to speed up with a search tree of some kind.
2010-03-17 10:06:25 +01:00
Alexandre Julliard
bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Henri Verbeet
f0a5045254 ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess(). 2010-03-15 15:56:42 +01:00
Juan Lang
8447844d81 include: Add a few missing OIDs. 2010-03-15 15:06:11 +01:00
Juan Lang
e3c0e30db1 iphlpapi: Implement GetAdaptersAddresses for IPv6 addresses. 2010-03-15 14:18:05 +01:00
Juan Lang
984c3b2ccb iphlpapi: Check for ifr_hwaddr member of struct ifreq. 2010-03-15 13:28:26 +01:00
Vincent Povirk
1b25a80870 include: Add definitions for IWICBitmap. 2010-03-15 13:28:23 +01:00
Christian Costa
2a933cb016 d3dx9: Add some shader definitions. 2010-03-15 13:18:59 +01:00
Christian Costa
8991b214b6 d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro. 2010-03-15 13:18:53 +01:00
Nikolay Sivov
8032ae7047 shell32: Stub IFolderView implementation for IShellView instance. 2010-03-05 12:39:35 +01:00
Justin Chevrier
74a3945b00 gdiplus/test: Add GdipSetImageAttributesRemapTable test and fix typo. 2010-03-04 12:29:58 +01:00
Jacek Caban
73a5813706 include: Added IHTMLPrivateWindow declaration. 2010-03-03 15:28:23 +01:00
Hans Leidekker
b891d0888a msi: Implement the RemoveIniValues standard action. 2010-03-02 16:12:17 +01:00
Marcus Meissner
615e0e64f9 windowscodecs: Handle old libpng.so using distros (as SLE 10). 2010-03-02 11:57:41 +01:00
Christian Costa
4072edc111 d3dx9_36: Find, store and enable retreival of CTAB comment data in shader (based on code from Luis Busquets). 2010-03-01 14:03:00 +01:00
Christian Costa
ea50ef8e08 d3dx9_36: Implement D3DXFindShaderComment (based on code from Luis Busquets) + tests. 2010-03-01 13:57:01 +01:00
Nikolay Sivov
cf663d17e7 shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. 2010-03-01 12:05:52 +01:00
Maarten Lankhorst
63bb47e360 include: Add devpkey.h. 2010-03-01 11:47:06 +01:00
Maarten Lankhorst
ae9f9fa25e include: Add devpropdev.h. 2010-03-01 11:46:33 +01:00
Maarten Lankhorst
f6efdd40d8 include: Fix IsEqualPropertyKey definition. 2010-03-01 11:45:43 +01:00
Huw Davies
f7830e9fc4 include: Add IProvideRuntimeContext and a few annotations. 2010-02-25 17:19:43 +01:00
Charles Davis
5415b62fc2 include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang). 2010-02-25 12:10:07 +01:00
Alexandre Julliard
69ee0ad151 tests: The ok() macro shouldn't return a value. 2010-02-24 16:48:07 +01:00
Jörg Höhle
64b6287e83 winmm: Accept the ancient, smaller MIDIHDR. 2010-02-22 13:18:26 +01:00
Christian Costa
3138ba0d5c d3dx9_36: Fix AddRef and Release macros and add IID for ID3DXConstantTable. 2010-02-22 12:37:22 +01:00
Mikołaj Zalewski
bc07b48b38 include: Add a strcmpW-equivalent function usable in tests. 2010-02-22 11:57:23 +01:00
Jacek Caban
cce35e2e7a urlmon.idl: Added some missing declarations. 2010-02-18 17:47:11 +01:00
Alexandre Julliard
9b7d1041fc advapi32: Implemented RegDeleteKeyExA/W. 2010-02-18 14:01:45 +01:00
Justin Chevrier
a0499b0ad5 include: Add ITfLangBarMgr Interface. 2010-02-17 10:55:45 +01:00
Vincent Povirk
e37bbd60ac include: ChooseFont hook procedures return UINT_PTR. 2010-02-16 10:44:23 +01:00
Hans Leidekker
438ad93b22 msi: Implement and test MsiGetPatchInfoA/W. 2010-02-15 16:36:39 +01:00
Alistair Leslie-Hughes
dd40448707 msxml4: Added support for SAXXMLReader40. 2010-02-15 16:07:59 +01:00