mshtml: Added IHTMLFrameBase::frameBorder implementation.
[wine] / dlls /
2012-07-23  Jacek Cabanmshtml: Added IHTMLFrameBase::frameBorder implementation.
2012-07-23  Jacek Cabanmshtml: Share IHTMLFrameBase tests between iframe and...
2012-07-23  Jacek Cabanmshtml: Unescape script from javascript: URLs before...
2012-07-23  Jacek Cabanmshtml: Fixed tests on Vista.
2012-07-23  Alexandre Julliardgdi32: Work around a gcc array out of bounds warning.
2012-07-23  Dmitry Timoshkovwindowscodecs: Add a test for invalid predefined palett...
2012-07-23  Dmitry Timoshkovwindowscodecs: Add support for adding trasparent color...
2012-07-23  Dmitry Timoshkovwindowscodecs: Add support for generating WICBitmapPale...
2012-07-23  Dmitry Timoshkovwindowscodecs: Add support for generating WICBitmapPale...
2012-07-23  Dmitry Timoshkovwindowscodecs: Add support for generating WICBitmapPale...
2012-07-23  Dmitry Timoshkovwindowscodecs: Add support for generating WICBitmapPale...
2012-07-23  Nikolay Sivovkernel32: Single thread test for InitOnceExecuteOnce().
2012-07-23  Nikolay Sivovkernel32: Added InitOnceInitialize() implementation.
2012-07-23  Nikolay Sivovkernel32: Forward GetLocaleInfoEx() to GetLocaleInfoW().
2012-07-23  Nikolay Sivovkernel32: Added GetSystemDefaultLocaleName().
2012-07-23  Nikolay Sivovadvapi32/tests: Add some more well known SIDs to tests.
2012-07-23  Henri Verbeetd3d10: Implement d3d10_effect_depth_stencil_variable_Ge...
2012-07-23  Henri Verbeetd3d10: Add support for parsing depth/stencil states.
2012-07-23  Henri Verbeetwined3d: Fix some EXT_gpu_shader4 function names.
2012-07-23  Henri Verbeetwined3d: Get rid of APPLE_flush_render, it doesn't...
2012-07-23  Nozomi Kodamad3dx9_36: Add more traces.
2012-07-20  Matteo Brunid3dcompiler: Parse assignments.
2012-07-20  Matteo Brunid3dcompiler: Stub assignment parsing.
2012-07-20  Matteo Brunid3dcompiler: "void" is not a plain scalar data type.
2012-07-20  Matteo Brunid3dcompiler: Parse unary and prefix operators.
2012-07-20  Matteo Brunid3dcompiler: Parse some postfix operators.
2012-07-20  Jacek Cabanvbscript: Added select case statement tests.
2012-07-20  Jacek Cabanvbscript: Added interp_case implementation.
2012-07-20  Jacek Cabanvbscript: Added compiler support for select case statement.
2012-07-20  Jacek Cabanvbscript: Added parser support for select case statement.
2012-07-20  Dmitry Timoshkovgdiplus: Set actual resolution of an image being encoded.
2012-07-20  Alexandre Julliardfusion: Simplify the parsing of clr tables.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL::GetFile implementation.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL stub implementation.
2012-07-20  Jacek Cabanmshtml: Store scheme in nsWineURI instead of nsChannel.
2012-07-20  Jacek Cabanmshtml: Moved creating nsIFile to separated function.
2012-07-20  Thomas Fabercomdlg32: Do not modify dialog resource directly.
2012-07-20  Nikolay Sivovkernel32: Partial CompareStringEx implementation.
2012-07-20  Henri Verbeetd3d10: Implement d3d10_effect_rasterizer_variable_GetBa...
2012-07-20  Henri Verbeetd3d10: Add support for parsing rasterizer states.
2012-07-20  Henri Verbeetd3d10/tests: Add a test for default state values.
2012-07-20  Henri Verbeetwined3d: Convert some uppercase hex constants to lowercase.
2012-07-20  Henri Verbeetwined3d: Get rid of some unused PCI IDs.
2012-07-20  Nozomi Kodamad3dx9_36: Add some traces.
2012-07-20  Alexandre Julliardwined3d: Fetch GL functions from the WGL driver table...
2012-07-20  Alexandre Julliardwinex11: Get rid of the glGetIntegerv wrapper.
2012-07-20  Alexandre Julliardwinex11: Remove unused fields in the PBuffer object.
2012-07-20  Alexandre Julliardopengl32: Use proper handles for PBuffers instead of...
2012-07-20  Alexandre Julliardopengl32: Add a mechanism for managing different types...
2012-07-19  Alexandre Julliardopengl32: Add supported wgl extension functions to...
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-19  Alexandre Julliardopengl32: Declare input pointers as const in function...
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Nozomi Kodamad3dx9_36: Implementation of D3DXSHRotateZ.
2012-07-19  Alexandre Julliardwined3d: Load glPointParameter functions as extensions...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing help file...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing description...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing source in...
2012-07-19  Jacek Cabanmshtml: Store MSHTML node reference in Gecko node objec...
2012-07-19  Jacek Cabanmshtml: Make nsIDOMHTMLDocument reference cycle collect...
2012-07-19  Jacek Cabanmshtml: Make node object's dynamic IDispatchEx-based...
2012-07-19  Jacek Cabanmshtml: Make node object cycle collector aware.
2012-07-19  Michael Stefaniucdsound: Get rid of the DSOUND_QueryInterface() helper.
2012-07-19  Michael Stefaniucdsound: Handle IDirectSound by the IDirectSound8 implem...
2012-07-19  Michael Stefaniucdsound: Merge IDirectSound8 into the main DirectSound...
2012-07-19  Michael Stefaniucdsound: Drop a redundant 'IDirectSound8' from the metho...
2012-07-19  Michael Stefaniucdsound: Merge the DirectSound create functions.
2012-07-19  Michael Stefaniucdsound: Merge IUnknown into the main DirectSound object.
2012-07-19  Michael Stefaniucdsound: Cleanup IDirectSoundImpl_Create() and move it.
2012-07-19  Michael Stefaniucdsound: Rename the DirectSound object refcount to ...
2012-07-19  Michael Stefaniucdsound: Merge the two IUnknown/IDirectSound implementat...
2012-07-19  Michael Stefaniucdsound/tests: Add IDirectSound refcount and COM aggrega...
2012-07-19  Heiko Hundwinhttp: Make strings in WINHTTP_PROXY_INFO non-const.
2012-07-19  Nikolay Sivovole32: Use a single implementation for 1Ole stream...
2012-07-19  Nikolay Sivovmsxml3: Accept selection namespaces string with trailin...
2012-07-19  Henri Verbeetwined3d: Enable "AlwaysOffscreen" by default.
2012-07-19  Henri Verbeetwined3d: Disable the X11 / GL lock.
2012-07-19  Henri Verbeetwined3d: Fix the draw buffer limit calculation.
2012-07-19  Henri Verbeetddraw: Implement ddraw7_GetVerticalBlankStatus() on...
2012-07-19  Henri Verbeetddraw: Implement ddraw7_GetScanLine() on top of wined3d...
2012-07-19  Caron Jensenwined3d: Recognize AMD Tahiti cards.
2012-07-19  Marcus Meissnermshtml: Remove superflous check (Coverity).
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-07-18  Alexandre Julliardopengl32: Remove redundant fields in the functions...
2012-07-18  Alexandre Julliardwinex11: Use the function table pointer to call dynamic...
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
2012-07-18  Dmitry Timoshkovgdiplus: Add a test for font and graphics using differe...
2012-07-18  Matteo Brunid3dcompiler: Parse relational operators, stub out more...
2012-07-18  Matteo Brunid3dcompiler: Parse multiplicative expressions.
2012-07-18  Matteo Brunid3dcompiler: Don't allow semantics on local variables.
2012-07-18  Matteo Brunid3dcompiler: Don't allow const variables without initia...
2012-07-18  Matteo Brunid3dcompiler: Check for invalid matrix majority modifiers.
2012-07-18  Jacek Cabanole32: Forward BSTR functions to oleaut32.
2012-07-18  Jacek Cabanmshtml: Wine Gecko 1.7 release.
2012-07-18  Henri Verbeetd3d10: Add support for parsing stencil reference values...
2012-07-18  Henri Verbeetd3d10: Add support for parsing sample masks to parse_fx...
2012-07-18  Henri Verbeetd3d10: Add support for parsing blend factors to parse_f...
2012-07-18  Henri Verbeetsecur32: Recognize some more TLS versions.
next