Commit Graph

84361 Commits

Author SHA1 Message Date
Alexandre Julliard 755abced55 user32: Always use the default alignment when displaying submenu popups. 2011-12-15 17:46:25 +01:00
Alexandre Julliard cb3b723792 user32: Cache the global key state to avoid performance issues in applications that poll constantly. 2011-12-15 16:25:40 +01:00
Alexandre Julliard 5a30e31806 server: Optionally return the global key state when queueing a hardware message. 2011-12-15 14:46:53 +01:00
Dmitry Timoshkov 5379a75baf kernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile protections. 2011-12-15 14:46:53 +01:00
Piotr Caban 59b2639e39 msvcp90: Added collate<unsigned short> class stub. 2011-12-15 10:49:21 +01:00
Piotr Caban 6254893e01 msvcp90: Added collate<wchar_t> class stub. 2011-12-15 10:49:21 +01:00
Piotr Caban c52c859568 msvcp90: Added collate<char> class stub. 2011-12-15 10:49:20 +01:00
Piotr Caban 72999eac5b msvcp90: Fixed basic_streambuf<char> vtable. 2011-12-15 10:49:20 +01:00
Piotr Caban 07a9909cca msvcp90: Removed __ASM_EXCEPTION_VTABLE macro. 2011-12-15 10:49:19 +01:00
Piotr Caban dc8467fefe urlmon: Added stub for 444 and 445 function. 2011-12-15 10:49:19 +01:00
Piotr Caban b779ae4870 urlmon: Fixed trace message in URLMoniker_BindToObject function. 2011-12-15 10:49:18 +01:00
Francois Gouget 3c3a4740ca 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.
2011-12-15 10:49:18 +01:00
Francois Gouget 3fe2d6e5fd include: Update the nldef.h and *mib.h headers. 2011-12-15 10:49:17 +01:00
Alexandre Julliard 129f48a692 comctl32: Don't try to mask out the image for palette-based bitmaps. 2011-12-15 10:49:03 +01:00
Aric Stewart 447384e7b8 usp10: Add Spacing Modifier Letters to the Latin script block. 2011-12-14 19:35:19 +01:00
Aric Stewart 4d188aa20e usp10: Add Private Use Area and Surrogates Area from Unicode Chapter 16. 2011-12-14 19:35:19 +01:00
Aric Stewart ad71c95e59 usp10: Add Braille script. 2011-12-14 19:35:18 +01:00
Aric Stewart 1c079ad196 usp10: Add Runic Script. 2011-12-14 19:35:17 +01:00
Aric Stewart 8b415ee99f usp10: Add Ogham script. 2011-12-14 19:35:16 +01:00
Aric Stewart 1c40824572 usp10: Add Canadian Aboriginal Syllabics script. 2011-12-14 19:35:15 +01:00
Aric Stewart fa5d9da009 usp10: Add Cherokee script. 2011-12-14 19:35:15 +01:00
Aric Stewart c697d95967 usp10: Add Vai script. 2011-12-14 19:35:14 +01:00
Aric Stewart e7112792ef usp10: Add N'Ko script. 2011-12-14 19:35:14 +01:00
Aric Stewart e5ad5cd11a usp10: Add Tifinagh script. 2011-12-14 19:35:13 +01:00
Aric Stewart be9369e7fe usp10: Add Mongolian script. 2011-12-14 19:35:12 +01:00
Aric Stewart eb084562be usp10: Allow for multiple broken item counts. 2011-12-14 19:35:11 +01:00
Aric Stewart a65c818ca0 usp10: Add Ethiopic script. 2011-12-14 19:35:11 +01:00
Alexandre Julliard fe7652d0af kernel32: Don't run a nonexistent builtin from CreateProcess when filename is not specified. 2011-12-14 19:35:10 +01:00
Alexandre Julliard f9c8afd320 setupapi: Specify the correct binary file name when registering an executable. 2011-12-14 19:35:10 +01:00
Alexandre Julliard f5956f1ac6 wine.inf: Also create iexplorer.exe in the system directory for registration. 2011-12-14 19:35:04 +01:00
Alexandre Julliard 59f790af04 winex11: Add missing initialization of pattern brush style. 2011-12-14 17:54:45 +01:00
Alexandre Julliard 6752d3478f gdi32/tests: Add some tests for behavior of 32-bit DDBs. 2011-12-14 17:54:45 +01:00
Frédéric Delanoy b1c791c7d3 po: Update French translation. 2011-12-14 17:54:45 +01:00
Nikolay Sivov 2cd62a5dbd msxml3: Initialize VARIANT before passing it to VariantCopy. 2011-12-14 17:54:45 +01:00
Nikolay Sivov 0151f4741a msxml3: Added IXMLDOMParseError2 support. 2011-12-14 17:54:45 +01:00
Nikolay Sivov 19a86feaa1 msxml3: Implemented get_responseStream(). 2011-12-14 17:54:45 +01:00
Rico Schüller 940b50b2d8 d3dx9: Implement ID3DXBaseEffect::SetValue(). 2011-12-14 17:54:45 +01:00
Rico Schüller 165afd63ce d3dx9: Implement ID3DXBaseEffect::SetVectorArray(). 2011-12-14 17:54:45 +01:00
Rico Schüller 67591832a3 d3dx9: Implement ID3DXBaseEffect::SetVector(). 2011-12-14 17:54:45 +01:00
Rico Schüller e2b1f0cce9 d3dx9: Implement ID3DXBaseEffect::GetVector(). 2011-12-14 17:54:45 +01:00
Francois Gouget eb5d62cbf7 include: Add extern "C" directives where needed. 2011-12-14 17:54:45 +01:00
Francois Gouget 3e1af081c0 include: Remove unneeded extern "C" directives. 2011-12-14 17:54:45 +01:00
Francois Gouget a78067fee3 include: Add the Dll(Un)RegisterServer() prototypes to olectl.h. 2011-12-14 17:54:45 +01:00
Francois Gouget 732f5a7239 include: Define the MIB_IF_OPER_STATUS_XXX constants using an enumeration in ipifcons.h. 2011-12-14 17:54:44 +01:00
Francois Gouget cf76be61b2 include: Split iprtrmib.h into multiple mib.h files.
Include them where appropriate.
2011-12-14 17:54:44 +01:00
Francois Gouget 58fdd9ac1d include: Move some definitions from iptypes.h to nldef.h.
Include nldef.h where appropriate.
2011-12-14 17:54:44 +01:00
Luca Bennati 4918d914e4 po: Update Italian translation. 2011-12-13 19:31:48 +01:00
Jacek Caban 754106b5e9 htiframe.idl: Added ITargetFramePriv and ITargetFramePriv2 declarations. 2011-12-13 18:59:16 +01:00
Piotr Caban 445db0a54d hlink: Fix leak in HlinkNavigateToStringReference. 2011-12-13 18:59:16 +01:00
Alexandre Julliard bf0c37d56a widl: Zero-initialize [out] structures and unions that contain pointers. 2011-12-13 18:59:15 +01:00