Commit Graph

59067 Commits

Author SHA1 Message Date
Francois Gouget d475279149 advapi32/tests: Add a trailing '\n' to ok() calls. 2009-06-30 12:39:29 +02:00
Francois Gouget 97df1e12e6 windowscodecs: Make the QueryInterface() functions static. 2009-06-30 12:39:25 +02:00
Vitaliy Margolen 27072f296f dxdiagn: Use quartz's IFilterMapper to get DirectShow filter information instead of looking through private structures. 2009-06-30 12:38:49 +02:00
Vitaliy Margolen 516aac77aa dxdiagn: Add fil_data.idl to describe IAMFilterData interface. 2009-06-30 12:38:39 +02:00
Rein Klazes ce85668416 comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification. 2009-06-30 12:34:06 +02:00
Michael Stefaniuc 01366a6b41 crypt32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:55 +02:00
Michael Stefaniuc fed054a9ef oleacc: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:51 +02:00
Michael Stefaniuc 58d49b42c9 iccvid: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:45 +02:00
Michael Stefaniuc 69411faf4d browseui: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:32:10 +02:00
Michael Stefaniuc e17af8082b user32: Remove unreachable code: break after return (Smatch). 2009-06-30 12:31:59 +02:00
Nikolay Sivov 9ee5f26570 comctl32/rebar: Use proper structure size in tests and parameter checks. 2009-06-30 12:31:51 +02:00
Vincent Povirk aa9602db10 gdiplus: Implement horizontal alignment in GdipDrawString. 2009-06-30 12:31:37 +02:00
Stefan Leichter 3ca49a10d8 oleaut32: Add two tests of function VarDateFromStr for German date format. 2009-06-30 12:31:32 +02:00
Frédéric Delanoy af8348c5b7 winedbg: Add French translation. 2009-06-30 12:30:38 +02:00
Frédéric Delanoy 6628fb474f cryptui: Add French translation. 2009-06-30 12:29:54 +02:00
Aurimas Fišeras afa41e9105 view: Add Lithuanian translation. 2009-06-30 12:29:46 +02:00
Aurimas Fišeras 73285f5c59 winefile: Add Lithuanian translation. 2009-06-30 12:29:42 +02:00
Frédéric Delanoy f4a625b3b3 shell32: Updated French translation. 2009-06-30 12:29:38 +02:00
Frédéric Delanoy 85aadbd906 appwiz.cpl: Updated French translation. 2009-06-29 15:08:52 +02:00
Louis Lenders 011c5b8fae advapi32: Add a few tests for GetSidSubAuthority and SetLastError correctly. 2009-06-29 15:08:00 +02:00
Detlef Riekenberg 0ca3b3b423 advapi32: Check the output pointer first in RegOpenKey, with test. 2009-06-29 14:51:30 +02:00
Alexander Scott-Johns 5a91cffc20 rtutils: Add stub TraceRegisterExW and TraceRegisterExA.
The -W function is imported by Windows Journal Viewer.
2009-06-29 14:51:18 +02:00
Alexander Scott-Johns a4689aaeee rtutils: Add stub dll. 2009-06-29 14:51:11 +02:00
Nikolay Sivov 759b914c9e comctl32/rebar: Update Rebar structure. 2009-06-29 14:32:41 +02:00
Nikolay Sivov 753407ef82 comctl32/progress: Implement PBM_GETBKCOLOR. 2009-06-29 14:32:33 +02:00
Nikolay Sivov 84f3c50474 comctl32/progress: Implement PBM_GETBARCOLOR, add some todo entries. 2009-06-29 14:32:21 +02:00
Nikolay Sivov f6bdb637bf comctl32/toolbar: Move parameter cast to WinProc level, some code cleanup. 2009-06-29 14:32:12 +02:00
Vincent Povirk b19e329be4 windowscodecs: Add test for BMP decoder. 2009-06-29 14:28:14 +02:00
Vincent Povirk 78c3aa78d2 windowscodecs: Implement GetResolution for BMP decoder. 2009-06-29 14:28:13 +02:00
Vincent Povirk 7c7f70a317 windowscodecs: Implement GetSize for BMP decoder. 2009-06-29 14:28:13 +02:00
Vincent Povirk eca8ef6924 windowscodecs: Implement GetFrame for BMP decoder. 2009-06-29 14:28:12 +02:00
Vincent Povirk 0caec83215 windowscodecs: Implement Initialize method for BMP decoder. 2009-06-29 14:27:44 +02:00
Vincent Povirk 6f86ceef49 windowscodecs: Implement trivial methods for BMP decoder. 2009-06-29 14:27:23 +02:00
Vincent Povirk 2824c4458b include: Add some definitions to wincodec.idl. 2009-06-29 14:27:23 +02:00
Vincent Povirk 429c784cd7 windowscodecs: Add a stub decoder for the BMP format. 2009-06-29 14:27:11 +02:00
Vincent Povirk b01c652d4b windowscodecs: Add stub implementation of IWICImagingFactory. 2009-06-29 14:20:13 +02:00
Piotr Caban 754513c800 jscript: Added Date_toString implementation. 2009-06-29 13:30:52 +02:00
Piotr Caban 9b011bd0f7 jscript: Added Date_toLocaleString implementation. 2009-06-29 13:30:19 +02:00
Piotr Caban 5be6deb844 jscript: Added Date_toUTCString implementation. 2009-06-29 13:30:05 +02:00
Piotr Caban fd89475380 jscript: Added Date_toDateString implementation. 2009-06-29 13:29:35 +02:00
Piotr Caban 40b88e261a jscript: Added Date_toTimeString implementation. 2009-06-29 13:28:56 +02:00
Piotr Caban 0e379fbe05 jscript: Added Date_toLocaleTimeString implementation. 2009-06-29 13:28:40 +02:00
Piotr Caban 6dc3b7beb7 jscript: Added Date_toLocaleDateString implementation. 2009-06-29 13:28:26 +02:00
Francois Gouget 8b93e1fe06 gdi32/tests: Make test_GetTextMetrics2() static. 2009-06-29 13:22:51 +02:00
Paul Vriens e6b58a0ba1 taskmgr: Fix Dutch translations. 2009-06-29 13:22:08 +02:00
Paul Vriens d9a9e3f06d shell32: Fix Dutch translations. 2009-06-29 13:21:50 +02:00
Alexandre Julliard 1ac7576d47 ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this. 2009-06-29 13:21:37 +02:00
Frédéric Delanoy c95acb9115 taskmgr: Some fixes to French translation/display. 2009-06-29 13:14:54 +02:00
Frédéric Delanoy 55f3442204 cmdlgtst: Fixed French translation. 2009-06-29 13:14:50 +02:00
Frédéric Delanoy 1f983c51de wldap32: Fixed French translation. 2009-06-29 13:14:46 +02:00