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
Rob Shearman
e71219e66e
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.
2008-04-30 16:59:47 +02:00
Rob Shearman
d64e4c26ee
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.
2008-04-30 16:59:30 +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
Petr Sumbera
4992b6590e
port: Add alternative for isinf.
2008-04-30 13:45:23 +02:00
James Hawkins
bfe07d1d07
msi: Add initial implementation of MsiPublishAssemblies.
2008-04-30 13:45:23 +02:00
Jacek Caban
e487b1e213
mshtml.idl: Added DispHTMLStyle declaration.
2008-04-30 13:45:23 +02:00
Jacek Caban
5ed14f98aa
mshtml.idl: Added DispHTMLImg implementation.
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
Eric Pouech
2f1048862a
winhelp: Added support for transparent bitmaps.
2008-04-30 13:45:23 +02:00
Eric Pouech
8f1805f9b6
winhelp: Generate the proper RTF data for a table formatting.
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
Rob Shearman
e35c79efbf
widl: callback, code, comm_status and in_line are attribute names, not keywords.
2008-04-30 11:32:08 +02:00
Rob Shearman
48153a8944
widl: Allow pointer attributes to be applied to function pointers.
2008-04-30 11:31:51 +02:00
Rob Shearman
017213e11a
widl: Make constdef and externdef take a declarator instead of an ident so that functions and arrays can be defined using the statements.
2008-04-30 11:31:47 +02:00
Rob Shearman
4f8f89e6bb
widl: Add support for "inline" on function definitions.
...
Fix applying calling convention to function type.
2008-04-30 11:31:21 +02:00
Rob Shearman
146ef11b77
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.
2008-04-30 11:30:55 +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
Hwang YunSong(황윤성)
0aca2e0667
start: Updated Korean resource.
2008-04-30 10:25:59 +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