wininet: Access request object directly in WININET_SetAuthorization.
[wine] / dlls / wineps.drv / init.c
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-13  Huw Davieswineps: Move ppd filename retrieval to a separate function.
2012-04-12  Huw Davieswineps: Move the default resolution fallback to the...
2012-04-12  Huw Davieswineps: Simplify the failure path.
2012-04-12  Huw Davieswineps: Switch to using a Unicode devmode.
2012-04-11  Huw Davieswineps: Set the printer's devmode using SetPrinter.
2012-04-11  Huw Davieswineps: Retrieve the printer's devmode using GetPrinter.
2012-04-11  Huw Davieswineps: Move the installed font list to a standard...
2012-04-04  Huw Davieswineps: Add a helper to retrieve the font substitution...
2012-04-04  Huw Davieswineps: Change the printer info list into a standard...
2012-04-03  Huw Davieswineps: Store the unicode version of the printer name...
2012-04-03  Huw Davieswineps: Store the document title as a unicode string.
2012-04-03  Huw Davieswineps: Move some structs to the process heap.
2012-04-03  Huw Davieswineps: Free the output string from the correct heap.
2012-04-02  Huw Davieswineps: Use the unicode version of StartDocPrinter.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2011-12-16  Alexandre Julliardwineps: Inherit the device mode from the source DC...
2011-12-05  Alexandre Julliardwineps: Fall through to the null driver for Polyline...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-31  Alexandre Julliardwineps: Stroke and fill GDI paths using Postscript...
2011-10-31  Alexandre Julliardwineps: Implement PolyBezier using the Postscript curve...
2011-10-31  Alexandre Julliardwineps: Make color devices report 32 bits per pixel.
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-17  Alexandre Julliardwineps: Get rid of the StretchDIBits entry point.
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
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-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-21  Alexandre Julliardwineps: Implement the PutImage entry point.
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-14  Francois Gougetwineps.drv: Make some DC functions static.
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardwineps: Add a DC function structure and export it.
2011-07-07  Alexandre Julliardwineps.drv: Use the HDC from the gdi_physdev structure.
2011-07-07  Alexandre Julliardwineps.drv: Pass a generic PHYSDEV to all graphics...
2011-01-05  Huw Davieswineps.drv: Explicitly report that we do not support...
2010-09-21  Alexandre Julliardwineps: Add a comment about the trap for code checking...
2010-03-15  Huw Davieswineps.drv: Retrieve the full printer name to avoid...
2009-12-07  Alexandre Julliardwineps.drv: Don't include 16-bit headers in psdrv.h.
2009-12-07  Alexandre Julliardwineps.drv: Duplicate the print job support from 16...
2009-11-17  Alexandre Julliardgdi32: Reset the visible region in ResetDC.
2009-11-16  Detlef Riekenbergwineps: Don't depend on 16-bit PrinterData functions...
2009-03-11  Alexandre Julliardwineps.drv: Make all exported entry points CDECL.
2008-06-21  Andrew Talbotwineps.drv: Use const-correct GetPrinterDataEx() instea...
2008-03-22  Andrew Talbotwineps.drv: Assign to structs instead of using memcpy.
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2007-11-01  Dmitry Timoshkovinclude: Synchronize DEVMODE layout with PSDK.
2007-10-10  Andrew Talbotwineps.drv: Fix some memory leaks.
2007-09-26  Alexandre Julliardwineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().
2007-09-10  Huw Davieswineps.drv: Ignore an empty output string.
2007-08-29  Huw Davieswineps.drv: Only fail printer dc creation if the printe...
2007-07-02  Alexandre Julliardconfigure: Make the libcups soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-03-08  Huw Davieswineps.drv: Convert the page size list to a standard...
2007-03-06  Alexandre Julliardwineps.drv: Return correct values for DESKTOPHORZ/VERTR...
2007-03-01  Huw Davieswineps.drv: Many MacOSX generated ppd files don't inclu...
2007-02-26  Andrew Talbotwineps.drv: Constify some variables.
2006-11-17  Alexandre Julliardinclude: Get rid of heap.h.
2006-10-13  Hans Leidekkerwineps.drv: Win64 printf format warning fixes.
2006-08-10  Andrew Talbotwineps.drv: Write-strings warnings fix.
2006-06-15  Huw Daviesprinting: Don't limit the printer name length to CCHDEV...
2006-06-13  Mike McCormackwingdi: Fix typo in definition of BLTALIGNMENT (spotted...
2006-05-23  Alexandre Julliardwineps: Renamed the directory to wineps.drv.