Remove support for 'file', 'name', and 'mode' in .spec files.
[wine] / dlls / wineps /
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-15  Huw D M DaviesGet the initial paper size from the locale info.
2002-08-14  Huw D M DaviesCorrect font size for non MM_TEXT modes.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-10  Carl SopchakPass "Manual Feed" as short input slot name.
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-06-24  Huw D M DaviesHandle dmScale.
2002-06-24  Huw D M Daviespsdrv doesn't care about hGCClipRgn, just use GetClipRg...
2002-06-24  Huw D M DaviesGet rid of a few thousand useless TRACE lines.
2002-06-24  Huw D M DaviesAdded afm weight "NORMAL".
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-10  Won-kyu ParkAdded Korean resources.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-20  Andreas MohrSpelling stuff.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-17  Alexandre JulliardExport a few more 16-bit GDI functions. Finished wineps...
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-04-06  Huw D M DaviesChanged default paper size to letter.
2002-04-05  Huw D M DaviesMake ExtDeviceMode dialog use unicode property sheet...
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
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-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Francois Gougetmalloc.h is obsolete and stdlib.h should be used instead.
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-10-22  Francois GougetAdd support for environment variables in the printer...
2001-10-14  Francois GougetWhen including config.h, include it first.
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-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-11  Ian PilcherRemove unused character width array.
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-08-09  Patrik StridvallDocumentation fixes.
2001-08-08  Ian PilcherRewrite and separate AFM parsing code (no more [afmfiles]).
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-26  Ian PilcherRewrite TrueType font metric parsing code.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
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-23  Ian PilcherUse Windows metrics for font scaling.
2001-07-23  Ian PilcherOnly index glyph names when necessary.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Ian PilcherEliminate UNICODEVECTOR data type.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-07-22  Ian PilcherRemove redundant data structure from font metrics.
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.
next