wine
16 years agorichedit: Add tests for EM_FINDTEXT in 1.0 emulation, make them pass under Wine.
Alex Villacís Lasso [Wed, 30 Apr 2008 05:25:50 +0000 (00:25 -0500)] 
richedit: Add tests for EM_FINDTEXT in 1.0 emulation, make them pass under Wine.

16 years agogdiplus: Implemented GdipCreateFontFromDC.
Nikolay Sivov [Wed, 30 Apr 2008 14:19:42 +0000 (18:19 +0400)] 
gdiplus: Implemented GdipCreateFontFromDC.

16 years agowininet: Add tests for GetUrlCacheEntryInfoExA.
Rob Shearman [Wed, 30 Apr 2008 14:24:40 +0000 (15:24 +0100)] 
wininet: Add tests for GetUrlCacheEntryInfoExA.

Factorise out bits of the other tests so that the code is cleaner and
can be re-used.

16 years agowininet: Don't crash in GetUrlCacheEntryInfoA/W if lpdwCacheEntryInfoBufferSize is...
Rob Shearman [Wed, 30 Apr 2008 14:23:44 +0000 (15:23 +0100)] 
wininet: Don't crash in GetUrlCacheEntryInfoA/W if lpdwCacheEntryInfoBufferSize is NULL.

16 years agocryptdlg: Add stubs for CertTrustInit, CertTrustCertPolicy, CertTrustCleanup and...
Rob Shearman [Wed, 30 Apr 2008 14:23:36 +0000 (15:23 +0100)] 
cryptdlg: Add stubs for CertTrustInit, CertTrustCertPolicy, CertTrustCleanup and CertTrustFinalPolicy.

16 years agowidl: Add the parsing of storage classes into declaration-specifiers.
Rob Shearman [Wed, 30 Apr 2008 14:23:23 +0000 (15:23 +0100)] 
widl: Add the parsing of storage classes into declaration-specifiers.

Support the static and register keywords.

This consolidates externdef and constdef rules into one declaration rule.

16 years agowidl: Prepare for supporting storage classes in declaration statements.
Rob Shearman [Wed, 30 Apr 2008 14:23:13 +0000 (15:23 +0100)] 
widl: Prepare for supporting storage classes in declaration statements.

Return a decl_spec_t structure from decl_spec rules so that the storage
class and type qualifiers can both be returned.

16 years agodxerr9: Don't use Wine debugging macros in static libraries.
Alexandre Julliard [Wed, 30 Apr 2008 12:24:49 +0000 (14:24 +0200)] 
dxerr9: Don't use Wine debugging macros in static libraries.

16 years agodxerr8: Don't use Wine debugging macros in static libraries.
Alexandre Julliard [Wed, 30 Apr 2008 12:24:40 +0000 (14:24 +0200)] 
dxerr8: Don't use Wine debugging macros in static libraries.

16 years agomakefiles: List the static libraries as normal imports instead of extra libs.
Alexandre Julliard [Wed, 30 Apr 2008 12:23:55 +0000 (14:23 +0200)] 
makefiles: List the static libraries as normal imports instead of extra libs.

16 years agoport: Add alternative for isinf.
Petr Sumbera [Tue, 29 Apr 2008 15:08:53 +0000 (17:08 +0200)] 
port: Add alternative for isinf.

16 years agomsi: Add initial implementation of MsiPublishAssemblies.
James Hawkins [Wed, 30 Apr 2008 09:22:46 +0000 (04:22 -0500)] 
msi: Add initial implementation of MsiPublishAssemblies.

16 years agomshtml.idl: Added DispHTMLStyle declaration.
Jacek Caban [Wed, 30 Apr 2008 08:13:31 +0000 (10:13 +0200)] 
mshtml.idl: Added DispHTMLStyle declaration.

16 years agomshtml.idl: Added DispHTMLImg implementation.
Jacek Caban [Wed, 30 Apr 2008 08:13:01 +0000 (10:13 +0200)] 
mshtml.idl: Added DispHTMLImg implementation.

