msvcrt: Added _tzset tests.
[wine] / dlls /
2012-12-10  Piotr Cabanmsvcrt: Added _tzset tests.
2012-12-10  Piotr Cabanmsvcrt: Reimplement _tzset function.
2012-12-10  Piotr Cabankernel32: Fixed TIME_CompTimeZoneID behavior on dates...
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-10  Alexandre Julliardgdi32: Add ref counting to the font objects and simplif...
2012-12-10  Alexandre Julliardgdiplus/tests: Tweak some metrics to make the tests...
2012-12-10  Jacek Cabanwininet: Fixed handling empty HTTP version string in...
2012-12-10  Michael Stefaniucitss: Don't over-allocate memory for a ITSS_IStorageImpl.
2012-12-10  Michael Stefaniuciphlpapi: Simplify size calculation of structs with...
2012-12-10  Michael Stefaniucdwrite: Don't overallocate memory for a BITMAPINFO.
2012-12-10  Michael Stefaniucdnsapi: Use FIELD_OFFSET for the size of a struct with...
2012-12-10  Dmitry Timoshkovwindowscodecs: Implement GetThumbnail in the PNG frame...
2012-12-10  Dmitry Timoshkovwindowscodecs: Implement GetPreview in the PNG decoder.
2012-12-10  Dmitry Timoshkovwindowscodecs: GetThumbnail of the PNG decoder should...
2012-12-10  Henri Verbeetd3d10core: Implement d3d10_device_PSGetSamplers().
2012-12-10  Henri Verbeetd3d10core: Implement d3d10_device_PSSetSamplers().
2012-12-10  Henri Verbeetddraw: Avoid LPDDOVERLAYFX.
2012-12-10  Nikolay Sivovcomctl32: Initialize id field for message tests.
2012-12-10  Nikolay Sivovcomctl32: Fix a ranges leak on error.
2012-12-10  Nikolay Sivovmsi: Fix a stream data leak on error (Coverity).
2012-12-10  Nikolay Sivovoleaut32: Use correct allocation length (Coverity).
2012-12-10  Nikolay Sivovoledb32: Fix DBPROPSET and DBPROPINFOSET cleanup.
2012-12-10  Andrew Talbotmountmgr.sys: Remove superfluous semicolon.
2012-12-10  Andrew Talbotwindowscodecs: Remove unneeded address-of operator...
2012-12-07  André Hentschelsecur32/tests: Fix tests on win8.
2012-12-07  André Hentschelschannel/tests: Fix test on win8.
2012-12-07  Jacek Cabanvbscript: Use simplified constant implementation for...
2012-12-07  Alexandre Julliardgdi32: Keep track of the number of fonts on the unused...
2012-12-07  Alexandre Julliardgdi32: Simplify list processing by using the LIST_FOR_E...
2012-12-07  Francois Gougetgdi32: Make make_rgb_colorref() static.
2012-12-07  Jacek Cabanjscript: Added more useful debug traces.
2012-12-07  Jacek Cabanmsxml3: Tests code clean up.
2012-12-07  Jacek Cabanmsxml3: Added URL validation tests.
2012-12-07  Jacek Cabanmsxml3: Added basic URL validation in safe mode.
2012-12-07  Henri Verbeetd3d10core: Implement d3d10_device_GSGetSamplers().
2012-12-07  Henri Verbeetd3d10core: Implement d3d10_device_GSSetSamplers().
2012-12-07  Henri Verbeetddraw: Avoid LPDDSURFACEDESC2.
2012-12-07  Henri Verbeetddraw: Avoid LPDDSURFACEDESC.
2012-12-07  Andrew Talboturlmon: Remove unneeded address-of operator from array...
2012-12-07  Andrew Talbotuser32: Remove unneeded address-of operator from array...
2012-12-07  Andrew Talbotwindowscodecs: Remove unneeded address-of operators...
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-12-06  Andrew Eikumurlmon: Out string parameter should be ptr, not wstr.
2012-12-06  André Hentschelwintrust/tests: Unify test message in case of a FALSE...
2012-12-06  Jacek Cabanmsxml3: Use IUri for storing XMLHTTPRequest URL.
2012-12-06  Jacek Cabanmshtml: Properly handle NULL value in set_nsstyle_attr.
2012-12-06  Jacek Cabanmshtml: Added SID_SContainerDispatch support.
2012-12-06  Piotr Cabanmsvcr80: Copy _encode_pointer and _decode_pointer funct...
2012-12-06  Piotr Cabanmsvcr: Move msvcrXX specific functions implementation...
2012-12-06  Nikolay Sivovxmllite: Fix reported node type for attributes.
2012-12-06  Nikolay Sivovxmllite: Implement attribute iteration methods.
2012-12-06  Alexandre Julliardwined3d: Call wglSwapBuffers through the GL driver...
2012-12-06  Piotr Cabanmsvcr90: Fixed non-blocking file access tests.
2012-12-06  Stefan Dösingerd3d9/tests: Move the clipplane + shader test inside...
2012-12-06  Stefan Dösingerd3d9/tests: Give the texture transform test a defined...
2012-12-06  Stefan Dösingerd3d9/tests: Skip some texture transform tests if shader...
2012-12-06  Michael Stefaniucqmgr: Merge a helper function.
2012-12-06  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyFiles...
2012-12-06  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2012-12-06  Andrew Talbotgdiplus: Remove unneeded address-of operator from array...
2012-12-06  Andrew Talbothhctrl.ocx: Remove unneeded address-of operators from...
2012-12-06  Vincent Povirkgdiplus: Fix graphics bounds for memory DC's.
2012-12-06  Vincent Povirkgdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
2012-12-06  Vincent Povirkgdiplus: Use one GetDIBits call instead of one per...
2012-12-06  Vincent Povirkgdiplus: Avoid accessing dib bits directly in GdipCreat...
2012-12-06  Henri Verbeetd3d10core: Implement d3d10_device_VSGetSamplers().
2012-12-06  Henri Verbeetd3d10core: Implement d3d10_device_VSSetSamplers().
2012-12-05  Alexandre Julliardgdi32: Don't store a font pointer in the generic part...
2012-12-05  Alexandre Julliardgdi32: Don't create a separate font handle for linked...
2012-12-05  Jacek Cabanitss: Fixed fragment part handling in IInternetProtocol...
2012-12-05  Jacek Cabanitss: Cleaned up CombineUrl tests.
2012-12-05  Huw Daviesriched20: Flush the output buffer before a codepage...
2012-12-05  Jacek Cabanjscript: Treat VT_UNKNOWN VARIANTs supporting IDispatch...
2012-12-05  Alexandre Julliardgdi32: Remove special handling for linked fonts in...
2012-12-05  Alexandre Julliardwineps: Support getting character codes instead of...
2012-12-05  Alexandre Julliardgdi32: Support getting character codes instead of glyph...
2012-12-05  Alexandre Julliardgdi32: Support caching glyphs by character code and...
2012-12-05  Alexandre Julliardwinex11: Support caching glyphs by character code and...
2012-12-05  Detlef Riekenbergshell32/tests: Add tests for DoEnvironmentSubstA/W.
2012-12-05  Detlef Riekenbergshell32: Fix DoEnvironmentSubstA implementation.
2012-12-05  Detlef Riekenbergshell32: Implement DoEnvironmentSubstW.
2012-12-05  Alexandre Julliarduser32: Ignore the PM_NOYIELD flag on the client side.
2012-12-05  Stefan Dösingerwined3d: Add GL_ALPHA to the atifs argument replicator...
2012-12-05  Stefan Dösingerwined3d: Use sign fixup for the atifs bumpenv matrix.
2012-12-05  Stefan Dösingerwined3d: Test the correct program for native limits.
2012-12-05  Stefan Dösingerwined3d: Correctly count used stages in the atifs pipeline.
2012-12-05  Stefan Dösingerwined3d: Bind the src in a manual presentation blit.
2012-12-05  Michael Stefaniucqmgr: Merge a helper function.
2012-12-05  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyJobs iface.
2012-12-05  Andrew Talbotuser32: Do not call HeapFree() with address of stack...
2012-12-05  Rico Schüllerd3dx9: Improve D3DXMatrixRotationYawPitchRoll().
2012-12-05  Henri Verbeetd3d10core: Implement d3d10_device_PSGetConstantBuffers().
2012-12-05  Henri Verbeetd3d10core: Implement d3d10_device_PSSetConstantBuffers().
2012-12-05  Henri Verbeetd3dx9: Avoid LPD3DXALLOCATEHIERARCHY.
2012-12-04  Andrew Eikumwinmm: Don't mask out SND_ALIAS_ID or SND_FILENAME...
2012-12-04  Vincent Povirkgdiplus: Add a test for drawing to HDC's backed by...
2012-12-04  Alexandre Julliardgdi32: Store and return ABC metrics from get_glyph_outline.
2012-12-04  Jacek Cabanmsxml3: Moved XMLHTTPRequest tests to separated file.
2012-12-04  Jacek Cabanmshtml: Added support for converting (some) argument...
2012-12-04  Nikolay Sivovxmllite: Initial support for attribute list.
next