wine
16 years agomsvcrt: Added implementation of a few more __crt functions.
Alexandre Julliard [Wed, 19 Sep 2007 15:53:06 +0000 (17:53 +0200)] 
msvcrt: Added implementation of a few more __crt functions.

16 years agomsvcrt: Added implementation for __STRINGTOLD.
Alexandre Julliard [Wed, 19 Sep 2007 15:52:40 +0000 (17:52 +0200)] 
msvcrt: Added implementation for __STRINGTOLD.

16 years agomsvcrt: Resolve symbols clashes with FreeBSD libc.
Tijl Coosemans [Tue, 18 Sep 2007 14:33:34 +0000 (16:33 +0200)] 
msvcrt: Resolve symbols clashes with FreeBSD libc.

16 years agodmband: Fix a memory leak.
Andrew Talbot [Tue, 18 Sep 2007 21:58:29 +0000 (22:58 +0100)] 
dmband: Fix a memory leak.

16 years agoriched20: Add test for event masks and notifications.
Clinton Stimpson [Wed, 19 Sep 2007 06:01:09 +0000 (00:01 -0600)] 
riched20: Add test for event masks and notifications.

16 years agokernel32: Add a test for rw mapping of a read-only section.
Dmitry Timoshkov [Wed, 19 Sep 2007 11:01:22 +0000 (20:01 +0900)] 
kernel32: Add a test for rw mapping of a read-only section.

16 years agogdi: Implement line-by-line phase of the BiDi algorithm.
Maarten Lankhorst [Sat, 15 Sep 2007 13:21:00 +0000 (15:21 +0200)] 
gdi: Implement line-by-line phase of the BiDi algorithm.

16 years agogdi: Implement implicit resolving in BiDi.
Maarten Lankhorst [Sat, 15 Sep 2007 13:17:58 +0000 (15:17 +0200)] 
gdi: Implement implicit resolving in BiDi.

16 years agogdi: Implement neutrals resolving in BiDi.
Maarten Lankhorst [Sat, 15 Sep 2007 13:16:38 +0000 (15:16 +0200)] 
gdi: Implement neutrals resolving in BiDi.

16 years agogdi: Implement weak resolving in BiDi.
Maarten Lankhorst [Sat, 15 Sep 2007 13:15:30 +0000 (15:15 +0200)] 
gdi: Implement weak resolving in BiDi.

16 years agogdi: Implement explicit resolving in BiDi.
Maarten Lankhorst [Sat, 15 Sep 2007 13:03:22 +0000 (15:03 +0200)] 
gdi: Implement explicit resolving in BiDi.

16 years agogdi: Implement BiDi classification of characters and copying according to them.
Maarten Lankhorst [Sat, 15 Sep 2007 08:16:22 +0000 (10:16 +0200)] 
gdi: Implement BiDi classification of characters and copying according to them.

16 years agogdi: Remove support for libicu and all dependencies.
Maarten Lankhorst [Tue, 11 Sep 2007 11:07:56 +0000 (13:07 +0200)] 
gdi: Remove support for libicu and all dependencies.

16 years agomshtml: Added Exec(IDM_FONT) stub implementation.
Jacek Caban [Wed, 19 Sep 2007 11:35:30 +0000 (13:35 +0200)] 
mshtml: Added Exec(IDM_FONT) stub implementation.

16 years agomshtml: Added more tests.
Jacek Caban [Wed, 19 Sep 2007 11:33:28 +0000 (13:33 +0200)] 
mshtml: Added more tests.

16 years agomshtml: Fixed IHTMLTxtRange::get_text implementation with no nsrange associated.
Jacek Caban [Wed, 19 Sep 2007 11:33:03 +0000 (13:33 +0200)] 
mshtml: Fixed IHTMLTxtRange::get_text implementation with no nsrange associated.

16 years agomshtml: Added IHTMLStyleSheetsCollection::get_length implementation.
Jacek Caban [Wed, 19 Sep 2007 11:10:02 +0000 (13:10 +0200)] 
mshtml: Added IHTMLStyleSheetsCollection::get_length implementation.

16 years agomshtml: Added get_styleSheets implementation.
Jacek Caban [Wed, 19 Sep 2007 11:09:35 +0000 (13:09 +0200)] 
mshtml: Added get_styleSheets implementation.

16 years agomshtml: Added HTMLStyle::get_textDecoration* implementation.
Jacek Caban [Wed, 19 Sep 2007 10:42:10 +0000 (12:42 +0200)] 
mshtml: Added HTMLStyle::get_textDecoration* implementation.

