Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Huw Davies
|
5763977496
|
For a 15/16 bpp dib we send RGB triples to the printer so the size
multiplier is 3 not 2.
|
2004-11-30 21:02:46 +00:00 |
Huw Davies
|
6c1e2480e8
|
Scale the patterns so that they're rendered at 300dpi.
Create the image dictionary once, rather than every time the PaintProc
is called - should speed printing up somewhat.
|
2004-11-02 19:25:51 +00:00 |
Huw Davies
|
6e5ab4551a
|
Run length and ascii85 encode image data.
|
2003-12-08 21:40:27 +00:00 |
Huw Davies
|
dfdb7cf659
|
Fix the return value of StretchDIBits.
|
2003-11-03 22:14:46 +00:00 |
Huw Davies
|
a45df5d991
|
Rework clipping so that the PS clip path is only set just before any
graphics output event. Doing it this way means we don't ever need to
call initclip which is a Good Thing.
|
2003-05-19 19:06:47 +00:00 |
Alexandre Julliard
|
b34fb35b31
|
Fixed warnings caused by conversion to -DSTRICT.
|
2002-10-18 23:48:57 +00:00 |
Alexandre Julliard
|
dec2cee2fb
|
Removed some direct accesses to the DC structure.
|
2002-05-02 01:39:48 +00:00 |
Alexandre Julliard
|
e21c15e39d
|
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
instead of a DC structure.
Removed some direct accesses to the DC structure from the drivers.
Got rid the bitmap driver.
|
2002-03-28 22:22:05 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
f899ef07a6
|
Removed some unnecessary includes.
|
2001-07-23 00:04:00 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Huw D M Davies
|
d323f4308d
|
Terminate image data with a '>' [The PSLRM is rather vague about this].
Thanks to Bernd Herd.
|
2000-06-11 20:00:05 +00:00 |
Dimitrie O. Paun
|
84bde6a4a4
|
Separate wineps out of Wine's core.
|
2000-05-30 20:27:23 +00:00 |