Moved internal context macros out of winnt.h.
[wine] / dlls / winspool / info.c
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...