Commit Graph

25096 Commits

Author SHA1 Message Date
Eric Kohl 417a61fa61 widl: Fix proc format string for explicit binding handles. 2006-02-07 12:30:55 +01:00
Robert Shearman 8d7fa4c013 widl: Write out the correct FC type if the structure has pointers. 2006-02-07 12:30:23 +01:00
Robert Shearman 4c8370f97e widl: Split pointer writing into a separate function. 2006-02-07 12:30:07 +01:00
Robert Shearman 9f0c45b7e7 widl: Fix pointer detection for structures with embedded arrays.
Pointers have priority over every other type, so move the detection to
the top of get_struct_type.
Fall through from the embedded array detection to the embedded
structure handling code so that conformance, variance and pointer
presence is inherited from the array's base type.
2006-02-07 12:29:39 +01:00
Robert Shearman 864d5a38c5 widl: Increment the type format string when writing the pointer
layouts.
Write out pointer layouts for structures.
2006-02-07 12:28:33 +01:00
Robert Shearman 0d22347f44 widl: Make all pointer fields of expr_t structure constant. 2006-02-07 12:28:20 +01:00
Dmitry Timoshkov 538ed06c41 Clearly indicate that ICCVID and MSVIDC32 do not support compression. 2006-02-07 12:28:04 +01:00
Dmitry Timoshkov 75c436246d msvideo: Add a codec to the compressors list only if it supports
specified input format.
Return a compressor handle in COMPVARS structure.
2006-02-07 12:27:54 +01:00
Michael Stefaniuc 0df8b0a020 msvcrt: Handle data types B,R,S in C++ symbol demangling. 2006-02-07 12:27:35 +01:00
H. Verbeet 9aa0d88c95 d3d9: Add a test for IDirect3DVertexDeclaration9_GetDeclaration. 2006-02-07 12:27:23 +01:00
H. Verbeet d8d70370dd d3d9: Reorganise the vertexdeclaration tests.
- Split the test for getting and setting vertexdeclaration into one
  for creating the declaration and one for the actual getting and
  setting.
- Add traces for when creating the device or vertexdeclaration fails.
2006-02-07 12:26:59 +01:00
H. Verbeet ff08986d01 wined3d: Always return the number of elements in the vertex
declaration in IWineD3DVertexDeclarationImpl_GetDeclaration9.
2006-02-07 12:26:34 +01:00
H. Verbeet 1c4a94b0ba wined3d: Don't set the container to the device for standalone surfaces. 2006-02-07 12:26:26 +01:00
H. Verbeet b994d057ac wined3d/d3d9: Cleanup GetContainer for volumes. 2006-02-07 12:26:10 +01:00
H. Verbeet 2200f3e2ca wined3d/d3d9: Cleanup GetContainer for surfaces. 2006-02-07 12:25:59 +01:00
Dmitry Timoshkov 78904aab2d quartz: Register some of the interfaces. 2006-02-07 12:25:35 +01:00
Robert Millan 55b74483de configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
them if present.
2006-02-06 21:53:27 +01:00
Alexandre Julliard c19b470f95 w32skrnl: No need for an import library. 2006-02-06 21:46:46 +01:00
Alexandre Julliard 7837a1ef59 rsabase: No need for an import library. 2006-02-06 21:46:17 +01:00
Gerald Pfeifer 571d9fb0f0 ntdll: Use struct mtget.mt_blkno on those systems providing that (and
avoid using struct mtpos which may not be present on such systems).
2006-02-06 20:59:44 +01:00
Dmitry Timoshkov 03434c728e wininet: Fix InternetQueryOption test to pass under Windows. 2006-02-06 20:59:21 +01:00
Phil Lodwick 96a46367a9 winsock/tests: select() conformance test improvements.
Add OK tests around more function calls.
Add two more todo_wine tests that fail.
2006-02-06 20:59:08 +01:00
Vitaliy Margolen 38290cf977 comctl32: Add month calendar tests. 2006-02-06 20:58:48 +01:00
Francois Gouget 379b62c04e Assorted spelling fixes. 2006-02-06 20:58:36 +01:00
Francois Gouget d0c5f1498c Add trailing '\n's to ok() and trace() calls. 2006-02-06 20:58:14 +01:00
Francois Gouget f71c5b4ee3 security: Fix the UnsealMessage() forward. 2006-02-06 20:57:56 +01:00
Roderick Colenbrander 694efd7c6f wined3d: Texture fixes.
Set video memory capabilities, add some checks to SetTexture and
update some comments.
2006-02-06 20:57:42 +01:00
Huw Davies 7000aca824 oleaut32: Fixes and tests for CreateDispTypeInfo.
CreateDispTypeInfo returns the typeinfo of a coclass which implements
the described interface.
2006-02-06 20:57:09 +01:00
Vijay Kiran Kamuju 7660614b0d wininet: Add tests for InternetQueryOption. 2006-02-06 14:12:22 +01:00
Hans Leidekker d63835c2e3 mapi32: Implementation for MAPISendMail.
Implement MAPISendMail, stub MAPILogoff and make the stubs for
MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
2006-02-06 14:12:05 +01:00
Rein Klazes 8c540ba674 wcmd: CALL should search the current PATH. 2006-02-06 14:11:40 +01:00
Eric Pouech e66e227dbe Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
Eric Pouech 3c0e5eed83 A few fixes for pointer qualifiers (const, volatile) warnings. 2006-02-06 13:10:18 +01:00
Fatih Aşıcı e3ebb3aab9 winhelp: Turkish translation. 2006-02-06 13:09:49 +01:00
Fatih Aşıcı d13b7b1b7d winemine: Turkish translation. 2006-02-06 13:09:42 +01:00
Fatih Aşıcı 8a54a9221c winefile: Turkish translation. 2006-02-06 13:09:34 +01:00
Fatih Aşıcı d2e2fb6a32 wineconsole: Turkish translation. 2006-02-06 13:09:16 +01:00
Fatih Aşıcı 8389e01636 winecfg: Turkish translation. 2006-02-06 13:09:03 +01:00
Fatih Aşıcı 75b018444e wcmd: Turkish translation. 2006-02-06 13:08:46 +01:00
Fatih Aşıcı 96365ff297 view: Turkish translation. 2006-02-06 13:08:39 +01:00
Fatih Aşıcı 2f8d431f6d uninstaller: Turkish translation. 2006-02-06 13:08:33 +01:00
Fatih Aşıcı 7f32d31a0b taskmgr: Turkish translation. 2006-02-06 13:08:25 +01:00
Fatih Aşıcı 0af1262179 start: Turkish translation. 2006-02-06 13:08:17 +01:00
Fatih Aşıcı e139278d98 regedit: Turkish translation. 2006-02-06 13:08:09 +01:00
Fatih Aşıcı 2a8a6cf184 progman: Turkish translation. 2006-02-06 13:08:00 +01:00
Fatih Aşıcı 45b51c6884 notepad: Turkish translation. 2006-02-06 13:07:44 +01:00
Fatih Aşıcı 0a5df6786f cmdlgtst: Turkish translation. 2006-02-06 13:07:37 +01:00
Fatih Aşıcı 3b83595daf clock: Turkish translation. 2006-02-06 13:07:30 +01:00
Fatih Aşıcı 91ab7f3d0f wldap32: Turkish translation. 2006-02-06 13:07:19 +01:00
Fatih Aşıcı 5cc12beefb winspool: Turkish translation. 2006-02-06 13:07:07 +01:00