16 years agoopengl32: Drop the ChoosePixelFormat test as it is very unreliable.
Roderick Colenbrander [Wed, 30 Apr 2008 10:54:19 +0000 (10:54 +0000)] 
opengl32: Drop the ChoosePixelFormat test as it is very unreliable.

16 years agojanitorial: Prototype func() should be func(void).
Eric Pouech [Wed, 30 Apr 2008 06:38:33 +0000 (08:38 +0200)] 
janitorial: Prototype func() should be func(void).

16 years agomsvcrt: Added __iob_func implementation.
Eric Pouech [Wed, 30 Apr 2008 06:37:48 +0000 (08:37 +0200)] 
msvcrt: Added __iob_func implementation.

16 years agowinhelp: Added support for transparent bitmaps.
Eric Pouech [Wed, 30 Apr 2008 06:32:06 +0000 (08:32 +0200)] 
winhelp: Added support for transparent bitmaps.

16 years agowinhelp: Generate the proper RTF data for a table formatting.
Eric Pouech [Wed, 30 Apr 2008 06:31:19 +0000 (08:31 +0200)] 
winhelp: Generate the proper RTF data for a table formatting.

16 years agoitss: Fix function prototype now that widl does the right thing with const.
Alexandre Julliard [Wed, 30 Apr 2008 09:45:21 +0000 (11:45 +0200)] 
itss: Fix function prototype now that widl does the right thing with const.

16 years agouserenv: Initial implementation of CreateEnvironmentBlock.
Lei Zhang [Wed, 30 Apr 2008 01:19:05 +0000 (18:19 -0700)] 
userenv: Initial implementation of CreateEnvironmentBlock.

16 years agouserenv: Add initial tests for CreateEnvironmentBlock.
Lei Zhang [Wed, 30 Apr 2008 01:09:24 +0000 (18:09 -0700)] 
userenv: Add initial tests for CreateEnvironmentBlock.

16 years agowidl: callback, code, comm_status and in_line are attribute names, not keywords.
Rob Shearman [Tue, 29 Apr 2008 18:52:31 +0000 (19:52 +0100)] 
widl: callback, code, comm_status and in_line are attribute names, not keywords.

16 years agowidl: Allow pointer attributes to be applied to function pointers.
Rob Shearman [Tue, 29 Apr 2008 19:41:03 +0000 (20:41 +0100)] 
widl: Allow pointer attributes to be applied to function pointers.

16 years agowidl: Make constdef and externdef take a declarator instead of an ident so that funct...
Rob Shearman [Tue, 29 Apr 2008 19:40:48 +0000 (20:40 +0100)] 
widl: Make constdef and externdef take a declarator instead of an ident so that functions and arrays can be defined using the statements.

16 years agowidl: Add support for "inline" on function definitions.
Rob Shearman [Tue, 29 Apr 2008 19:40:30 +0000 (20:40 +0100)] 
widl: Add support for "inline" on function definitions.

Fix applying calling convention to function type.

16 years agowidl: Keep const attributes applied to pointers when writing out the type.
Rob Shearman [Tue, 29 Apr 2008 19:39:53 +0000 (20:39 +0100)] 
widl: Keep const attributes applied to pointers when writing out the type.

Use an attribute to store the const qualifier for the pointer and type.

Allow multiple type-qualifiers to be applied to a type by adding a
declaration-specifier rule that encompasses type-qualifiers and types.

16 years agowgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding...
Roderick Colenbrander [Tue, 29 Apr 2008 22:42:09 +0000 (22:42 +0000)] 
wgl: We were already advertising GL_EXT_framebuffer_sRGB but not the corresponding WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT.

16 years agogdiplus: Implemented GdipSetPathGradientCenterPointI.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:45 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipSetPathGradientCenterPointI.

16 years agogdiplus: Implemented GdipMultiplyWorldTransform.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:40 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipMultiplyWorldTransform.

