wininet: Fix the spelling of an InternetQueryDataAvailable() parameter.
[wine] / dlls / wineps.drv /
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  Huw Davieswineps: Add a cups job ticket containing pagesize and...
2012-04-16  Huw Davieswineps: Add a helper to find a duplex entry.
2012-04-16  Huw Davieswineps: Add a helper to find a page size.
2012-04-16  Huw Davieswineps: Add a helper to find an input slot.
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-13  Huw Davieswineps: Add the duplex entry to the list.
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: Pass the devmode to OpenPrinter.
2012-04-12  Huw Davieswineps: Switch to using a Unicode devmode.
2012-04-12  Huw Davieswineps: Return from a common point.
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: Remove the installed options list as it's never...
2012-04-11  Huw Davieswineps: Move the duplex list to a standard list.
2012-04-11  Huw Davieswineps: Move the input slot list to a standard list.
2012-04-11  Huw Davieswineps: Move the constraints list to a standard list.
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-04  Huw Davieswineps: Fix a memory leak.
2012-04-04  Huw Davieswineps: Move some allocations to the process heap.
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-02-22  Alexandre Julliardwineps: Convert path points to device coords since...
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-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-16  Alexandre Julliardwineps: Inherit the device mode from the source DC...
2011-12-07  Pierre Schweitzerwineps.drv: Fix memory leak.
2011-12-05  Alexandre Julliardwineps: Fall through to the null driver for Polyline...
2011-11-26  Alexandre Julliardwineps: Don't crash on missing loca OTF table.
2011-11-17  Alexandre Julliardwineps: Convert dialogs to po files.
2011-11-15  Alexandre Julliardwineps: Print a fixme for unhandled composite glyph...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-07  Alexandre Julliardwineps: Use the brush information passed in SelectBrush...
2011-11-04  Alexandre Julliardwineps: Fix the font escapement when coordinates are...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-11-01  Alexandre Julliardwineps: Fix a couple of typos in the path painting...
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: PaintRgn should leave the path empty on exit.
2011-10-31  Alexandre Julliardwineps: Make color devices report 32 bits per pixel.
2011-10-28  Alexandre Julliardwineps: Fix the output of indexed bitmaps in PutImage.
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-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-21  Alexandre Julliardwineps: Add support for PS_USERSTYLE pens.
2011-10-20  Alexandre Julliardwineps: Chain to the next driver when not using a devic...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-17  Alexandre Julliardwineps: Get rid of the StretchDIBits entry point.
2011-10-11  AndrĂ© Hentschelwineps.drv: Print the commands in decimal.
2011-10-10  Huw Davieswineps: The truetype metrics should now be obtained...
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-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-29  Alexandre Julliardwineps: Simplify the DIB byte width computation.
2011-08-23  Francois Gougetwineps.drv: Make PSDRV_WriteRGB() static.
2011-08-22  Huw Davieswineps: Don't write a PostScript trailer if we haven...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
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-22  Alexandre Julliardwineps: Implement the additional clipping in PutImage.
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardwineps: Implement the PutImage entry point.
2011-07-21  Alexandre Julliardwineps: Add a couple of helper functions to simplify...
2011-07-19  Alexandre Julliardwineps: Remove unneeded GetTransform prototype.
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-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
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-07-07  Alexandre Julliardwineps.drv: Get rid of the empty SetDeviceClipping...
2011-07-07  Alexandre Julliardgdi32: Export the gdi_physdev structure for the externa...
2011-05-25  Marcus Meissnerwineps.drv: Mark internal symbols with hidden visibility.
2011-04-28  Alexandre Julliardwineps: Add a helper function for paper size conversions.
2011-03-30  Francois Gougetwineps.drv: PSDRV_YWStoDS() is unused so remove it.
2011-03-10  Alexandre Julliardwineps: Add support for SetDCBrush/PenColor.
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2011-02-10  Alexander Kochetkovwineps.drv: All map modes should have inverted y-transf...
2011-01-14  Alexander Kochetkovwineps.drv: Disable world transform for fonts in GM_COM...
2011-01-07  Hwang YunSongwineps.drv: Update Korean resource.
2011-01-05  Huw Davieswineps.drv: Explicitly report that we do not support...
2011-01-01  Alexandre Julliardmakefiles: Automatically add missing source variables...
next