Commit Graph

44522 Commits

Author SHA1 Message Date
James Hawkins 0b98ce8ff5 msi: Clean up the db when skipping the tests. 2008-03-20 14:27:35 +01:00
James Hawkins a9ebec9849 msi: win95 returns ERROR_BAD_PATHNAME. 2008-03-20 14:27:35 +01:00
James Hawkins e94b065df3 msi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks. 2008-03-20 14:27:35 +01:00
Maarten Lankhorst e02322aef8 quartz: Implement forwarding mediaseeking messages. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst 734d6159d5 quartz: Add critical sections to IMediaSeeking. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst 9ec4240065 quartz: Add mediaseeking stub to audio renderer. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst c53a803ab7 quartz: Fix checking for duration. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst d38b8502a6 quartz: Pass the reference time + small delay on on begin of playback. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst 366eca51df quartz: Don't pass reference time when running. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst ea537b916e quartz: Transmit pullpin messages further. 2008-03-20 14:27:34 +01:00
Maarten Lankhorst 3c9e2263ee quartz: Fix bug in transmitting messages further. 2008-03-20 14:27:34 +01:00
Dan Hipschman d664c276df qmgr: Add a stub implementation of IBackgroundCopyJob2. 2008-03-20 14:27:34 +01:00
Dan Hipschman 764cf334d6 rpcrt4: Use correct count in rpcrt4_conn_np_write.
count is the total count passed into rpcrt4_conn_np_write.  If WriteFile
does a partial write it would end up writing too much subsequent times
through the loop.  All tests pass as before.
2008-03-20 14:27:34 +01:00
Michael Stefaniuc 95c2801784 localspl: Add the Romanian translation. 2008-03-20 14:27:34 +01:00
Michael Stefaniuc c6f46e21b7 write: Add the German translation. 2008-03-20 14:27:34 +01:00
Michael Stefaniuc 3f206384d2 write: Add the Romanian translation. 2008-03-20 14:27:34 +01:00
Andrew Talbot 7abeb20490 uxtheme: Assign to structs instead of using memcpy. 2008-03-20 14:27:34 +01:00
Andrew Talbot 6e1829fc62 user32: Assign to structs instead of using memcpy. 2008-03-20 14:27:34 +01:00
Frans Kool 389799e7c0 reg: Added Dutch resources. 2008-03-20 14:27:34 +01:00
Frans Kool 6e08a877c1 reg: Corrected #include statement for translations to work. 2008-03-20 14:27:34 +01:00
Samuel Lidén Borell 9ba2395aba mshtml: Update Swedish translation. 2008-03-20 11:43:40 +01:00
Samuel Lidén Borell d356b7c064 shdoclc: Update Swedish translation. 2008-03-20 11:43:18 +01:00
Jason Green 27364e8454 d3d9: Add a visual test case for the D3DSAMP_SRGBTEXTURE sampler state. 2008-03-20 11:43:12 +01:00
Anatoly Lyutin 65ebbb328e wine.inf: Add "MenuShowDelay" value. 2008-03-20 11:43:02 +01:00
Michael Stefaniuc 881373f452 msrle32: Add the Romanian translation. 2008-03-19 18:51:38 +01:00
Michael Stefaniuc 9858a1480e regedit: Fix and update the German translation.
- Add the translations for REG_MULTI_SZ.
- Replace "Zeichenkette" with "Zeichenfolge" as that seems to be what
  Windows uses.
- Fix the size and placement of the "OK"/"Abbrechen" buttons.
- Remove bogus accelerators on some LTEXT entries in dialogs.
2008-03-19 18:51:35 +01:00
Michael Stefaniuc 74b2a26cb9 crypt32: Update the German translation. 2008-03-19 18:51:27 +01:00
Roderick Colenbrander fd71421ebe wined3d: Report software processing in CheckDeviceFormat. 2008-03-19 17:21:59 +01:00
Roderick Colenbrander 30a3bc2651 wined3d: Add dynamic locking support to CheckDeviceFormat. 2008-03-19 17:21:47 +01:00
Roderick Colenbrander 7fd87f10cd wined3d: There is no need for the !Usage checks at the start of the resource type checks.
The return-path of the code will handle this properly and this also
ensures that the R8G8B8 dxVersion test is reached.
2008-03-19 17:21:34 +01:00
Alexandre Julliard 6677e15389 winex11: Remove leftover debugging output. 2008-03-19 13:39:37 +01:00
Jacek Caban 9ff3c3955d jscript: Added IActiveScriptProperty stub implementation. 2008-03-19 12:45:44 +01:00
Jacek Caban 12a5898436 jscript: Added IActiveScriptParse stub implementation. 2008-03-19 12:45:39 +01:00
Jacek Caban e553c56956 activscp.idl: Added IActiveScriptProperty declaration. 2008-03-19 12:45:32 +01:00
Andrew Riedi 2087ad46a9 reg: Add stub 'reg' program. 2008-03-19 12:45:26 +01:00
Herve Chanal 2115a90a68 msiexec: A nicer icon. 2008-03-19 11:27:56 +01:00
Maarten Lankhorst 796bb92333 quartz: Move IMediaSeeking from the parser pin to the parser filter.
This interface really shouldn't be in a pin, but rather in the
implementation of the filter, since any seeking is done on the entire
filtergraph, so implementing it in the filter makes more sense.
2008-03-19 11:24:46 +01:00
Maarten Lankhorst ebf6bbd50f quartz: Call send flush/endofstream and segment messages downstream. 2008-03-19 11:24:08 +01:00
Aric Stewart bdaa54e64f freetype: Fix a typo that prevented checking more than the first range in Range Format 2. 2008-03-19 11:23:22 +01:00
Frans Kool 64b35d8566 comdlg32: Corrected Dutch translations. 2008-03-19 11:23:17 +01:00
Michael Stefaniuc 2b4c863f27 msvidc32: Add the Romanian translation. 2008-03-19 11:23:03 +01:00
Michael Stefaniuc b72021ef85 iccvid: Add the Romanian translation. 2008-03-19 11:23:00 +01:00
Dan Hipschman d37b1a4969 widl: Ignore libraries in imported IDL files. 2008-03-19 11:22:56 +01:00
Maarten Lankhorst 24708e4edb quartz: Fix the magic bytes for mp3's with id3 tags. 2008-03-19 11:22:51 +01:00
Maarten Lankhorst 2756bedd8a winemp3: Skip idv3 header too. 2008-03-19 11:22:45 +01:00
Andrew Talbot dbe7718e2b urlmon: Assign to structs instead of using memcpy. 2008-03-19 11:21:46 +01:00
Andrew Talbot 39f138a298 twain_32: Assign to structs instead of using memcpy. 2008-03-19 11:21:43 +01:00
Dan Kegel c5b499d37a shell32: Only print "HCR_GetFolderAttributes should be called for simple PIDL's" once. 2008-03-19 11:21:38 +01:00
Francois Gouget 304b415284 Assorted spelling fixes. 2008-03-19 11:21:27 +01:00
Francois Gouget 73f0b3c39b msi/tests: Skip the tests if we are unable to identify the user SID. This fixes crashes on Win9x. 2008-03-19 11:21:23 +01:00