Warn the user if he is running the test in interactive mode but the
[wine] / dlls / wineps / init.c
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-13  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2003-11-09  Huw DaviesUpdate the visrgn in ResetDC so that GetClipBox works...
2003-11-05  Huw DaviesSupport for duplex printing.
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-23  Huw DaviesMake sure we update dc->bitsPerPixel.
2003-05-20  Huw DaviesLook up the printer's port in the registry if neither...
2003-05-20  Huw DaviesCUPS uses the ppd file to store the default paper size...
2003-03-07  Marcus MeissnerWas using the wrong define for the CUPS soname.
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  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
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-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
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-06-24  Huw D M DaviesHandle dmScale.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
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-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-22  Francois GougetAdd support for environment variables in the printer...
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 PilcherModify init code to handle const data types.
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
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-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-16  Ian PilcherMake paper size and bin type handling more like Windows...
2001-04-02  Ian PilcherVarious registry-related PostScript driver enhancements.
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-01-28  Huw D M DaviesTake into account unprintable margins in psdrv.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-08-26  Dmitry TimoshkovRegister Wine Postscript Driver as "WINEPS", "WINEPS...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.