16 years agomshtml: Added more IHTMLStyle getters implementation.
Jacek Caban [Wed, 19 Sep 2007 10:41:46 +0000 (12:41 +0200)] 
mshtml: Added more IHTMLStyle getters implementation.

16 years agomshtml: Return NULL for empty results in get_style_attr.
Jacek Caban [Wed, 19 Sep 2007 10:41:27 +0000 (12:41 +0200)] 
mshtml: Return NULL for empty results in get_style_attr.

16 years agomshtml: Forward node ref calls to IHTMLDOMNode interface.
Jacek Caban [Wed, 19 Sep 2007 10:40:41 +0000 (12:40 +0200)] 
mshtml: Forward node ref calls to IHTMLDOMNode interface.

16 years agomshtml: Get rid of node_type variable in HTMLNode object.
Jacek Caban [Wed, 19 Sep 2007 10:40:15 +0000 (12:40 +0200)] 
mshtml: Get rid of node_type variable in HTMLNode object.

16 years agomshtml: Don't use node_type from HTMLNode object.
Jacek Caban [Wed, 19 Sep 2007 10:39:50 +0000 (12:39 +0200)] 
mshtml: Don't use node_type from HTMLNode object.

16 years agosetupapi: Add missing prototypes and definitions, and change function prototypes...
Juan Lang [Tue, 18 Sep 2007 20:33:15 +0000 (13:33 -0700)] 
setupapi: Add missing prototypes and definitions, and change function prototypes to match.

16 years agosetupapi: Fix typo.
Juan Lang [Tue, 18 Sep 2007 16:50:50 +0000 (09:50 -0700)] 
setupapi: Fix typo.

16 years agosetupapi: Fix return type.
Juan Lang [Tue, 18 Sep 2007 16:48:29 +0000 (09:48 -0700)] 
setupapi: Fix return type.

16 years agosetupapi: Correct type to match PSDK.
Juan Lang [Tue, 18 Sep 2007 16:47:21 +0000 (09:47 -0700)] 
setupapi: Correct type to match PSDK.

16 years agows2_32/tests: Don't wait for FD_CONNECT event when non-blocking connect() was successful.
Tijl Coosemans [Tue, 18 Sep 2007 18:03:47 +0000 (20:03 +0200)] 
ws2_32/tests: Don't wait for FD_CONNECT event when non-blocking connect() was successful.

16 years agocrypt32: Fix alignment for 64-bit systems.
Juan Lang [Tue, 18 Sep 2007 16:21:39 +0000 (09:21 -0700)] 
crypt32: Fix alignment for 64-bit systems.

16 years agocrypt32: Implement streamed encoding of an indefinite-length data message.
Juan Lang [Tue, 18 Sep 2007 16:21:08 +0000 (09:21 -0700)] 
crypt32: Implement streamed encoding of an indefinite-length data message.

16 years agocrypt32: Pass length rather than entire message to CRYPT_EncodeContentLength.
Juan Lang [Tue, 18 Sep 2007 16:20:17 +0000 (09:20 -0700)] 
crypt32: Pass length rather than entire message to CRYPT_EncodeContentLength.

16 years agowined3d: Disable two sided stencil if it is supported, but not enabled.
Stefan Dösinger [Fri, 14 Sep 2007 10:02:56 +0000 (12:02 +0200)] 
wined3d: Disable two sided stencil if it is supported, but not enabled.

16 years agowined3d: Enable the stencil test if two sided stencil is used.
Stefan Dösinger [Fri, 14 Sep 2007 10:00:46 +0000 (12:00 +0200)] 
wined3d: Enable the stencil test if two sided stencil is used.

16 years agowined3d: Fix a copypaste error.
Stefan Dösinger [Fri, 14 Sep 2007 09:57:42 +0000 (11:57 +0200)] 
wined3d: Fix a copypaste error.

16 years agowined3d: Set the stencil mask for both faces.
Stefan Dösinger [Fri, 14 Sep 2007 09:57:07 +0000 (11:57 +0200)] 
wined3d: Set the stencil mask for both faces.

16 years agowined3d: Untie culling and offscreen rendering.
Stefan Dösinger [Tue, 18 Sep 2007 09:43:09 +0000 (11:43 +0200)] 
wined3d: Untie culling and offscreen rendering.

