include: Assorted spelling fixes.
[wine] / dlls / gdi32 / pen.c
2012-10-17  Alexandre Julliardgdi32: Get rid of the GDIOBJHDR type.
2012-10-17  Alexandre Julliardgdi32: Store the object type directly in the GDI handle...
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Store the pattern brush information for geometri...
2011-12-28  Alexandre Julliardgdi32: Fix handling of invalid pen styles.
2011-10-14  Daniel Santosgdi32: Remove PS_USERSTYLE FIXME and workarounds.
2011-03-16  Huw Daviesgdi32: Print the fixme when the pen is actually hatched.
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2008-10-01  Dmitry Timoshkovgdi32: Make the PS_NULL test pass under Wine.
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-02-28  Andrew Talbotgdi32: Assign to structs instead of using memcpy.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-07-31  Evan Stadegdi32: Handle PS_USERSTYLE in ExtCreatePen.
2007-07-31  Evan Stadegdi32: Improve ExtCreatePen parameter checking.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.