Commit Graph

84555 Commits

Author SHA1 Message Date
Francois Gouget
8dd66bc927 riched20: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:38 +01:00
Francois Gouget
268d364e1f windowscodecs: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:37 +01:00
Francois Gouget
3e46f2a798 taskmgr: Remove unneeded and untranslatable widget labels. 2011-12-16 17:40:33 +01:00
Alexandre Julliard
1e0ab16069 oleaut32: Fix IPicture::SelectPicture to not try to select a bitmap into two DCs at the same time. 2011-12-16 17:40:33 +01:00
Alexandre Julliard
430c8aa910 user32: Don't try to alpha blend icons on low color bitmaps. 2011-12-16 17:40:32 +01:00
Alexandre Julliard
e0fc985f32 comctl32: Use GetDIBits to retrieve the default color map for an imagelist DIB section. 2011-12-16 17:40:31 +01:00
Alexandre Julliard
40cf298c75 comctl32: Use DrawIconEx to copy icon bits and use the correct background color. 2011-12-16 17:40:30 +01:00
Alexandre Julliard
65b7eb2635 comctl32/tests: Add some more tests for ImageList_Write. 2011-12-16 17:40:27 +01:00
Dmitry Timoshkov
332eee4053 ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does. 2011-12-16 16:38:29 +01:00
Dmitry Timoshkov
bb8d47bd30 kernel32: Add a bunch of VirtualProtect tests on an image section. 2011-12-16 16:38:29 +01:00
Dmitry Timoshkov
eed406e028 ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed. 2011-12-16 16:38:29 +01:00
Jacek Caban
47fa932ac0 jscript: Return VARIANT directly from expr_eval. 2011-12-16 16:38:29 +01:00
Jacek Caban
6b1077e2cb jscript: Invoke bytecode directly from expr_eval. 2011-12-16 16:38:29 +01:00
Jacek Caban
fecc2fcb5e jscript: Get rid of no longer needed expression eval entry. 2011-12-16 16:38:28 +01:00
Jacek Caban
5e6faaea12 jscript: Use bytecode for object literal implementation. 2011-12-16 16:38:28 +01:00
Jacek Caban
b268e41da6 jscript: Use bytecode for function expression implementation. 2011-12-16 16:38:28 +01:00
Nikolay Sivov
f999f4ae69 msxml3: Remove redundant type specifiers. 2011-12-16 16:38:27 +01:00
Nikolay Sivov
35c7c69429 msxml3: Don't use libxml2 encoding helpers. 2011-12-16 12:11:10 +01:00
Piotr Caban
d481bf61dc msvcp90: Added ctype<unsigned short> class stub. 2011-12-16 12:10:25 +01:00
Piotr Caban
04266052fe msvcp90: Added ctype<wchar_t> class stub. 2011-12-16 12:10:14 +01:00
Piotr Caban
ee13a2f8af msvcp90: Added ctype<char> class stub. 2011-12-16 12:10:00 +01:00
Piotr Caban
3cc08032fc msvcp90: Added ctype_base class implementation. 2011-12-16 12:09:48 +01:00
Alexandre Julliard
19fe3f0c77 gdi32/tests: Add tests for device capabilities on memory DCs. 2011-12-16 12:09:02 +01:00
Alexandre Julliard
d77f0ae743 wineps: Inherit the device mode from the source DC when creating a compatible DC. 2011-12-16 12:08:38 +01:00
Alexandre Julliard
5f1f57ce48 winex11: Update MWM hints when the window size changes. 2011-12-16 12:08:08 +01:00
Alex Henrie
6e5bba1b60 comdlg32: Widen buffer to accomodate Catalan translation. 2011-12-16 12:07:44 +01:00
Alex Henrie
7a2a3b746f po: Update Catalan translation. 2011-12-16 12:07:31 +01:00
Frédéric Delanoy
a02e2c4f60 po: Update French translation. 2011-12-16 10:22:32 +01:00
Francois Gouget
70af45c51c view: Remove unneeded RC files. 2011-12-16 10:22:23 +01:00
Francois Gouget
af52a7a6ac include: shldisp.idl should only import ocidl.idl. 2011-12-16 10:21:19 +01:00
Francois Gouget
b831594b50 include: Include windef.h and packing directives in rpcasync.h when needed. 2011-12-16 10:21:14 +01:00
Francois Gouget
4ed257665c include: Add missing include directives. 2011-12-16 10:21:00 +01:00
Aric Stewart
6fe14a0153 usp10: Do not try to fallback if no fallback font is specified. 2011-12-15 17:52:08 +01:00
Jacek Caban
5086bb2cd9 jscript: Get rid of no longer needed EXPR_NEWREF flag. 2011-12-15 17:46:47 +01:00
Jacek Caban
63366f8f1b jscript: Always use compiler for member, array and identifier expressions. 2011-12-15 17:46:47 +01:00
Jacek Caban
43a2d8b990 jscript: Don't pass EXPR_NEWREF to name expression in array_expression_eval. 2011-12-15 17:46:46 +01:00
Jacek Caban
595646066b jscript: Call expressions needling EXPR_NEWREF flag directly. 2011-12-15 17:46:46 +01:00
Jacek Caban
fd6ecbd781 jscript: Throw type error on invalid delete. 2011-12-15 17:46:42 +01:00
Jacek Caban
7845fe595d jscript: Added more deleting tests. 2011-12-15 17:46:41 +01:00
Jacek Caban
3fd2979fba jscript: Use byte code for deleting identifier expressions. 2011-12-15 17:46:41 +01:00
Nikolay Sivov
fda8c2177d msxml3: Get rid of libxml2 output buffer implementation. 2011-12-15 17:46:40 +01:00
Francois Gouget
c7cb3e6cb2 configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
Adam Martinson
759d76ae23 ntdll: Properly set flags in NtCreateNamedPipe(). 2011-12-15 17:46:36 +01:00
Akihiro Sagawa
8a00eb8609 cmd: Improve the message when the volume has no label. 2011-12-15 17:46:31 +01:00
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