Added entry for DirectSoundFullDuplexCreate.
[wine] / objects / dc.c
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-24  Rein KlazesLoad default stock bitmap in CreateDC().
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-02  Alexandre JulliardDon't set the DC_DIRTY flag in SetDCState since we...
2002-07-20  Andreas MohrCreateDCA should return failure if both driver and...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-04-21  Alexandre JulliardFixed handling of visible region in Save/RestoreDC.
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-02  Alexandre JulliardAvoid recursive DeleteDC calls.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-10-02  Alexandre JulliardFree cache DCEs if the DC gets deleted.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-20  Uwe BonnesAdded reference counting and delayed destruction of...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardRelease GDI lock before calling DeleteDC from RestoreDC.
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-25  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-04-16  Dmitry TimoshkovMove implementation of CreateDC16 to CreateDCA.
2001-04-09  Francois GougetGetDeviceCaps: make sure the devCaps field is not NULL...
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-10-13  Marcus MeissnerStubbed GetDeviceGammaRamp.
2000-09-26  Marcus MeissnerWORD is unsigned, so we need to transalte 0xffff into -1.
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-07  Gerard PatelMake GetDeviceCaps16 (hdc, NUMCOLORS) not return -1...
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-20  Alexandre JulliardFixed GDI locking in GetDeviceCaps.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-01  Phillip EzoltFixed CreateDC to work properly when it is called with...
2000-06-12  Gerard PatelhookThunk was not initialized in GetDcState.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Marcus MeissnerGetDeviceCaps: spot yet unsupported accesses to the...
2000-01-15  Gerard PatelRemoved DeleteObject call left over from previous patch.
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-05  Noel BorthwickFrom CreateCompatibleDC, pass the device name associate...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Ulrich WeigandCheck for busy DCE moved to DCHook16().
1999-05-04  Francis BeaudetCheck if DC is busy before deleting it.
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Huw D M DaviesChange (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-11-26  Ulrich WeigandRemoved some unnecessary FIXME outputs.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-01  Ulrich WeigandBugfix: SetDCState did not reset clipping region to...
1998-10-28  François GougetFixed some LPPOINT/LPSIZE mismatches and some missing...
1998-10-14  Ulrich WeigandDo not clip source rectangle even by visible region...
1998-10-11  Ulrich WeigandChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
next