16 years agogdiplus: Implemented GdipIsMatrixIdentity.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:35 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipIsMatrixIdentity.

16 years agogdiplus: Implemented GdipIsMatrixEqual.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:30 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipIsMatrixEqual.

16 years agogdiplus: Implemented GdipGetPathWorldBoundsI.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:24 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipGetPathWorldBoundsI.

16 years agogdiplus: Implemented GdipGetPathPointsI.
Nikolay Sivov [Tue, 29 Apr 2008 21:28:12 +0000 (01:28 +0400)] 
gdiplus: Implemented GdipGetPathPointsI.

16 years agoshell32: Fix a typo.
Austin English [Tue, 29 Apr 2008 20:31:47 +0000 (15:31 -0500)] 
shell32: Fix a typo.

16 years agostart: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 30 Apr 2008 01:02:59 +0000 (10:02 +0900)] 
start: Updated Korean resource.

16 years agoadvapi32: Use correct function pointer cast.
Andrew Talbot [Tue, 29 Apr 2008 20:47:41 +0000 (21:47 +0100)] 
advapi32: Use correct function pointer cast.

16 years agowined3d: Remove unused variables.
Andrew Talbot [Tue, 29 Apr 2008 20:29:45 +0000 (21:29 +0100)] 
wined3d: Remove unused variables.

16 years agouxtheme: Remove unused variable.
Andrew Talbot [Tue, 29 Apr 2008 20:29:31 +0000 (21:29 +0100)] 
uxtheme: Remove unused variable.

16 years agouser32: Remove unused variables.
Andrew Talbot [Tue, 29 Apr 2008 20:23:57 +0000 (21:23 +0100)] 
user32: Remove unused variables.

16 years agodxdiagn: Implemented ullPhysicalMemory property for DXDiagSystemInfoContainer.
Markus Weiland [Tue, 29 Apr 2008 16:24:59 +0000 (18:24 +0200)] 
dxdiagn: Implemented ullPhysicalMemory property for DXDiagSystemInfoContainer.

16 years agowined3d: Add multisampling support.
Roderick Colenbrander [Mon, 28 Apr 2008 21:44:21 +0000 (21:44 +0000)] 
wined3d: Add multisampling support.

16 years agowinecfg: Add a font size preview, update all language resources to reflect this change.
Dmitry Timoshkov [Tue, 29 Apr 2008 15:27:15 +0000 (00:27 +0900)] 
winecfg: Add a font size preview, update all language resources to reflect this change.

16 years agowinhelp: Check against a NULL pointer dereference.
Elias Benali [Tue, 29 Apr 2008 15:19:33 +0000 (11:19 -0400)] 
winhelp: Check against a NULL pointer dereference.

16 years agorichedit: On failure to parse incoming text as RTF, EM_STREAMIN must set dwError...
Alex Villacís Lasso [Tue, 29 Apr 2008 03:43:49 +0000 (22:43 -0500)] 
richedit: On failure to parse incoming text as RTF, EM_STREAMIN must set dwError to -16.

16 years agoloader: Add stub versions of the pthread functions.
Alexandre Julliard [Tue, 29 Apr 2008 18:19:02 +0000 (20:19 +0200)] 
loader: Add stub versions of the pthread functions.

16 years agoInclude wine/port.h everywhere we use exceptions.
Alexandre Julliard [Tue, 29 Apr 2008 18:18:49 +0000 (20:18 +0200)] 
Include wine/port.h everywhere we use exceptions.

16 years agomsvcrt: Rename a few functions to avoid conflicts with Windows headers.
Alexandre Julliard [Tue, 29 Apr 2008 18:18:19 +0000 (20:18 +0200)] 
msvcrt: Rename a few functions to avoid conflicts with Windows headers.

16 years agogdiplus: Fix the GdipFillRectangles spec entries.
Alexandre Julliard [Tue, 29 Apr 2008 18:17:59 +0000 (20:17 +0200)] 
gdiplus: Fix the GdipFillRectangles spec entries.

