include: Assorted spelling fixes.
[wine] / dlls / gdi32 / enhmfdrv /
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-10-24  AndrĂ© Hentschelgdi32: Fix copy-paste error (coverity).
2012-10-17  Alexandre Julliardgdi32: Add a generation count in the high word of GDI...
2012-10-17  Alexandre Julliardgdi32: Store the object type directly in the GDI handle...
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-10  Alexandre Julliardgdi32: Store the reference DC in the enhanced metafile...
2012-02-24  Alexandre Julliardgdi32: Avoid using uninitialized value in DIB pattern...
2012-01-19  Alistair Leslie... gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in enhan...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Add an inline helper to retrieve a DDB byte...
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-05-19  Alistair Leslie... gdi32: Add support in DeviceCaps CURVECAPS, LINECAPS...
2011-04-04  Alexandre Julliardgdi32: Use the hdc from the generic physdev structure...
2011-03-28  Alexandre Julliardgdi32: Don't require a valid point as input to OffsetVi...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-17  Alexandre Julliardgdi32: Fix the calling convention of the DeleteDC entry...
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Always call the PatBlt entry point for blits...
2011-03-16  Alexandre Julliardgdi32: Properly manage the driver stack during DC creat...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DC state...
2011-03-15  Alexandre Julliardgdi32: Add null driver entry point for world transform...
2011-03-11  Alexandre Julliardgdi32: Move all the enhanced metafile DC setting functi...
2011-03-10  Alexandre Julliardgdi32: Add a SetLayout driver entry point and implement...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the various...
2011-03-10  Alexandre Julliardgdi32: Fix handling of the DC brush/pen in metafiles.
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the mapping...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2011-03-08  Alexandre Julliardgdi32: Fix parameter type in the ModifyWorldTransform...
2011-02-22  Alexander Kochetkovgdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
2010-10-26  Hans Leidekkergdi32: Move EnumICMProfiles to the driver.
2010-08-20  Detlef Riekenberggdi32/enhmfdrv: Remove unneded if() before HeapFree.
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-06-02  John Voltzgdi32: Fix typo in enhanced metafile Arc function.
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-11-23  Charles Davisgdi32/enhmfdrv: When blitting, don't crash if the sourc...
2009-11-23  Charles Davisgdi32/enhmfdrv: Get the source transformation from...
2009-11-23  Charles Davisgdi32/enhmfdrv: Don't fill in the PelsPerMeter fields...
2009-11-17  Alexandre Julliardgdi32: Get rid of the SetDCOrg driver entry point.
2009-11-11  Alexandre Julliardgdi32: Don't update the metafile bounding box in ExtTex...
2009-09-26  Alexandre Julliardgdi32: BS_DIBPATTERN brushes use a 32-bit handle in...
2009-06-23  Huw Daviesgdi32: Implement SetVirtualResolution.
2009-04-07  Alexandre Julliardgdi32: Completely implement RestoreDC in the driver...
2009-04-07  Alexandre Julliardgdi32: Completely implement SaveDC in the driver, havin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-05-27  Dmitry Timoshkovgdi32: If there is no clipping rect, EMREXTTEXTOUT...
2008-05-09  Alexandre Julliardgdi32: Add missing braces in EMFDRV_SelectPalette.
2008-05-07  Dmitry Timoshkovgdi32: Implement EMFDRV_SelectPalette.
2008-05-07  Dmitry Timoshkovgdi32: Set offPalEntries member of EMREOF to what XP...
2008-05-02  Huw Daviesgdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
2008-04-28  Dmitry Timoshkovgdi32: Add SetPixel to the EMF DC functions.
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-03-05  Hans Leidekkergdi32: Move GetICMProfile to the driver.
2007-11-07  Alexandre Julliardgdi32: Make all internal gdi functions hidden.
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while creating a DC.
2007-09-12  Alexandre Julliardgdi32: Don't store a DC pointer in the metafile devices.
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
next