Don't load user32 too early on for 16-bit apps, so that app-specific
[wine] / dlls / ddraw /
2001-03-21  Jeff GarzikWarning fixes.
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-11  Alexandre JulliardNo longer used.
2001-01-10  Gavriel StateReenabled DXGrab option.
2001-01-09  Gerald PfeiferFixed some incorrect format strings.
2001-01-07  Marcus MeissnerRemoved one &, now CoCreateInstance() of ddraw objects...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-12-16  Marcus MeissnerCheck for NULL before doing IsEqualGUID().
2000-12-14  Marcus MeissnerIf DirectDrawCreate gets passed a IDirectDraw{2,4,7...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-30  Alexandre JulliardFinished separation of ole32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Marcus MeissnerTruncate dest blit rectangle down to surface size.
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-04  Andreas MohrAvoid division by zero.
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  Marcus MeissnerDirectDrawCreateEx() should already return the interfac...
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-15  Marcus MeissnerReturn "default" DirectDraw driver if we have at least...
2000-10-13  Gerald PfeiferFixed incorrect format string.
2000-10-12  Lionel UlmerSupport non-buffered overlays.
2000-10-12  Marcus MeissnerAdded 16 (565) -> 15 (555) bit depth converter.
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-18  Gerald PfeiferRemove unused local variable in DGA_IDirectDrawSurface4...
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-12  Lionel UlmerFixed DGA / DGA 2 palette creation.
2000-09-09  Lionel UlmerDo not support DGA when DirectVideo not present.
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-25  Lionel UlmerFixed the displaying of the FOURCC codes in _dump_pixel...
2000-08-25  Lionel UlmerChange pixel format for 24 BPP surfaces when the DDraw...
2000-08-22  James AbbatielloDon't crash when calling DirectDrawSurface::EnumAttache...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-07  Marcus MeissnerIf we are looking for an existing pixmap format, we...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Marcus MeissnerOne of the 24/32 convert color masks was wrong.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-29  Marcus MeissnerNo longer crash when running with DirectDraw with a...
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.
next