Moved ts_xlib.c into x11drv and removed libwine_tsx11.
[wine] / dlls / ddraw / dsurface /
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-03  Lionel UlmerSupport negative values in RECTs during Blts.
2002-08-02  Lionel UlmerBe less strict on parameter checking in the SetSurfaceD...
2002-07-20  Ove KaavenWait for the asynchronous update thread to complete...
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-16  Tony LambregtsAdded support DDBLT_DDFX flag in DirectDrawSurface_Blt.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-07-10  Alexandre JulliardFixed corruption when copying to the same surface ...
2002-07-10  Ove KaavenRemoved the flags fields of IDirectDrawPaletteImpl...
2002-07-10  Ove KaavenHandle WM_SYNCPAINT with DefWindowProc.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-06-28  Jukka HeinonenDisable OWN_WINDOW as it no longer works.
2002-06-28  Tony LambregtsAdded support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2001-12-26  Andreas MohrDocumentation update.
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-19  Dmitry TimoshkovFix out of the source tree build (again).
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
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...