Patrik Stridvall
|
172cd1b967
|
Fixed some issues found by winapi_check.
|
2001-06-11 20:16:11 +00:00 |
Marcus Meissner
|
0c63012b6d
|
Implemented /etc/printcap based printing support.
Changed 'CUPS:printername' to 'LPR:printername'.
Some fixes in AddPrinterW().
|
2001-05-09 17:10:41 +00:00 |
Ian Pilcher
|
506f790c41
|
Fixed rounding error in page size calculation.
|
2001-05-07 20:15:23 +00:00 |
Marcus Meissner
|
8367bafb1a
|
Report that we have 2^16 colors, so PowerPoint97 prints colored
slides.
|
2001-05-07 18:13:42 +00:00 |
Ian Pilcher
|
91857a6c1a
|
Misc. error checking in PostScript driver.
|
2001-05-03 18:34:27 +00:00 |
Ian Pilcher
|
2ce7bc84ed
|
Check for errors in PSDRV_Init.
|
2001-04-30 18:17:13 +00:00 |
Marcus Meissner
|
ab8b7dba77
|
Added CUPS printing support.
|
2001-04-27 18:02:46 +00:00 |
Ian Pilcher
|
c9ada023a7
|
Make paper size and bin type handling more like Windows drivers.
|
2001-04-16 19:34:21 +00:00 |
Ian Pilcher
|
744820d014
|
Various registry-related PostScript driver enhancements.
|
2001-04-02 19:14:41 +00:00 |
Ove Kaaven
|
27398d4966
|
Implemented Get/SetDeviceGammaRamp.
|
2001-03-20 01:55:18 +00:00 |
Huw D M Davies
|
d4b933e7d2
|
Take into account unprintable margins in psdrv.
|
2001-01-28 23:13:45 +00:00 |
Alexandre Julliard
|
0618746265
|
Cleaned up dll startup routines now that we have separate address
spaces.
|
2001-01-17 22:03:18 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Patrik Stridvall
|
d3534c3957
|
Optimized {,p}MoveTo{,Ex}{,16}.
|
2000-11-05 03:28:18 +00:00 |
Alexandre Julliard
|
2239abb9f9
|
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).
|
2000-11-05 02:05:07 +00:00 |
Patrik Stridvall
|
a9f6a9daec
|
Explicitly initialize structures.
|
2000-10-24 02:22:16 +00:00 |
Dmitry Timoshkov
|
ad9700582b
|
Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
"WINEPS.DRV" to allow an easy configuring for users.
|
2000-08-26 20:27:28 +00:00 |
Alexandre Julliard
|
b0efe28f6c
|
Removed a few dependencies on GDI internals from USER dll.
|
2000-08-04 04:18:04 +00:00 |
Dimitrie O. Paun
|
84bde6a4a4
|
Separate wineps out of Wine's core.
|
2000-05-30 20:27:23 +00:00 |