Update the address of the Free Software Foundation.
[wine] / dlls / wineps / ps.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-09  Huw DaviesEscape non-printable characters in the document title...
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2004-11-02  Huw DaviesScale the patterns so that they're rendered at 300dpi.
2004-10-05  Marcus MeissnerMake sure PostScript floats are printed with LC_NUMERIC...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-02-12  Huw DaviesBracket code inserted by the PASSTHROUGH escapes by
2004-01-23  Blake LeverettPrinting a dashed line causes all later solid lines...
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2003-12-08  Huw DaviesRun length and ascii85 encode image data.
2003-12-04  Huw DaviesLet PSDRV_WriteSpool cope with strings longer than...
2003-11-11  Huw DaviesHandle multicopy printing correctly.
2003-11-11  Dmitry TimoshkovConstify strings.
2003-11-05  Huw DaviesSupport for duplex printing.
2003-06-23  Huw DaviesFor PostScript versions < 2.015 we need to explicitly...
2003-05-19  Huw DaviesDon't add spaces in the PostScript between every pixel...
2003-05-19  Huw DaviesRework clipping so that the PS clip path is only set...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-06-24  Huw D M DaviesAdded Type 1 and Type 42 font downloading.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-06  Huw D M DaviesImplement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-10  Ian PilcherRemoved ANSI encoding stuff.
2001-08-09  Ian PilcherRemove previously disabled code.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-26  Ian PilcherRewrite TrueType font metric parsing code.
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-01-28  Huw D M DaviesTake into account unprintable margins in psdrv.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.