include: Assorted spelling fixes.
[wine] / dlls / gdi32 / driver.c
2012-11-05  Alexandre Julliardgdi32: Determine the default anti-aliasing parameters...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-10-22  Alexandre Julliardgdi32: Export a function to retrieve the module handle...
2012-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-06-29  Alexandre Julliardopengl32: Make the WGL driver context-specific.
2012-06-29  Alexandre Julliardopengl32: Move checks of the context thread id to opengl32.
2012-06-29  Alexandre Julliardopengl32: Use proper handles for GL contexts and pass...
2012-06-28  Alexandre Julliardgdi32: Add a null WGL driver.
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-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-29  Alexandre Julliardgdi32: Remove the null driver Get/PutImage fallbacks...
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-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
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-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-05  Alexandre Julliardgdi32: Add a null driver implementation for Polyline...
2011-11-21  Alexandre Julliardgdi32: Add a null driver fallback implementation for...
2011-11-08  Alexandre Julliardgdi32: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-04  Alexandre Julliardgdi32: Return failure when GetPixel is not supported.
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-26  Henri Verbeetgdi32: Update the DC in ExtEscape().
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
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-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-19  Alexandre Julliardgdi32: Add support for pushing a font driver on the...
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-06  Alexandre Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-08-03  Alexandre Julliardgdi32: Partial implementation of PutImage in the null...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the null driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
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-13  Alexandre Julliardgdi32: Sort the OpenGL driver functions alphabetically.
2011-07-13  Alexandre Julliardgdi32: Ask the graphics driver for the function table...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-03-28  Gregory M. Turnergdi32: Initialize SetLayout function pointer.
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-18  Alexandre Julliardgdi32: Add a null driver entry point for StretchDIBits.
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Add a null driver entry point for PatBlt.
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for UnrealizePalette.
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for GetDeviceCaps.
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 DIB functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the text functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DC state...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-15  Alexandre Julliardgdi32: Add null driver entry point for world transform...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the path functions.
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the palette...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the color manag...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the pixel forma...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the device...
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: Add null driver entry points for SetDCBrush...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the OpenGL...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the mapping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the clipping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the print spool...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for a number of...
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2010-10-26  Hans Leidekkergdi32: Move EnumICMProfiles to the driver.
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-05-06  Alexandre Julliardgdi32: Add a global function to retrieve the display...
2010-05-06  Alexandre Julliardgdi32: Don't store the display driver in the global...
2010-05-06  Alexandre Julliardgdi32: Don't bother freeing graphics drivers.
next