gdi32: Make the push/pop_dc_driver functions available to the drivers.
[wine] / dlls / gdi32 / gdi_private.h
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-06  Alexandre Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-04  Alexandre Julliardgdi32: Fix coordinate mapping in Get/SetBoundsRect...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-04  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in metaf...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Partial implementation of PutImage in the null...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-28  Huw Daviesgdi32: Add an inline helper to return the number of...
2011-07-25  Alexandre Julliardgdi32: Add an inline helper to retrieve a DDB byte...
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-25  Huw Daviesgdi32: Rewrite SetDIBits to use the PutImage gdi driver...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-19  Alexandre Julliardgdi32: Move GET_DC_PHYSDEV back to gdi_private.h, it...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardgdi32: Make the DC function structure public.
2011-07-12  Huw Daviesgdi32: Allow dib_info structures to share colour tables.
2011-07-12  Huw Daviesgdi32: Simplify the optional free'ing of bits pointer.
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-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Export a function to compute the DC clip box.
2011-07-07  Alexandre Julliardgdi32: Export the gdi_physdev structure for the externa...
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
2011-06-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-05-27  Huw Daviesgdi32: Add support for colour tables.
2011-05-12  Huw Daviesgdi32: Implement SelectBrush for DIB pattern brushes.
2011-05-12  Huw Daviesgdi32: Keep track of changes to the brush rop, so that...
2011-05-06  Huw Daviesgdi32: Add support for drawing horizontal patterned...
2011-05-06  Huw Daviesgdi32: Add support for patterned pens.
2011-05-06  Huw Daviesgdi32: Keep track of the background colour.
2011-04-25  Marcus Meissnergdi32: Mark internal symbols as hidden.
2011-04-15  Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2011-04-15  Huw Daviesgdi32: Keep track of the combined clip region.
2011-04-11  Huw Daviesgdi32: Implement SelectBrush for solid brushes.
2011-04-07  Huw Daviesgdi32: Draw single pixel wide, horizontal or vertical...
2011-04-07  Huw Daviesgdi32: Calculate AND and XOR masks corresponding to...
2011-04-07  Huw Daviesgdi32: Add the ability to track whether we should defer...
2011-04-07  Huw Daviesgdi32: Initial SelectPen support.
2011-04-05  Huw Daviesgdi32: Add support for 32 bpp BI_BITFIELDS.
2011-04-05  Huw Daviesgdi32: Add a dib primitive function table.
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: 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-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: Add null driver entry points for the text functions.
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-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-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 the mapping...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the clipping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
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.
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-03-04  Huw Daviesgdi32: Remove a wayward CDECL.
2010-10-26  Hans Leidekkergdi32: Move EnumICMProfiles to the driver.
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
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-05-24  Aric Stewartgdi32: Handle a BiDi string being shaped into more...
2010-05-13  Aric Stewartgdi32: Use usp10 to optionally generate glyphs for...
2010-05-06  Alexandre Julliardgdi32: Add a global function to retrieve the display...
2010-05-06  Alexandre Julliardgdi32: Don't bother freeing graphics drivers.
2009-12-28  Alexandre Julliardgdi32: Load the 32-bit gdi.exe module wrapper from...
2009-12-11  Hans Leidekkergdi32: Implement WineEngGetCharABCWidthsFloat and forwa...
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-11-18  Roderick Colenbranderwgl: Add initial WGL_ARB_create_context support.
2009-11-17  Alexandre Julliardgdi32: Remove remaining references to gdi32 internals...
2009-11-17  Alexandre Julliardgdi32: Disable SetSolidBrush16 since it requires access...
2009-11-17  Alexandre Julliardgdi32: Reimplement the 16-bit metafile functions on...
2009-11-17  Alexandre Julliardgdi32: Get rid of the SetDCOrg driver entry point.
2009-11-17  Alexandre Julliardgdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
2009-11-16  Eric Pouechgdi.exe: No longer use 16bit abort procs inside the...
2009-09-26  Alexandre Julliardgdi32: Move the 16-bit DIB pointer support to gdi16.c.
2009-09-26  Alexandre Julliardgdi32: Get rid of the 16-bit DC hook support.
2009-09-26  Alexandre Julliardgdi32: Move remaining 16-bit metafile functions to...
2009-06-23  Huw Daviesgdi32: Implement SetVirtualResolution.
next