oleaut32/tests: Add a testcase for vartype.
[wine] / dlls /
2009-09-01  Jacek Cabanmshtml: Added function object implementation.
2009-09-01  Jacek Cabanmshtml: Moved dynamic_data allocation to separated...
2009-09-01  Jacek Cabanmshtml: Move ITypeInfo::Invoke call to separated function.
2009-09-01  Jacek Cabanmshtml: Added IHTMLWindow2::toString implementation.
2009-09-01  Jacek Cabanmshtml: Added IOmNavigator::toString implementation.
2009-09-01  Jacek Cabanmshtml: Added DISPID_VALUE implementation for HTMLLocat...
2009-09-01  Jacek Cabanmshtml: Added support for DISPID_VALUE.
2009-09-01  Alexandre Julliardntdll: Implemented the SList functions for Win64.
2009-08-31  Aric Stewartmsctf: Hook up ITfLanguageProfileNotifySink::OnLanguage...
2009-08-31  Francois Gougetiphlpapi/tests: Fix compilation on systems that don...
2009-08-31  Alexandre Julliarduser32: Bring SwitchToThisWindow a bit more in line...
2009-08-31  Alexandre Julliarduser32: Don't send focus change messages if foreground...
2009-08-31  Rico Schüllerd3d10: Add argument check in ID3D10EffectPass::GetDesc.
2009-08-31  Rico Schüllerd3d10: Add argument check in ID3D10EffectTechnique...
2009-08-31  Rico Schüllerd3d10: Add null objects for technique, pass, local_buff...
2009-08-31  Michael Stefaniucjscript: Check the correct variable for the error condi...
2009-08-31  Francois Gougetdplayx/tests: Fix compilation on systems that don't...
2009-08-31  Francois Gougetddrawex: Fix compilation on systems that don't support...
2009-08-31  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2009-08-31  Francois Gougetwintrust/tests: Fix compilation on systems that don...
2009-08-31  Francois Gougetd3d10core: Fix compilation on systems that don't suppor...
2009-08-31  Francois Gougetiphlpapi: Fix compilation on systems that don't support...
2009-08-31  Francois Gougetrpcrt4: Fix compilation on systems that don't support...
2009-08-31  Francois Gougetd3d10core/tests: Fix compilation on systems that don...
2009-08-31  Francois Gougetwindowscodecs: Fix compilation on systems that don...
2009-08-31  Francois Gougetd3drm/tests: Fix compilation on systems that don't...
2009-08-31  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2009-08-31  Francois Gougetrpcrt4/tests: Fix compilation on systems that don't...
2009-08-31  Francois Gougetwindowscodecs/tests: Fix compilation on systems that...
2009-08-31  Henri Verbeetd3d8: Remove trailing spaces.
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-31  Ge van Geldorpcomdlg32/tests: Fix test on Win7.
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-31  Andrew Nguyencomdlg32: Fix the copyright year for the Esperanto...
2009-08-31  Jacek Cabanmshtml: Fixed script tests on IE8.
2009-08-31  Austin Englishwinscard: Add a stub for SCardListCardsA.
2009-08-31  Austin Englishntdll/tests: Fix a compiler warning on PowerPC.
2009-08-31  Stefan Dösingerwined3d: SetLOD is ignored on D3DPOOL_DEFAULT textures.
2009-08-31  Stefan Dösingerwined3d: Handle per-texture max LOD level.
2009-08-31  Stefan Dösingerwined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.
2009-08-31  Stefan Dösingerwined3d: Allow filtering on RECT textures.
2009-08-31  Stefan Dösingerwined3d: Remove redundant TRACEs.
2009-08-31  Francois Gougetjscript: Add a trailing '\n' to a FIXME().
2009-08-31  Francois Gougetjscript: Make Arguments_value() static.
2009-08-31  Jacek Cabanshdocvw: Added IWebBrowser2::get_ReadyState implementation.
2009-08-31  Jacek Cabanshdocvw: Use IPropertyNotifySink to track ready state...
2009-08-31  Jacek Cabanmshtml: Always call OnStartRequest before OnStopRequest.
2009-08-31  Jacek Cabanshdocvw: Move OnObjectAvailable implementation to docho...
2009-08-31  Jacek Cabanshdocvw: Added IPropertyNotifySink stub implementation.
2009-08-29  Alexandre Julliardwinex11: Bytes per line is signed so make it an int...
2009-08-29  Jacek Cabanmsxml3: Added more IDispatchEx tests.
2009-08-29  Jacek Cabanmsxml3: Use IXMLDOMSelection as a main queryresult...
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-29  Eric Pouechshell32: In shell view, use the expected value for...
2009-08-29  Eric Pouechkernel32: Handle the case where wineconsole isn't prope...
2009-08-29  Eric Pouechole32: Fix various missing Release calls on monikers.
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2009-08-29  Eric Pouechwinmm: Correctly check for the installed default ioProcs.
2009-08-29  Alexandre Julliardcomctl32/tests: Fix status test failures on older Windo...
2009-08-29  Alexandre Julliardcomctl32/tests: Fix some toolbar test failures on older...
2009-08-29  Vincent Povirkgdiplus: Reimplement GdipCreateBitmapFromHICON based...
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-08-29  Vincent Povirkgdiplus: Return the real image bits from LockBits when...
2009-08-29  Vincent Povirkgdiplus: Create DIBs instead of IPictures in CreateBitm...
2009-08-29  Vincent Povirkgdiplus: Don't use IPicture to manage the HDC associate...
2009-08-29  Vincent Povirkgdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-29  Vincent Povirkgdiplus: Use the decoder list to decide how to load...
2009-08-29  Vincent Povirkgdiplus: Add PNG to the decoders list.
2009-08-29  Alexandre Julliardkernel32: Fix the GetThreadPriorityBoost return value.
2009-08-29  Jacek Cabanjscript: Make Array.push generic.
2009-08-29  Jacek Cabanjscript: Added Function.apply implementation.
2009-08-29  Jacek Cabanjscript: Added Function.call implementation.
2009-08-29  Jacek Cabanjscript: Create arguments object as a seaprated class...
2009-08-29  Jacek Cabanjscript: Added 'instanceof' keyword implementation.
2009-08-29  Jacek Cabanjscript: Get script_ctx_t as to_object arguments.
2009-08-29  Jacek Cabanjscript: Create Array objects from proper constructor.
2009-08-29  Jacek Cabanjscript: Use proper VARIANT_BOOL values in bool literals.
2009-08-29  Benjamin Kramerntdll: Fix build on MacOSX.
2009-08-29  Aric Stewartmsctf: Hook up ITfTextEditSink::OnEndEdit.
2009-08-29  Aric Stewartmsctf: Stub implementation of ITfSourceSingle for ITfCo...
2009-08-29  Alexandre Julliardntdll: Use a more drastic (and simpler) method for...
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-28  Alexandre Julliardntdll: Add support for Dwarf expressions in call frame...
2009-08-28  Alexandre Julliardntdll: Add support for unwinding the signal stack on...
2009-08-28  Francois Gougetmshtml: Remove the create_nsstream() prototype.
2009-08-28  Ge van Geldorpnetapi32/tests: Add acceptable error codes for Win7.
2009-08-28  Ge van Geldorpmsi/tests: Create only a single restore point.
2009-08-28  Vladimir Pankratovshell32: Handle NULL path.
2009-08-28  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_thread.
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-28  Vincent Povirkgdiplus: Implement GdipCreateHBITMAPFromBitmap.
2009-08-28  Vincent Povirkgdiplus: Add test for GdipCreateHBITMAPFromBitmap.
2009-08-28  Henri Verbeetd3d9: Remove trailing spaces.
2009-08-28  Juan Langquartz: Don't crash if sample allocation fails.
2009-08-28  Rico Schüllerwined3d: Add WINED3D_SM4_OP_MIN.
2009-08-28  Rico Schüllerwined3d: Add WINED3D_SM4_OP_MAX.
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 64bppRGBA...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 48bppRGB to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 16bppGray...
next