16 years agows2_32/tests: Fix the gethostname prototype.
Alexandre Julliard [Tue, 29 Apr 2008 18:17:50 +0000 (20:17 +0200)] 
ws2_32/tests: Fix the gethostname prototype.

16 years agows2_32: Don't name a parameter errno.
Alexandre Julliard [Tue, 29 Apr 2008 18:17:41 +0000 (20:17 +0200)] 
ws2_32: Don't name a parameter errno.

16 years agowinex11: Fix debug trace using the removed opengl channel.
Alexandre Julliard [Tue, 29 Apr 2008 13:25:36 +0000 (15:25 +0200)] 
winex11: Fix debug trace using the removed opengl channel.

16 years agomsxml3: Implement IXMLDOMComment insertData.
Alistair Leslie-Hughes [Tue, 29 Apr 2008 11:12:24 +0000 (21:12 +1000)] 
msxml3: Implement IXMLDOMComment insertData.

16 years agomsxml3: Implement IObjectSafety for IXMLDOMDocument2.
Alistair Leslie-Hughes [Tue, 29 Apr 2008 10:52:00 +0000 (20:52 +1000)] 
msxml3: Implement IObjectSafety for IXMLDOMDocument2.

16 years agomsxml3: Implement IDispatch for IXMLDOMNode.
Alistair Leslie-Hughes [Tue, 29 Apr 2008 10:25:14 +0000 (20:25 +1000)] 
msxml3: Implement IDispatch for IXMLDOMNode.

16 years agowinmm: Do not unload drivers when the process is terminating.
Lei Zhang [Mon, 28 Apr 2008 19:28:19 +0000 (12:28 -0700)] 
winmm: Do not unload drivers when the process is terminating.

16 years agorichedit: Paragraph may have multiple rows, which should possibly update nHeight.
Alex Villacís Lasso [Mon, 28 Apr 2008 03:25:47 +0000 (22:25 -0500)] 
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.

16 years agorichedit: Private movement of cursors in text insertion should not cause WM_NOTIFY...
Alex Villacís Lasso [Sun, 27 Apr 2008 20:47:26 +0000 (15:47 -0500)] 
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).

16 years agorichedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.
Alex Villacís Lasso [Sun, 27 Apr 2008 19:21:02 +0000 (14:21 -0500)] 
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.

16 years agorichedit: Fix modify step setting in EM_SETCHARFORMAT.
Alex Villacís Lasso [Sun, 27 Apr 2008 18:17:28 +0000 (13:17 -0500)] 
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.

16 years agorichedit: Only notify selection change when selection has actually changed from previ...
Alex Villacís Lasso [Sun, 27 Apr 2008 18:08:55 +0000 (13:08 -0500)] 
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.

16 years agorichedit: Implement rule that in 1.0 emulation, a single CR that terminates the text...
Alex Villacís Lasso [Sun, 27 Apr 2008 14:24:15 +0000 (09:24 -0500)] 
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.

16 years agorichedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs.
Alex Villacís Lasso [Sun, 27 Apr 2008 03:49:35 +0000 (22:49 -0500)] 
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.

16 years agorichedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor...
Alex Villacís Lasso [Sun, 27 Apr 2008 02:16:41 +0000 (21:16 -0500)] 
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.

16 years agorichedit: Modify ME_GetTextW() to honor CR and LF encodings.
Alex Villacís Lasso [Sun, 27 Apr 2008 01:37:50 +0000 (20:37 -0500)] 
richedit: Modify ME_GetTextW() to honor CR and LF encodings.

ME_GetTextLengthEx should ignore GTL_USECRLF in 1.0 emulation mode.

16 years agorichedit: EM_LINELENGTH: honor CR and LF counters.
Alex Villacís Lasso [Sat, 26 Apr 2008 23:14:13 +0000 (18:14 -0500)] 
richedit: EM_LINELENGTH: honor CR and LF counters.

