Alexandre Julliard
|
d3cab1857a
|
Moved DC origin into device-specific structure.
Fixed handling of DC origin in X11 driver.
|
2002-06-10 22:52:47 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
92b376d61d
|
Moved parts of the DC initialisation and bitmap selection out of the
drivers into the common code.
|
2002-05-07 02:08:46 +00:00 |
Huw D M Davies
|
b88f72465a
|
Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
Fixes to MergeDevmodes.
|
2002-04-06 00:12:42 +00:00 |
Huw D M Davies
|
7526fc5f92
|
Changed default paper size to letter.
|
2002-04-06 00:04:31 +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 |
Francois Gouget
|
f101e2760b
|
Add support for environment variables in the printer settings.
Remove the fixed-size buffers.
|
2001-10-22 19:00:08 +00:00 |
Alexandre Julliard
|
9208301d16
|
Rewrote Escape to avoid calling down to Escape16.
Replaced Escape by ExtEscape in the DC function table.
|
2001-07-29 20:25:14 +00:00 |
Alexandre Julliard
|
99bb9f9775
|
Added GetDeviceCaps to the DC driver interface. Removed devCaps
pointer in the generic DC structure.
|
2001-07-28 00:18:02 +00:00 |
Alexandre Julliard
|
3dd63eb2ad
|
Build the DC function table by using GetProcAddress on the graphics
driver module. Moved driver support to dlls/gdi.
|
2001-07-27 19:37:31 +00:00 |
Ian Pilcher
|
42e052d405
|
Rewrite TrueType font metric parsing code.
|
2001-07-26 21:42:45 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Ian Pilcher
|
4bc1ebb5ed
|
Modify init code to handle const data types.
|
2001-07-24 20:52:19 +00:00 |
Alexandre Julliard
|
6bbc745dde
|
Moved the 16-bit pointer to the DIB bits out of the driver-specific
structure and into the main bitmap structure. Removed
CreateDIBSection16 from the driver interface.
|
2001-07-22 23:13:08 +00:00 |
Dmitry Timoshkov
|
043f64021d
|
Replace PROFILE_* functions by Reg*.
|
2001-07-02 18:00:33 +00:00 |
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 |