16 years agowidl: Implement complex arrays.
Dan Hipschman [Tue, 18 Sep 2007 22:29:59 +0000 (15:29 -0700)] 
widl: Implement complex arrays.

16 years agowidl: Handle all buffer sizes.
Dan Hipschman [Tue, 18 Sep 2007 22:29:26 +0000 (15:29 -0700)] 
widl: Handle all buffer sizes.

16 years agowidl: Implement pointer descriptions for complex structures.
Dan Hipschman [Tue, 18 Sep 2007 22:28:49 +0000 (15:28 -0700)] 
widl: Implement pointer descriptions for complex structures.

16 years agowidl: Fix alignment comments.
Dan Hipschman [Tue, 18 Sep 2007 22:28:17 +0000 (15:28 -0700)] 
widl: Fix alignment comments.

16 years agorpcrt4: Implement RpcSmDestroyClientContext and RpcSsDestroyClientContext.
Rob Shearman [Tue, 18 Sep 2007 15:32:29 +0000 (16:32 +0100)] 
rpcrt4: Implement RpcSmDestroyClientContext and RpcSsDestroyClientContext.

16 years agorpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Release that caused a double free...
Rob Shearman [Tue, 18 Sep 2007 15:31:55 +0000 (16:31 +0100)] 
rpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Release that caused a double free of memory.

16 years agotools: Remove the no longer needed bin2res tool.
Alexandre Julliard [Tue, 18 Sep 2007 11:29:07 +0000 (13:29 +0200)] 
tools: Remove the no longer needed bin2res tool.

16 years agowordpad.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:25:50 +0000 (13:25 +0200)] 
wordpad.exe: We can now store binary files in the repository.

16 years agowinetest.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:25:01 +0000 (13:25 +0200)] 
winetest.exe: We can now store binary files in the repository.

16 years agowinemine.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:22:14 +0000 (13:22 +0200)] 
winemine.exe: We can now store binary files in the repository.

16 years agowinefile.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:36:47 +0000 (13:36 +0200)] 
winefile.exe: We can now store binary files in the repository.

16 years agowinecfg.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:20:30 +0000 (13:20 +0200)] 
winecfg.exe: We can now store binary files in the repository.

16 years agouninstaller.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:19:44 +0000 (13:19 +0200)] 
uninstaller.exe: We can now store binary files in the repository.

16 years agotaskmgr.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:19:14 +0000 (13:19 +0200)] 
taskmgr.exe: We can now store binary files in the repository.

16 years agoregedit.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:35:16 +0000 (13:35 +0200)] 
regedit.exe: We can now store binary files in the repository.

16 years agooleview.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:15:44 +0000 (13:15 +0200)] 
oleview.exe: We can now store binary files in the repository.

16 years agomsiexec.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:15:04 +0000 (13:15 +0200)] 
msiexec.exe: We can now store binary files in the repository.

16 years agocmdlgtst.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:14:30 +0000 (13:14 +0200)] 
cmdlgtst.exe: We can now store binary files in the repository.

16 years agocmd.exe: We can now store binary files in the repository.
Alexandre Julliard [Tue, 18 Sep 2007 11:13:42 +0000 (13:13 +0200)] 
cmd.exe: We can now store binary files in the repository.

16 years agocrypt32: Use decode function's returned decoded length to advance pointer when decodi...
Juan Lang [Tue, 18 Sep 2007 01:02:26 +0000 (18:02 -0700)] 
crypt32: Use decode function's returned decoded length to advance pointer when decoding an array.

16 years agocrypt32: ret is already true, don't retest it.
Juan Lang [Tue, 18 Sep 2007 00:59:53 +0000 (17:59 -0700)] 
crypt32: ret is already true, don't retest it.

16 years agocrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
Juan Lang [Tue, 18 Sep 2007 00:55:13 +0000 (17:55 -0700)] 
crypt32: Explicitly count bytes to copy in DecodeCopyBytes.

16 years agocrypt32: Test and correct decoding indefinite-length-encoded PKCS content.
Juan Lang [Tue, 18 Sep 2007 00:29:37 +0000 (17:29 -0700)] 
crypt32: Test and correct decoding indefinite-length-encoded PKCS content.

16 years agocrypt32: Use correct encoded length when decoding a sequence.
Juan Lang [Tue, 18 Sep 2007 00:28:09 +0000 (17:28 -0700)] 
crypt32: Use correct encoded length when decoding a sequence.

