Implement ClearCustData.
[wine] / dlls / winspool / info.c
2004-03-17  Steven EdwardsAdd stubs for EnumMonitors[A/W].
2004-03-07  Stefan LeichterMoved implementation of GetDefaultPrinter from ascii...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Robert ShearmanRemove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-11  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2003-11-11  Huw DaviesMuch better parsing of /etc/printcap.
2003-11-05  Huw DaviesMake sure that all printer entries have a valid Name...
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAvoid crashes when devmode is null.
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-08-12  Mike McCormackStub some winspool functions.
2003-06-23  Huw DaviesIt seems cupsGetDefault returns the system default...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-19  Huw DaviesBasic implementation of EnumPortsA: dump all the serial...
2003-05-13  Aric StewartStub AddPortA.
2003-04-27  Uwe BonnesAdded GetPrintProcessorDirectoryA stub.
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-07  Marcus MeissnerWas using the wrong define for the CUPS soname.
2003-02-12  Duane ClarkReplace HEAP_strdupAtoW call and delete extra
2003-02-12  Duane ClarkWinspool expects NULLs to be preserved in ascii to...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-15  Stefan LeichterMake GetPrinterDriverDirectoryA pass all tests.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-08  Stefan LeichterGetPrinterDriverDirectoryA: do not crash on null pointers.
2003-01-07  Francois GougetRemove extra #include directives from winspool.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Stefan LeichterMoved implementation of GetPrinterDriverDirectory from...
2002-12-24  Alexandre JulliardThe name of the driver should be the 16-bit one in...
2002-12-17  Dimitrie O. PaunAdded stubs for {Start,End}{Doc,Page}Printer.
2002-11-12  Marcus MeissnerDo not link against -lcups directly, but dynamically...
2002-10-22  Michael StefaniucCompile the winspool dll with STRICT defined.
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-09-12  Marcus MeissnerNew CUPS libraries return "none" as default printer...
2002-09-09  Marcus MeissnerIf the default CUPS printer has no ppd file, just use...
2002-08-27  Alexander GottwaldAvoid crash if no default cups printer is set.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Vincent BéronFixed warnings.
2002-05-23  Alexandre JulliardReplaced -dosver and -winver options by config file...
2002-05-20  Andreas MohrBetter error messages.
2002-05-17  Bill MedlandRemove leading whitespace from printcap entries.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-22  Mark G. AdamsAdd GetDefaultPrinter() functions.
2001-10-28  Gerard PatelFix RegSetValueEx calls and crash when DriverName=...
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-09-07  Hidenori TakeshimaUse a default DevMode if no DevMode information is...
2001-09-07  Huw D M DaviesOpenPrinter should fail if pPrinterName is "".
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-18  Marcus MeissnerUse older cupsGetPrinters() API so we support CUPS...
2001-05-16  Ian PilcherDisable /etc/printcap parsing if no PPD file specified.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-02-28  Alexandre JulliardRemoved dependency on comctl32.
2001-02-21  Ian PilcherImplement EnumPrinterDataEx{A|W}.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Huw D M DaviesImplement Set/GetPrinterData[Ex].
2001-01-09  Huw D M DaviesHandle the EnumPrinters() flag PRINTER_ENUM_DEFAULT...
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardMoved EnumPortsA to dlls/winspool.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Stefan LeichterMade WINSPOOL_GetPrinterDriver work again.
2000-11-10  Stefan LeichterCorrected used registry key.
2000-11-06  Stefan LeichterEnable the functions AddPrinterW, WINSPOOL_GetPrinterDr...
2000-09-29  Stefan Leichter- moved some code from WINSPOOL_GetPrinterDriver into...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-18  Albert den HaanRemove unused critical section global variable PRINT32_...
2000-08-16  Gerard PatelAdd an error message if devmode structure in registry...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-16  Andreas MohrSpelling fixes.
2000-06-23  Francois GougetMerged DeviceCapabilities and DeviceCapabilitiesA.
2000-05-25  Huw D M DaviesMove winspool to unicode.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-25  Ulrich CzekallaThis patch initializes the return buffer used in GetPri...
1999-11-28  Huw D M DaviesUse RegQueryInfoKey to count number of printers.
1999-10-31  Huw D M DaviesRewrite of EnumPrinters.
1999-09-10  Huw D M DaviesFixes DeviceCapabilities for DC_PAPERSIZE.
1999-09-04  Huw D M DaviesAdded loads of types, defines and declarations to winsp...
1999-09-03  Huw D M DaviesFix off by one error in WINSPOOL_GetOpenedPrinterA.
1999-08-15  Thuy NguyenReplaced a static ten element array with a dynamic...
1999-07-24  Huw D M DaviesLet through more flags to EnumPrinters.
1999-07-23  Huw D M DaviesEnumJobs stub.
1999-07-10  Huw D M DaviesImplemented GetPrinterA and GetPrinterDriverA.
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...