Add fixup to ME_FindItemAtOffset(), fixes crash by null-pointer access.
Add tests for EM_LINELENGTH.

16 years agorichedit: EM_GETLINE: honor CR and LF counters.
Alex Villacís Lasso [Sat, 26 Apr 2008 21:43:14 +0000 (16:43 -0500)] 
richedit: EM_GETLINE: honor CR and LF counters.

Add richedit 1.0 tests for EM_GETLINE.

16 years agorichedit: Remove reliance on bEmulateVersion10 for end-of-line handling in ME_Interna...
Alex Villacís Lasso [Sat, 26 Apr 2008 20:48:24 +0000 (15:48 -0500)] 
richedit: Remove reliance on bEmulateVersion10 for end-of-line handling in ME_InternalDeleteText.

16 years agorichedit: Fixups to move over to reliance on CR and LF counters.
Alex Villacís Lasso [Sat, 26 Apr 2008 20:26:58 +0000 (15:26 -0500)] 
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.

16 years agorichedit: Add support for encoding number of CR and LF contained within a line break.
Alex Villacís Lasso [Sat, 26 Apr 2008 18:29:53 +0000 (13:29 -0500)] 
richedit: Add support for encoding number of CR and LF contained within a line break.

16 years agohlink: Implement IExtensionServices.
Aric Stewart [Mon, 28 Apr 2008 18:44:16 +0000 (13:44 -0500)] 
hlink: Implement IExtensionServices.

16 years agogdi32: Shift default height used in EnumStructs to the standard em size of 2048.
Jeremy White [Thu, 24 Apr 2008 04:25:27 +0000 (23:25 -0500)] 
gdi32: Shift default height used in EnumStructs to the standard em size of 2048.

As pointed out by Dmitry Timoshkov.

16 years agowinex11: Allow XIM server to be started after Wine.
Kusanagi Kouichi [Tue, 29 Apr 2008 11:03:51 +0000 (20:03 +0900)] 
winex11: Allow XIM server to be started after Wine.

16 years agohhctrl: Fix NULL pointer dereference in some failure cases.
Tijl Coosemans [Mon, 28 Apr 2008 20:41:47 +0000 (22:41 +0200)] 
hhctrl: Fix NULL pointer dereference in some failure cases.

16 years agogdiplus: Implemented GdipGetPathGradientCenterPointI.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:25 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipGetPathGradientCenterPointI.

16 years agogdiplus: Implemented GdipGetDpiX/GdipGetDpiY.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:20 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipGetDpiX/GdipGetDpiY.

16 years agogdiplus: Implemented GdipFillRectangles/GdipFillRectanglesI.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:15 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipFillRectangles/GdipFillRectanglesI.

16 years agogdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:10 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.

16 years agogdiplus: Implemented GdipDrawImagePointsRectI.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:05 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipDrawImagePointsRectI.

16 years agogdiplus: Implemented GdipDrawImage.
Nikolay Sivov [Mon, 28 Apr 2008 20:10:01 +0000 (00:10 +0400)] 
gdiplus: Implemented GdipDrawImage.

16 years agogdiplus: Implemented GdipDrawCurve/GdipDrawCurveI.
Nikolay Sivov [Mon, 28 Apr 2008 20:09:55 +0000 (00:09 +0400)] 
gdiplus: Implemented GdipDrawCurve/GdipDrawCurveI.

16 years agogdiplus: Implemented GdipDrawCurve2I.
Nikolay Sivov [Mon, 28 Apr 2008 20:09:44 +0000 (00:09 +0400)] 
gdiplus: Implemented GdipDrawCurve2I.

16 years agowined3d: Fix a few small bugs in WineD3D_ChoosePixelFormat.
Roderick Colenbrander [Mon, 28 Apr 2008 21:13:12 +0000 (21:13 +0000)] 
wined3d: Fix a few small bugs in WineD3D_ChoosePixelFormat.

