twain_32: Mark some functions static and other internal ones hidden.
[wine] / dlls / gdi32 / gdi_private.h
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.
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-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
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 Unreal...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-03  Dmitry Timoshkovgdi32: Make PATH_AddEntry static.
2008-08-05  Huw Daviesgdi32: Keep track of the number of unique fonts that...
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-05-02  Huw Daviesgdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-03-05  Hans Leidekkergdi32: Move GetICMProfile to the driver.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-05  Alexandre Julliardgdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
2007-12-03  Hans Leidekkergdi32: Implement GetTextExtentExPointI.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-11-07  Alexandre Julliardgdi32: Make all internal gdi functions hidden.
2007-10-01  Maarten Lankhorstgdi32: Fix meaning and use of bidirectionality flags.
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-09-26  Alexandre Julliardgdi32: Move the generic part of FontIsLinked() to font.c.
2007-09-26  Alexandre Julliardgdi32: Don't pass a DC handle to WineEngGetFontUnicodeR...
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while creating a DC.
2007-09-19  Maarten Lankhorstgdi: Remove support for libicu and all dependencies.
2007-09-17  Mikolaj Zalewskigdi32: Implement AddFontMemResourceEx (based on a patch...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-05-30  Dmitry Timoshkovgdi32: Make SetDCHook 64-bit safe.
2007-03-02  Hans Leidekkergdi32: Implement GetFontUnicodeRanges.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-17  Alexandre Julliardgdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
2006-11-17  Alexandre Julliardgdi32: Get rid of the palette mapping handling and...
2006-11-08  Alexandre Julliardgdi32: Remove call to CreateCompatibleDC() from GetDIBi...
next