Commit Graph

45728 Commits

Author SHA1 Message Date
Maarten Lankhorst 9d9bf6f158 quartz: Only drop Preroll samples after obtaining its time. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst d7fbc7ef8c quartz: Drop preroll frames in directsound renderer too. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst fb2c975a8f quartz: No longer drop packets on discontinuities. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst 0458c08b95 quartz: Set media time in the file source. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst 172347341a quartz: Make acmwrapper respect preroll samples. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst d16639d1fa quartz: Flux AsyncReader in PullPin_BeginFlush. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst 33b2f69c9f quartz: Fix sample leak in file source on failure path. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst 119d7caf79 quartz: Fix theoretical memory leak. 2008-04-21 14:05:37 +02:00
Maarten Lankhorst 458b09a84d quartz: Make the video renderer drop preroll samples. 2008-04-21 14:05:37 +02:00
Eric Pouech 7ca4a03428 winhelp: Silencing the copyright system record entry while parsing help files. 2008-04-21 14:05:37 +02:00
Eric Pouech f3730ccc00 winhelp: When no help file is passed on command line, we should open then file pickup dialog. 2008-04-21 14:05:37 +02:00
Eric Pouech 84f0968acd winhelp: Instead of loading all pages at once, allow to browse them one by one. 2008-04-21 14:05:37 +02:00
Eric Pouech 7eba95de27 winhelp: Removed a couple of internal windows' handle and replaced them with control IDs. 2008-04-21 14:05:37 +02:00
Eric Pouech 8169f0ff9d winhelp: No longer store the WINHELP_WINDOW* inside the button box. 2008-04-21 14:05:37 +02:00
Eric Pouech b986236904 winhelp: Always create a main window, even for popups. 2008-04-21 14:05:37 +02:00
Eric Pouech 7ceb62f90a winhelp: Fixed the parsing of a link containing both a .hlp file and a window name. 2008-04-21 14:05:36 +02:00
Eric Pouech 4c236530ef winhelp: Removed no longer needed field (wStringTableOffset) in Globals. 2008-04-21 14:05:36 +02:00
Eric Pouech a107279410 winhelp: Moved all static data used when parsing HLP files into the internal structures. 2008-04-21 14:05:36 +02:00
Eric Pouech d58ab515df winhelp: Get rid of the WM_USER message. 2008-04-21 14:05:36 +02:00
Eric Pouech 077964a8d4 winhelp: Add an (ugly) icon. 2008-04-21 14:05:32 +02:00
ByeongSik Jeon 69e525022f winecfg: Update Korean translation. 2008-04-21 13:36:19 +02:00
Roderick Colenbrander f2753d7189 wined3d: Add palette re-upload support for cards with hardware palette support.
Before it was broken and when it worked it was slow due to unneeded
gpu -> cpu -> gpu copying.
2008-04-21 13:36:19 +02:00
Rob Shearman ea9932557a widl: Add support for '%' operator in expressions. 2008-04-21 13:36:19 +02:00
Rob Shearman d27c7601e5 widl: Add support for arrays in expressions. 2008-04-21 13:36:19 +02:00
Rob Shearman 03d5017416 widl: Add support for "->" and "." operators in expressions. 2008-04-21 13:36:19 +02:00
Rob Shearman efd10742ec widl: Issue an error instead of crashing for dividing by zero in a constant expression. 2008-04-21 13:36:19 +02:00
Rob Shearman c46fcfb356 widl: Automatically add "handle_t IDL_handle" parameter to functions with no explicit handle specified whose containing interface has the explicit_handle attribute. 2008-04-21 13:36:19 +02:00
Rob Shearman c4ca32bbda widl: The implicit_handle attribute is allowed with a handle explicitly specified in the function parameters.
In that case, that handle is used instead of the implicit handle.

Fix the check for the explicit_handle attribute being specified without
a handle being specified in the function parameters, even though issuing
an error is wrong. (Thanks to Marcus Meissner & Coverity for spotting
that the check didn't do what it was supposed to do.)
2008-04-21 13:36:19 +02:00
Rob Shearman 15612e60fd widl: Check that fields in structures and unions referenced by non-local functions can be marshalled and that their attributes are consistent. 2008-04-21 13:36:19 +02:00
Rob Shearman 6e27e7840f widl: Stop looping in check_remoting_args when a context_handle or wire_marshal type is found as they are in effect fundamental types. 2008-04-21 13:36:19 +02:00
James Hawkins 03599dbab6 shdocvw: Fix a test that fails on all platforms. 2008-04-21 13:36:19 +02:00
James Hawkins 8422c98df7 imm32: Fix a test that fails on all systems. 2008-04-21 13:36:18 +02:00
James Hawkins 603822ca8b kernel32: Fix two tests that fail in win9x. 2008-04-21 13:36:02 +02:00
James Hawkins 99949cb21a kernel32: Fix a test that fails in win9x. 2008-04-21 13:20:12 +02:00
James Hawkins d3bbc0231a advapi32: Fix a test that fails in win2k3. 2008-04-21 13:20:12 +02:00
James Hawkins a5d15b3b60 msi: Fix a few tests that fail in win9x. 2008-04-21 13:20:12 +02:00
Maarten Lankhorst 6c4d9448a9 dsound: Skip the sound checks on the primary module and change its driver module to "". 2008-04-21 13:20:12 +02:00
James Hawkins 430a46fdf7 kernel32: Skip the screen buffer tests if codepage 866 is not available. 2008-04-21 13:20:12 +02:00
James Hawkins b8ffcbc35b inetcomm: Fix a test that fails on all systems. 2008-04-21 13:20:07 +02:00
James Hawkins 99d3e4c92d crypt32: Remove tests for properties not present on all systems. 2008-04-21 12:12:36 +02:00
James Hawkins b08f7fd803 advpack: Fix a few failing tests in win95. 2008-04-21 12:12:23 +02:00
James Hawkins 9f859b4519 advapi32: Remove a test that fails on some systems. 2008-04-21 12:12:13 +02:00
James Hawkins 3a4f271a6b advapi32: Fix a test that fails on some versions of win2k. 2008-04-21 12:12:06 +02:00
James Hawkins a42f4b654b advpack: Remove a test that fails inconsistently on several platforms. 2008-04-21 12:10:37 +02:00
Paul Vriens 88f4705156 tools/wine.inf.in: Fix a typo. 2008-04-21 12:10:37 +02:00
Vitaliy Margolen c39329d13c Update Russian translation. 2008-04-21 12:10:37 +02:00
Vitaliy Margolen 8190afb7f7 shdoclc: Add Russian translation. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes c3e9780d22 msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes 38634f0eb9 msxml3: Implement get_prefix. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes a430b37355 msxml3: Add tests for get_prefix and get_namespaceURI. 2008-04-21 12:10:37 +02:00