Moved thunking functions off to kernel32.dll.
[wine] / dlls / ddraw /
2000-07-23  Eric PouechCompilation fixes for OpenGL.
2000-07-23  Lionel UlmerDetect broken glext.h headers.
2000-07-23  Ove KaavenAdded a few C++ operators to Direct3D structures, and...
2000-07-23  Marcus MeissnerIDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar...
2000-07-16  Lionel Ulmer- fix Direct3D support and a lot of warnings
2000-07-11  Marcus MeissnerCheck for NULL flipchain and just return the current...
2000-07-08  Marcus MeissnerCorrected 24->32 conversion. Still only correct for...
2000-07-08  Marcus MeissnerRemoved another bad assert and two no longer needed...
2000-06-25  Marcus MeissnerFixed two asserts in Blt().
2000-06-25  Gerald PfeiferProperly cast arguments to printf to match the intended...
2000-06-24  Marcus MeissnerCreate xlib ddsurfaces with correct reference counts.
2000-06-23  Peter Ganten_common_depth_to_pixelformat() returns -1 and not zero...
2000-06-23  Marcus MeissnerUse correct bpp for the X side of the surface XImages.
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-06-23  Patrik StridvallFixed some warnings.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-06-12  Lionel Ulmerreplaced a DPRINTF by a TRACE
2000-06-12  Lionel UlmerRemoved the Release in case of error as we do not AddRe...
2000-06-10  Ove KaavenCall TSXFlush after setting DGA palette, so it updates...
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Lionel UlmerInstall the colormap only if it was created.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Ove KaavenMade WINE_DirectDraw a decorationless popup window...
2000-05-23  Lionel UlmerRemove the PRIMARYSURFACE attribute from back buffers.
2000-05-23  Lionel UlmerInitialize the back-buffer with the correct VTable.
2000-05-18  Ove KaavenMade IDirectDrawSurface::SetPalette set the surface...
2000-05-18  Ove KaavenInitialize an identity mapping in CreatePalette if...
2000-05-15  Ove KaavenUse unsigned int instead of unsigned short in DirectDraw
2000-05-14  Ove KaavenImproved DIBSection support for IDirectDrawSurface...
2000-05-13  Peter Hunnisett- Added ability to create 3D3 interfaces for Xlib
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-09  Marcus MeissnerNumber of surface Lock/Unlocks must NOT match, so do...
2000-05-03  Lionel UlmerRemove the assertion when there is no source surface.
2000-05-01  Alexandre JulliardAdded DECL_GLOBAL_CONSTRUCTOR macro.
2000-05-01  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-29  Lionel Ulmer- added thread-safety protection to XListPixmapFormats
2000-04-25  Patrik StridvallCompile fix for --without-x.
2000-04-23  Marcus MeissnerAlso check for empty GUID in DirectDrawCreate.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-14  Francois GougetChanged the placement of WINE_UNUSED to make gcc 2...
2000-04-13  Marcus MeissnerMake DirectDraw compile with DGA2 present.
2000-04-11  Marcus MeissnerFree private structure in Xlib_DDS_Release.
2000-04-10  Marcus MeissnerUse d3dexecutebuffer_create only when compiling with...
2000-04-09  Marcus MeissnerTwo left over HeapValidate assertions removed.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.