Update the address of the Free Software Foundation.
[wine] / dlls / wineps / text.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-02  Gerald PfeiferInclude <stdlib.h> to obtain a prototype of abs().
2004-04-29  Krzysztof FoltmanMake sure ascent/descent values don't become negative...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2003-11-11  Huw DaviesGetTextExtentPoint already adds char_extra so don't...
2003-05-19  Huw DaviesFix handling of text align modes for rotated text.
2003-05-19  Huw DaviesRework clipping so that the PS clip path is only set...
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
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-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-05-07  Marcus MeissnerFor underlining and striking out text we need to send...
2001-04-16  Andreas MohrFixed 0 count handling in PSDRV_Text.
2001-02-12  Huw D M DaviesFix for rotated text when lpDx is specified.
2001-01-26  Huw D M DaviesHandle the lpDx array properly.
2001-01-24  Eric KohlPartial implementation of world transform support.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
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.