16 years agocrypt32: Simplify AsnDecodeSequenceItems a tiny bit.
Juan Lang [Tue, 18 Sep 2007 00:27:12 +0000 (17:27 -0700)] 
crypt32: Simplify AsnDecodeSequenceItems a tiny bit.

16 years agocrypt32: Allow indefinite-length encoding of sequence items.
Juan Lang [Tue, 18 Sep 2007 00:26:51 +0000 (17:26 -0700)] 
crypt32: Allow indefinite-length encoding of sequence items.

16 years agocrypt32: Simplify DecodePathLenConstraint.
Juan Lang [Tue, 18 Sep 2007 00:21:43 +0000 (17:21 -0700)] 
crypt32: Simplify DecodePathLenConstraint.

16 years agocrypt32: Allow a sequence to have an indefinite-length encoding.
Juan Lang [Tue, 18 Sep 2007 00:20:52 +0000 (17:20 -0700)] 
crypt32: Allow a sequence to have an indefinite-length encoding.

16 years agocrypt32: Set *pcbDecoded in every function.
Juan Lang [Tue, 18 Sep 2007 00:18:53 +0000 (17:18 -0700)] 
crypt32: Set *pcbDecoded in every function.

16 years agocrypt32: Use internal form for all internal decoding functions.
Juan Lang [Tue, 18 Sep 2007 00:13:12 +0000 (17:13 -0700)] 
crypt32: Use internal form for all internal decoding functions.

16 years agocrypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used.
Juan Lang [Tue, 18 Sep 2007 00:12:27 +0000 (17:12 -0700)] 
crypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used.

16 years agocrypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked.
Juan Lang [Tue, 18 Sep 2007 00:11:54 +0000 (17:11 -0700)] 
crypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked.

16 years agocrypt32: Don't use exception handler when decoding time zone, caller already does.
Juan Lang [Tue, 18 Sep 2007 00:08:52 +0000 (17:08 -0700)] 
crypt32: Don't use exception handler when decoding time zone, caller already does.

16 years agocrypt32: Implement DecodeAltName with DecodeAltNameInternal.
Juan Lang [Tue, 18 Sep 2007 00:08:24 +0000 (17:08 -0700)] 
crypt32: Implement DecodeAltName with DecodeAltNameInternal.

16 years agocrypt32: Use AsnDecodeIntInternal where an internal function is called for.
Juan Lang [Tue, 18 Sep 2007 00:07:35 +0000 (17:07 -0700)] 
crypt32: Use AsnDecodeIntInternal where an internal function is called for.

16 years agocrypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjec...
Juan Lang [Tue, 18 Sep 2007 00:06:53 +0000 (17:06 -0700)] 
crypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjectEx form.

16 years agocrypt32: Use internal decode int function a couple more places.
Juan Lang [Tue, 18 Sep 2007 00:05:34 +0000 (17:05 -0700)] 
crypt32: Use internal decode int function a couple more places.

16 years agocrypt32: Introduce a space checking helper for functions that don't allocate memory...
Juan Lang [Tue, 18 Sep 2007 00:04:40 +0000 (17:04 -0700)] 
crypt32: Introduce a space checking helper for functions that don't allocate memory and use it where appropriate.

16 years agocrypt32: Move a comment that belonged elsewhere.
Juan Lang [Tue, 18 Sep 2007 00:04:02 +0000 (17:04 -0700)] 
crypt32: Move a comment that belonged elsewhere.

16 years agocrypt32: Separate DecodeInt into an internal and external version.
Juan Lang [Tue, 18 Sep 2007 00:03:28 +0000 (17:03 -0700)] 
crypt32: Separate DecodeInt into an internal and external version.

16 years agocrypt32: Use simpler form for internal time decoding functions.
Juan Lang [Tue, 18 Sep 2007 00:02:58 +0000 (17:02 -0700)] 
crypt32: Use simpler form for internal time decoding functions.

16 years agocrypt32: Allow items in an array to be indefinite-length encoded.
Juan Lang [Tue, 18 Sep 2007 00:02:19 +0000 (17:02 -0700)] 
crypt32: Allow items in an array to be indefinite-length encoded.

16 years agocrypt32: Support indefinite-length encoded arrays.
Juan Lang [Mon, 17 Sep 2007 23:58:25 +0000 (16:58 -0700)] 
crypt32: Support indefinite-length encoded arrays.

