Huw Davies
|
64edac40ef
|
wineps: Add a helper to find a duplex entry.
|
2012-04-16 17:49:28 +02:00 |
Huw Davies
|
44d880b430
|
wineps: Add a helper to find a page size.
|
2012-04-16 17:49:28 +02:00 |
Huw Davies
|
61efdbfd5f
|
wineps: Add a helper to find an input slot.
|
2012-04-16 17:49:27 +02:00 |
Huw Davies
|
210f3e3338
|
wineps: Switch to using a Unicode devmode.
|
2012-04-12 20:38:16 +02:00 |
Huw Davies
|
7b3ae93578
|
wineps: Remove the installed options list as it's never populated.
|
2012-04-11 18:19:16 +02:00 |
Huw Davies
|
5a0129c0d2
|
wineps: Move the duplex list to a standard list.
|
2012-04-11 18:19:12 +02:00 |
Huw Davies
|
e6e42c8610
|
wineps: Move the input slot list to a standard list.
|
2012-04-11 18:19:00 +02:00 |
Huw Davies
|
4dfef2ef2d
|
wineps: Move the constraints list to a standard list.
|
2012-04-11 18:18:52 +02:00 |
Huw Davies
|
4ff9b7f11a
|
wineps: Move the installed font list to a standard list.
|
2012-04-11 18:18:45 +02:00 |
Huw Davies
|
a2e6c7340d
|
wineps: Change the printer info list into a standard list.
|
2012-04-04 19:02:18 +02:00 |
Huw Davies
|
a37ee1e2e9
|
wineps: Fix a memory leak.
|
2012-04-04 19:02:12 +02:00 |
Huw Davies
|
7c3a522dd3
|
wineps: Store the unicode version of the printer name and call the unicode version of OpenPrinter.
|
2012-04-03 17:54:08 +02:00 |
Huw Davies
|
a152666920
|
wineps: Store the document title as a unicode string.
|
2012-04-03 17:54:01 +02:00 |
Huw Davies
|
d963a8f864
|
wineps: Use the unicode version of StartDocPrinter.
|
2012-04-02 18:26:06 +02:00 |
Alexandre Julliard
|
cc9836bda0
|
gdi32: Pass a brush_pattern structure to the SelectPen entry point for brushed pens.
|
2011-12-30 11:04:29 +01:00 |
Alexandre Julliard
|
f85bb35280
|
gdi32: Pass a brush_pattern structure to the SelectBrush entry point.
|
2011-12-30 11:04:26 +01:00 |
Alexandre Julliard
|
d45eb00abc
|
wineps: Fall through to the null driver for Polyline and Polygon.
|
2011-12-05 22:29:46 +01:00 |
Alexandre Julliard
|
0a189ffaf0
|
wineps: Use the brush information passed in SelectBrush for pattern brushes.
|
2011-11-07 20:31:49 +01:00 |
Alexandre Julliard
|
24ac8c66bb
|
gdi32: Pass the full brush contents in the SelectBrush driver entry point.
|
2011-11-02 21:41:15 +01:00 |
Alexandre Julliard
|
c9c568dda9
|
wineps: Stroke and fill GDI paths using Postscript paths.
|
2011-10-31 19:58:12 +01:00 |
Alexandre Julliard
|
da3511fd3b
|
wineps: Implement PolyBezier using the Postscript curveto function.
|
2011-10-31 19:39:02 +01:00 |
Alexandre Julliard
|
2b1b11d681
|
gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts.
|
2011-10-24 23:34:33 +02:00 |
Alexandre Julliard
|
f1faeb0f28
|
wineps: Add support for PS_USERSTYLE pens.
|
2011-10-21 16:38:39 +02:00 |
Alexandre Julliard
|
ef0fe44327
|
gdi32: Implement SelectFont as a standard driver entry point.
|
2011-10-19 18:22:05 +02:00 |
Alexandre Julliard
|
2dfa00230d
|
wineps: Get rid of the StretchDIBits entry point.
|
2011-10-17 20:12:59 +02:00 |
Huw Davies
|
f24b0a80f3
|
wineps: The truetype metrics should now be obtained from gdi32, so remove obsolete code.
|
2011-10-10 16:46:42 +02:00 |
Alexandre Julliard
|
a0f1b20464
|
gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy.
|
2011-09-02 15:56:01 +02:00 |
Francois Gouget
|
3704821417
|
wineps.drv: Make PSDRV_WriteRGB() static.
|
2011-08-23 16:53:56 +02:00 |
Alexandre Julliard
|
0f9ee1b68f
|
wineps: Implement the additional clipping in PutImage.
|
2011-07-22 12:57:18 +02:00 |
Alexandre Julliard
|
0d9dde7953
|
gdi32: Add an optional clip region to the PutImage entry point.
|
2011-07-21 18:49:47 +02:00 |
Alexandre Julliard
|
209578aeab
|
wineps: Implement the PutImage entry point.
|
2011-07-21 15:43:31 +02:00 |
Alexandre Julliard
|
632391dbf4
|
wineps: Add a couple of helper functions to simplify the StretchDIBits implementation.
|
2011-07-21 15:36:39 +02:00 |
Alexandre Julliard
|
c7a8ff26d3
|
gdi32: Graphics driver functions no longer need to be CDECL.
|
2011-07-13 14:56:12 +02:00 |
Alexandre Julliard
|
572d0863b1
|
wineps: Add a DC function structure and export it.
|
2011-07-13 14:05:13 +02:00 |
Alexandre Julliard
|
b49aaf1fed
|
wineps.drv: Use the HDC from the gdi_physdev structure.
|
2011-07-07 14:46:15 +02:00 |
Alexandre Julliard
|
10dcba499f
|
wineps.drv: Pass a generic PHYSDEV to all graphics functions.
|
2011-07-07 14:46:14 +02:00 |
Alexandre Julliard
|
4e2a28bd03
|
gdi32: Export the gdi_physdev structure for the external drivers.
|
2011-07-07 14:46:14 +02:00 |
Marcus Meissner
|
451a656f2f
|
wineps.drv: Mark internal symbols with hidden visibility.
|
2011-05-25 11:50:27 +02:00 |
Francois Gouget
|
0377d0a2e6
|
wineps.drv: PSDRV_YWStoDS() is unused so remove it.
|
2011-03-30 18:23:37 +02:00 |
Alexandre Julliard
|
6419edfb6d
|
gdi32: Add a mechanism for stacking gdi drivers.
|
2011-03-10 12:38:31 +01:00 |
Alexandre Julliard
|
5f5c7020f3
|
gdi32: Add a common header to the physdev structure.
|
2011-03-08 22:34:57 +01:00 |
Detlef Riekenberg
|
bd1941c3c2
|
wineps: Use winspool.drv for job management.
|
2010-08-17 12:56:33 +02:00 |
Huw Davies
|
8ce10f1426
|
wineps.drv: Add world transform support for fonts.
|
2010-04-25 07:34:14 -05:00 |
Alexandre Julliard
|
cc2d6f330f
|
wineps.drv: Don't include 16-bit headers in psdrv.h.
|
2009-12-07 14:18:28 +01:00 |
Alexandre Julliard
|
9a05f3143f
|
wineps.drv: Duplicate the print job support from 16-bit GDI.
|
2009-12-07 14:18:28 +01:00 |
Alexandre Julliard
|
7f6b6eb344
|
wineps.drv: Add a wrapper function for WriteSpool16.
|
2009-12-07 14:18:28 +01:00 |
Alexandre Julliard
|
ac2a509722
|
wineps.drv: Make wineps16.drv into a stand-alone 16-bit module.
|
2009-10-01 19:44:17 +02:00 |
Francois Gouget
|
aec7cdce8a
|
wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them.
|
2009-05-06 12:20:10 +02:00 |
Alexandre Julliard
|
36a41abb9f
|
wineps.drv: Set the line join and cap styles based on the selected pen.
|
2009-03-24 15:24:06 +01:00 |
Alexandre Julliard
|
41ea320576
|
wineps.drv: Make all exported entry points CDECL.
|
2009-03-11 14:10:13 +01:00 |