mshtml: Added test of IHlinkFrame service.
[wine] / dlls / ddraw /
2006-01-16  Lionel Ulmerddraw: Better simulate what 'GetVerticalBlankStatus...
2006-01-03  Francois GougetAssorted spelling fixes
2005-12-21  Ivan Leo Puotiddraw: Fix DirectDrawSurface::QueryInterface crash.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-12  Eric PouechMade some functions static.
2005-12-05  Rein Klazesddraw: Catch access violations when calling DirectDrawE...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-14  Lionel UlmerUse the front buffer palette for DC operations on off...
2005-11-14  H. VerbeetFix the default value for keylow in DIB_DirectDrawSurfa...
2005-11-14  Christian CostaAdd DDBLT_DONOTWAIT flag.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-31  Christian CostaFinish moving d3d[1..3] light code to use d3d7.
2005-10-17  Christian CostaEnumerate only requested modes by taking into account...
2005-10-12  Christian CostaDisable depth test when there is no Z buffer attached.
2005-10-10  Lionel UlmerAdd an assert if both arguments to DD_STRUCT_COPY_BYSIZ...
2005-10-10  Lionel Ulmer- do not pass private data to the application but a...
2005-10-10  Lionel Ulmer- pass a copy of the surface description to the application
2005-10-07  Raphael JunqueiraDon't crash if pDDSD is NULL on DirectDrawSurface:...
2005-10-06  Stefan Dösinger- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperati...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-27  Alexandre JulliardThe clip list is in screen coordinates so we need to...
2005-09-25  Christian CostaImplement Begin/Vertex/End rendering functions.
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr to access pointers in the...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-25  Saulius Krasuckas- DirectDrawCreateEx fails with Standard VGA Adapter...
2005-08-23  Saulius KrasuckasSkip testing on IDirect3D7::CreateDevice() failure.
2005-08-22  Saulius KrasuckasDon't leak a list of visuals (with advice of Jacek...
2005-08-22  Maxime BellengéFix regression in color keying with RGB mask.
2005-08-17  Christian CostaTake RGB mask into account when doing color keying.
2005-08-11  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-01  Mike McCormackWarning fixes.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-03  Marcus MeissnerMake check fails in dlls/ddraw/tests/d3d, because a...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-12  Lionel UlmerSupport all possible texture coordinates sizes.
2005-06-09  Stefan LeichterMake ddraw tests loadable on NT4.
2005-06-07  Antoine ChavasseTest cases for the direct3d7 light api.
2005-06-07  Antoine ChavasseRewrote the light management API to allow for an unlimi...
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...
2005-06-05  Christian CostaMoved dsurface object files to ddraw root dir.
2005-06-04  Christian CostaMoved ddraw object files to ddraw root dir.
2005-06-03  Christian CostaMoved clipper and palette objects files to ddraw root...
2005-06-02  Christian CostaMerged remaining header files in DirectDraw objects...
2005-06-01  Christian CostaMerged d3ddevice/main.h and direct3d/main.h into d3d_pr...
2005-05-31  Christian CostaMerged convert.c, struct_convert.c and helper.c into...
2005-05-30  Antoine Chavasse- Implemented the implicit creation of mipmaps for...
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-23  Antoine ChavasseAdded traces in GetPrivateData and SetPrivateData.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Lionel Ulmer'0' means 'default refresh rate' and not a real refresh...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-04-25  Marcus MeissnerFixed 3 memset()s which used the wrong size (too large).
2005-04-24  Dylan TaftSet display frequency too in SetDisplayMode.
2005-04-11  Matthew MastracciCorrectly lock and unlock surface for a single-surface...
2005-04-11  Lionel UlmerCreate the GL texture id at texture-binding time.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Christian CostaRemoved wrong FIXMEs.
2005-03-21  Matthew MastracciIf a FOURCC surface specifies DDSD_PITCH, use that...
2005-03-16  Jakob ErikssonSetDisplayMode can return DDERR_UNSUPPORTED. If it...
2005-03-10  Paul VriensCheck always if destination surface is locked.
2005-03-09  Paul VriensCheck for NULL before touching src.
2005-03-07  Matthew MastracciAdded surface locking.
2005-03-07  Matthew MastracciAdd DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
2005-02-14  Christian CostaHandle more properly versions for Direct3D and Direct3D...
2005-01-27  Raphael JunqueiraSet default video memory to 64Mb (was 16Mb) as many...
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Alexandre JulliardGet rid of the ThunkData stubs, these are not functions.
2005-01-03  Christian CostaHandle correctly DDSD_LINEARSIZE flag for FOURCC textures.
2004-12-27  Christian CostaFake line sweeping of the monitor.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Crestez LeonardCheck for malformed source rect in DIB_DirectDrawSurfac...
2004-12-20  Christian CostaEnable creation of the RGB device.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-06  Dmitry TimoshkovAvoid crashes in ddraw.dll when loading it without...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Christian CostaFixed colorkey conversion.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-30  James HawkinsAdded API documentation for DirectDrawEnumerateEx.
2004-08-24  Robert ShearmanImplement IDirectDrawClipper_GetClipList for case where...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Tobias Burnus- Limit number of FIXME()s in Clipper_SetClipList and...
next