Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Dmitry Timoshkov
|
d9d8ab0be2
|
Added Russian resources to the Postscript driver.
|
2000-11-09 20:26:11 +00:00 |
Dmitry Timoshkov
|
dcd09986c3
|
New path for AFM documentation on the net.
|
2000-11-07 20:27:40 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +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 |
Peter Ivanyi
|
1da3befe54
|
Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
|
2000-10-31 01:19:11 +00:00 |
Patrik Stridvall
|
a9f6a9daec
|
Explicitly initialize structures.
|
2000-10-24 02:22:16 +00:00 |
Alexandre Julliard
|
21ec006fc1
|
Build Win32 resources as .res files and dump them into the .spec.c file.
|
2000-10-23 21:39:39 +00:00 |
Alexandre Julliard
|
044f028f0e
|
Brian Pirie
Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
|
2000-10-19 20:33:02 +00:00 |
Huw D M Davies
|
e8aa1b98a0
|
Paper size and orientation prop sheet for wineps.
|
2000-09-22 22:16:31 +00:00 |
Andreas Mohr
|
007fb24088
|
Added support for non-deletable system brushes and pens created by
USER.
|
2000-09-16 20:53:51 +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
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Alexandre Julliard
|
e514103971
|
Added imports of kernel32.dll where necessary.
|
2000-08-06 03:47:29 +00:00 |
Alexandre Julliard
|
b0efe28f6c
|
Removed a few dependencies on GDI internals from USER dll.
|
2000-08-04 04:18:04 +00:00 |
Alexandre Julliard
|
87194855a1
|
Changed the AFM metrics structure to use an array instead of a linked
list. This avoids doing two heap allocations for every character, and
reduces the metrics parsing time by approx 25%.
|
2000-08-03 22:17:45 +00:00 |
Alexandre Julliard
|
6c9d83aa4c
|
Added imports of user32/gdi32/kernel32 wherever necessary.
|
2000-08-03 00:04:24 +00:00 |
Alexandre Julliard
|
76d3671bee
|
Added 'owner' field to 16-bit spec files to specify the name of the
32-bit dll that contains it.
|
2000-07-28 00:07:18 +00:00 |
Alexandre Julliard
|
6953d6756c
|
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
|
2000-06-20 20:24:14 +00:00 |
Huw D M Davies
|
ec0ceeffc5
|
If printer only supports level 1 PostScript then complain rather than
trying to use a pattern color space. Thanks to David Goodenough.
|
2000-06-12 21:54:52 +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 |