We can't cache the unscaled font's hfont, since the mapping mode may
[wine] / dlls / ddraw /
2002-11-11  Lionel UlmerProper logging of DDSCAPS / DDSCAPS2 structures.
2002-11-11  Marko KreenClip bottom coordinates.
2002-11-06  Matthew BlochVtable fixes.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Lionel UlmerAdditional exported capabilities to please some picky...
2002-11-04  Lionel Ulmer- only compare the first WORD in the DDSCAPS2 structure...
2002-11-04  Lionel UlmerAugment the DDSCAPS2 dumping routine with new caps.
2002-10-19  Lionel UlmerAdd 3D support at the User driver level.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Christian CostaImplement OpenGL overriding of surface's flip method.
2002-10-16  Christian CostaAssociate texture to the device when GetHandle is calle...
2002-10-10  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-10-10  Christian CostaMain_DirectDrawSurface_QueryInterface: enable creation...
2002-10-10  Lionel UlmerAdded some TRACEs to the ddraw code.
2002-10-02  Alexandre JulliardFixed warnings.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-30  Christian CostaImplement SwapTextureHandles method.
2002-09-29  Alexandre JulliardAdded check for OpenGL.
2002-09-29  Christian Costaexecute: Activate the viewport passed as parameter...
2002-09-29  Christian CostaImplement IDirect3DViewport2_DeleteLight.
2002-09-27  Christian CostaRemove wrong and useless transformation of z projected...
2002-09-27  Christian CostaFix devices creation broken code. Now, the display...
2002-09-26  Christian CostaAdded desallocation of the viewport private data.
2002-09-26  Christian CostaAdded allocation/desallocation of the light private...
2002-09-26  Christian CostaEnable creation of our OpenGL Direct3D device from...
2002-09-25  Christian CostaAdded support for POINT, WIREFRAME and SOLID fill modes.
2002-09-25  Christian CostaIDirect3DTexture2Impl_Load: when the surface is not...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-06  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
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-22  Michael KarcherSet the correct length of the struct DDSURFACEDESC.
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-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Dmitry TimoshkovFixed version info.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
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...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-21  Francois GougetComment out/ifdef out unused code and variables.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Andreas MohrDocumentation update.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-10-14  Francois GougetWhen including config.h, include it first.
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-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-28  Alexandre JulliardRemoved unused DC_FUNCS pointers.
2001-07-27  Alexandre JulliardAdded missing ntdll imports.
2001-07-26  Alexandre JulliardRemoved import of x11drv from ddraw.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Alexandre JulliardCommented out references to x11drv internals from MESA...
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-07-12  Lionel Ulmer- removed unused OSMesa linking
2001-07-10  Marcus MeissnerMake (G|S)etClipList not abort, but return DDERR_NOCLIP...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-31  Jason McMullanMore accurate stub of DDRAW:GetFourCCCodes.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-27  Francois GougetDDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
2001-04-24  Alexandre JulliardSmall cleanups.
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 KaavenFill in some DirectDrawPalette HAL fields.
2001-04-17  Ove KaavenRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_...
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
next