Moved server.h to include/wine.
[wine] / dlls / wineps /
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-07-19  Ian PilcherMake Helvetica Narrow a separate font family.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-06-26  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-06-06  Ian PilcherUse autoconf checks to check for various FreeType headers.
2001-06-06  Ian PilcherUpdated built-in metrics for core PostScript fonts.
2001-06-06  Ian PilcherRemoved incorrect string length calculation.
2001-05-31  Ian PilcherFixed font metric rounding error.
2001-05-29  Ian PilcherBuild AFM data for core PostScript fonts into WINEPS.
2001-05-29  Ian PilcherUse macros for FreeType includes.
2001-05-24  Ian PilcherAdded AvgCharWidth member to font metrics.
2001-05-24  Ian PilcherUpdated PostScript glyph name data.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Ian PilcherGuesstimate Windows font metrics for Type 1 fonts.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-11  Ian PilcherEliminate __compar_fn_t.
2001-05-09  Ian PilcherUnicode encodings for PostScript fonts.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Ian PilcherMake PSDRV_Escape(GETPHYSPAGESIZE) return physical...
2001-05-07  Ian PilcherFixed rounding error in page size calculation.
2001-05-07  Marcus MeissnerReport that we have 2^16 colors, so PowerPoint97 prints...
2001-05-07  Marcus MeissnerFor underlining and striking out text we need to send...
2001-05-07  Marcus MeissnerPaper dialog translated to German.
2001-05-03  Ian PilcherMisc. error checking in PostScript driver.
2001-04-30  Ian PilcherCheck for errors in PSDRV_Init.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
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-16  Ian PilcherMake paper size and bin type handling more like Windows...
2001-04-16  Andreas MohrFixed 0 count handling in PSDRV_Text.
2001-04-02  Ian PilcherVarious registry-related PostScript driver enhancements.
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-03-13  Ian PilcherDon't load AFM files from predefined directories; use...
2001-03-01  Ian PilcherSquash another AFM character metrics parsing bug.
2001-02-28  Ian PilcherFix bug in AFM character width parsing.
2001-02-15  Morten Welinder(PSDRV_AFMGetCharMetrics): Use unsigned chars (since...
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-13  Peter H. Ganten- only parse AFM-files, which start with "BeginFontMetrics"
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Huw D M DaviesMap 'Courier New' to 'Courier'.
2001-02-12  Marcus MeissnerFixed a NULL ptr problem.
2001-02-12  Huw D M DaviesSpaces do not have to come after the ':' that ends...
2001-02-12  Huw D M DaviesFix for rotated text when lpDx is specified.
2001-01-28  Huw D M DaviesTake into account unprintable margins in psdrv.
2001-01-28  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2001-01-28  Dmitry TimoshkovAdd "OnlyOne" paper source, used by the Acrobat Distill...
2001-01-26  Huw D M DaviesHandle the lpDx array properly.
2001-01-24  Eric KohlPartial implementation of world transform support.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-02  Marcus MeissnerAdded one safety check to AFM parsing.
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-09  Dmitry TimoshkovAdded Russian resources to the Postscript driver.
2000-11-07  Dmitry TimoshkovNew path for AFM documentation on the net.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-19  Alexandre JulliardBrian Pirie
2000-09-22  Huw D M DaviesPaper size and orientation prop sheet for wineps.
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-08-26  Dmitry TimoshkovRegister Wine Postscript Driver as "WINEPS", "WINEPS...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Alexandre JulliardChanged the AFM metrics structure to use an array inste...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-12  Huw D M DaviesIf printer only supports level 1 PostScript then compla...
2000-06-11  Huw D M DaviesTerminate image data with a '>' [The PSLRM is rather...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.