Aric Stewart
714408684d
usp10: Handle Combining Diacritical Marks.
2011-11-21 11:02:28 +01:00
Aric Stewart
2abb8193b9
usp10: Add a facility to mark itemization test elements as broken.
2011-11-21 11:02:22 +01:00
Aric Stewart
fce22eadc1
usp10: Some unicode code points will force us into bidi mode.
2011-11-21 11:02:10 +01:00
Aric Stewart
bba75dd0a7
usp10: Improve handling for ZWJ and ZWNJ in itemization.
2011-11-21 11:01:58 +01:00
Aric Stewart
ed15053837
usp10: In Arabic only fallback to presentation form B for isolated glyphs.
2011-11-21 11:01:50 +01:00
Francois Gouget
361e3b1a00
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.
2011-11-21 11:01:14 +01:00
Francois Gouget
3315918eac
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2011-11-21 11:01:10 +01:00
Henri Verbeet
02bb70fc3b
wined3d: Get rid of the WINED3DMATERIAL typedef.
2011-11-21 11:01:02 +01:00
Henri Verbeet
f597359727
wined3d: Get rid of the WINED3DLIGHT typedef.
2011-11-21 11:00:57 +01:00
Henri Verbeet
e2d099a14d
wined3d: Recognize the SM4 round_ni opcode.
2011-11-21 11:00:50 +01:00
Henri Verbeet
829e28cb4d
wined3d: Recognize the SM4 ge opcode.
2011-11-21 11:00:46 +01:00
Henri Verbeet
af11214562
wined3d: Recognize the SM4 eq opcode.
2011-11-21 11:00:42 +01:00
Jacek Caban
418af7eda9
jscript: Use bytecode interpreter for logical negation expression.
2011-11-18 15:37:08 +01:00
Jacek Caban
32602170a5
jscript: Use bytecode interpreter for '!==' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
b473f5d5c6
jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
8b66110e51
jscript: Store expression type in expression_t.
2011-11-18 15:37:07 +01:00
Jacek Caban
fe9cb0c266
jscript: Use a helper function to allocate expression structs.
2011-11-18 15:37:07 +01:00
Jacek Caban
2a9d63f822
mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.
2011-11-18 15:37:06 +01:00
Jacek Caban
0574a30f65
ieframe: Fixed tests on IE9.
2011-11-18 15:37:06 +01:00
Jacek Caban
1243dc9fe4
mshtml: Implement nsIStandardURL interface in nsWineURI object.
2011-11-18 15:37:06 +01:00
Jörg Höhle
31eb83359a
mmdevapi/tests: Add PCM format tests.
2011-11-18 15:37:05 +01:00
Erich Hoover
d202990851
user32: Prioritize focus for dialog owner on EndDialog.
2011-11-18 15:37:05 +01:00
Bernhard Loos
66e98122b6
ntoskrnl: irp.AssociatedIrp.SystemBuffer is also used for METHOD_IN/OUT_DIRECT ioctls.
2011-11-18 15:37:05 +01:00
Hans Leidekker
768300c8aa
winhttp: Implement WinHttpGetProxyForUrl.
2011-11-18 15:37:05 +01:00
Frédéric Delanoy
67181743a6
ole32: Avoid hardcoding array lengths.
2011-11-18 15:37:02 +01:00
Frédéric Delanoy
eae3c2ae27
comctl32: Avoid hardcoding array lengths.
2011-11-18 15:36:53 +01:00
Alexandre Julliard
11c2150dd9
comctl32/syslink: Wrap the link text on \n characters.
2011-11-18 14:26:17 +01:00
Henri Verbeet
37a0f7ad65
wined3d: Get rid of the WINED3DMATRIX typedef.
2011-11-18 14:26:16 +01:00
Henri Verbeet
8e6f5c34a2
ddraw: We can't render to the desktop window either.
2011-11-18 14:26:16 +01:00
Henri Verbeet
8dd50e9a20
wined3d: Recognize the SM4 deriv_rty opcode.
2011-11-18 14:26:16 +01:00
Henri Verbeet
9ef669e80a
wined3d: Recognize the SM4 deriv_rtx opcode.
2011-11-18 14:26:15 +01:00
Henri Verbeet
989a643587
d3d10: Implement D3D10StateBlockMaskUnion().
2011-11-18 14:26:15 +01:00
Alexandre Julliard
6b5cfe2c47
wineps: Convert dialogs to po files.
2011-11-17 22:47:36 +01:00
Alexandre Julliard
b14e086da5
winspool: Convert dialogs to po files.
2011-11-17 22:25:55 +01:00
Alexandre Julliard
158c7a3a39
ieframe: Convert dialogs to po files.
2011-11-17 22:20:20 +01:00
Piotr Caban
d351e02321
msvcp: Sync spec files.
2011-11-17 18:23:51 +01:00
Piotr Caban
4217d8e62e
msvcp90: Forward basic_string<short> to basic_string<wchar_t>.
2011-11-17 18:13:45 +01:00
Aric Stewart
105704534d
usp10: When converting common indic items use the main indic script not the Numeric or currency script, even if that was the most recent.
2011-11-17 18:10:19 +01:00
Aric Stewart
41db79a855
usp10: If leading with a strong character use its bidi level for our intial LayoutRTL.
2011-11-17 18:10:11 +01:00
Aric Stewart
2c8fb3aba1
usp10: Keep the levels array in more cases.
2011-11-17 18:09:56 +01:00
Aric Stewart
92f706cd74
usp10: Windows 7 defines a Tibetan numeric script but never uses it.
2011-11-17 18:09:52 +01:00
Jacek Caban
5471f357c0
mshtml: Don't mix PRBool pointers with BOOL pointers.
...
They will be different things after the next Gecko update.
2011-11-17 17:35:58 +01:00
Jacek Caban
1f197f75f6
mshtml: Fixed remaining IE9 failures.
2011-11-17 17:35:50 +01:00
Jacek Caban
3cf749a6bf
mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented.
2011-11-17 17:35:35 +01:00
Jacek Caban
c7cb5b8fad
mshtml: Reinitialize list entry in detach_plugin_host.
2011-11-17 17:35:32 +01:00
Thomas Faber
8ab355ab72
mshtml: Fix MSVC build in htmllocation.c.
2011-11-17 17:35:27 +01:00
Alexandre Julliard
ffaf0c4966
gdi32: Don't mark a local variable static.
2011-11-17 17:34:14 +01:00
Alexandre Julliard
4612d61b5e
winex11: Fix selecting a pattern brush into a DIB section device.
2011-11-17 17:33:50 +01:00
Francois Gouget
57c123365a
winhttp: Delete the static critical sections when unloading the dll.
2011-11-17 11:38:25 +01:00
Francois Gouget
92ff5f3548
rpcrt4: Delete the static critical sections when unloading the dll.
2011-11-17 11:38:22 +01:00
Francois Gouget
7454791643
winspool.drv: Delete the static critical section when unloading the dll.
2011-11-17 11:38:19 +01:00
Francois Gouget
06646b7aa2
winex11: Delete the palette and xrender static critical sections when unloading the dll.
2011-11-17 11:38:10 +01:00
Francois Gouget
54bcda10e5
wined3d: Delete the static critical sections when unloading the dll.
2011-11-17 11:38:08 +01:00
Francois Gouget
1b1433a152
user32: Delete the static critical section when unloading the dll.
2011-11-17 11:38:05 +01:00
Francois Gouget
7b1d685634
urlmon: Delete the static critical section when unloading the dll.
2011-11-17 11:38:03 +01:00
Francois Gouget
fcd8a8f447
pdh: Delete the static critical section when unloading the dll.
2011-11-17 11:38:01 +01:00
Francois Gouget
7f3fa7c858
openal32: Delete the static critical section when unloading the dll.
2011-11-17 11:37:58 +01:00
Francois Gouget
ed03674bc3
ole32: Delete the compobj and rpc static critical sections when unloading the dll.
2011-11-17 11:37:56 +01:00
Francois Gouget
a3e2c68f98
msxml3: Delete the dispex static critical section when unloading the dll.
2011-11-17 11:37:54 +01:00
Francois Gouget
94091b9bd1
msvideo: Delete the static critical section when unloading the dll.
2011-11-17 11:37:51 +01:00
Francois Gouget
7238a78805
msi: Delete the handle static critical sections when unloading the dll.
2011-11-17 11:37:49 +01:00
Francois Gouget
113df19d6a
mshtml: Delete the dispex and gecko static critical sections when unloading the dll.
2011-11-17 11:37:47 +01:00
Francois Gouget
c9ae82da93
ws2_32: Delete the static critical section when unloading the dll.
2011-11-17 11:37:44 +01:00
Dmitry Timoshkov
eb0576ba59
user32: Issue a warning when dialog control creation fails.
2011-11-17 11:37:41 +01:00
Frédéric Delanoy
9bdcfc5d3e
atl: Avoid harcoding array lengths.
2011-11-17 11:37:38 +01:00
Frédéric Delanoy
936d5351f5
rsaenh: Remove unused file-static variables.
2011-11-17 11:37:35 +01:00
Henri Verbeet
18a7653c78
wined3d: Get rid of the WINED3DDISPLAYMODE typedef.
2011-11-17 11:37:26 +01:00
Henri Verbeet
7cce4453d4
d3d10: Implement D3D10StateBlockMaskIntersect().
2011-11-17 11:37:16 +01:00
Henri Verbeet
380f989c4a
d3d10: Implement D3D10StateBlockMaskGetSetting().
2011-11-17 11:37:11 +01:00
Henri Verbeet
c7feb3a533
d3d10: Implement D3D10StateBlockMaskEnableCapture().
2011-11-17 11:37:03 +01:00
Alexandre Julliard
d8241b8db6
comctl32: Avoid losing the color masks in CreateMappedBitmap.
2011-11-16 20:26:30 +01:00
Jacek Caban
d4aacad9ea
mshtml: Added support for ActiveX objects without IQuickActivate support.
2011-11-16 18:21:29 +01:00
Alexandre Julliard
bd44f10496
winex11: Make sure we create valid bitmaps even for a 1x1 mask.
2011-11-16 18:21:21 +01:00
Alexandre Julliard
3bbb208f8e
user32/tests: Add tests for small sizes of cursor bitmaps.
2011-11-16 18:08:12 +01:00
Rico Schüller
f7a4cabb46
d3dx9: Add count to trace in ID3DXBaseEffect::GetMatrixArray().
2011-11-16 17:18:21 +01:00
Rico Schüller
7b902d2278
d3dx9: Allow setting texture to NULL.
2011-11-16 17:18:18 +01:00
Rico Schüller
5bd3c9161c
d3dx9: Improve argument check in ID3DXBaseEffect::GetBool/Int/Float().
2011-11-16 17:18:14 +01:00
Piotr Caban
9b62668ddf
msvcp: Sync spec files.
2011-11-16 17:14:02 +01:00
Piotr Caban
3bb1a7309b
msvcp90: Fixed parameters number in functions returning structures.
2011-11-16 17:10:03 +01:00
Piotr Caban
486239b167
msvcp90: Added basic_string::insert implementation.
2011-11-16 17:03:11 +01:00
Piotr Caban
b9f544a2ab
msvcp90: Added basic_string::copy implementation.
2011-11-16 17:03:04 +01:00
Piotr Caban
0d6bd98783
msvcp90: Added basic_string::_Copy implementation.
2011-11-16 17:03:00 +01:00
Francois Gouget
10faa9997e
crypt32: Delete the oid and sip static critical sections when unloading the dll.
2011-11-16 17:02:52 +01:00
Francois Gouget
3abbbb2556
mscms: Delete the static critical section when unloading the dll.
2011-11-16 17:02:47 +01:00
Francois Gouget
903146bdcd
dxgi: Delete the static critical section when unloading the dll.
2011-11-16 17:02:43 +01:00
Francois Gouget
4ed24cd5f5
dinput: Delete the static critical section when unloading the dll.
2011-11-16 17:02:39 +01:00
Francois Gouget
8ce78a7b3e
credui: Delete the static critical section when unloading the dll.
2011-11-16 17:02:29 +01:00
Francois Gouget
17929b925e
wininet: Give a name to the critical sections, make them static and delete them when unloading the dll.
2011-11-16 17:02:22 +01:00
Francois Gouget
d78bfe1149
msvcrt: Statically initialize and name the MSVCRT_file_cs critical section.
2011-11-16 17:02:10 +01:00
Francois Gouget
fb49b7fd5b
dxgi: Remove an unneeded refcount field.
2011-11-16 17:02:02 +01:00
Francois Gouget
e9e0507d2b
rpcrt4: An interface pointer just has the size of a regular pointer.
2011-11-16 17:01:49 +01:00
Huw Davies
8f9c39d2a8
msxml3: Re-initialise the variant so that VariantChangeType doesn't free the user string.
2011-11-16 17:01:46 +01:00
Jacek Caban
938dcab3f4
mshtml: Fixed events tests on IE9.
2011-11-16 17:01:39 +01:00
Jacek Caban
7377dfbb07
mshtml: Fixed some htmldoc.c tests on IE9.
2011-11-16 17:01:36 +01:00
Piotr Caban
abd0f4318e
msvcr90/tests: Added nonblocking FILE functions test.
2011-11-16 17:01:25 +01:00
Piotr Caban
764b85511c
msvcrt: Don't use fputc in flsbuf implementation.
2011-11-16 17:01:09 +01:00
Huw Davies
666f83bc0f
gdi32: Add a helper to retrieve the octant bias.
2011-11-16 17:00:23 +01:00
Huw Davies
48b1e66309
gdi32: Use an array of masks to simplify the bitmap conversion.
2011-11-16 17:00:19 +01:00
Huw Davies
6c9c9107d4
gdi32: Return valid anti-alias format bitmaps if the glyph is a monochrome bitmap.
2011-11-16 17:00:15 +01:00
Huw Davies
f3fab96393
gdi32: Add a helper to return the maximum level to use for a given anti-aliasing format.
2011-11-16 17:00:10 +01:00
Jacek Caban
2bffcedc82
mshtml: Update window URI when its binding is redirected.
2011-11-16 17:00:04 +01:00
Jacek Caban
1fb705de62
urlmon: Don't set is_opaque for file URIs in validate_components.
2011-11-16 16:59:59 +01:00
Jacek Caban
1183577150
urlmon: Get rid of create_todo_* from uri_equality struct.
2011-11-16 16:59:54 +01:00
Hans Leidekker
f6c46dd074
winhttp: Implement WinHttpGetIEProxyConfigForCurrentUser.
2011-11-16 16:59:37 +01:00
Hans Leidekker
2621e98d04
winhttp: Clean up properly in request_send.
2011-11-16 16:59:27 +01:00
Francois Gouget
97ba7aa521
rpcrt4: The offset to the complex pointer's description is signed.
2011-11-16 09:47:16 +01:00
Thomas Faber
c432514b39
advapi32/tests: Do not assume the test is called with an absolute path.
2011-11-16 09:47:07 +01:00
Thomas Faber
087ff0644f
advapi32/tests: Use already existing static string instead of literal.
2011-11-16 09:46:36 +01:00
Vincent Povirk
065470ed62
windowscodecs: Flesh out IWICMetadataReader test.
2011-11-16 09:46:15 +01:00
Vincent Povirk
318c4e6788
windowscodecs: Add test for CreateMetadataReaderFromContainer.
2011-11-16 09:46:12 +01:00
Vincent Povirk
b2fa99851c
windowscodecs: Add tests for IWICMetadataReader.
2011-11-16 09:46:08 +01:00
Andrew Talbot
952f97647c
mshtml: Remove unused file-static variable.
2011-11-16 09:44:51 +01:00
Andrew Talbot
d1136d4aca
kernel32: Remove unused file-static variables.
2011-11-16 09:44:48 +01:00
Nikolay Sivov
f291933177
msxml3: Convert test stream to single byte string.
2011-11-16 09:42:46 +01:00
Nikolay Sivov
ede880a1c3
msxml3: Return qualified name from get_nodeName().
2011-11-16 09:42:25 +01:00
Nikolay Sivov
12bb4a471f
msxml3: Fix get_namespaceURI().
2011-11-16 09:42:20 +01:00
Nikolay Sivov
588f27dae9
msxml3: Properly return node prefix from get_prefix().
2011-11-16 09:42:03 +01:00
Henri Verbeet
e0a0d611af
wined3d: Pass a wined3d_color struct to wined3d_device_clear().
2011-11-16 09:41:53 +01:00
Henri Verbeet
7459180a51
wined3d: Get rid of the WINED3DCOLORVALUE typedef.
2011-11-16 09:41:50 +01:00
Henri Verbeet
be7122034f
d3d10: Implement D3D10StateBlockMaskEnableAll().
2011-11-16 09:41:46 +01:00
Henri Verbeet
5ffa2aba23
d3d10: Implement D3D10StateBlockMaskDisableCapture().
2011-11-16 09:41:43 +01:00
Henri Verbeet
88a55a04a3
d3d10: Implement D3D10StateBlockMaskDisableAll().
2011-11-16 09:41:36 +01:00
Alexandre Julliard
73b9dc98eb
comctl32: Setup the alpha channel also when reading an imagelist from a stream.
2011-11-15 22:11:15 +01:00
Alexandre Julliard
4c785235d0
comctl32: Add a couple of DIB helper functions for imagelists.
2011-11-15 22:10:45 +01:00
Jacek Caban
e7bbb4ef1e
mshtml: Fixed script tests on IE9.
2011-11-15 19:37:38 +01:00
Jacek Caban
9c464ca3cb
urlmon: Fixed protocol tests on IE9.
2011-11-15 19:37:37 +01:00
Andrew Eikum
c59ecdcefb
dsound: Don't specify period size for the IAudioClient.
...
We don't actually care what period size gets used (in fact, docs say the
parameter is entirely ignored in Shared mode).
2011-11-15 19:37:37 +01:00
Piotr Caban
e4ac347075
msvcrt: Don't hold FILE critical section in some functions.
2011-11-15 19:37:37 +01:00
Matteo Bruni
276216360e
d3d9: Remove D3DFMT_R8G8B8 special handling.
2011-11-15 19:37:37 +01:00
Matteo Bruni
77fa1a5c67
d3d8: Remove D3DFMT_R8G8B8 special handling.
2011-11-15 19:37:37 +01:00
Matteo Bruni
151cf2696b
wined3d: Disable WINED3DFMT_B8G8R8_UNORM.
2011-11-15 19:37:37 +01:00
Matteo Bruni
1fd18d7688
wined3d: Make a copy of gl_info for later context_destroy_gl_resources() usage.
2011-11-15 19:37:36 +01:00
Francois Gouget
148e6c3a3c
wintab32: Make the csTablet critical section static.
2011-11-15 19:37:36 +01:00
Francois Gouget
5305c8e009
secur32: Make the cs critical section static.
2011-11-15 19:37:36 +01:00
Francois Gouget
9b3bd3f917
scrrun: Remove an unneeded include directive in the resource file.
2011-11-15 19:37:36 +01:00
Francois Gouget
814c854fd2
winmm: Give a name to the critical sections, make them static and delete them when unloading the dll.
2011-11-15 19:37:36 +01:00
Francois Gouget
b6117b6869
wineoss.drv: Give a name to the mmdevapi critical sections, make them static and delete them when unloading the dll.
2011-11-15 19:37:35 +01:00
Francois Gouget
68dc1468cb
dsound: Give a name to the critical sections, make them static and delete them when unloading the dll.
2011-11-15 19:37:35 +01:00
Francois Gouget
1c3617a2c6
winecoreaudio.drv: Don't unset Spare[0] when deleting static critical sections.
2011-11-15 19:37:35 +01:00
Francois Gouget
97283f8b8d
winealsa.drv: Don't unset Spare[0] when deleting static critical sections.
2011-11-15 19:37:35 +01:00
Francois Gouget
9b3bda2b5d
crypt32: Move a couple of functions to avoid forward declarations.
2011-11-15 19:37:35 +01:00
Francois Gouget
37f7089a4a
wininet: Add prototypes for a couple of mpr functions.
2011-11-15 19:37:35 +01:00
Piotr Caban
9b60ef7e12
msvcp90: Don't define empty structure.
2011-11-15 19:37:34 +01:00
Piotr Caban
6aea3dcf25
msvcr90: Added __vswprintf_l implementation.
2011-11-15 19:37:34 +01:00
Andrew Eikum
31853fc203
urlmon: Improve parsing of SCHEME_MK URIs.
2011-11-15 19:37:34 +01:00
Michael Mc Donnell
8f5543c34e
d3dx9: Return error if D3DXMESH_VB_SHARE and new declaration.
2011-11-15 19:37:34 +01:00
Michael Mc Donnell
be8dd2e876
d3dx9/tests: Show D3DXMESH_VB_SHARE with new declaration should fail.
2011-11-15 19:37:34 +01:00
Michael Mc Donnell
656e8a8726
d3dx9/tests: Test for D3DXMESH_VB_SHARE option.
2011-11-15 19:37:33 +01:00
Alistair Leslie-Hughes
3d6708a194
mscoree: Implement ICorDebug CreateProcess.
2011-11-15 19:37:33 +01:00
Piotr Caban
f0d8c3383e
userenv: Improved CreateEnvironmentBlock implementation.
2011-11-15 19:37:33 +01:00
Dmitry Timoshkov
2429ef905c
user32: Dialog creation code should force WS_CHILD style for dialog controls.
2011-11-15 19:37:33 +01:00
Dmitry Timoshkov
50d37fe0ab
user32: Add tests for mixed WS_CHILD | WS_POPUP window styles.
2011-11-15 19:37:33 +01:00
Alexandre Julliard
4801b91fd6
wineps: Print a fixme for unhandled composite glyph scaling.
2011-11-15 19:37:32 +01:00
Jacek Caban
af9508a13a
mshtml: Added nsIURI::GetSpecIgnoringRef implementation.
2011-11-15 19:37:32 +01:00
Jacek Caban
95053e83cc
mshtml: Added more navigation tests.
2011-11-15 19:37:32 +01:00
Jacek Caban
fbdfec74b0
mshtml: Properly handle fragment-only navigation.
2011-11-15 19:37:32 +01:00
Jacek Caban
7b5125ac02
mshtml: Properly implement nsIURI::EqualsExceptRef.
2011-11-15 19:37:32 +01:00
Jacek Caban
9751e3c65f
mshtml: Properly implement nsIURI::CloneIgnoreRef.
2011-11-15 19:37:32 +01:00
Jacek Caban
bc701d5965
mshtml: Split setting window URI from set_current_mon.
2011-11-15 19:37:31 +01:00
Jacek Caban
f86abedb40
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
2011-11-15 19:37:31 +01:00
Jacek Caban
8ba6514962
mshtml: Split IHTMLPrivateWindow::SuperNavigate implementation.
2011-11-15 19:37:31 +01:00
Jacek Caban
3548504c8d
ieframe: Improved debug traces in IShellBrowser::QueryInterface.
2011-11-15 19:37:31 +01:00
Jacek Caban
60dc3d6280
ieframe: Added IDocObjectService::FireNavigateComplete2 implementation.
2011-11-15 19:37:30 +01:00
Jacek Caban
4816929cfe
ieframe: Added IDocObjectService::FireBeforeNavigate2 implementation.
2011-11-15 19:37:30 +01:00
Jacek Caban
c05558a245
ieframe: Store ShellBrowser in DocHost instead of creating it on every QueryService call.
2011-11-15 19:37:30 +01:00
Hans Leidekker
dcf1a81d8c
winhttp: Accept a missing buffer when parsing a decoded URL.
2011-11-15 19:37:30 +01:00
Hans Leidekker
96f2e7139c
winhttp: Implement WinHttpDetectAutoProxyConfigUrl.
2011-11-15 19:37:30 +01:00
Hans Leidekker
75be2284e1
ws2_32: Fix handling of NULL and empty hostname in getaddrinfo/GetAddrInfoW.
2011-11-15 19:37:29 +01:00
Nikolay Sivov
f87aee778d
msxml3: Properly handle qualified names in getAttributeNode().
2011-11-15 19:37:29 +01:00
Nikolay Sivov
6d4c1931f9
msxml3: Added IDispatchEx support for IXMLDOMImplementation.
2011-11-15 19:37:29 +01:00
Nikolay Sivov
b6d3068c24
msxml3: Support multiple IXMLDOMNamedNodeMap implementations.
2011-11-15 19:37:29 +01:00
Juan Lang
d2236db8c1
iphlpapi: Fix enumerating IPv6 addresses.
2011-11-15 19:37:29 +01:00
Stefan Dösinger
9e0baa55ce
ddraw: Set correct HEL and HAL color models.
2011-11-15 19:37:28 +01:00
Stefan Dösinger
c3d6061593
ddraw: Add more tests and fixes for SetSurfaceDesc.
2011-11-15 19:37:28 +01:00
Stefan Dösinger
460e35aace
ddraw/tests: Mark a VMware failure broken.
2011-11-15 19:37:28 +01:00
Aric Stewart
7868be6e70
usp10: Properly set LayoutRTL.
2011-11-15 19:37:28 +01:00
Aric Stewart
e5d33f08c7
usp10: Devanagari danda and double danda are used for all Indic scripts.
2011-11-15 19:37:15 +01:00
Aric Stewart
6c3398d957
usp10: Pay attention to script changes for bidi run itemization.
2011-11-15 16:09:10 +01:00
Aric Stewart
145102c7fd
usp10: Merge neutral scripts.
2011-11-15 16:09:10 +01:00
Aric Stewart
3767cebc88
usp10: Move scripts to an array initialized once to minimize get_char_script calls.
2011-11-15 16:09:09 +01:00
Aric Stewart
9c9513f94a
usp10: Break with a better understanding on the handling of bidi strengths.
2011-11-15 16:09:09 +01:00
Henri Verbeet
e43a185c17
wined3d: Get rid of the WINED3DSHADER_PARAM_DSTMOD_TYPE typedef.
2011-11-15 16:09:09 +01:00
Henri Verbeet
563edce2fa
wined3d: Get rid of the WINED3DSHADER_PARAM_SRCMOD_TYPE typedef.
2011-11-15 16:09:09 +01:00
Henri Verbeet
a11a171366
d3d10: Implement D3D10StateBlockMaskDifference().
2011-11-15 16:09:09 +01:00
Henri Verbeet
84f90f6ea8
d3d10: Add a stub ID3D10StateBlock implementation.
2011-11-15 16:08:54 +01:00
André Hentschel
4896f94aaf
wininet: Improve stub message for InternetSetFilePointer.
2011-11-15 11:49:03 +01:00
André Hentschel
62d719419c
kernel32/tests: Fix two typos.
2011-11-15 11:48:58 +01:00
André Hentschel
947d1bf588
msvcrt: Implement _wfreopen_s.
2011-11-15 11:48:38 +01:00
André Hentschel
ba5b0c34a8
msvcrt: Implement freopen_s.
2011-11-15 11:48:24 +01:00
André Hentschel
09202ee949
ole32: Implement writing VT_CLSID properties.
2011-11-15 11:46:46 +01:00
Maarten Lankhorst
d9889cfd63
ntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
2011-11-15 11:46:02 +01:00
Alexandre Julliard
1ff5f3d56f
winex11: Remove check for DIB color table in ExtTextOut.
2011-11-14 21:25:47 +01:00
Marcus Meissner
49cade4b01
oleaut32: Use correct variable (Coverity).
2011-11-14 20:15:43 +01:00
Francois Gouget
f7b22f6547
inetcomm: Give a name to the critical sections and delete them when done.
2011-11-14 20:15:38 +01:00
Francois Gouget
4db0d0da19
mcicda: Give a name to the critical sections.
2011-11-14 20:15:36 +01:00
Francois Gouget
f2043352d1
msvcrt: Give a name to the critical sections.
2011-11-14 20:15:33 +01:00
Francois Gouget
7a30fbdcbf
qmgr: Give a name to the critical sections.
2011-11-14 20:15:31 +01:00
Francois Gouget
8560a654a8
quartz/tests: Give a name to the critical sections.
2011-11-14 20:15:28 +01:00
Francois Gouget
86d8217aea
rpcrt4: Give a name to the critical sections.
2011-11-14 20:15:26 +01:00
Francois Gouget
3e16622a45
urlmon: Give a name to the critical sections.
2011-11-14 20:15:24 +01:00
Francois Gouget
ea93b27c34
winhttp: Give a name to the critical sections.
2011-11-14 20:15:22 +01:00
Francois Gouget
51ab24dd66
browseui: Give a name and delete the critical sections.
2011-11-14 20:15:19 +01:00
Jörg Höhle
7480dc0af1
mmdevapi/tests: Prevent crash when device is in use.
2011-11-14 17:39:31 +01:00
Jacek Caban
75dd412311
urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.
2011-11-14 17:36:57 +01:00
Huw Davies
d43d17e248
gdi32/tests: Add tests for text rendering.
2011-11-14 15:25:28 +01:00
Huw Davies
e9612c1af0
gdi32: Add support for drawing text in the dib driver.
2011-11-14 15:25:28 +01:00
Huw Davies
5c6f630b98
gdi32: Add draw_glyph primitives.
2011-11-14 15:25:28 +01:00
Huw Davies
18520f2e63
gdi32: Calculate the min/max color component intensities for 17 glyph levels.
2011-11-14 15:25:27 +01:00
Huw Davies
f284f5970a
gdi32: Move the ETO_OPAQUE rectangle drawing to the dib driver.
2011-11-14 15:25:27 +01:00
Huw Davies
5990091bbf
gdi32: Expose a solid_rects function.
2011-11-14 15:25:27 +01:00
Huw Davies
15fabcdefe
gdi32: Keep track of the text pixel color.
2011-11-14 15:25:27 +01:00
Marcus Meissner
6a629710ce
urlmon: Fixed an array overread (Coverity).
2011-11-14 15:25:27 +01:00
Francois Gouget
9ceac318e0
msvcp90: Remove an unneeded cast.
2011-11-14 15:25:27 +01:00
Francois Gouget
2b54a7ee72
dmloader: Remove an unused critical section.
2011-11-14 15:25:27 +01:00
Francois Gouget
76b64d9a4a
strmbase: Unset Spare[0] before deleting non-static critical sections.
2011-11-14 15:25:27 +01:00
Francois Gouget
0caef81de2
dsound: Unset Spare[0] before deleting non-static critical sections.
2011-11-14 15:25:27 +01:00
Juan Lang
c6bb89a6d6
iphlpapi: Remove unneeded includes.
2011-11-14 15:25:26 +01:00
Juan Lang
0de0796134
iphlpapi: Remove an unmaintained comment, and update copyright.
2011-11-14 15:25:26 +01:00
Juan Lang
cd0ee464cd
iphlpapi: Combine #ifdef HAVE_IFADDRS_H blocks.
2011-11-14 15:25:26 +01:00
Juan Lang
25b014b6e7
iphlpapi: Implement retrieving IPv4 addresses using getifaddrs, when available.
2011-11-14 15:25:26 +01:00
André Hentschel
b4c3fcd17a
tapi32: Implement tapiGetLocationInfoW.
2011-11-14 15:25:26 +01:00
Matej Špindler
2e5718ba95
ws2_32: Test GetAddrInfo with zero port.
2011-11-14 15:25:24 +01:00
Aric Stewart
e6ee421e88
usp10: Add some additional Latin script ranges.
2011-11-14 15:25:24 +01:00
Matteo Bruni
62a2ad3d0f
wined3d: Skip blending test on some texture formats.
...
It doesn't make sense to test NULL and P8, while the luminance formats
right now aren't really tested anyway (and "incidentally" that also
workarounds a Nvidia drivers bug).
2011-11-14 15:25:24 +01:00
Matteo Bruni
56c9952ee6
wined3d: Fix post-pixelshader blending test.
2011-11-14 15:25:24 +01:00
Stefan Dösinger
edfeec60b1
ddraw/tests: Add a YV12 blit test.
2011-11-14 15:25:24 +01:00
Stefan Dösinger
a9c72d8772
ddraw/tests: Add a test for YV12 partial block locks and lock offsets.
2011-11-14 15:25:24 +01:00
Francois Gouget
8eef0cc258
dlls: Remove unneeded include directives in resource files.
2011-11-14 15:25:23 +01:00
Nikolay Sivov
02cd5a008f
msxml3: Fix getNamedItem() for qualified node names.
2011-11-14 15:25:23 +01:00
Henri Verbeet
076edfe9d4
wined3d: Get rid of the winetexturestates typedef.
2011-11-14 15:25:22 +01:00
Henri Verbeet
66cb4a8ca9
wined3d: Get rid of the WINED3DSHADER_PARAM_REGISTER_TYPE typedef.
2011-11-14 15:25:22 +01:00
Henri Verbeet
13efdc6a37
wined3d: Introduce a "state" variable in shader_glsl_load_constants().
2011-11-14 15:25:22 +01:00
Henri Verbeet
a44401af0f
wined3d: x11_copy_to_screen() shouldn't be called on mapped surfaces.
2011-11-14 15:25:21 +01:00
Henri Verbeet
a2963b662c
ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking.
2011-11-14 15:25:21 +01:00
Andrew Talbot
f3d0c715a3
dinput: Remove unused Wine debug channel.
2011-11-14 15:25:21 +01:00
Andrew Talbot
bf3d67c460
dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2011-11-14 15:25:21 +01:00
Andrew Talbot
9192a20132
cryptnet: Remove unused file-static variable.
2011-11-14 15:25:20 +01:00
Francois Gouget
82c3b84e40
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2011-11-14 15:25:20 +01:00
Jacek Caban
7230b6b2b6
urlmon: Fixed some failures on IE9.
2011-11-14 15:25:20 +01:00
Jacek Caban
69f4def9e5
mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation.
2011-11-14 15:25:20 +01:00
Jacek Caban
64b94ebffc
urlmon: Improved IUri debug traces.
2011-11-14 15:25:20 +01:00
Jacek Caban
54faf0852f
mshtml: Moved QueryService(IID_IShellBrowser) call to the right place.
2011-11-14 15:25:19 +01:00
Jacek Caban
dc604f4a27
mshtml: Get rid of an unused parameter in prepare_for_binding.
2011-11-14 15:25:19 +01:00
Jacek Caban
52826af93c
mshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl function name.
2011-11-14 15:25:19 +01:00
Jacek Caban
6f9e67e0b4
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_height implementation.
2011-11-14 15:25:19 +01:00
Marcus Meissner
4222ccf1cf
gdi32: Fixed loop end setting (Coverity).
2011-11-14 15:25:19 +01:00
André Hentschel
ebde184b4c
unicows: Add GetRoleTextW from oleacc.
2011-11-14 15:25:18 +01:00
Andrew Talbot
a41cbc1423
atl: Remove an unused variable.
2011-11-14 13:10:23 +01:00
Andrew Talbot
cedeac3191
appwiz.cpl: Remove an unused function.
2011-11-14 13:10:22 +01:00
Andrew Talbot
8a1539ac98
advapi32: Remove an unused variable.
2011-11-14 13:10:22 +01:00