include: Assorted spelling fixes.
[wine] / dlls / gdi32 / gdi_private.h
2012-12-10  Alexandre Julliardgdi32: Add ref counting to the font objects and simplif...
2012-12-05  Alexandre Julliardgdi32: Don't store a font pointer in the generic part...
2012-12-05  Alexandre Julliardgdi32: Remove special handling for linked fonts in...
2012-11-05  Alexandre Julliardgdi32: Determine the default anti-aliasing parameters...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-10-24  Alexandre Julliardgdi32: Remove an unused DC field.
2012-10-22  Alexandre Julliardgdi32: Export a function to retrieve the module handle...
2012-10-17  Alexandre Julliardgdi32: Add a generation count in the high word of GDI...
2012-10-17  Alexandre Julliardgdi32: Get rid of the GDIOBJHDR type.
2012-10-17  Alexandre Julliardgdi32: Get rid of the RGNOBJ type, instead store a...
2012-10-17  Alexandre Julliardgdi32: Store the object flags directly in the GDI handl...
2012-10-17  Alexandre Julliardgdi32: Store the object selection count directly in...
2012-10-17  Alexandre Julliardgdi32: Store the HDC list directly in the GDI handle...
2012-10-17  Alexandre Julliardgdi32: Store the object function table directly in...
2012-10-17  Alexandre Julliardgdi32: Store the object type directly in the GDI handle...
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-08-21  Alexandre Julliardgdi32: Allow removing a driver from the stack based...
2012-08-21  Alexandre Julliardgdi32: Add a helper function to find a specific driver...
2012-07-27  Alexandre Julliardgdi32: Support OpenGL in bitmaps through libOSMesa.
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements PutImage...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements GetImage...
2012-05-29  Alexandre Julliardgdi32: Remove the null driver Get/PutImage fallbacks...
2012-05-29  Alexandre Julliardgdi32: Always use the DIB engine for DDB rendering.
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-04-16  Alexandre Julliardgdi32: Add helper functions for manipulating bounds...
2012-04-10  Alexandre Julliardgdi32: Add explicit fields for the DC flags.
2012-03-29  Huw Daviesgdi32: Implement CreateScalableFontResource.
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-10  Alexandre Julliardgdi32: Get rid of the get_bitmap_funcs function.
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-29  Alexandre Julliardgdi32: Add a structure to store all the extra informati...
2011-12-28  Alexandre Julliardgdi32: Add a helper function to add a rectangle to...
2011-12-27  Alexandre Julliardgdi32: Add a helper function to compute the list of...
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-12  Alexandre Julliardgdi32: Store the default color tables as static data.
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-12-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-12-09  Alexandre Julliardgdi32: Fix handling of DIB_PAL_COLORS in the various...
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-12-07  Alexandre Julliardgdi32: Rename the CLIPPING_UpdateGCRegion function.
2011-12-07  Alexandre Julliardgdi32: Don't store the metaclip region, recompute it...
2011-12-07  Alexandre Julliardgdi32: Only store a total visible region when it's...
2011-12-06  Alexandre Julliardgdi32: Maintain a region inside gdi32 to keep track...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-23  Alexandre Julliardgdi32: Only store the path in the DC when it's closed.
2011-11-22  Alexandre Julliardgdi32: Store a pointer to the path in the DC and make...
2011-11-22  Alexandre Julliardgdi32: Add helper functions for allocating and freeing...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Alexandre Julliardgdi32: Add a helper function to determine anti-aliasing...
2011-11-21  Alexandre Julliardgdi32: Add a null driver fallback implementation for...
2011-11-08  Alexandre Julliardgdi32: Don't set the bitmap owner when selecting a...
2011-11-08  Alexandre Julliardgdi32: Use the CopyBitmap entry point to copy the bitma...
2011-11-08  Alexandre Julliardgdi32: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Get rid of the get_bitmap_image helper.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-03  Alexandre Julliardgdi32: Retrieve the bits of a pattern brush when it...
2011-11-02  Alexandre Julliardgdi32: Sanitize the DIB information for DIB pattern...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-27  Alexandre Julliardgdi32: Add a helper function to copy BITMAPINFO structu...
2011-10-26  Alexandre Julliardgdi32: Implement the ExtTextOut entry point in the...
2011-10-26  Alexandre Julliardgdi32: Implement the polyline entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the polygon entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the Bezier entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the arc entry points in the path driver.
2011-10-26  Alexandre Julliardgdi32: Implement the Rectangle and RoundRect entry...
2011-10-26  Alexandre Julliardgdi32: Implement the LineTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the MoveTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
2011-10-26  Alexandre Julliardgdi32: Implement GdiRealizationInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement FontIsLinked as a standard driver...
2011-10-26  Alexandre Julliardgdi32: Implement GetFontData as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextExtentExPointI as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextCharsetInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement GetOutlineTextMetrics as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetKerningPairs as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphOutline as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphIndices as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetFontUnicodeRanges as a standard...
2011-10-25  Alexandre Julliardgdi32: Reimplement GetCharABCWidthsFloat using the...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidthsI as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidths as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Implement GetTextMetrics as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetCharWidthW as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetTextExtentExPointW as a standard...
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-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
next