Jacek Caban
f6023c428a
jscript: Use bytecode for block statement implementation.
2011-12-19 20:15:46 +01:00
Jacek Caban
42aefd424d
jscript: Store type information in statement nodes.
2011-12-19 20:15:45 +01:00
Aric Stewart
00588673c6
usp10: Add Mathematical Alphanumeric Symbols script.
2011-12-19 20:15:45 +01:00
Aric Stewart
88c6b7ef00
usp10: Add Osmanya script.
2011-12-19 20:15:45 +01:00
Aric Stewart
095276073c
usp10: Add Deseret script.
2011-12-19 20:15:44 +01:00
Aric Stewart
4fbb6fd66d
usp10: Handle surrogate pairs when shaping.
2011-12-19 20:15:44 +01:00
Aric Stewart
0404d68999
usp10: Decode surrogate pairs in get_char_script and handle ranges beyond the BMP.
2011-12-19 20:15:43 +01:00
Aric Stewart
10ec7dacde
usp10: Code for the cmap format 12 table for unicode code points beyond the BMP.
2011-12-19 20:15:43 +01:00
Jörg Höhle
38f9ba0070
mmdevapi: Enforce limits on period and duration.
2011-12-19 20:15:43 +01:00
Frédéric Delanoy
56f035b56d
crypt32: Avoid reading unitialized variables (Coverity).
2011-12-19 20:15:42 +01:00
Alexandre Julliard
a585659e31
gdi32: Remove support for deferring brush calls to X11, all brush types are supported now.
2011-12-19 20:15:42 +01:00
Alexandre Julliard
4066587f19
winex11: Remove DIB locking calls from all blitting entry points.
2011-12-19 20:15:42 +01:00
Alexandre Julliard
c1297ac0d8
winex11: Only take managed popups into account when deciding whether to make a window managed.
2011-12-19 20:15:41 +01:00
Alexandre Julliard
c4cf90246d
winex11: Hardcode the MWM hints for the desktop window.
2011-12-19 20:15:41 +01:00
Nikolay Sivov
466341b6ef
msxml3: Support VT_VARIANT|VT_BYREF for body data.
2011-12-19 11:11:25 +01:00
Nikolay Sivov
c00bbef3e4
msxml3: Use ascii/utf-8 encoding for request body.
2011-12-19 11:11:07 +01:00
Nikolay Sivov
477fd6ef3c
msxml3: libxml2 is not used for writer.
2011-12-19 11:10:52 +01:00
Nikolay Sivov
02414775e9
msxml3: Implement response headers access methods.
2011-12-19 11:10:27 +01:00
Nikolay Sivov
e736c3e983
msxml3: Skip leading space characters when loading from BSTR.
2011-12-19 11:10:16 +01:00
Aric Stewart
6589516db1
usp10: N'Ko uses the Ebrima font as a fallback.
2011-12-19 11:06:01 +01:00
Francois Gouget
8defd5fc3a
user32: Avoid hardcoding the Unicode string literal lengths.
2011-12-19 11:00:57 +01:00
Alexandre Julliard
9c9e8dd141
comctl32/tests: Fix a test failure on older Windows.
2011-12-16 19:47:27 +01:00
Francois Gouget
9097fa132e
setupapi: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:47 +01:00
Francois Gouget
7b8d9e84ac
strmbase: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:46 +01:00
Francois Gouget
598c095329
fusion: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:46 +01:00
Francois Gouget
68bd1ae628
mlang/tests: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:43 +01:00
Francois Gouget
d21c37a860
ole32: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:42 +01:00
Francois Gouget
2ae10acb61
gdi32: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:41 +01:00
Francois Gouget
632ac0b227
kernel32: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:40 +01:00
Francois Gouget
95577f3368
krnl386.exe16: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:39 +01:00
Francois Gouget
1c59b91d64
ntdll: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:39 +01:00
Francois Gouget
e8f42fb29e
quartz: Avoid hardcoding the Unicode string literal lengths.
2011-12-16 17:40:39 +01:00
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
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
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
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
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
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
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
732f5a7239
include: Define the MIB_IF_OPER_STATUS_XXX constants using an enumeration in ipifcons.h.
2011-12-14 17:54:44 +01:00
Piotr Caban
445db0a54d
hlink: Fix leak in HlinkNavigateToStringReference.
2011-12-13 18:59:16 +01:00
Hans Leidekker
8cc5561fbf
msi: Don't run the rollback script in reinstall mode.
2011-12-13 18:59:15 +01:00
Hans Leidekker
8a5c700d78
msi: Pass REINSTALL and REINSTALLMODE properties on the command line in MsiReinstallFeatureW.
2011-12-13 18:59:14 +01:00
Hans Leidekker
12e106613a
msi: Don't set the LOGVERBOSE property in MsiReinstallFeatureW.
2011-12-13 18:59:14 +01:00
Hans Leidekker
1f56b60cc4
msi: Don't set the Installed property in MsiReinstallFeatureW.
...
This property will be set later.
2011-12-13 18:59:13 +01:00
Hans Leidekker
00477d601e
msi: Support all install contexts in MsiReinstallFeatureW.
2011-12-13 18:59:13 +01:00
Hans Leidekker
973e86b844
msi: Move some traces from implementations to entry points.
2011-12-13 18:59:12 +01:00
Kusanagi Kouichi
b5446ddb45
gdi32: Don't remove leading '@' from face name.
2011-12-13 18:59:12 +01:00
Kusanagi Kouichi
bf8a100639
gdi32: Don't use preferred family name.
2011-12-13 18:59:11 +01:00
Kusanagi Kouichi
ad58ca235c
gdi32/tests: Add tests for vertical font.
2011-12-13 18:59:10 +01:00
Jacek Caban
3caf287630
jscript: Use bytecode for typeof expression implementation.
2011-12-13 18:59:10 +01:00
Frédéric Delanoy
519600bdf1
msvfw32: Use appropriate abbreviation for seconds.
2011-12-13 18:59:06 +01:00
Francois Gouget
48515313fd
userenv: Add a missing include directive to userenv.h.
2011-12-13 18:59:04 +01:00
Francois Gouget
644cd0ae17
include: Add a missing wincrypt.h include directive to mprapi.h.
...
Also add the USE_WC_PREFIX macro so one can cleanly deal with the CMSG_DATA conflict with sys/socket.h.
2011-12-13 18:59:03 +01:00
Nikolay Sivov
302aad9cf9
msxml3/tests: Test switching encoding after document is started already.
2011-12-13 18:59:03 +01:00
Nikolay Sivov
5b533d82d2
ole32: Simplify stream creation, remove redundant comments.
2011-12-13 18:59:02 +01:00
Nikolay Sivov
5f5d5e0c65
ole32: COM cleanup of IStream based on HGLOBAL.
2011-12-13 18:59:02 +01:00
Aric Stewart
4d34ea52ad
usp10: Add Yi script.
2011-12-13 18:59:02 +01:00
Aric Stewart
345102ed13
usp10: Add Hangul script.
2011-12-13 18:59:01 +01:00
Aric Stewart
30dc47557a
usp10: Add Kana script.
2011-12-13 18:59:00 +01:00
Aric Stewart
513a8c5020
usp10: Add Bopomofo script.
2011-12-13 18:59:00 +01:00
Aric Stewart
df2e40bc34
usp10: Add CKJ Han and Ideographic scripts.
2011-12-13 18:58:59 +01:00
Henri Verbeet
67bca436ee
wined3d: Get rid of the WINED3DDEVTYPE typedef.
2011-12-13 18:58:58 +01:00
Henri Verbeet
ebb85da5f7
wined3d: Get rid of the WINEDDCAPS typedef.
2011-12-13 18:58:58 +01:00
Henri Verbeet
943fcb0fc4
wined3d: Use the correct source pitch and byte_count for uploading converted surfaces.
2011-12-13 18:58:57 +01:00
Henri Verbeet
10d2a9375d
ddraw: Add support for clipped blits.
2011-12-13 18:58:56 +01:00
Henri Verbeet
e6fb4537f0
ddraw: Move clipper handling to ddraw.
2011-12-13 18:58:37 +01:00
Matteo Bruni
68e0cd430f
wined3d: Ignore invalid texture transform flags.
2011-12-13 14:00:24 +01:00
Matteo Bruni
fdd4df446f
wined3d: Fix some flag checks.
2011-12-13 14:00:24 +01:00
Alexandre Julliard
70f4b2d502
ntdll: Make an error message a proper ERR.
2011-12-13 14:00:23 +01:00
Alexandre Julliard
38766d4d19
gdi32/tests: Fix some test failures on old Windows versions.
2011-12-13 14:00:20 +01:00
Alexandre Julliard
810d215a3c
winex11: Get rid of the GetPixel implementation, use the null driver fallback instead.
2011-12-13 14:00:14 +01:00
Alexandre Julliard
9f410413a6
gdi32: Implement GetPixel in the null driver using GetImage.
2011-12-13 14:00:05 +01:00
Alexandre Julliard
0c194895a2
gdi32: Remove some color table size checks, we use full-size color tables now.
2011-12-12 20:52:59 +01:00
Alexandre Julliard
49ae736022
gdi32: Implement GetNearestColor in the DIB driver.
2011-12-12 20:20:06 +01:00
Alexandre Julliard
cae4ef81e6
gdi32: init_dib_info() can no longer fail, and no longer requires freeing.
2011-12-12 20:02:22 +01:00
Alexandre Julliard
d357392b8b
gdi32: Remove support for private color maps.
2011-12-12 20:02:17 +01:00
Jacek Caban
30467685ba
mshtml: Initialize VARIANT before passing it to variant_copy.
2011-12-12 15:50:50 +01:00
Jacek Caban
64ef20ce53
jscript: Initialize VARIANT before passing it to disp_propget.
2011-12-12 15:50:50 +01:00
Jacek Caban
2c8e8948df
jscript: Properly handle NULL IDispatch in stack_pop_object.
2011-12-12 15:50:46 +01:00
Jacek Caban
6f35c8fd5d
jscript: Use bytecode for instanceof implementation.
2011-12-12 15:50:46 +01:00
Jacek Caban
f8e3e92be3
jscript: Don't use EXPR_NEWREF in forin_statement_event.
2011-12-12 15:50:45 +01:00
Jacek Caban
106fcb8e87
jscript: Don't use EXPR_NEWREF in for_statement_event.
2011-12-12 15:50:45 +01:00
Aric Stewart
f68c03c4b2
usp10: Add Khmer script.
2011-12-12 15:50:44 +01:00
Aric Stewart
05cd57b4f0
usp10: Add New Tai Lue script.
2011-12-12 15:50:44 +01:00
Aric Stewart
51b5e6090a
usp10: Add script Tai Le.
2011-12-12 15:50:43 +01:00
Aric Stewart
1dc4c151d7
usp10/tests: Check broken value for script tag as well.
2011-12-12 15:50:42 +01:00
Aric Stewart
0d15c70a60
usp10: Resync script_props table.
2011-12-12 15:50:42 +01:00
Jörg Höhle
62017964be
winealsa: Implement IAudioClock::GetPosition() using snd_pcm_delay.
2011-12-12 15:50:41 +01:00
Hans Leidekker
0f3eb5f689
msi: Format the value name from the RegLocator table.
2011-12-12 15:50:39 +01:00
Alexandre Julliard
70d8341a67
gdi32: Pass the correct depth to PutImage for SetBitmapBits on a DIB.
2011-12-12 15:50:38 +01:00
Alexandre Julliard
f85a28faf6
gdi32/tests: Add tests for 1-bpp DDB pattern brushes.
2011-12-12 15:50:38 +01:00
Alexandre Julliard
65a2c885f1
gdi32: Don't create a default color table for pattern brushes, use the DC colors instead.
2011-12-12 15:50:37 +01:00
Alexandre Julliard
d5fe87e2e8
gdi32: Select the pattern brush only when first used.
2011-12-12 15:50:37 +01:00
Alexandre Julliard
d353c95d47
gdi32: Add a flag to request a default color table from init_dib_info.
2011-12-12 15:50:33 +01:00
Alexandre Julliard
c5895ead6a
gdi32: Use the default DIB color table to create system and halftone palettes.
2011-12-12 11:30:50 +01:00
Alexandre Julliard
3a9cabb8c4
gdi32: Store the default color tables as static data.
2011-12-12 11:21:52 +01:00
Alexandre Julliard
27eb63b082
gdi32: GetCharABCWidthsFloatW must succeed with non-TrueType fonts.
2011-12-12 11:14:25 +01:00
Dmitry Timoshkov
2455b3815a
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
2011-12-12 11:13:23 +01:00
Eric Pouech
1d3952ed9f
d3d: Fixed a couple of warnings for 64bit targets.
2011-12-12 10:53:49 +01:00
Juan Lang
ba78b54820
wintrust: Don't dereference a potentially NULL pointer.
2011-12-12 10:21:10 +01:00
Henri Verbeet
e6a4a86608
wined3d: Get rid of the WINED3DPRIMITIVETYPE typedef.
2011-12-12 10:21:01 +01:00
Henri Verbeet
b55b683b08
wined3d: Get rid of the WINED3DLIGHTTYPE typedef.
2011-12-12 10:20:57 +01:00
Henri Verbeet
d806c37b4a
wined3d: Trace all swapchain_desc fields in wined3d_device_reset().
2011-12-12 10:20:52 +01:00
Henri Verbeet
1f0a143c3b
d3d10: Add a short description to skip_dword_unknown().
2011-12-12 10:20:48 +01:00
Henri Verbeet
9d55388156
ddraw: Destroy the swapchain after the D3D device in DllMain().
2011-12-12 10:20:41 +01:00
Nikolay Sivov
e191b051b1
msxml3: IDispatchEx support for MXNamespaceManager.
2011-12-12 10:20:33 +01:00
Nikolay Sivov
01ed475c7c
msxml3: Use IXMLDOMDocument3 as a latest interface version.
2011-12-12 10:20:26 +01:00
Nikolay Sivov
ae6ef45811
msxml3: Added IDispatchEx support for IXMLDOMSchemaCollection2.
2011-12-12 10:20:21 +01:00
Nikolay Sivov
c381abd84f
msxml3: Schema cache COM cleanup.
2011-12-12 10:20:13 +01:00
Nikolay Sivov
91c4b4c967
msxml3: Accept disabled on load validation.
2011-12-12 10:20:08 +01:00
Nikolay Sivov
42bd2051d5
msxml3: Trace parameters in stub methods.
2011-12-12 10:20:02 +01:00
Nikolay Sivov
d80ee5b3ae
msxml3: Escape '<','&','"' and '>' in attribute value.
2011-12-12 10:19:55 +01:00
Rico Schüller
b83d322dba
d3dx9: Implement D3DXSHAdd().
2011-12-12 10:19:30 +01:00
Dmitry Timoshkov
1830739118
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
2011-12-12 10:19:26 +01:00
Alexandre Julliard
2e42ab1527
gdi32/tests: Fix some test failures on Windows.
2011-12-10 18:08:35 +01:00
Alexandre Julliard
8db263d2eb
gdi32: Simplify computation of the DIB header size for internal BITMAPINFO structures.
2011-12-10 13:35:59 +01:00
Alexandre Julliard
82e1a4616c
gdi32: Make sure that biSizeImage always contains the correct size in internal BITMAPINFO structures.
2011-12-10 13:35:59 +01:00
Alexandre Julliard
25e2fae2a8
gdi32: Always use biClrUsed for the number of colors of internal BITMAPINFO structures.
2011-12-10 13:35:42 +01:00
Nikolay Sivov
b0f704daaf
msxml3: Properly handle writer output in a form of BSTR.
2011-12-09 21:15:40 +01:00
Nikolay Sivov
197d41156a
msxml3: Write document prolog separately.
2011-12-09 21:15:40 +01:00
Nikolay Sivov
a4b24978e9
msxml3: Use libxml2 buffer support through helpers.
2011-12-09 21:15:39 +01:00
Aric Stewart
486a20c17c
usp10: Add Myanmar script.
2011-12-09 21:15:39 +01:00
Alex Henrie
b5b739d5f3
comdlg32: Correct title of "Save As" dialog.
2011-12-09 21:15:34 +01:00
Francois Gouget
653c1d76d0
include: Add the missing inaddr.h and in6addr.h include directives.
2011-12-09 21:15:33 +01:00
Francois Gouget
6fa0bda535
iphlpapi: Remove a few redundant include directives.
2011-12-09 21:15:33 +01:00
Huw Davies
ac7e9f6dcc
gdi32/tests: Add some tests for wide pens.
2011-12-09 21:15:31 +01:00
Huw Davies
e155a8054b
gdi32: Add support for wide cosmetic pens.
2011-12-09 21:15:30 +01:00
Jacek Caban
7c3728d728
jscript: Use bytecode for '<<=' expression implementation.
2011-12-09 21:15:29 +01:00
Jacek Caban
a80392e5ea
jscript: Use bytecode for '<<' expression implementation.
2011-12-09 21:15:28 +01:00
Jacek Caban
7904932a9e
jscript: Use bytecode for '>>>=' expression implementation.
2011-12-09 21:15:28 +01:00
Jacek Caban
96e822a33e
jscript: Use bytecode for '>>>' expression implementation.
2011-12-09 21:15:28 +01:00
Jacek Caban
fcdd85267d
jscript: Fixed memory leaks.
2011-12-09 21:15:27 +01:00
Hans Leidekker
053d1731fe
winhttp: Remove some dead assignments (clang).
2011-12-09 21:15:27 +01:00
Hans Leidekker
e950e89867
winhttp: Avoid a null pointer dereference (clang).
2011-12-09 21:15:26 +01:00
Nikolay Sivov
485fde811d
comctl32/listview: Create header when LVS_EX_FULLROWSELECT is requested.
2011-12-09 21:15:26 +01:00
Pierre Schweitzer
06f65740b2
usp10: Fix memory leak.
2011-12-09 21:15:25 +01:00
Henri Verbeet
38c3cde6fd
wined3d: Get rid of the WINED3DPSHADERCAPS2_0 typedef.
2011-12-09 21:15:25 +01:00
Henri Verbeet
af6b98c44b
wined3d: Get rid of the WINED3DVSHADERCAPS2_0 typedef.
2011-12-09 21:15:24 +01:00
Henri Verbeet
f3afa69f8d
wined3d: Introduce a helper function for checking colors against a color key.
2011-12-09 21:15:24 +01:00
Henri Verbeet
d2ca44a597
wined3d: Print the GL_RENDERER string when no "card selector" is available in wined3d_guess_card().
2011-12-09 21:15:24 +01:00
Henri Verbeet
11efbbf140
wined3d: The VertexAttrib*h[v] calls in NV_half_float depend on NV_vertex_program.
...
Based on a patch by Aurélien Couderc.
2011-12-09 21:15:23 +01:00
Alexandre Julliard
98670510f4
gdi32/tests: Add tests for DIB_PAL_COLORS and DIB palettes with missing entries.
2011-12-09 21:15:23 +01:00
Alexandre Julliard
494bfa866a
gdi32: Remove the nb_colors fields in the bitmap object, we always allocate a full size color table.
2011-12-09 21:15:22 +01:00
Alexandre Julliard
c441ebc21d
gdi32: Fix handling of DIB_PAL_COLORS in the various DIB functions.
2011-12-09 21:15:22 +01:00
Alexandre Julliard
647a4d5844
gdi32: Always allocate a full-size color table when creating a DIB section.
2011-12-09 21:15:16 +01:00
Alexandre Julliard
91d19b4b17
gdi32: Add a helper to build a color table from the DIB_PAL_COLORS bitmap info.
2011-12-08 21:31:59 +01:00
Alexandre Julliard
71199eab77
gdi32: Don't make a copy of the DIB color table when selecting it into a DC.
2011-12-08 20:00:55 +01:00
Alexandre Julliard
910fb48291
gdi32: Use PutImage directly to set the initial bitmap bits.
2011-12-08 19:58:47 +01:00
Alexandre Julliard
df9e0ccf5c
gdi32: Use the convert_bits helper function in SetDIBits and SetDIBitsToDevice.
2011-12-08 19:53:44 +01:00
Jacek Caban
7a1ad69869
wininet: Added more connection failure tests.
2011-12-08 18:04:31 +01:00
Jacek Caban
892d3cd46b
wininet: Properly handle closed connection in HTTP_HttpEndRequestW.
2011-12-08 18:04:30 +01:00
Jacek Caban
3dc2c3ca44
wininet: Use test.winehq.org instead of crossover.codeweavers.com in test_async_HttpSendRequestEx.
2011-12-08 18:04:30 +01:00
Aric Stewart
7b95ac8238
usp10: Some Indic scripts, Sinhala, want GDEF to set glyph properties.
2011-12-08 18:04:30 +01:00
Stefan Dösinger
9cf25006ad
ddraw/tests: Extend the CreateSurface(NULL test), use own function.
2011-12-08 18:04:29 +01:00
Stefan Dösinger
481e2f3366
ddraw: SetSurfaceDesc can set width, height and pitch under certain conditions.
2011-12-08 18:04:18 +01:00
Stefan Dösinger
b2ca7e37f4
ddraw/tests: Make the SetSurfaceDesc test ok messages consistent.
2011-12-08 18:00:32 +01:00
Piotr Caban
451f9b9cc0
msvcp90: Added _Locinfo::_Gettnames implementation.
2011-12-08 18:00:29 +01:00
Piotr Caban
462fa62c53
msvcp90: Added _Locinfo::_Getmonths implementation.
2011-12-08 18:00:27 +01:00
Piotr Caban
0c7ed2bdda
msvcp90: Added _Locinfo::_Getdays implementation.
2011-12-08 18:00:25 +01:00
Piotr Caban
91c6a55c2c
msvcp90: Added _Locinfo::_Getname implementation.
2011-12-08 18:00:23 +01:00
Piotr Caban
81434aabff
msvcp90: Added _Locinfo::_Getlconv implementation.
2011-12-08 18:00:22 +01:00
Piotr Caban
dc1a38d385
msvcp90: Added _Locinfo::_Getfalse and _Gettrue implementation.
2011-12-08 18:00:20 +01:00
Piotr Caban
56c1c75b72
msvcp90: Added _Getcvt implementation.
2011-12-08 18:00:18 +01:00
Jacek Caban
d30bfb6e54
jscript: Use bytecode for '>>=' expression.
2011-12-08 18:00:16 +01:00
Jacek Caban
28013dfa6f
jscript: Use bytecode for '>>' expression.
2011-12-08 18:00:14 +01:00
Jacek Caban
fc4948af2c
jscript: Use bytecode for '&=' expression implementation.
2011-12-08 18:00:12 +01:00
Jacek Caban
1ef486421e
jscript: Use bytecode for binary and implementation.
2011-12-08 18:00:11 +01:00
Jacek Caban
558d759465
jscript: Use bytecode for array literal expressions.
2011-12-08 18:00:09 +01:00
Jacek Caban
4d0e360266
jscript: Use bytecode for pre-decrement implementation.
2011-12-08 18:00:07 +01:00
Jacek Caban
667cc2e68a
jscript: Use bytecode for pre-increment expression implementation.
2011-12-08 18:00:05 +01:00
Alexandre Julliard
2453b6a896
winex11: Add some sanity checks on bitmap formats before creating a pixmap.
2011-12-08 18:00:03 +01:00
Alexandre Julliard
72fae39ce0
gdi32: Add missing check for empty visible rects in the non-stretching case.
2011-12-08 18:00:00 +01:00
Nikolay Sivov
e18d99da74
msxml3: Added IDispatchEx for IXSLProcessor.
2011-12-08 10:28:04 +01:00
Nikolay Sivov
f88ea3d2a7
msxml3: Added IDispatchEx support for IXSLTemplate.
2011-12-08 10:28:00 +01:00
Henri Verbeet
3dd03f642d
wined3d: Get rid of the WINEDDCOLORKEY typedef.
2011-12-08 10:27:53 +01:00
Henri Verbeet
52231bc467
wined3d: Get rid of the WineDirect3DVertexStridedData typedef.
2011-12-08 10:27:50 +01:00
Henri Verbeet
ada8ad76b9
wined3d: Avoid clearing the current wined3d context in WineD3D_CreateFakeGLContext().
...
There should be no need to clear the thread's current wined3d context as long
as we properly restore the corresponding GL stuff. This avoids hitting the
context restore code in context_enter() when we have e.g. two d3d9 devices,
one of which is inactive, because now we can see that the GL context that's
active belongs to another wined3d context, and we don't need to bother
saving and restoring it.
2011-12-08 10:27:40 +01:00
Henri Verbeet
2d1a941b7d
wined3d: Properly check if a surface has a DIB section in gdi_surface_map().
2011-12-08 10:27:32 +01:00
Henri Verbeet
56e3e05e57
wined3d: Read the PBO back into the DIB section if we have one in surface_remove_pbo().
2011-12-08 10:27:29 +01:00
Jacek Caban
fd230c5d15
appwiz.cpl: Run winebrowser directly instead of using ShellExecute.
2011-12-07 19:00:53 +01:00
Aric Stewart
746679e186
usp10: Handle dangling joiners when processing Indic GlyphProps.
2011-12-07 17:57:42 +01:00
Alexandre Julliard
b036c8a38d
winex11: Don't call get_xrender_picture inside the X11 lock.
2011-12-07 17:57:32 +01:00
Piotr Caban
516a65a605
msvcrt/tests: Added _Gettnames tests.
2011-12-07 17:50:05 +01:00
Piotr Caban
d82dd2a4db
msvcrt: Added _Getmonths implementation.
2011-12-07 17:50:05 +01:00
Piotr Caban
7a43f0cb8f
msvcrt: Added _Getdays implementation.
2011-12-07 17:50:05 +01:00
Piotr Caban
4bb1e9c32a
msvcrt: Added _Gettnames implementation.
2011-12-07 17:50:04 +01:00
Piotr Caban
344883fb85
msvcrt: Initialize lc_time_curr inside create_locale.
2011-12-07 17:50:04 +01:00
Jacek Caban
0325ec71e9
scrrun: Moved script extensions registration to scrrun.dll.
2011-12-07 17:50:02 +01:00
Jacek Caban
e1da3d7242
jscript: Use bytecode for post-decrement expression.
2011-12-07 17:50:02 +01:00
Jacek Caban
a508149fad
jscript: Use bytecode for post-increment expression.
2011-12-07 17:50:01 +01:00
Jacek Caban
aa809f1b7e
jscript: Added bytecode version of array expression.
2011-12-07 17:50:01 +01:00
Jacek Caban
9c9157a144
jscript: Use binary_expression_t instead of array_expression_t.
2011-12-07 17:50:01 +01:00
Jacek Caban
4da0cf39f4
jscript: Use bytecode for all call expressions.
2011-12-07 17:50:00 +01:00
Jacek Caban
3aa7cee00e
jscript: Use bytecode for calls on identifier and member expressions.
2011-12-07 17:50:00 +01:00
Dmitry Timoshkov
18576b36e4
user32: Add the tests for dialog window styles, make them pass under Wine.
2011-12-07 17:50:00 +01:00
Dmitry Timoshkov
8f565eb6ae
user32: Add more window style tests, make them pass under Wine.
2011-12-07 17:49:59 +01:00
Pierre Schweitzer
0652bbc3d5
wineps.drv: Fix memory leak.
2011-12-07 17:49:59 +01:00
Pierre Schweitzer
1ac7096728
msacm32: Fix buffer double free.
2011-12-07 17:49:59 +01:00
Pierre Schweitzer
f566f38e2f
msctf: Fix memory leaks.
2011-12-07 17:49:58 +01:00
Pierre Schweitzer
783683be2d
usp10: Fix memory leaks.
2011-12-07 17:49:58 +01:00
Pierre Schweitzer
d5642a47ed
kernel32: Fix memory leak.
2011-12-07 17:49:58 +01:00
Aric Stewart
c481cdd25e
usp10: Unicode does not compose the Gurmukhi letter SHA.
2011-12-07 17:49:57 +01:00
Henri Verbeet
4c3dfa1bca
wined3d: Get rid of the WineDirect3DStridedData typedef.
2011-12-07 17:49:56 +01:00
Henri Verbeet
5c5216e609
wined3d: Get rid of the WINED3DBOX typedef.
2011-12-07 17:49:56 +01:00
Henri Verbeet
05acde9cd1
ddraw: Just read the actual reference counts in DestroyCallback().
2011-12-07 17:49:55 +01:00
Henri Verbeet
ecb2859d3c
ddraw: Destroy the swapchain in the DllMain() cleanup handler.
...
This is mostly to make sure there aren't any resources still being referenced
by wined3d.
2011-12-07 17:49:55 +01:00
Henri Verbeet
3f455832a3
wined3d: Unbind stateblock resources in wined3d_device_uninit_3d().
2011-12-07 17:49:55 +01:00
Alexandre Julliard
5b17ba887b
gdi32: Rename the CLIPPING_UpdateGCRegion function.
...
We haven't used a GC here for a long time now.
2011-12-07 17:49:54 +01:00
Alexandre Julliard
b9f09abdcc
gdi32: Don't store the metaclip region, recompute it as needed.
2011-12-07 17:49:47 +01:00
Alexandre Julliard
fb37752f53
gdi32: Only store a total visible region when it's a combination of other regions.
2011-12-07 17:48:29 +01:00
Alexandre Julliard
ddfe35867d
gdi32: Only create the DC visible region when necessary.
...
Most DCs can simply use the visible rectangle instead.
2011-12-07 16:50:57 +01:00
Alexandre Julliard
1f15ffa1e6
gdi32: Make sure DCs are fully zero-initialized.
2011-12-07 15:53:54 +01:00
Alexandre Julliard
1fa1ab5437
comdlg32: Convert dialogs to po files.
2011-12-06 22:12:34 +01:00
Alexandre Julliard
0833639ff0
cryptui: Convert dialogs to po files.
2011-12-06 20:33:47 +01:00
Francois Gouget
47fdee6e92
mscoree: Make CorDebugProcess_Create() static.
2011-12-06 17:54:44 +01:00
Francois Gouget
0a065cb4bd
jscript: Make interp_expression_eval() static.
2011-12-06 17:54:33 +01:00
Francois Gouget
22cb047ed4
gdi32: Make init_dib_info() static.
2011-12-06 17:53:15 +01:00
Francois Gouget
c64ce9d0ff
dsound: Remove mmErr(). It is not used anymore.
2011-12-06 17:52:54 +01:00
Stefan Dösinger
f8dbf97e8d
d3d9/tests: Clarify a comment.
2011-12-06 17:07:23 +01:00
Stefan Dösinger
171c18a5bb
d3d9/tests: Test StrechRect between depth stencils with different sizes.
2011-12-06 17:07:20 +01:00
Stefan Dösinger
7ae81ba378
ddraw/tests: Add a IDirect3DDevice2 GetCaps test.
2011-12-06 17:07:15 +01:00
Stefan Dösinger
6c423b106f
wined3d: Remove the Apple NV_texture_shader quirk.
2011-12-06 17:06:53 +01:00
Stefan Dösinger
e4f91774ac
wined3d: Remove fglrx GLSL constant quirks.
...
Fglrx does not support r500 and earlier GPUs any longer, making those
quirks obsolete and a problem for r300g.
2011-12-06 17:06:49 +01:00
Aric Stewart
acf1343f34
usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic.
2011-12-06 17:04:21 +01:00
Aric Stewart
93a8499b95
usp10: Sinhala, while behaving like a base Indic, does not set GlyphProps based on indic syllable.
2011-12-06 17:04:15 +01:00
Aric Stewart
a9058605d6
usp10: Use UpdateClusters in DecomposeVowels.
2011-12-06 17:04:09 +01:00
Aric Stewart
4dffb0aa43
usp10: The top logclust value may be different than the number of chars.
2011-12-06 17:04:04 +01:00
Aric Stewart
894f2dc9ba
usp10: Use GDEF in baseIndic GlyphProp processing.
2011-12-06 17:03:59 +01:00
Aric Stewart
9cddd18cb9
usp10: Initialize the GSUB table before doing any contextual shaping.
2011-12-06 17:03:51 +01:00
Jacek Caban
4352a9fa14
mshtml: Added support for navigating to _self target.
2011-12-06 16:30:17 +01:00
Aric Stewart
4012cc070e
user32: Protect against NULL ssa to prevent crashes in old native usp10.
2011-12-06 16:09:34 +01:00
Hans Leidekker
75242afefd
msi/tests: Try harder to remove a shortcut file.
2011-12-06 15:51:01 +01:00
Hans Leidekker
cd4432bc9b
msi: Make sure to keep a reference to custom action data until the actions are finished.
2011-12-06 15:51:00 +01:00