Commit Graph

33189 Commits

Author SHA1 Message Date
Alexandre Julliard
aac5fa3469 Revert "quartz: Clean up pullpin code."
This reverts commit 3066116f76.
2008-05-05 19:46:15 +02:00
Alexandre Julliard
dffab36e8b winex11: The XIM callback is called with the X11 lock held. 2008-05-05 15:08:33 +02:00
Jens Albretsen
22328d0ce5 shell32: Added missing Danish translations. 2008-05-05 13:36:04 +02:00
Jens Albretsen
67afde8504 shlwapi: Added Danish translation. 2008-05-05 13:35:50 +02:00
Jens Albretsen
12f296b8a7 comdlg: Added missing Danish translations. 2008-05-05 13:35:43 +02:00
Jens Albretsen
48a83b0b66 wineps.drv: Added Danish translation. 2008-05-05 13:35:33 +02:00
Jens Albretsen
e162f9d787 credui: Added Danish translation. 2008-05-05 13:35:24 +02:00
Jens Albretsen
b434e2c2ab avifil32: Added Danish translation. 2008-05-05 13:35:16 +02:00
Andrew Talbot
938150d01f cabinet: Indentation fix. 2008-05-05 13:34:05 +02:00
James Hawkins
6d91fd8ce6 msi: Use the handle to the treeview item if the item text is not returned. 2008-05-05 13:34:05 +02:00
James Hawkins
56bfe2972f fusion: The Strings stream can be without a #. 2008-05-05 13:34:05 +02:00
James Hawkins
f52ecfe041 fusion: Add the missing assembly table structs. 2008-05-05 13:34:05 +02:00
James Hawkins
4442306a84 fusion: Fix the type of an assembly struct member. 2008-05-05 13:34:05 +02:00
Jacek Caban
29d8c366bb mshtml: Added IMG element tests. 2008-05-05 13:34:05 +02:00
Jacek Caban
19ec36c92b mshtml: Added more script tests. 2008-05-05 13:34:05 +02:00
Vitaliy Margolen
eed3bd3895 mshtml: Don't overwrite file types that could be changed by user. 2008-05-05 12:54:13 +02:00
Dmitry Timoshkov
2e19d9c473 user32: Set the size of returned DEVMODE to least common one as XP does. 2008-05-05 12:54:08 +02:00
Dmitry Timoshkov
fa61eac0f7 winex11.drv: Set the size of returned DEVMODE to least common one as XP does. 2008-05-05 12:54:05 +02:00
James Hawkins
02b531b302 msi: Fix a typo. 2008-05-05 12:54:00 +02:00
Roderick Colenbrander
e3b662bb20 wined3d: At the start of RemoveContextFromArray numContexts is decreased by 1, the loop which loops through the whole array doesn't take this into account.
Discovered by Peter Oberndorfer.
2008-05-05 12:53:52 +02:00
Paul Vriens
ed67a1f350 setupapi/tests: Clean up properly on win9x. 2008-05-05 12:53:24 +02:00
Paul Vriens
d6f9de67b8 setupapi/tests: Skip some tests on win9x. 2008-05-05 12:53:19 +02:00
Andrew Talbot
53eacee0da wnaspi32: Remove unused variables. 2008-05-05 12:53:13 +02:00
Andrew Talbot
d684d5accb inetcomm: Remove unused variables. 2008-05-05 12:53:04 +02:00
Andrew Talbot
07ae2992b8 wininet: Remove unused variables. 2008-05-05 12:52:26 +02:00
Andrew Talbot
dbe65d03e2 dbghelp: Include port.h for possible alternative to strtoull(). 2008-05-05 12:52:01 +02:00
Hans Leidekker
e2f690a0ac wininet: Don't add the user agent header until HttpSendRequest is called. 2008-05-05 12:51:56 +02:00
Paul Vriens
1cfad7f07f kernel32/tests: Skip some tests on win98. 2008-05-02 16:18:02 +02:00
Andrew Talbot
5156219a1c winex11.drv: Remove unused variables. 2008-05-02 16:08:15 +02:00
Huw Davies
80157c2fa6 winex11.drv: Rename X11DRV_DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks. 2008-05-02 16:07:50 +02:00
Huw Davies
515b40c2de gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks. 2008-05-02 16:07:47 +02:00
Huw Davies
be900067b6 user32: Fix bitmap_info_size to take into account bit field masks. 2008-05-02 16:07:45 +02:00
Alexandre Julliard
a8007f0db1 urlmon: Avoid sizeof in traces. 2008-05-02 13:59:14 +02:00
Alexandre Julliard
13ab99b404 richedit: Avoid strlen in traces. 2008-05-02 13:59:06 +02:00
Paul Vriens
0a4eebd744 kernel32/tests: Don't run tests on win9x if we are out of memory. 2008-05-02 12:55:12 +02:00
Alexandre Julliard
f39d39e35f user32: Add an exception handler around LB_GETTEXT to hide a Delphi bug. 2008-05-02 11:41:49 +02:00
ByeongSik Jeon
cedfd3f763 imm32: Implementation of the ImmRequestMessage{A|W}. 2008-05-02 11:41:49 +02:00
ByeongSik Jeon
37901a6592 imm32: Updated implementation of the ImmGetConversionList{A|W}. 2008-05-02 11:41:48 +02:00
ByeongSik Jeon
a45a07e474 imm32: Updated implementation of the ImmGetCandidateListCount{A|W}. 2008-05-02 11:41:48 +02:00
ByeongSik Jeon
826b50f5ed imm32: Updated implementation of the ImmGetCandidateList{A|W}. 2008-05-02 11:41:48 +02:00
ByeongSik Jeon
e552a10c7c imm32: Updated implementation of the ImmEnumRegisterWord{A|W}. 2008-05-02 11:41:48 +02:00
Roderick Colenbrander
feb753c98d ddraw: Enable EnableAutoDepthStencil to receive depth support. 2008-05-02 11:33:38 +02:00
James Hawkins
863b0cdff7 itss: Remove a test that we expect to fail sometimes. 2008-05-02 11:33:31 +02:00
James Hawkins
33c3bdeb03 msi: A progid who is its own parent cannot have a clsid. 2008-05-02 11:33:28 +02:00
James Hawkins
b779aac8cf ntdll: Fix two tests that fail on all NT platforms. 2008-05-02 11:25:07 +02:00
Andrew Talbot
86b99de84f wineps.drv: Remove unused code. 2008-05-02 11:24:47 +02:00
Kai Blin
bee29a6c2e secur32: Don't call waitpid() in dispatcher.
As Wine ignores SIGCHLD, waitpid() works on Linux only by accident. On
FreeBSD it doesn't work.
2008-05-02 11:24:32 +02:00
Dylan Smith
10e676ab3e richedit: Updated editor.h to reflect the contents of source files. 2008-05-01 19:36:50 +02:00
Hans Leidekker
c1e686429a usp10: Fix a few failing tests and make them pass on Wine. 2008-05-01 19:36:27 +02:00
Hans Leidekker
20ae9be595 usp10: Remove redundant code from ScriptTextOut. 2008-05-01 19:36:19 +02:00
Jacek Caban
f263b637a9 mshtml: Added IDispatchEx support to HTMLImgElement. 2008-05-01 19:36:11 +02:00
Jacek Caban
6279de21f3 mshtml: Added IHTMLImgElement stub implementation. 2008-05-01 19:36:06 +02:00
Paul Vriens
587f14da0b user32/tests: Run tests again on win95. 2008-05-01 18:11:26 +02:00
Paul Vriens
3a3246527a urlmon/tests: Fix timeout for tests on win9x. 2008-05-01 18:11:26 +02:00
Roderick Colenbrander
cb0f0af131 wined3d: We don't want double buffering in pbuffer mode. 2008-05-01 18:11:26 +02:00
Roderick Colenbrander
96c770d9bf wined3d: In window mode (!pbuffer) we want both a window drawable format and double buffering. 2008-05-01 18:11:26 +02:00
Roderick Colenbrander
02bab6edbe wined3d: Fix typo in pixel format trace. 2008-05-01 18:11:26 +02:00
Alexandre Julliard
6b9517a70a winex11: Only unmap a window when explicitly hidden, not just when WS_VISIBLE is cleared. 2008-05-01 18:11:26 +02:00
Alexandre Julliard
8a5f578223 winex11: Ignore the specified owner if it's a zero-size window.
Go back to not mapping zero-size windows.
2008-05-01 18:11:26 +02:00
Alexandre Julliard
617e5162a2 winex11: Don't free the pixmap in X11DRV_DIB_CreateDIBFromPixmap since we don't own it. 2008-05-01 18:11:26 +02:00
Alexandre Julliard
6cb1ac0575 make_makefiles: Avoid duplicate rules for static import libs on PE builds. 2008-05-01 18:11:25 +02:00
Alexandre Julliard
06640efa61 opengl32: Dynamically load libGLU.
Based on a patch by Roderick Colenbrander.
2008-05-01 14:44:49 +02:00
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
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
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
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
Rob Shearman
1ea7666c57 wininet: Don't crash in GetUrlCacheEntryInfoA/W if lpdwCacheEntryInfoBufferSize is NULL. 2008-04-30 17:00:02 +02:00
Rob Shearman
bad1e17ee9 cryptdlg: Add stubs for CertTrustInit, CertTrustCertPolicy, CertTrustCleanup and CertTrustFinalPolicy. 2008-04-30 16:59:56 +02:00
Alexandre Julliard
a2073f2979 dxerr9: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:49 +02:00
Alexandre Julliard
7342508191 dxerr8: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:40 +02:00
Alexandre Julliard
dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
James Hawkins
bfe07d1d07 msi: Add initial implementation of MsiPublishAssemblies. 2008-04-30 13:45:23 +02:00
Roderick Colenbrander
3f89e1a053 opengl32: Drop the ChoosePixelFormat test as it is very unreliable. 2008-04-30 13:45:23 +02:00
Eric Pouech
21171c403f janitorial: Prototype func() should be func(void). 2008-04-30 13:45:23 +02:00
Eric Pouech
2353dcf783 msvcrt: Added __iob_func implementation. 2008-04-30 13:45:23 +02:00
Alexandre Julliard
67fb5507cc itss: Fix function prototype now that widl does the right thing with const. 2008-04-30 13:45:23 +02:00
Lei Zhang
bca84d5467 userenv: Initial implementation of CreateEnvironmentBlock. 2008-04-30 13:45:23 +02:00
Lei Zhang
ffb0457982 userenv: Add initial tests for CreateEnvironmentBlock. 2008-04-30 13:45:15 +02:00
Roderick Colenbrander
5fe5def3d1 wgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT. 2008-04-30 10:28:59 +02:00
Nikolay Sivov
17621fb7d5 gdiplus: Implemented GdipSetPathGradientCenterPointI. 2008-04-30 10:27:49 +02:00
Nikolay Sivov
510c26ac1d gdiplus: Implemented GdipMultiplyWorldTransform. 2008-04-30 10:27:38 +02:00
Nikolay Sivov
93f6601d03 gdiplus: Implemented GdipIsMatrixIdentity. 2008-04-30 10:27:23 +02:00
Nikolay Sivov
6dd720dcb5 gdiplus: Implemented GdipIsMatrixEqual. 2008-04-30 10:26:55 +02:00
Nikolay Sivov
726253d7a3 gdiplus: Implemented GdipGetPathWorldBoundsI. 2008-04-30 10:26:35 +02:00
Nikolay Sivov
d93062f13e gdiplus: Implemented GdipGetPathPointsI. 2008-04-30 10:26:21 +02:00
Austin English
acf8e0f5a1 shell32: Fix a typo. 2008-04-30 10:26:06 +02:00
Andrew Talbot
06f05a9a5c advapi32: Use correct function pointer cast. 2008-04-30 10:25:52 +02:00
Andrew Talbot
0de14c37e5 wined3d: Remove unused variables. 2008-04-30 10:25:47 +02:00
Andrew Talbot
471fb146a4 uxtheme: Remove unused variable. 2008-04-30 10:25:42 +02:00
Andrew Talbot
d8ce2207b8 user32: Remove unused variables. 2008-04-30 10:25:35 +02:00
Markus Weiland
2a87ef68c5 dxdiagn: Implemented ullPhysicalMemory property for DXDiagSystemInfoContainer. 2008-04-30 10:23:46 +02:00
Roderick Colenbrander
628e4eece3 wined3d: Add multisampling support. 2008-04-30 10:23:25 +02:00
Alex Villacís Lasso
2ab63774f1 richedit: On failure to parse incoming text as RTF, EM_STREAMIN must set dwError to -16. 2008-04-30 10:22:42 +02:00
Alexandre Julliard
ef07d83405 Include wine/port.h everywhere we use exceptions. 2008-04-29 20:18:49 +02:00
Alexandre Julliard
b43fd31287 msvcrt: Rename a few functions to avoid conflicts with Windows headers. 2008-04-29 20:18:19 +02:00
Alexandre Julliard
0d1959972e gdiplus: Fix the GdipFillRectangles spec entries. 2008-04-29 20:17:59 +02:00
Alexandre Julliard
4c4544910e ws2_32/tests: Fix the gethostname prototype. 2008-04-29 20:17:50 +02:00
Alexandre Julliard
6121af50d6 ws2_32: Don't name a parameter errno. 2008-04-29 20:17:41 +02:00
Alexandre Julliard
bfb4ec0f3a winex11: Fix debug trace using the removed opengl channel. 2008-04-29 15:25:36 +02:00
Alistair Leslie-Hughes
ad1f05f961 msxml3: Implement IXMLDOMComment insertData. 2008-04-29 14:58:11 +02:00
Alistair Leslie-Hughes
f4a797e90b msxml3: Implement IObjectSafety for IXMLDOMDocument2. 2008-04-29 14:58:02 +02:00
Alistair Leslie-Hughes
af80b06f0f msxml3: Implement IDispatch for IXMLDOMNode. 2008-04-29 14:57:47 +02:00
Lei Zhang
d20f982433 winmm: Do not unload drivers when the process is terminating. 2008-04-29 14:57:30 +02:00
Alex Villacís Lasso
d2a8461585 richedit: Paragraph may have multiple rows, which should possibly update nHeight.
Otherwise, a paragraph with multiple rows might fail to make the
scrollbar appear when displaying text.
2008-04-29 14:57:13 +02:00
Alex Villacís Lasso
829940458f richedit: Private movement of cursors in text insertion should not cause WM_NOTIFY to be sent.
As text is inserted, the cursor is moved to the end, and then back to
offset 0. A reordering of operations prevents a WM_NOTIFY from being
sent on cursor being moved to the end, and another by being moved
back to the beginning. If the cursor was not at offset 0, then
exactly one WM_NOTIFY must be sent, for the movement from previous
position to the beginning.  With tests to prove this change and the
previous one (modify flag should be off on WM_SETTEXT-caused
WM_NOTIFY).
2008-04-29 14:57:03 +02:00
Alex Villacís Lasso
c52bc58816 richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.
Otherwise the app-defined WM_NOTIFY callback might see the modify flag
set, even though WM_SETTEXT is supposed to clear it.
2008-04-29 14:56:46 +02:00
Alex Villacís Lasso
3cad256d54 richedit: Fix modify step setting in EM_SETCHARFORMAT.
EM_SETCHARFORMAT with wParam==0 sets default char format and does NOT set modify step flag.
EM_SETCHARFORMAT with wParam==SCF_SELECTION only sets modify step flag when selection is nonempty.
EM_GETMODIFY returns -1, not 1, when modify flag is set.
Tests for the above behavior.
2008-04-29 14:56:23 +02:00
Alex Villacís Lasso
1fa39b50c0 richedit: Only notify selection change when selection has actually changed from previous notification.
Otherwise, redundant and early notifications are sent to apps that do not expect them. Fixes crash #1 with Perfect! TextEdit.
2008-04-29 14:56:11 +02:00
Alex Villacís Lasso
cac55008c9 richedit: Implement rule that in 1.0 emulation, a single CR that terminates the text is NOT a line break.
Fix riched32 test that now succeed.
2008-04-29 14:55:26 +02:00
Alex Villacís Lasso
4047df0f56 richedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs.
Document remaining uses of bEmulateVersion10 and other checks for CRLF in editor.c.
Make RTF reader emit a \r or a \r\n according to emulation, not a \n, which breaks streaming tests.
Remove todo_wine from a bunch of riched32 tests that now succeed.
2008-04-29 14:55:15 +02:00
Alex Villacís Lasso
3a271386ec richedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor CR and LF counters.
EM_GETTEXTRANGE and EM_GETSELTEXT are affected by this, so include tests to ensure no behavior was broken.
2008-04-29 14:54:59 +02:00
Alex Villacís Lasso
e8aa9dee56 richedit: Modify ME_GetTextW() to honor CR and LF encodings.
ME_GetTextLengthEx should ignore GTL_USECRLF in 1.0 emulation mode.
2008-04-29 14:54:46 +02:00
Alex Villacís Lasso
d95cbeef67 richedit: EM_LINELENGTH: honor CR and LF counters.
Add fixup to ME_FindItemAtOffset(), fixes crash by null-pointer access.
Add tests for EM_LINELENGTH.
2008-04-29 14:54:29 +02:00
Alex Villacís Lasso
3968a67eb9 richedit: EM_GETLINE: honor CR and LF counters.
Add richedit 1.0 tests for EM_GETLINE.
2008-04-29 14:54:21 +02:00
Alex Villacís Lasso
fd55773680 richedit: Remove reliance on bEmulateVersion10 for end-of-line handling in ME_InternalDeleteText. 2008-04-29 14:54:12 +02:00
Alex Villacís Lasso
8d37388fe7 richedit: Fixups to move over to reliance on CR and LF counters.
Text streamout now honors CR and LF counters.
Tests to pin down required EM_STREAMOUT behavior.
2008-04-29 14:54:05 +02:00
Alex Villacís Lasso
d47f66191e richedit: Add support for encoding number of CR and LF contained within a line break. 2008-04-29 14:53:46 +02:00
Aric Stewart
09af64cb83 hlink: Implement IExtensionServices. 2008-04-29 14:53:26 +02:00
Jeremy White
f4625d1ae1 gdi32: Shift default height used in EnumStructs to the standard em size of 2048.
As pointed out by Dmitry Timoshkov.
2008-04-29 14:37:53 +02:00
Kusanagi Kouichi
bf05ded740 winex11: Allow XIM server to be started after Wine. 2008-04-29 13:49:16 +02:00
Tijl Coosemans
efa040119b hhctrl: Fix NULL pointer dereference in some failure cases. 2008-04-29 13:48:30 +02:00
Nikolay Sivov
9cce789881 gdiplus: Implemented GdipGetPathGradientCenterPointI. 2008-04-29 13:48:17 +02:00
Nikolay Sivov
d5769957b4 gdiplus: Implemented GdipGetDpiX/GdipGetDpiY. 2008-04-29 13:48:08 +02:00
Nikolay Sivov
7ce48b0346 gdiplus: Implemented GdipFillRectangles/GdipFillRectanglesI. 2008-04-29 13:47:59 +02:00
Nikolay Sivov
fc2dc8bc2a gdiplus: Implemented GdipFillEllipse/GdipFillEllipseI. 2008-04-29 13:47:45 +02:00
Nikolay Sivov
79b49a8f19 gdiplus: Implemented GdipDrawImagePointsRectI. 2008-04-29 13:47:20 +02:00
Nikolay Sivov
492470493e gdiplus: Implemented GdipDrawImage. 2008-04-29 13:46:28 +02:00
Nikolay Sivov
fe1782eeae gdiplus: Implemented GdipDrawCurve/GdipDrawCurveI. 2008-04-29 13:46:06 +02:00
Nikolay Sivov
00cfffbcb3 gdiplus: Implemented GdipDrawCurve2I. 2008-04-29 13:45:48 +02:00
Roderick Colenbrander
4428cc32de wined3d: Fix a few small bugs in WineD3D_ChoosePixelFormat. 2008-04-29 12:47:07 +02:00
Dmitry Timoshkov
80c1508bf1 gdi32: Make the bitmap test pass under Windows 2000. 2008-04-29 12:46:41 +02:00
Dmitry Timoshkov
5c15cf5f12 gdi32: info->state.next is always NULL, there is no need to save/restore it. 2008-04-29 12:46:35 +02:00
Alexandre Julliard
2bbf00ed08 winex11: Don't put window manager decorations on shaped windows. 2008-04-29 12:46:16 +02:00
Maarten Lankhorst
4e761d2613 quartz: Some state changes fixes. 2008-04-29 12:45:53 +02:00
Maarten Lankhorst
1ba8ece76e quartz: Handle failures better in acmwrapper. 2008-04-29 12:45:38 +02:00
Maarten Lankhorst
37847b0d9b quartz: Keep track of the time in the video renderer. 2008-04-29 12:45:31 +02:00
Maarten Lankhorst
1fad872961 quartz: Fix bug in memallocator with test. 2008-04-29 12:45:17 +02:00
Jacek Caban
928914c81e mshtml: Added IDispatchEx support to HTMLOptionElement. 2008-04-29 12:38:38 +02:00
Jacek Caban
7582518e18 mshtml: Added IDispatchEx support to HTMLInputElement. 2008-04-29 12:38:35 +02:00
Jacek Caban
1597967417 mshtml: Added indexed access to HTMLElementCollection object support. 2008-04-29 12:38:31 +02:00
Jacek Caban
ef4200fcf7 mshtml: Added support for custom DISPIDs. 2008-04-29 12:38:25 +02:00
Andrew Talbot
af3055e2e1 shlwapi: Remove unused variables. 2008-04-29 12:37:54 +02:00
Tijl Coosemans
af72d10014 hhctrl.ocx: Plug memory leak. 2008-04-29 12:37:48 +02:00
Eric Pouech
f55da6db84 msvcrt: Fixed space in type with double indirection.
Spotted by James Hawkins.
2008-04-29 12:36:44 +02:00
Eric Pouech
2e1775620a msvcrt: undname: correctly handle multi-dimensional arrays.
Based on a patch from Ulrich Küttler.
2008-04-29 12:36:35 +02:00
Eric Pouech
a940218c0b msvcrt: Fixed symbol unmangling for template-parameter-?? form, as well as test.
Spotted by James Hawkins.
2008-04-29 12:36:08 +02:00
Rob Shearman
b9f8a81d8c rpcss: When registering a moniker that is already registered in the ROT another ROT entry should still be created and a distinct cookie returned. 2008-04-29 12:35:35 +02:00
Rob Shearman
8580198dc8 ole32: Keep track of the number of weak references to an object.
This is so that an object will only be released when a weak-reference is 
used after the last weak reference has been released (either by 
CoReleaseMarshalData or CoUnmarshalInterface + Release).
2008-04-29 12:35:26 +02:00
Rob Shearman
4cb5c3b7d6 ole32: Add a test for marshaling an object as table-weak and as normal and then unmarshaling and testing that the object is released on the final release. 2008-04-29 12:35:22 +02:00
Rob Shearman
9ebebc0ecc ole32: Add tests for registering a moniker more than once in the ROT and then using it. 2008-04-29 12:35:19 +02:00
Lei Zhang
9fca0f27d0 advapi32: Replace UuidToStringW call with a sprintfW. 2008-04-29 12:34:29 +02:00
Vitaliy Margolen
97535fe243 dinput: Fix typo. 2008-04-29 12:29:18 +02:00
Alexandre Julliard
497714a01f winex11: Merge the contents of clipping.c into graphics.c. 2008-04-28 23:17:10 +02:00
James Hawkins
17c907e6c3 user32: Fix a test that fails on platforms without IME. 2008-04-28 14:36:05 +02:00
Jens Albretsen
cf38e4c930 ddraw: Fixed device name. 2008-04-28 14:33:57 +02:00
Kai Blin
c0a3ac5006 ws2_32: Handle gethostbyname call failure, add tests. 2008-04-28 14:33:03 +02:00
Jacek Caban
4e913b9551 mshtml: Added IHTMLInputElement::get_disabled implementation. 2008-04-28 14:32:50 +02:00
Jacek Caban
deeaa5d20f mshtml: Added put_backgroundImage implementation. 2008-04-28 14:32:47 +02:00
Vitaliy Margolen
736d03c8da dinput: Fix default axes mapping generation. 2008-04-28 14:32:40 +02:00
Rob Shearman
67a7a8a8ef ole32: Fix two comments about the running object table. 2008-04-28 14:32:33 +02:00
Andrew Talbot
2db311a843 comctl32: Dangling pointers fix. 2008-04-28 14:32:17 +02:00
Jeff Zaroyko
120cd69ddd msacm32.drv: Increase the reported vDriverVersion. 2008-04-28 14:31:58 +02:00
David Adam
8c21ebc685 amstream: Register CLSID_AMDirectDrawStream. 2008-04-28 14:31:51 +02:00