Better function parameter checking.
[wine] / dlls / wineps / psdrv.h
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-02-12  Huw DaviesBracket code inserted by the PASSTHROUGH escapes by
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
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-12  Huw DaviesScale the OUTLINETEXTMETRIC's bounding box with the...
2003-11-11  Huw DaviesHandle multicopy printing correctly.
2003-11-11  Dmitry TimoshkovConstify strings.
2003-11-05  Huw DaviesSupport for duplex printing.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Huw DaviesFor PostScript versions < 2.015 we need to explicitly...
2003-05-20  Huw DaviesCUPS uses the ppd file to store the default paper size...
2003-05-19  Huw DaviesRework clipping so that the PS clip path is only set...
2003-01-31  Andrew John Hughes- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
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-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
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-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-11  Ian PilcherRemove unused character width array.
2001-08-10  Ian PilcherRemoved ANSI encoding stuff.
2001-08-08  Ian PilcherRewrite and separate AFM parsing code (no more [afmfiles]).
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-26  Ian PilcherRewrite TrueType font metric parsing code.
2001-07-24  Ian PilcherMake built-in font data read-only.
2001-07-24  Ian PilcherModify init code to handle const data types.
2001-07-22  Ian PilcherEliminate UNICODEVECTOR data type.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-22  Ian PilcherRemove redundant data structure from font metrics.
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-05-29  Ian PilcherBuild AFM data for core PostScript fonts into WINEPS.
2001-05-24  Ian PilcherAdded AvgCharWidth member to font metrics.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Ian PilcherGuesstimate Windows font metrics for Type 1 fonts.
2001-05-09  Ian PilcherUnicode encodings for PostScript fonts.
2001-05-03  Ian PilcherMisc. error checking in PostScript driver.
2001-04-23  Ian PilcherUse typecasts to suppress compiler warnings.
2001-04-20  Ian PilcherStore each glyph name only once in PostScript driver.
2001-04-02  Ian PilcherVarious registry-related PostScript driver enhancements.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-28  Huw D M DaviesTake into account unprintable margins in psdrv.
2000-09-22  Huw D M DaviesPaper size and orientation prop sheet for wineps.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-03  Alexandre JulliardChanged the AFM metrics structure to use an array inste...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.