16 years agocrypt32: Set bytes decoded in all success paths.
Juan Lang [Mon, 17 Sep 2007 23:05:06 +0000 (16:05 -0700)] 
crypt32: Set bytes decoded in all success paths.

16 years agocrypt32: Introduce a helper function to get encoded length that allows indefinite...
Juan Lang [Mon, 17 Sep 2007 22:09:16 +0000 (15:09 -0700)] 
crypt32: Introduce a helper function to get encoded length that allows indefinite-length encoding.

16 years agocrypt32: Remove an unneeded WINAPI.
Juan Lang [Mon, 17 Sep 2007 22:08:23 +0000 (15:08 -0700)] 
crypt32: Remove an unneeded WINAPI.

16 years agocrypt32: Return bytes decoded from AsnDecodeArray.
Juan Lang [Mon, 17 Sep 2007 22:07:58 +0000 (15:07 -0700)] 
crypt32: Return bytes decoded from AsnDecodeArray.

16 years agocrypt32: Pass bytes decoded pointer to AsnDecodeArray.
Juan Lang [Mon, 17 Sep 2007 22:07:31 +0000 (15:07 -0700)] 
crypt32: Pass bytes decoded pointer to AsnDecodeArray.

16 years agocrypt32: Return bytes decoded when decoding an alt name entry.
Juan Lang [Mon, 17 Sep 2007 22:06:27 +0000 (15:06 -0700)] 
crypt32: Return bytes decoded when decoding an alt name entry.

16 years agocrypt32: Return bytes decoded when copying DER-encoded bytes.
Juan Lang [Mon, 17 Sep 2007 22:05:15 +0000 (15:05 -0700)] 
crypt32: Return bytes decoded when copying DER-encoded bytes.

16 years agocrypt32: Return bytes decoded when decoding a sequence.
Juan Lang [Mon, 17 Sep 2007 22:04:37 +0000 (15:04 -0700)] 
crypt32: Return bytes decoded when decoding a sequence.

16 years agocrypt32: Make a decode OID function that returns the number of bytes decoded.
Juan Lang [Mon, 17 Sep 2007 22:04:04 +0000 (15:04 -0700)] 
crypt32: Make a decode OID function that returns the number of bytes decoded.

16 years agocrypt32: Add a decoded parameter to AsnDecodeSequence.
Juan Lang [Mon, 17 Sep 2007 22:03:28 +0000 (15:03 -0700)] 
crypt32: Add a decoded parameter to AsnDecodeSequence.

16 years agocrypt32: Use a simpler prototype for array decoding functions.
Juan Lang [Mon, 17 Sep 2007 22:02:54 +0000 (15:02 -0700)] 
crypt32: Use a simpler prototype for array decoding functions.

16 years agocrypt32: Fix alignment on 64-bit systems.
Juan Lang [Mon, 17 Sep 2007 22:02:19 +0000 (15:02 -0700)] 
crypt32: Fix alignment on 64-bit systems.

16 years agocrypt32: Correct an optimization.
Juan Lang [Mon, 17 Sep 2007 22:01:52 +0000 (15:01 -0700)] 
crypt32: Correct an optimization.

16 years agocrypt32: Correct GET_LEN_BYTES for the indefinite-length form.
Juan Lang [Mon, 17 Sep 2007 22:01:29 +0000 (15:01 -0700)] 
crypt32: Correct GET_LEN_BYTES for the indefinite-length form.

16 years agocrypt32: Add a test of an indefinite-length sequence.
Juan Lang [Mon, 17 Sep 2007 22:00:58 +0000 (15:00 -0700)] 
crypt32: Add a test of an indefinite-length sequence.

16 years agocrypt32: Update comments.
Juan Lang [Mon, 17 Sep 2007 22:00:30 +0000 (15:00 -0700)] 
crypt32: Update comments.

16 years agodbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
Francois Gouget [Mon, 17 Sep 2007 22:40:06 +0000 (00:40 +0200)] 
dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.

16 years agodnsapi: Fix the DnsQueryConfig() prototype.
Francois Gouget [Mon, 17 Sep 2007 22:39:58 +0000 (00:39 +0200)] 
dnsapi: Fix the DnsQueryConfig() prototype.

16 years agowordpad: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 17 Sep 2007 22:39:11 +0000 (00:39 +0200)] 
wordpad: Fix compilation on systems that don't support nameless unions.

16 years agoimagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW().
Francois Gouget [Mon, 17 Sep 2007 22:40:42 +0000 (00:40 +0200)] 
imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW().