wine
12 years agostrmbase: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:11 +0000 (13:06 +0100)] 
strmbase: Avoid hardcoding the Unicode string literal lengths.

12 years agofusion: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:38 +0000 (13:08 +0100)] 
fusion: Avoid hardcoding the Unicode string literal lengths.

12 years agoattrib: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:27 +0000 (13:06 +0100)] 
attrib: Avoid hardcoding the Unicode string literal lengths.

12 years agomlang/tests: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:26 +0000 (13:07 +0100)] 
mlang/tests: Avoid hardcoding the Unicode string literal lengths.

12 years agoole32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:09 +0000 (13:07 +0100)] 
ole32: Avoid hardcoding the Unicode string literal lengths.

12 years agogdi32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:31 +0000 (13:08 +0100)] 
gdi32: Avoid hardcoding the Unicode string literal lengths.

12 years agokernel32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:23 +0000 (13:08 +0100)] 
kernel32: Avoid hardcoding the Unicode string literal lengths.

12 years agokrnl386.exe16: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:35 +0000 (13:07 +0100)] 
krnl386.exe16: Avoid hardcoding the Unicode string literal lengths.

12 years agontdll: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:20 +0000 (13:07 +0100)] 
ntdll: Avoid hardcoding the Unicode string literal lengths.

12 years agoquartz: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:04 +0000 (13:07 +0100)] 
quartz: Avoid hardcoding the Unicode string literal lengths.

12 years agoriched20: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:45 +0000 (13:06 +0100)] 
riched20: Avoid hardcoding the Unicode string literal lengths.

12 years agowindowscodecs: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:31 +0000 (13:06 +0100)] 
windowscodecs: Avoid hardcoding the Unicode string literal lengths.

12 years agotaskmgr: Remove unneeded and untranslatable widget labels.
Francois Gouget [Fri, 16 Dec 2011 12:05:58 +0000 (13:05 +0100)] 
taskmgr: Remove unneeded and untranslatable widget labels.

12 years agooleaut32: Fix IPicture::SelectPicture to not try to select a bitmap into two DCs...
Alexandre Julliard [Fri, 16 Dec 2011 15:29:12 +0000 (16:29 +0100)] 
oleaut32: Fix IPicture::SelectPicture to not try to select a bitmap into two DCs at the same time.

12 years agouser32: Don't try to alpha blend icons on low color bitmaps.
Alexandre Julliard [Fri, 16 Dec 2011 13:20:56 +0000 (14:20 +0100)] 
user32: Don't try to alpha blend icons on low color bitmaps.

12 years agocomctl32: Use GetDIBits to retrieve the default color map for an imagelist DIB section.
Alexandre Julliard [Fri, 16 Dec 2011 13:20:05 +0000 (14:20 +0100)] 
comctl32: Use GetDIBits to retrieve the default color map for an imagelist DIB section.

12 years agocomctl32: Use DrawIconEx to copy icon bits and use the correct background color.
Alexandre Julliard [Fri, 16 Dec 2011 13:19:38 +0000 (14:19 +0100)] 
comctl32: Use DrawIconEx to copy icon bits and use the correct background color.

12 years agocomctl32/tests: Add some more tests for ImageList_Write.
Alexandre Julliard [Fri, 16 Dec 2011 12:07:45 +0000 (13:07 +0100)] 
comctl32/tests: Add some more tests for ImageList_Write.

12 years agontdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:45:23 +0000 (14:45 +0800)] 
ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.

12 years agokernel32: Add a bunch of VirtualProtect tests on an image section.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:45:01 +0000 (14:45 +0800)] 
kernel32: Add a bunch of VirtualProtect tests on an image section.

12 years agontdll: Setting WRITECOPY protection on a memory-mapped file is allowed.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:44:35 +0000 (14:44 +0800)] 
ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed.

12 years agojscript: Return VARIANT directly from expr_eval.
Jacek Caban [Fri, 16 Dec 2011 10:45:37 +0000 (11:45 +0100)] 
jscript: Return VARIANT directly from expr_eval.

12 years agojscript: Invoke bytecode directly from expr_eval.
Jacek Caban [Fri, 16 Dec 2011 10:44:27 +0000 (11:44 +0100)] 
jscript: Invoke bytecode directly from expr_eval.

12 years agojscript: Get rid of no longer needed expression eval entry.
Jacek Caban [Fri, 16 Dec 2011 10:44:03 +0000 (11:44 +0100)] 
jscript: Get rid of no longer needed expression eval entry.

12 years agojscript: Use bytecode for object literal implementation.
Jacek Caban [Fri, 16 Dec 2011 10:43:31 +0000 (11:43 +0100)] 
jscript: Use bytecode for object literal implementation.

12 years agojscript: Use bytecode for function expression implementation.
Jacek Caban [Fri, 16 Dec 2011 10:42:57 +0000 (11:42 +0100)] 
jscript: Use bytecode for function expression implementation.

12 years agomsxml3: Remove redundant type specifiers.
Nikolay Sivov [Fri, 16 Dec 2011 11:33:32 +0000 (14:33 +0300)] 
msxml3: Remove redundant type specifiers.

12 years agomsxml3: Don't use libxml2 encoding helpers.
Nikolay Sivov [Thu, 15 Dec 2011 23:36:53 +0000 (02:36 +0300)] 
msxml3: Don't use libxml2 encoding helpers.

12 years agomsvcp90: Added ctype<unsigned short> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:33 +0000 (11:32 +0100)] 
msvcp90: Added ctype<unsigned short> class stub.

12 years agomsvcp90: Added ctype<wchar_t> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:18 +0000 (11:32 +0100)] 
msvcp90: Added ctype<wchar_t> class stub.

12 years agomsvcp90: Added ctype<char> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:03 +0000 (11:32 +0100)] 
msvcp90: Added ctype<char> class stub.

12 years agomsvcp90: Added ctype_base class implementation.
Piotr Caban [Fri, 16 Dec 2011 10:31:45 +0000 (11:31 +0100)] 
msvcp90: Added ctype_base class implementation.

12 years agogdi32/tests: Add tests for device capabilities on memory DCs.
Alexandre Julliard [Fri, 16 Dec 2011 11:09:02 +0000 (12:09 +0100)] 
gdi32/tests: Add tests for device capabilities on memory DCs.

12 years agowineps: Inherit the device mode from the source DC when creating a compatible DC.
Alexandre Julliard [Fri, 16 Dec 2011 11:08:38 +0000 (12:08 +0100)] 
wineps: Inherit the device mode from the source DC when creating a compatible DC.

12 years agowinex11: Update MWM hints when the window size changes.
Alexandre Julliard [Fri, 16 Dec 2011 11:08:08 +0000 (12:08 +0100)] 
winex11: Update MWM hints when the window size changes.

12 years agocomdlg32: Widen buffer to accomodate Catalan translation.
Alex Henrie [Fri, 16 Dec 2011 07:48:01 +0000 (00:48 -0700)] 
comdlg32: Widen buffer to accomodate Catalan translation.

12 years agopo: Update Catalan translation.
Alex Henrie [Fri, 16 Dec 2011 07:47:51 +0000 (00:47 -0700)] 
po: Update Catalan translation.

12 years agopo: Update French translation.
Frédéric Delanoy [Thu, 15 Dec 2011 20:35:06 +0000 (21:35 +0100)] 
po: Update French translation.

12 years agoview: Remove unneeded RC files.
Francois Gouget [Thu, 15 Dec 2011 21:37:10 +0000 (22:37 +0100)] 
view: Remove unneeded RC files.

12 years agoinclude: shldisp.idl should only import ocidl.idl.
Francois Gouget [Thu, 15 Dec 2011 19:32:28 +0000 (20:32 +0100)] 
include: shldisp.idl should only import ocidl.idl.

12 years agoinclude: Include windef.h and packing directives in rpcasync.h when needed.
Francois Gouget [Thu, 15 Dec 2011 19:20:22 +0000 (20:20 +0100)] 
include: Include windef.h and packing directives in rpcasync.h when needed.

12 years agoinclude: Add missing include directives.
Francois Gouget [Thu, 15 Dec 2011 19:19:31 +0000 (20:19 +0100)] 
include: Add missing include directives.

12 years agousp10: Do not try to fallback if no fallback font is specified.
Aric Stewart [Thu, 15 Dec 2011 15:51:21 +0000 (09:51 -0600)] 
usp10: Do not try to fallback if no fallback font is specified.

12 years agojscript: Get rid of no longer needed EXPR_NEWREF flag.
Jacek Caban [Thu, 15 Dec 2011 14:44:23 +0000 (15:44 +0100)] 
jscript: Get rid of no longer needed EXPR_NEWREF flag.

12 years agojscript: Always use compiler for member, array and identifier expressions.
Jacek Caban [Thu, 15 Dec 2011 14:44:08 +0000 (15:44 +0100)] 
jscript: Always use compiler for member, array and identifier expressions.

12 years agojscript: Don't pass EXPR_NEWREF to name expression in array_expression_eval.
Jacek Caban [Thu, 15 Dec 2011 14:43:43 +0000 (15:43 +0100)] 
jscript: Don't pass EXPR_NEWREF to name expression in array_expression_eval.

12 years agojscript: Call expressions needling EXPR_NEWREF flag directly.
Jacek Caban [Thu, 15 Dec 2011 14:43:20 +0000 (15:43 +0100)] 
jscript: Call expressions needling EXPR_NEWREF flag directly.

12 years agojscript: Throw type error on invalid delete.
Jacek Caban [Thu, 15 Dec 2011 14:43:01 +0000 (15:43 +0100)] 
jscript: Throw type error on invalid delete.

12 years agojscript: Added more deleting tests.
Jacek Caban [Thu, 15 Dec 2011 14:42:41 +0000 (15:42 +0100)] 
jscript: Added more deleting tests.

12 years agojscript: Use byte code for deleting identifier expressions.
Jacek Caban [Thu, 15 Dec 2011 14:42:27 +0000 (15:42 +0100)] 
jscript: Use byte code for deleting identifier expressions.

12 years agomsxml3: Get rid of libxml2 output buffer implementation.
Nikolay Sivov [Thu, 15 Dec 2011 13:03:21 +0000 (16:03 +0300)] 
msxml3: Get rid of libxml2 output buffer implementation.

12 years agoconfigure: Use errno.h instead of the non-standard sys/errno.h header.
Francois Gouget [Thu, 15 Dec 2011 10:16:27 +0000 (11:16 +0100)] 
configure: Use errno.h instead of the non-standard sys/errno.h header.

12 years agontdll: Properly set flags in NtCreateNamedPipe().
Adam Martinson [Sun, 11 Dec 2011 19:10:32 +0000 (13:10 -0600)] 
ntdll: Properly set flags in NtCreateNamedPipe().

12 years agocmd: Improve the message when the volume has no label.
Akihiro Sagawa [Wed, 14 Dec 2011 12:22:58 +0000 (21:22 +0900)] 
cmd: Improve the message when the volume has no label.

12 years agouser32: Always use the default alignment when displaying submenu popups.
Alexandre Julliard [Thu, 15 Dec 2011 16:44:03 +0000 (17:44 +0100)] 
user32: Always use the default alignment when displaying submenu popups.

12 years agouser32: Cache the global key state to avoid performance issues in applications that...
Alexandre Julliard [Thu, 15 Dec 2011 13:30:41 +0000 (14:30 +0100)] 
user32: Cache the global key state to avoid performance issues in applications that poll constantly.

12 years agoserver: Optionally return the global key state when queueing a hardware message.
Alexandre Julliard [Thu, 15 Dec 2011 13:29:46 +0000 (14:29 +0100)] 
server: Optionally return the global key state when queueing a hardware message.

12 years agokernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile...
Dmitry Timoshkov [Thu, 15 Dec 2011 08:06:37 +0000 (16:06 +0800)] 
kernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile protections.

12 years agomsvcp90: Added collate<unsigned short> class stub.
Piotr Caban [Thu, 15 Dec 2011 09:17:28 +0000 (10:17 +0100)] 
msvcp90: Added collate<unsigned short> class stub.

12 years agomsvcp90: Added collate<wchar_t> class stub.
Piotr Caban [Thu, 15 Dec 2011 09:17:08 +0000 (10:17 +0100)] 
msvcp90: Added collate<wchar_t> class stub.

12 years agomsvcp90: Added collate<char> class stub.
Piotr Caban [Thu, 15 Dec 2011 09:16:48 +0000 (10:16 +0100)] 
msvcp90: Added collate<char> class stub.

12 years agomsvcp90: Fixed basic_streambuf<char> vtable.
Piotr Caban [Thu, 15 Dec 2011 09:16:27 +0000 (10:16 +0100)] 
msvcp90: Fixed basic_streambuf<char> vtable.

12 years agomsvcp90: Removed __ASM_EXCEPTION_VTABLE macro.
Piotr Caban [Thu, 15 Dec 2011 09:16:08 +0000 (10:16 +0100)] 
msvcp90: Removed __ASM_EXCEPTION_VTABLE macro.

12 years agourlmon: Added stub for 444 and 445 function.
Piotr Caban [Thu, 15 Dec 2011 09:12:01 +0000 (10:12 +0100)] 
urlmon: Added stub for 444 and 445 function.

12 years agourlmon: Fixed trace message in URLMoniker_BindToObject function.
Piotr Caban [Thu, 15 Dec 2011 09:11:44 +0000 (10:11 +0100)] 
urlmon: Fixed trace message in URLMoniker_BindToObject function.

12 years agoinclude: Add a couple of missing include directives in windows.h.
Francois Gouget [Thu, 15 Dec 2011 09:09:39 +0000 (10:09 +0100)] 
include: Add a couple of missing include directives in windows.h.

Rename a variable to avoid a conflict with the Unknown enumeration value.
Define WIN32_LEAN_AND_MEAN to avoid conflicts caused by the SetPort macro.

12 years agoinclude: Update the nldef.h and *mib.h headers.
Francois Gouget [Thu, 15 Dec 2011 09:06:24 +0000 (10:06 +0100)] 
include: Update the nldef.h and *mib.h headers.

12 years agocomctl32: Don't try to mask out the image for palette-based bitmaps.
Alexandre Julliard [Wed, 14 Dec 2011 20:38:10 +0000 (21:38 +0100)] 
comctl32: Don't try to mask out the image for palette-based bitmaps.

12 years agousp10: Add Spacing Modifier Letters to the Latin script block.
Aric Stewart [Wed, 14 Dec 2011 16:22:07 +0000 (10:22 -0600)] 
usp10: Add Spacing Modifier Letters to the Latin script block.

12 years agousp10: Add Private Use Area and Surrogates Area from Unicode Chapter 16.
Aric Stewart [Wed, 14 Dec 2011 13:29:54 +0000 (07:29 -0600)] 
usp10: Add Private Use Area and Surrogates Area from Unicode Chapter 16.

12 years agousp10: Add Braille script.
Aric Stewart [Wed, 14 Dec 2011 13:29:48 +0000 (07:29 -0600)] 
usp10: Add Braille script.

12 years agousp10: Add Runic Script.
Aric Stewart [Wed, 14 Dec 2011 13:29:39 +0000 (07:29 -0600)] 
usp10: Add Runic Script.

12 years agousp10: Add Ogham script.
Aric Stewart [Wed, 14 Dec 2011 13:29:28 +0000 (07:29 -0600)] 
usp10: Add Ogham script.

12 years agousp10: Add Canadian Aboriginal Syllabics script.
Aric Stewart [Wed, 14 Dec 2011 13:29:19 +0000 (07:29 -0600)] 
usp10: Add Canadian Aboriginal Syllabics script.

12 years agousp10: Add Cherokee script.
Aric Stewart [Wed, 14 Dec 2011 13:29:10 +0000 (07:29 -0600)] 
usp10: Add Cherokee script.

12 years agousp10: Add Vai script.
Aric Stewart [Wed, 14 Dec 2011 13:29:03 +0000 (07:29 -0600)] 
usp10: Add Vai script.

12 years agousp10: Add N'Ko script.
Aric Stewart [Wed, 14 Dec 2011 13:28:56 +0000 (07:28 -0600)] 
usp10: Add N'Ko script.

12 years agousp10: Add Tifinagh script.
Aric Stewart [Wed, 14 Dec 2011 13:28:46 +0000 (07:28 -0600)] 
usp10: Add Tifinagh script.

12 years agousp10: Add Mongolian script.
Aric Stewart [Wed, 14 Dec 2011 13:27:56 +0000 (07:27 -0600)] 
usp10: Add Mongolian script.

12 years agousp10: Allow for multiple broken item counts.
Aric Stewart [Wed, 14 Dec 2011 13:27:47 +0000 (07:27 -0600)] 
usp10: Allow for multiple broken item counts.

12 years agousp10: Add Ethiopic script.
Aric Stewart [Wed, 14 Dec 2011 13:27:38 +0000 (07:27 -0600)] 
usp10: Add Ethiopic script.

12 years agokernel32: Don't run a nonexistent builtin from CreateProcess when filename is not...
Alexandre Julliard [Tue, 13 Dec 2011 19:25:53 +0000 (20:25 +0100)] 
kernel32: Don't run a nonexistent builtin from CreateProcess when filename is not specified.

12 years agosetupapi: Specify the correct binary file name when registering an executable.
Alexandre Julliard [Wed, 14 Dec 2011 17:09:18 +0000 (18:09 +0100)] 
setupapi: Specify the correct binary file name when registering an executable.

12 years agowine.inf: Also create iexplorer.exe in the system directory for registration.
Alexandre Julliard [Wed, 14 Dec 2011 17:01:25 +0000 (18:01 +0100)] 
wine.inf: Also create iexplorer.exe in the system directory for registration.

12 years agowinex11: Add missing initialization of pattern brush style.
Alexandre Julliard [Wed, 14 Dec 2011 16:35:21 +0000 (17:35 +0100)] 
winex11: Add missing initialization of pattern brush style.

12 years agogdi32/tests: Add some tests for behavior of 32-bit DDBs.
Alexandre Julliard [Wed, 14 Dec 2011 16:34:58 +0000 (17:34 +0100)] 
gdi32/tests: Add some tests for behavior of 32-bit DDBs.

12 years agopo: Update French translation.
Frédéric Delanoy [Tue, 13 Dec 2011 21:36:48 +0000 (22:36 +0100)] 
po: Update French translation.

12 years agomsxml3: Initialize VARIANT before passing it to VariantCopy.
Nikolay Sivov [Wed, 14 Dec 2011 11:51:30 +0000 (14:51 +0300)] 
msxml3: Initialize VARIANT before passing it to VariantCopy.

12 years agomsxml3: Added IXMLDOMParseError2 support.
Nikolay Sivov [Wed, 14 Dec 2011 12:42:23 +0000 (15:42 +0300)] 
msxml3: Added IXMLDOMParseError2 support.

12 years agomsxml3: Implemented get_responseStream().
Nikolay Sivov [Mon, 12 Dec 2011 21:56:13 +0000 (00:56 +0300)] 
msxml3: Implemented get_responseStream().

12 years agod3dx9: Implement ID3DXBaseEffect::SetValue().
Rico Schüller [Tue, 13 Dec 2011 16:02:42 +0000 (17:02 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetValue().

12 years agod3dx9: Implement ID3DXBaseEffect::SetVectorArray().
Rico Schüller [Tue, 13 Dec 2011 16:02:37 +0000 (17:02 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetVectorArray().

12 years agod3dx9: Implement ID3DXBaseEffect::SetVector().
Rico Schüller [Tue, 13 Dec 2011 16:02:34 +0000 (17:02 +0100)] 
d3dx9: Implement ID3DXBaseEffect::SetVector().

12 years agod3dx9: Implement ID3DXBaseEffect::GetVector().
Rico Schüller [Tue, 13 Dec 2011 16:02:29 +0000 (17:02 +0100)] 
d3dx9: Implement ID3DXBaseEffect::GetVector().

12 years agoinclude: Add extern "C" directives where needed.
Francois Gouget [Tue, 13 Dec 2011 20:10:50 +0000 (21:10 +0100)] 
include: Add extern "C" directives where needed.

12 years agoinclude: Remove unneeded extern "C" directives.
Francois Gouget [Tue, 13 Dec 2011 20:12:20 +0000 (21:12 +0100)] 
include: Remove unneeded extern "C" directives.

12 years agoinclude: Add the Dll(Un)RegisterServer() prototypes to olectl.h.
Francois Gouget [Tue, 13 Dec 2011 20:10:45 +0000 (21:10 +0100)] 
include: Add the Dll(Un)RegisterServer() prototypes to olectl.h.

12 years agoinclude: Define the MIB_IF_OPER_STATUS_XXX constants using an enumeration in ipifcons.h.
Francois Gouget [Tue, 13 Dec 2011 20:10:40 +0000 (21:10 +0100)] 
include: Define the MIB_IF_OPER_STATUS_XXX constants using an enumeration in ipifcons.h.

12 years agoinclude: Split iprtrmib.h into multiple mib.h files.
Francois Gouget [Tue, 13 Dec 2011 20:04:41 +0000 (21:04 +0100)] 
include: Split iprtrmib.h into multiple mib.h files.

Include them where appropriate.

12 years agoinclude: Move some definitions from iptypes.h to nldef.h.
Francois Gouget [Tue, 13 Dec 2011 20:04:31 +0000 (21:04 +0100)] 
include: Move some definitions from iptypes.h to nldef.h.

Include nldef.h where appropriate.