Commit Graph

84650 Commits

Author SHA1 Message Date
Rico Schüller ed700553e0 d3dx9: Simplify ID3DXBaseEffect::SetInt(). 2011-12-22 17:19:16 +01:00
Alexandre Julliard 7f3a7ae585 gdi32: Fix handling of COLORREFs with illegal values for the high byte. 2011-12-22 17:19:13 +01:00
Luca Bennati a9148f43a5 po: Update Italian translation. 2011-12-22 10:17:35 +01:00
Frédéric Delanoy 4d04887da2 po: Update French translation. 2011-12-22 10:17:30 +01:00
Nikolay Sivov b6d5955f22 po: Update Russian translation. 2011-12-22 10:17:27 +01:00
André Hentschel adb8d3b7ca po: Update German translation. 2011-12-22 10:17:23 +01:00
Aurimas Fišeras 73e845a810 po: Update Lithuanian translation. 2011-12-22 10:17:20 +01:00
Henri Verbeet 6623a8cfa9 wined3d: Get rid of the WINED3DFOGMODE typedef. 2011-12-22 10:08:52 +01:00
Henri Verbeet 00096c82fd wined3d: Get rid of the WINED3DZBUFFERTYPE typedef. 2011-12-22 10:08:48 +01:00
Henri Verbeet 654d53fa5f ddraw/tests: Add some tests for DDSCL_CREATEDEVICEWINDOW. 2011-12-22 10:08:45 +01:00
Henri Verbeet fe4e2bf60e ddraw/tests: Fix a couple of test messages. 2011-12-22 10:08:07 +01:00
Henri Verbeet 4a30db74b1 ddraw: Handle the Direct3D clipspace transformation.
Direct3D3 and earlier have an extra transformation to scale clipspace. It's
controlled by the extra viewport parameters in those versions.
2011-12-22 10:07:59 +01:00
Aric Stewart 27e3e1a89b usp10: Correct error in EDIT_GetLineRect in index for ScriptStringCPtoX. 2011-12-21 18:06:51 +01:00
Piotr Caban cd6e9bd141 msvcp90: Don't crash if NULL is passed to _Strcoll and _Wcscoll. 2011-12-21 18:06:45 +01:00
Piotr Caban 1a711acdc2 msvcp90: Added ctype<char>::is functions implementation. 2011-12-21 18:05:58 +01:00
Piotr Caban 7fe9abd5cc msvcp90: Added ctype<char>::toupper functions implementation. 2011-12-21 18:05:54 +01:00
Piotr Caban 283c07b8ce msvcp90: Added ctype<char>::tolower functions implementation. 2011-12-21 18:05:47 +01:00
Piotr Caban a1db838668 msvcp90: Hold _LOCK_LOCALE critical section while _Lockinfo object exists. 2011-12-21 18:05:31 +01:00
Piotr Caban 8f8f6b3c0d msvcp90: Added ctype<char>::widen functions implementation. 2011-12-21 18:05:26 +01:00
Piotr Caban facb3e3fe6 msvcp90: Added ctype<char>::narrow functions implementation. 2011-12-21 18:05:21 +01:00
Piotr Caban 72d18e0111 msvcp90: Added ctype<char> constructors implementation. 2011-12-21 18:05:17 +01:00
Piotr Caban bb002e27b3 msvcp90: Added partial collate<wchar_t> implementation. 2011-12-21 18:05:07 +01:00
Rico Schüller 5341b5518b d3dx9/tests: Add effect parameter value GetIntArray() test. 2011-12-21 18:04:48 +01:00
Rico Schüller d984a524e7 d3dx9/tests: Add effect parameter value GetInt() test. 2011-12-21 18:04:45 +01:00
Rico Schüller cb664abfa0 d3dx9/tests: Add effect parameter value GetBoolArray() test. 2011-12-21 18:04:39 +01:00
Rico Schüller bdf8e4642a d3dx9/tests: Add effect parameter value GetBool() test. 2011-12-21 18:04:34 +01:00
Rico Schüller 8a58fb3c84 d3dx9/tests: Add effect parameter value GetValue() test. 2011-12-21 18:04:18 +01:00
Alexandre Julliard 88d632aec3 msvcrt: Fix formatting of pointers in printf. 2011-12-21 16:05:04 +01:00
Jörg Höhle 54402a7c82 winealsa.drv: Request ALSA period time to match MMDevAPI period time. 2011-12-21 15:08:17 +01:00
Francois Gouget 8c9a67934b include: indexsrv.idl should import oaidl, not objidl. 2011-12-21 15:08:17 +01:00
Francois Gouget d8c7c80177 include: Don't import servprov.idl from urlhist.idl. 2011-12-21 15:08:17 +01:00
Francois Gouget 4378241ffe include: Import shtypes.idl in shdeprecated.idl. 2011-12-21 15:08:17 +01:00
Detlef Riekenberg 52b03c90e7 ieframe: Improve status updates in BindStatusCallback_OnProgress. 2011-12-21 15:08:04 +01:00
Gabriele Moabiti 70cdcba836 wineconsole: Light and dark gray colors are exchanged in the user backend. 2011-12-21 14:48:27 +01:00
Alexandre Julliard b90be52cdd winex11: Scale raw motion events according to their valuator range. 2011-12-21 10:58:25 +01:00
Alexandre Julliard 126bb92717 winex11: Keep the device info around as long as XInput2 is active. 2011-12-21 10:57:57 +01:00
Alexandre Julliard e85a5b2ee9 mountmgr: Require at least one of device or mount point to match when looking for an existing volume. 2011-12-21 10:56:52 +01:00
Henri Verbeet 1ec609670f wined3d: Get rid of the WINED3DCMPFUNC typedef. 2011-12-21 10:14:54 +01:00
Henri Verbeet b79dc388c3 wined3d: Get rid of the WINED3DVERTEXBLENDFLAGS typedef. 2011-12-21 10:14:50 +01:00
Henri Verbeet 0feb72f000 wined3d: Handle client storage in surface_remove_pbo(). 2011-12-21 10:14:44 +01:00
Henri Verbeet 317d5406d5 wined3d: Handle client storage in surface_init_sysmem(). 2011-12-21 10:14:41 +01:00
Henri Verbeet b57d1e7c33 wined3d: Don't call surface_init_sysmem() on surfaces with a PBO. 2011-12-21 10:14:37 +01:00
Nikolay Sivov 9321ed7c39 msxml3: Fix VT_BSTR case for IXMLHttpRequest::send(). 2011-12-21 10:14:28 +01:00
Nikolay Sivov 8c03b4e5f0 msxml3: Support DELETE method in IXMLHttpRequest. 2011-12-21 10:14:21 +01:00
André Hentschel 962230064d secur32/tests: Fail on missing NTLM. 2011-12-20 20:24:47 +01:00
Frédéric Delanoy dbdf927e74 cmd: Merge two if blocks. 2011-12-20 20:24:10 +01:00
Frédéric Delanoy 8d6f9e3036 comctl32: Avoid using uninitialized value (Coverity). 2011-12-20 20:24:00 +01:00
Piotr Caban 9e8e6e6dac msvcp90: Correctly export collate<short> constructors. 2011-12-20 20:06:36 +01:00
Piotr Caban 0e8d13b82c msvcp90: Added collate<char>::do_hash implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban 5051876660 msvcp90: Added collate<char>::compare implementation. 2011-12-20 20:06:35 +01:00