Commit Graph

39501 Commits

Author SHA1 Message Date
Jacek Caban
271049ca09 mshtml: Added IHTMLStyleSheetsCollection::get_length implementation. 2007-09-19 13:57:38 +02:00
Jacek Caban
ebd918eb48 mshtml: Added get_styleSheets implementation. 2007-09-19 13:57:33 +02:00
Jacek Caban
5071f124ab mshtml: Added HTMLStyle::get_textDecoration* implementation. 2007-09-19 13:57:20 +02:00
Jacek Caban
b5dadf955e mshtml: Added more IHTMLStyle getters implementation. 2007-09-19 13:57:14 +02:00
Jacek Caban
13bb3dd8ee mshtml: Return NULL for empty results in get_style_attr. 2007-09-19 13:57:09 +02:00
Jacek Caban
a95bfede8a mshtml: Forward node ref calls to IHTMLDOMNode interface. 2007-09-19 13:57:02 +02:00
Jacek Caban
4b2b441e5b mshtml: Get rid of node_type variable in HTMLNode object. 2007-09-19 13:56:55 +02:00
Jacek Caban
6aa3834ffd mshtml: Don't use node_type from HTMLNode object. 2007-09-19 13:56:52 +02:00
Juan Lang
9fc7973727 setupapi: Add missing prototypes and definitions, and change function prototypes to match. 2007-09-19 12:48:46 +02:00
Juan Lang
d62285d006 setupapi: Fix typo. 2007-09-19 12:34:33 +02:00
Juan Lang
2e2fe9b9f7 setupapi: Fix return type. 2007-09-19 12:31:43 +02:00
Juan Lang
ae6f5616cb setupapi: Correct type to match PSDK. 2007-09-19 12:31:37 +02:00
Tijl Coosemans
1233b4b27b ws2_32/tests: Don't wait for FD_CONNECT event when non-blocking connect() was successful. 2007-09-19 11:41:49 +02:00
Juan Lang
91f2a4d687 crypt32: Fix alignment for 64-bit systems. 2007-09-19 11:41:18 +02:00
Juan Lang
71b5ba0336 crypt32: Implement streamed encoding of an indefinite-length data message. 2007-09-19 11:40:44 +02:00
Juan Lang
19956d6e97 crypt32: Pass length rather than entire message to CRYPT_EncodeContentLength. 2007-09-19 11:40:38 +02:00
Stefan Dösinger
145d56847b wined3d: Disable two sided stencil if it is supported, but not enabled. 2007-09-19 11:40:28 +02:00
Stefan Dösinger
ad3fe8562b wined3d: Enable the stencil test if two sided stencil is used. 2007-09-19 11:40:19 +02:00
Stefan Dösinger
e62a4b0352 wined3d: Fix a copypaste error. 2007-09-19 11:40:10 +02:00
Stefan Dösinger
703ec4cbc4 wined3d: Set the stencil mask for both faces. 2007-09-19 11:40:02 +02:00
Stefan Dösinger
5a63b79a66 wined3d: Untie culling and offscreen rendering. 2007-09-19 11:39:55 +02:00
Dan Hipschman
132f06cd48 widl: Implement complex arrays. 2007-09-19 11:39:09 +02:00
Dan Hipschman
6eb07cb100 widl: Handle all buffer sizes. 2007-09-19 11:38:53 +02:00
Dan Hipschman
8df79f0c99 widl: Implement pointer descriptions for complex structures. 2007-09-19 11:38:28 +02:00
Dan Hipschman
b16de39417 widl: Fix alignment comments. 2007-09-19 11:38:16 +02:00
Rob Shearman
f67a6adf4e rpcrt4: Implement RpcSmDestroyClientContext and RpcSsDestroyClientContext. 2007-09-19 11:36:41 +02:00
Rob Shearman
5191498564 rpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Release that caused a double free of memory. 2007-09-19 11:36:28 +02:00
Alexandre Julliard
b64ceefde3 tools: Remove the no longer needed bin2res tool. 2007-09-18 13:36:58 +02:00
Alexandre Julliard
eb03098681 wordpad.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02:00
Alexandre Julliard
ba465823b5 winetest.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02:00
Alexandre Julliard
68fb05e421 winemine.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02:00
Alexandre Julliard
6fae47ef9f winefile.exe: We can now store binary files in the repository. 2007-09-18 13:36:47 +02:00
Alexandre Julliard
9966a787aa winecfg.exe: We can now store binary files in the repository. 2007-09-18 13:35:35 +02:00
Alexandre Julliard
0bed768ec6 uninstaller.exe: We can now store binary files in the repository. 2007-09-18 13:35:35 +02:00
Alexandre Julliard
2cd77f38e9 taskmgr.exe: We can now store binary files in the repository. 2007-09-18 13:35:35 +02:00
Alexandre Julliard
f6366e2d00 regedit.exe: We can now store binary files in the repository. 2007-09-18 13:35:16 +02:00
Alexandre Julliard
d1cadd4753 oleview.exe: We can now store binary files in the repository. 2007-09-18 13:15:44 +02:00
Alexandre Julliard
3aa5dfb240 msiexec.exe: We can now store binary files in the repository. 2007-09-18 13:15:04 +02:00
Alexandre Julliard
cd2bf5fabd cmdlgtst.exe: We can now store binary files in the repository. 2007-09-18 13:14:30 +02:00
Alexandre Julliard
7015869d22 cmd.exe: We can now store binary files in the repository. 2007-09-18 13:13:42 +02:00
Juan Lang
0bd29b1243 crypt32: Use decode function's returned decoded length to advance pointer when decoding an array. 2007-09-18 11:57:56 +02:00
Juan Lang
ee28204fcf crypt32: ret is already true, don't retest it. 2007-09-18 11:57:48 +02:00
Juan Lang
9c4c856fde crypt32: Explicitly count bytes to copy in DecodeCopyBytes. 2007-09-18 11:57:41 +02:00
Juan Lang
7e475b4a77 crypt32: Test and correct decoding indefinite-length-encoded PKCS content. 2007-09-18 11:57:33 +02:00
Juan Lang
43e6b48b33 crypt32: Use correct encoded length when decoding a sequence. 2007-09-18 11:57:24 +02:00
Juan Lang
f534a67bfc crypt32: Simplify AsnDecodeSequenceItems a tiny bit. 2007-09-18 11:57:17 +02:00
Juan Lang
34aaabca83 crypt32: Allow indefinite-length encoding of sequence items. 2007-09-18 11:57:10 +02:00
Juan Lang
be91ad3604 crypt32: Simplify DecodePathLenConstraint. 2007-09-18 11:57:02 +02:00
Juan Lang
4fd90ddad3 crypt32: Allow a sequence to have an indefinite-length encoding. 2007-09-18 11:56:55 +02:00
Juan Lang
2e8ae598e1 crypt32: Set *pcbDecoded in every function. 2007-09-18 11:56:48 +02:00