include: Assorted spelling fixes.
[wine] / dlls / gdi32 / dc.c
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-05  Alexandre Julliardgdi32: Don't store a font pointer in the generic part...
2012-11-27  Alexandre Julliardgdi32: Fully reset the DC state before deleting it.
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
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-21  Alexandre Julliardgdi32: Update the ref count of stock objects when delet...
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-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-05-31  Alexandre Julliardgdi32: Don't implement the gamma ramp functions in...
2012-05-29  Alexandre Julliardgdi32: Always use the DIB engine for DDB rendering.
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-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add helper functions for manipulating bounds...
2012-04-10  Alexandre Julliardgdi32: Add explicit fields for the DC flags.
2012-04-10  Alexandre Julliardgdi32: Clip the returned DC bounds to the device rectangle.
2012-04-10  Alexandre Julliardgdi32: SaveDC doesn't save the DC bounds.
2012-01-12  Alexandre Julliardgdi32: Store foreground/background color even when...
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 create the DC visible region when necessary.
2011-12-07  Alexandre Julliardgdi32: Make sure DCs are fully zero-initialized.
2011-12-06  Alexandre Julliardgdi32: Maintain a region inside gdi32 to keep track...
2011-11-22  Alexandre Julliardgdi32: Store a pointer to the path in the DC and make...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
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-09-26  AndrĂ© Hentschelgdi32: Add traces for the gamma functions.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
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-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-07  Alexandre Julliardgdi32: Don't free a driver when it's popped from the...
2011-09-04  Alexandre Julliardgdi32: Fix coordinate mapping in Get/SetBoundsRect...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-04-04  Huw Daviesgdi32: Add a skeleton dib driver.
2011-03-18  Alexandre Julliardgdi32: Remove the function table pointer from the DC...
2011-03-18  Alexandre Julliardgdi32: Find the original driver by checking the CreateD...
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: Get rid of the no longer used DC_SAVED flag.
2011-03-16  Alexandre Julliardgdi32: Don't allocate a GDI handle for saved DCs.
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-12  Alexandre Julliardgdi32: Avoid null pointer access when we are out of...
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-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 a mechanism for stacking gdi drivers.
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-08-16  Detlef Riekenberggdi32: Always use a HANDLE for GDI_ReleaseObj.
2010-07-29  Alexandre Julliardgdi32: Fix offset for mirrored devices that have a...
2010-07-28  Alexandre Julliardgdi32: Make the top right corner the DC origin for...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-07-26  Alexandre Julliardgdi32: Store the total visible rectangle in the DC.
2010-07-23  Alexandre Julliardgdi32: Update the DC mappings when the layout is changed.
2010-06-21  Paul Chitescugdi32: If driver is missing claim vectorial fonts are...
2010-06-01  Andrew Nguyengdi32: Fix parameter handling of GetBoundsRect.
2010-05-06  Alexandre Julliardgdi32: Add a global function to retrieve the display...
2010-05-06  Alexandre Julliardgdi32: Don't bother freeing graphics drivers.
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2009-12-01  Alexandre Julliardgdi32: Avoid calling get_dc_ptr on a null handle.
2009-11-17  Alexandre Julliardgdi32: Reset the visible region in ResetDC.
2009-11-17  Alexandre Julliardgdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
2009-09-26  Alexandre Julliardgdi32: Get rid of the 16-bit DC hook support.
2009-06-24  Huw Daviesgdi32: Implement GetTransform for the other valid trans...
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-04-07  Alexandre Julliardgdi32: Move the whole DC restoring functionality into...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC saving functionality into...
2009-04-07  Alexandre Julliardgdi32: Move freeing of the DC path and regions into...
2009-04-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-04-06  Dmitry Timoshkovgdi32: Add a couple of SetGraphicsMode/SetWorldTransfor...
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
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 Delete...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-12-15  Francois Gougetgdi32: Make [GS]etDCState() static.
2008-07-21  Dmitry TimoshkovRevert "gdi32: Reselect objects into the DC only if...
2008-06-18  Dmitry Timoshkovgdi32: Print the assigned world transform.
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-04-28  Dmitry Timoshkovgdi32: Do not reselect objects while recording a metafi...
2008-04-23  Dmitry Timoshkovgdi32: Reselect objects into the DC only if scaling...
2008-04-14  Alexandre Julliardgdi32: Fix CreateCompatibleDC to reject invalid DCs.
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-02-05  Alexandre Julliardgdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
next