Commit Graph

46139 Commits

Author SHA1 Message Date
Alexandre Julliard 0567e72c29 msftedit: Export a few more IIDs. 2008-05-01 14:44:08 +02:00
Rico Schüller 3fa635f9dc msftedit: Add DllGetVersion. 2008-05-01 14:41:45 +02:00
Alexandre Julliard ad79873527 configure: Improve the check for the GLU library. 2008-05-01 13:29:02 +02:00
Paul Vriens d3c4e3d4a7 kernel32/tests: Fix tests on win9x. 2008-05-01 12:42:22 +02:00
Dan Hipschman c3537c4086 gdi32: Add font faces to families in a specific order. 2008-05-01 12:41:30 +02:00
Alexandre Julliard a9c2f791e1 winex11: Avoid printing traces without a \n. 2008-05-01 12:37:28 +02:00
Guy Albertelli c0aa44bb6c usp10: Use passed hdc instead of cached one for ScriptTextOut with test to check. 2008-05-01 12:35:44 +02:00
Lei Zhang 0f7bae5af8 userenv: Add a test for variable inheritance for CreateEnvironmentBlock. 2008-05-01 12:35:30 +02:00
Lei Zhang bf02fa309b userenv: Add more tests for environment variables for CreateEnvironmentBlock. 2008-05-01 12:35:30 +02:00
Lei Zhang ed50b7746d userenv: Add tests for environment variables for CreateEnvironmentBlock. 2008-05-01 12:35:30 +02:00
Maarten Lankhorst 9cc32202ed headers: Add some extra defines to vfw.h. 2008-05-01 12:35:30 +02:00
Maarten Lankhorst 753ac6f015 quartz: Silence a fixme that isn't. 2008-05-01 12:35:30 +02:00
Maarten Lankhorst 8099a62469 quartz: Get rid of the sample holding code in the wave parser. 2008-05-01 12:35:30 +02:00
Maarten Lankhorst 0f73bbad8c quartz: Get rid of the sample holding code in the mpeg splitter.
Instead just revert the position slightly, this is a lot easier to maintain.
2008-05-01 12:35:30 +02:00
Maarten Lankhorst 3066116f76 quartz: Clean up pullpin code. 2008-05-01 12:35:30 +02:00
Maarten Lankhorst c4cdfdac35 quartz: More filesource fixes.
After a flush call there should be no more samples in the buffer.
2008-05-01 12:35:30 +02:00
Maarten Lankhorst 4afc2ae951 Revert "quartz: Handle failures better in acmwrapper.".
This reverts commit 1ba8ece76e.

Code for holding sample doesn't make sense and shouldn't be there
because it should really be handled by keeping track of the last
successful position of a frame sent and aborting the whole processing
as soon as rejection occurs.
2008-05-01 12:35:30 +02:00
James Hawkins edacd984ef urlmon: Fix a test that fails in win2k3. 2008-05-01 12:35:30 +02:00
James Hawkins 5f25368414 user32: Fix a test that fails in win2k3. 2008-05-01 12:35:30 +02:00
James Hawkins c17bb019f4 gdi32: Remove a dependency on the amount of available memory. 2008-05-01 11:14:46 +02:00
Rob Shearman d245e7978d advapi32: Make sure not to return a credential with a NULL UserName field when a Mac Keychain doesn't have an account name attribute. 2008-05-01 11:13:27 +02:00
Eric Pouech 99c27e7da4 dbghelp: Some cleanup in dwarf include files. 2008-05-01 11:13:16 +02:00
Eric Pouech 3bc7657616 dbghelp: Revert commit ae1791b0b8 and correctly fix what this patch was trying to do. 2008-05-01 11:13:07 +02:00
Eric Pouech 5ccf6a3394 dbghelp: Prevent debug overflow of internal buffer while tracing. 2008-05-01 11:13:01 +02:00
Eric Pouech 95f2d367b3 winedbg: Attach the source files to a given process, and unload them at process end. 2008-05-01 11:12:53 +02:00
Eric Pouech 5d90e60ed5 winedbg: Added implementation of qSupported request. 2008-05-01 11:12:24 +02:00
Eric Pouech 6f84b1c640 winedbg: Try harder to locate a source file. 2008-05-01 11:12:17 +02:00
Eric Pouech b0a7c55cde winedump: Added support for latest versions of Codeview (VC70). 2008-05-01 11:12:06 +02:00
Eric Pouech 1185c5123d winedump: Print more meaningful information about module list. 2008-05-01 11:11:57 +02:00
Alexandre Julliard 69c29866c1 exception.h: Preserve registers when calling RtlUnwind. 2008-05-01 11:07:53 +02:00
Alexandre Julliard c20e8c9005 exception.h: Only push the exception frame after sigsetjmp.
Otherwise on Windows longjmp may want to mess with the exception frame.
2008-05-01 11:07:08 +02:00
Alexandre Julliard 0ee44f5e20 ntdll: Make the exception handling functions inline. 2008-05-01 10:57:54 +02:00
Alexandre Julliard 4a37308389 winex11: Register IME classes only when needed. 2008-05-01 10:57:34 +02:00
ByeongSik Jeon 64e64d657c user32: Post the WM_KEY{DOWN|UP} message whenWM_IME_KEY{DOWN|UP} message is generated by IME. 2008-05-01 10:57:34 +02:00
Roderick Colenbrander 18e704f9aa opengl32: Get rid of X/GLX leftovers. 2008-05-01 10:57:34 +02:00
Jacek Caban 9483760b35 mshtml: Added IDispatchEx support to HTMLStyle. 2008-05-01 10:57:34 +02:00
Jacek Caban cecb265248 mshtml: Added IDispatchEx support to HTMLCommentElement. 2008-05-01 10:57:34 +02:00
Jacek Caban ac00714c40 mshtml.idl: Added DispHTMLCommentElement declaration. 2008-05-01 10:57:34 +02:00
Jacek Caban 57a373afb3 mshtml: Added comment and childNodes test. 2008-05-01 10:57:34 +02:00
Jacek Caban 67333a2a19 mshtml: Added IHTMLCommentElement stub implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban cfb8975444 mshtml: Handle COMMENT_NODE like ELEMENT_NODE in element collection. 2008-05-01 10:57:34 +02:00
Jacek Caban af529308f3 mshtml: Don't assume that nselem is valid in HTMLElement. 2008-05-01 10:57:34 +02:00
Jacek Caban 791dd9558e mshtml: Moved IDispatchEx initialization to HTMLElement_Init. 2008-05-01 10:57:34 +02:00
Jacek Caban 30d2047537 mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection. 2008-05-01 10:57:34 +02:00
Jacek Caban 6da1c73047 mshtml: Added IHTMLDOMChildrenCollection::item implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban 4ff929ebeb mshtml: Added IHTMLDOMChildrenCollection::get_length implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban c2db031204 mshtml: Added get_childNodes implementation. 2008-05-01 10:57:34 +02:00
Alex Villacís Lasso 2a4fc97c4c richedit: Add tests for EM_FINDTEXT in 1.0 emulation, make them pass under Wine. 2008-05-01 10:57:34 +02:00
Nikolay Sivov 37b8140f56 gdiplus: Implemented GdipCreateFontFromDC. 2008-04-30 17:00:24 +02:00
Rob Shearman 64806e642f wininet: Add tests for GetUrlCacheEntryInfoExA.
Factorise out bits of the other tests so that the code is cleaner and 
can be re-used.
2008-04-30 17:00:06 +02:00