Implemented CPSignHash and CPVerifySignature.
[wine] / dlls / wineps / font.c
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-07  Francois GougetRemove extra #include directives from winspool.h.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
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-03  Patrik StridvallFixed some issues found by winapi_check.
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-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-11  Ian PilcherMake EnumFonts and SelectObject use common font scaling.
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-24  Ian PilcherModify init code to handle const data types.
2001-07-23  Ian PilcherUse Windows metrics for font scaling.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
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-02-12  Huw D M DaviesMap 'Courier New' to 'Courier'.
2001-01-24  Eric KohlPartial implementation of world transform support.
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.