jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / wineps.drv /
2013-04-05  Huw Davieswineps: Send grayscale images to monochrome printers.
2013-04-05  Huw Davieswineps: Add a helper to return the rgb to grayscale...
2013-04-03  Dmitry Timoshkovwineps.drv: Constify a variable.
2013-04-01  Dmitry Timoshkovwineps.drv: Add support for TrueType composite glyph...
2013-03-05  Andrew Talbotwineps.drv: Avoid signed-unsigned integer comparisons.
2013-02-11  Dmitry Timoshkovwineps.drv: Add DEVMODE dumping to make debugging devic...
2013-02-05  Dmitry Timoshkovgdi32: Add support for 16-bit QUERYESCSUPPORT queries.
2013-01-22  Huw Davieswineps: Cope with '\r'-only end-of-line markers.
2013-01-22  Huw Davieswineps: Use a file mapping to read the ppd file.
2013-01-14  Dmitry Timoshkovwineps.drv: Don't cast away 'const' from DEVMODE provid...
2013-01-14  Dmitry Timoshkovwineps.drv: Default page dimensions are part of DEVMODE...
2013-01-03  Dmitry Timoshkovwineps.drv/generic.ppd: Change default page extents...
2012-12-26  Dmitry Timoshkovwineps.drv: Update dmPaperWidth/Height when dmPaperSize...
2012-12-24  Dmitry Timoshkovwineps.drv: Update dmFormName when merging DEVMODE...
2012-12-24  Dmitry Timoshkovwineps.drv: Properly handle dmFormName in unicode DEVMO...
2012-12-24  Dmitry Timoshkovwineps.drv: Update dmFormName when dmPaperSize is being...
2012-12-24  Dmitry Timoshkovwineps.drv: Make sure that DEVMODE fields changed throu...
2012-12-24  Dmitry Timoshkovwineps.drv: Add an ability to select device resolution...
2012-12-20  Dmitry Timoshkovwineps.drv: Slightly simplify a PPD parser code snippet.
2012-12-20  Dmitry Timoshkovwineps.drv: Ignore requested resolutions not supported...
2012-12-20  Dmitry Timoshkovwineps.drv: Keep track of all supported device resolutions.
2012-12-18  Alexandre Julliardgdi32: Remove from the GetTextExtentExPoint entry point...
2012-12-18  Dmitry Timoshkovwineps.drv: Return ASPECTX/Y which represent current...
2012-12-18  Dmitry Timoshkovwineps.drv: Use device resolution specified at DC creat...
2012-12-17  Dmitry Timoshkovwineps.drv: Update default DEVMODE to better indicate...
2012-12-17  Dmitry Timoshkovwineps.drv: Add a trace to PSDRV_GetDeviceCaps.
2012-12-05  Alexandre Julliardwineps: Support getting character codes instead of...
2012-11-28  Putin Evgenywineps.drv: Add orientation field to postscript header.
2012-11-28  Andrew Talbotwineps.drv: Remove unused variable.
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-10-31  AndrĂ© Hentschelwineps: Avoid memory leaks (coverity).
2012-09-26  Alexandre Julliardwineps: Always escape Postscript reserved characters...
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-07  Qian Honggdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
2012-08-15  Michael Stefaniucwineps.drv: Drop a superfluous TRUE:FALSE conditional...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-02  Huw Davieswineps: Add support for printing fake italic fonts.
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-06-21  Huw Davieswineps: Always update the default devmode.
2012-06-21  Huw Davieswineps: Add the ability to override the ppd file's...
2012-06-15  Huw Davieswineps: Retrieve the ppd file from the driver directory.
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-17  Huw Davieswineps: Fix top-down dib pattern brushes.
2012-05-16  Huw Davieswineps: Add a helper to perform duplex lookup by name.
2012-05-16  Huw Davieswineps: Use the get_pagesize helper to look up the...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
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.
next