Implemented MakeSureDirectoryPathExists.
[wine] / dlls / wineps /
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-07  Marcus MeissnerWas using the wrong define for the CUPS soname.
2003-01-31  Andrew John Hughes- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Francois GougetRemove extra #include directives from winspool.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-23  Alexandre Julliardwineps16.dll should be named .drv.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-11-13  Huw DaviesFix PSDRV_DrawArc to work properly with logical coords.
2002-11-13  Huw DaviesInstead of trying to download the Type 42 glpyh metrics...
2002-11-13  Huw DaviesWe can't cache the unscaled font's hfont, since the...
2002-11-12  Marcus MeissnerDo not link against -lcups directly, but dynamically...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Marcus MeissnerSpecify existing extra size of WINEPS Devmode structure.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
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.
next