Add '\n' at the end of traces.
[wine] / dlls / ddraw / dsurface /
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-18  Ove KaavenFix DGA so it works properly again.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved the obsolete DIBTexture surface class.
2001-04-17  Ove KaavenFill in some more HAL fields. Flip some of them when...
2001-04-17  Ove KaavenImplemented gamma control on the DirectDraw primary...
2001-04-16  Ove KaavenImplemented the IDirectDrawGammaControl interface.
2001-04-16  Ove KaavenAdded ddraw HAL and gamma ramp stuff to implementation...
2001-02-12  Marcus MeissnerHandle differently sized structs by using their dwSize...
2001-01-28  Marcus Meissner- Siedler3 appears to have rather limited buffers for...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-12  Gavriel StateWarning fixes.
2001-01-09  Gerald PfeiferFixed some incorrect format strings.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-11-27  Marcus MeissnerTruncate dest blit rectangle down to surface size.
2000-11-04  Andreas MohrAvoid division by zero.
2000-10-12  Lionel UlmerSupport non-buffered overlays.
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-18  Gerald PfeiferRemove unused local variable in DGA_IDirectDrawSurface4...
2000-09-12  Lionel UlmerFixed DGA / DGA 2 palette creation.
2000-08-30  Alexandre JulliardFixed non-OpenGL compile.
2000-08-29  Peter HunnisettNewbie friendly error message for 3D creation failure.
2000-08-28  Lionel Ulmer- added ARGB 1555 format
2000-08-22  James AbbatielloDon't crash when calling DirectDrawSurface::EnumAttache...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-07-29  Marcus MeissnerNo longer crash when running with DirectDraw with a...
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 MeissnerRemoved another bad assert and two no longer needed...
2000-06-25  Marcus MeissnerFixed two asserts in Blt().
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-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-05-30  Lionel UlmerInstall the colormap only if it was created.
2000-05-18  Ove KaavenMade IDirectDrawSurface::SetPalette set the surface...
2000-05-14  Ove KaavenImproved DIBSection support for IDirectDrawSurface...
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  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-13  Marcus MeissnerMake DirectDraw compile with DGA2 present.
2000-04-11  Marcus MeissnerFree private structure in Xlib_DDS_Release.
2000-04-09  Marcus MeissnerTwo left over HeapValidate assertions removed.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...