Framework for the doppler effect.
[wine] / dlls / winspool /
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
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-24  Stefan LeichterRemoved windows version checks from GetPrinterDriverDir...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-15  Stefan LeichterMake GetPrinterDriverDirectoryA pass all tests.
2003-01-15  Stefan LeichterAdded tests for GetPrinterDriverDirectoryA.
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-12-12  Alexandre JulliardAdded .spec.def 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-10-22  Michael StefaniucCompile the winspool dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
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-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
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  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Bill MedlandRemove leading whitespace from printcap entries.
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-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-27  Andreas MohrSpelling/alignment fixes.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-22  Mark G. AdamsAdd GetDefaultPrinter() functions.
2002-01-15  Dmitry TimoshkovForce ordinal allocation start from 100 as in Windows.
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-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardMoved EnumPortsA to dlls/winspool.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
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-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
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-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-23  Francois GougetMerged DeviceCapabilities and DeviceCapabilitiesA.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-25  Huw D M DaviesMove winspool to unicode.
2000-04-25  Eric PouechFixed winspool(.drv) loading.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-25  Ulrich CzekallaThis patch initializes the return buffer used in GetPri...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-11-28  Huw D M DaviesUse RegQueryInfoKey to count number of printers.
1999-10-31  Huw D M DaviesRewrite of EnumPrinters.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-13  Eric PouechAdded missing (and now required) filename directive.
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-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-24  Huw D M DaviesLet through more flags to EnumPrinters.
1999-07-23  Huw D M DaviesEnumJobs stub.
next