Moved ts_xlib.c into x11drv and removed libwine_tsx11.
[wine] / dlls / ddraw / ddraw /
2002-08-06  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-07-22  Michael KarcherSet the correct length of the struct DDSURFACEDESC.
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-14  Marcus MeissnerReturn the FOURCC codes set by the HAL driver.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-05-31  Jason McMullanMore accurate stub of DDRAW:GetFourCCCodes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_...
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
2001-03-21  Ove KaavenRemove obsolete and misleading FIXME.
2001-02-14  Andreas Mohr- correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
2001-02-12  Lionel UlmerAllow an application to re-ask for EXCLUSIVE DirectDraw...
2001-02-12  Marcus MeissnerHandle differently sized structs by using their dwSize...
2001-02-12  Ove KaavenFix DGA2 mode setting to use the correct color depth.
2001-01-29  Marcus Meissnerdvideo.dll forgets to set the DDSD_CAPS flag, just...
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-22  Josh DuBoisInclude 'options.h' for a needed prototype.
2001-01-15  Marcus MeissnerFixed an interface cast in DD2->DD7 thunk.
2001-01-13  Alexandre JulliardAdded missing WIN_ReleaseWndPtr.
2001-01-12  Gavriel StateWarning fixes.
2001-01-10  Gavriel StateReenabled DXGrab option.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-25  William Waghornxf86vmode_setdisplaymode() wasn't properly saving the...
2000-10-24  Patrik StridvallFixed some warnings.
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-10-22  Lionel UlmerChange the width / height parameter on a SetDisplayMode.
2000-10-17  Lionel UlmerWarning fix.
2000-10-15  Gerald PfeiferRemove unused variable orig_mode.
2000-10-13  Gerald PfeiferFixed incorrect format string.
2000-10-12  Lionel UlmerImplememnted GetFourCCCodes.
2000-10-12  Marcus MeissnerEnable XF86vmode switching possible for X11 too.
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-09-12  Andreas Mohr- fixes debugger output
2000-08-29  Peter HunnisettNewbie friendly error message for 3D creation failure.
2000-08-25  Lionel UlmerChange pixel format for 24 BPP surfaces when the DDraw...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerIf we are looking for an existing pixmap format, we...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-23  Marcus MeissnerIDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar...
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-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
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 KaavenInitialize an identity mapping in CreatePalette if...
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-01  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-29  Lionel Ulmer- added thread-safety protection to XListPixmapFormats
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-13  Marcus MeissnerMake DirectDraw compile with DGA2 present.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...