16 years agogdi32: Make the bitmap test pass under Windows 2000.
Dmitry Timoshkov [Tue, 29 Apr 2008 05:49:45 +0000 (14:49 +0900)] 
gdi32: Make the bitmap test pass under Windows 2000.

16 years agogdi32: info->state.next is always NULL, there is no need to save/restore it.
Dmitry Timoshkov [Tue, 29 Apr 2008 05:48:55 +0000 (14:48 +0900)] 
gdi32: info->state.next is always NULL, there is no need to save/restore it.

16 years agodocumentation: Remove PACKAGING, this is maintained on the wiki now.
Alexandre Julliard [Tue, 29 Apr 2008 10:46:30 +0000 (12:46 +0200)] 
documentation: Remove PACKAGING, this is maintained on the wiki now.

16 years agowinex11: Don't put window manager decorations on shaped windows.
Alexandre Julliard [Tue, 29 Apr 2008 10:46:16 +0000 (12:46 +0200)] 
winex11: Don't put window manager decorations on shaped windows.

16 years agoquartz: Some state changes fixes.
Maarten Lankhorst [Mon, 28 Apr 2008 23:35:53 +0000 (16:35 -0700)] 
quartz: Some state changes fixes.

16 years agoquartz: Handle failures better in acmwrapper.
Maarten Lankhorst [Mon, 28 Apr 2008 23:32:57 +0000 (16:32 -0700)] 
quartz: Handle failures better in acmwrapper.

16 years agoquartz: Keep track of the time in the video renderer.
Maarten Lankhorst [Mon, 28 Apr 2008 22:00:51 +0000 (15:00 -0700)] 
quartz: Keep track of the time in the video renderer.

16 years agoquartz: Fix bug in memallocator with test.
Maarten Lankhorst [Mon, 28 Apr 2008 16:26:20 +0000 (09:26 -0700)] 
quartz: Fix bug in memallocator with test.

16 years agomshtml: Added IDispatchEx support to HTMLOptionElement.
Jacek Caban [Mon, 28 Apr 2008 23:39:38 +0000 (01:39 +0200)] 
mshtml: Added IDispatchEx support to HTMLOptionElement.

16 years agomshtml: Added IDispatchEx support to HTMLInputElement.
Jacek Caban [Mon, 28 Apr 2008 23:39:09 +0000 (01:39 +0200)] 
mshtml: Added IDispatchEx support to HTMLInputElement.

16 years agomshtml: Added indexed access to HTMLElementCollection object support.
Jacek Caban [Mon, 28 Apr 2008 23:38:41 +0000 (01:38 +0200)] 
mshtml: Added indexed access to HTMLElementCollection object support.

16 years agomshtml: Added support for custom DISPIDs.
Jacek Caban [Mon, 28 Apr 2008 23:38:09 +0000 (01:38 +0200)] 
mshtml: Added support for custom DISPIDs.

16 years agomshtml: Added IHTMLCommentElement declaration.
Jacek Caban [Mon, 28 Apr 2008 23:35:18 +0000 (01:35 +0200)] 
mshtml: Added IHTMLCommentElement declaration.

16 years agomshtml.idl: Added DispHTMLOptionElement declaration.
Jacek Caban [Mon, 28 Apr 2008 23:42:19 +0000 (01:42 +0200)] 
mshtml.idl: Added DispHTMLOptionElement declaration.

16 years agomshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration.
Jacek Caban [Mon, 28 Apr 2008 23:34:00 +0000 (01:34 +0200)] 
mshtml.idl: Added IHTMLDOMChildrenCollection and DispDOMChildrenCollection declaration.

16 years agoshlwapi: Remove unused variables.
Andrew Talbot [Mon, 28 Apr 2008 21:17:14 +0000 (22:17 +0100)] 
shlwapi: Remove unused variables.

16 years agohhctrl.ocx: Plug memory leak.
Tijl Coosemans [Mon, 28 Apr 2008 20:42:56 +0000 (22:42 +0200)] 
hhctrl.ocx: Plug memory leak.