Commit Graph

20170 Commits

Author SHA1 Message Date
Ivan Gyurdiev 93b3106be2 wined3d: Add D3DVS_RASTOUT_OFFSETS to the WINED3D namespace. 2006-10-24 20:06:21 +02:00
Ivan Gyurdiev 997e670e12 wined3d: Add D3DTADDRESS to the WINED3D namespace. 2006-10-24 20:06:15 +02:00
Ivan Gyurdiev 74cd90a18a wined3d: D3DLOCK: Use consistently in the WINED3D namespace. 2006-10-24 20:06:06 +02:00
Jeff Latimer a8e5b9ae70 usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches. 2006-10-24 20:02:19 +02:00
Jeff Latimer 37e7de1208 usp10: Add tests for ScriptStringAnalyse and ScriptStringFree. 2006-10-24 20:02:05 +02:00
Francois Gouget 9fe4673347 Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Rob Shearman 47bf80da8c oleaut32: Fix a crash in dump_DispParms when running the typelib test with debug tracing on. 2006-10-24 17:46:56 +02:00
Rob Shearman aa203f0919 oleaut32: Free the array subscript memory for type descriptions when freeing the typelib. 2006-10-24 17:46:49 +02:00
Rob Shearman 2b65782d1e oleaut32: Fix a reference count leak in the typelib test. 2006-10-24 17:46:39 +02:00
Rob Shearman a26af4861d oleaut32: Fix a reference count leak in CreateDispTypeInfo. 2006-10-24 17:46:34 +02:00
Rob Shearman d72ef78fa6 oleaut32: Initialise all members of the FUNCDESC structure in CreateDispTypeInfo. 2006-10-24 17:46:27 +02:00
Huw Davies d7eb2262b0 winex11.drv: Only initialize static variables once per process. 2006-10-24 17:46:20 +02:00
Huw Davies 87fbc7a3a8 winex11.drv: Give XCloseIM another chance. 2006-10-24 17:46:17 +02:00
Jonathan Ernst 29a20902ac oledlg: Updated French translation. 2006-10-24 17:46:12 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Alexandre Julliard 1dc38cf26b user: Make sure the desktop window exists before calling monitor functions. 2006-10-24 12:22:43 +02:00
Hwang YunSong(황윤성) 41951dc124 oledlg: Updated Korean resource. 2006-10-24 11:45:25 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Mike McCormack d1723de566 msi: Split code to get a file's verion into a separate comment. 2006-10-24 11:45:01 +02:00
Mike McCormack 8939587b19 riched20: Create macro functions for allocating and freeing memory. 2006-10-24 11:44:53 +02:00
Mike McCormack e971e0fb89 riched20: Make sure to use GlobalAlloc with GlobalFree. 2006-10-24 11:44:36 +02:00
James Hawkins 615d09f285 advpack: Fix the full path check. 2006-10-24 11:44:20 +02:00
James Hawkins 1f3f88bf67 msi: Add tests for installing from continuous cabinets. 2006-10-24 11:44:13 +02:00
James Hawkins 3fc13d4b05 msi: Allow more customization of install test files. 2006-10-24 11:44:03 +02:00
James Hawkins a3a3d6c254 msi: Remove unused function pointer and definitions. 2006-10-24 11:43:56 +02:00
James Hawkins a93763ae21 msi: Remove two unnecessary install tables. 2006-10-24 11:43:42 +02:00
James Hawkins 5b19cc79bd msi: Add support for localizable strings in MsiDatabaseImport. 2006-10-24 11:43:33 +02:00
Jacek Caban 53f68ae3e6 urlmon: Added video/mpeg mime filter. 2006-10-24 11:43:25 +02:00
Jacek Caban 3515dbc37c urlmon: Code clean up. 2006-10-24 11:43:18 +02:00
Jacek Caban 84253b011d urlmon: Added video/avi mime filter implementation. 2006-10-24 11:43:01 +02:00
Andrew Talbot 83b836b3f9 user: Remove superfluous shadow variable. 2006-10-24 11:42:53 +02:00
Andrew Talbot c70841fb36 crypt32: Cast-qual warnings fix. 2006-10-24 11:42:47 +02:00
Huw Davies becf09f3f8 winex11.drv: Initialize data->xim to NULL if xim has been disabled. 2006-10-24 11:42:35 +02:00
Michael Stefaniuc 962e97dbf3 comctl32/tests: Specify type of function argument and remove unused arguments. 2006-10-24 11:33:28 +02:00
Eric Pouech a8e5179d8e netapi32: Fix the size of allocation for the string returned from NetpGetComputerName. 2006-10-24 11:33:00 +02:00
Eric Pouech a79fa50280 ole32: Fixed some wrong conditions in OleFlushClipboard. 2006-10-24 11:32:48 +02:00
Eric Pouech 5c0f35a2aa ole32: CoUninitialize: No longer access an object after it's been freed. 2006-10-24 11:32:38 +02:00
Eric Pouech 858bebc7c8 msxml: Fixed list walking in xmlnodelist_get_length. 2006-10-24 11:32:24 +02:00
Eric Pouech bc7df7ad80 gdi32: Better error handling in enhanced metafile. 2006-10-24 11:32:12 +02:00
Eric Pouech 54ac76a387 winex11.drv: As the min keycode is always greater or equal to 8, we
don't need to scan XKeymapEvent.key_vector from 0 but from 8.
2006-10-24 11:31:55 +02:00
Marcus Meissner d1b2282a9b wineoss: On non-OSS systems define MidiExit too. 2006-10-24 11:31:21 +02:00
Marcus Meissner 2c8aeb6db1 iphlpapi: NetBSD needs sys/param.h. 2006-10-24 11:31:07 +02:00
Detlef Riekenberg b8a2b17af6 localspl: Remember hInstance, needed for resources. 2006-10-24 11:30:45 +02:00
Detlef Riekenberg c9dc7ccda2 localspl: Add version resource. 2006-10-24 11:30:39 +02:00
Detlef Riekenberg 73d36423f3 localspl/tests: Fallback to localmon.dll on NT4.0. 2006-10-24 11:30:03 +02:00
Alexandre Julliard 75fb678070 user: Fixed MonitorFromWindow behavior for an invalid window handle. 2006-10-23 18:03:16 +02:00
Francois Gouget a990951358 msi/tests: Fix compilation with gcc 2.95. 2006-10-23 15:19:29 +02:00
Rob Shearman 053f69aced oleaut32: Fix a missing ITypeInfo::ReleaseTypeAttr in the typelib marshaling code. 2006-10-23 15:19:13 +02:00
Rob Shearman 053b6b21b6 oleaut32: Fix two more leaks on type info destruction. 2006-10-23 15:19:02 +02:00
Rob Shearman b5c78d0dff oleaut32: Rewrite MSFT_ReadName and MSFT_ReadString to need one less allocation and to fix a memory leak. 2006-10-23 15:18:56 +02:00