user: Convert the other winproc 32-bit functions to use a callback pointer.
[wine] / dlls / winspool / info.c
2006-05-17  Detlef Riekenbergwinspool: Fix OpenDriverReg on top of validate_envW.
2006-05-17  Detlef Riekenbergwinspool: Do not fail in OpenPrinter on pDefault /...
2006-05-17  Detlef Riekenbergwinspool: Show SetPrinter parameters in the FIXME.
2006-05-15  Francois GougetVarious trace fixes.
2006-04-17  Detlef Riekenbergwinspool: Implement DeleteMonitor.
2006-04-14  Dmitry Timoshkovwinspool: Add a test for GetPrinterDriver, make it...
2006-04-12  Detlef Riekenbergwinspool: Implement AddMonitor.
2006-04-10  Detlef Riekenbergwinspool: Avoid reading from NULL (GetPrinterDriver).
2006-04-08  Detlef Riekenbergwinspool: A read can fail.
2006-04-06  Detlef Riekenbergwinspool: Implement EnumMonitorsA on top of EnumMonitorsW.
2006-04-06  Detlef Riekenbergwinspool: Implement EnumMonitorsW.
2006-02-20  Detlef Riekenbergwinspool: Add documentation and a stub for SetDefaultPr...
2006-02-01  Detlef Riekenbergwinspool: Empty string as environment is valid, with...
2006-01-18  Detlef Riekenbergwinspool: Printing environment support for GetPrinterDr...
2005-12-12  Detlef Riekenbergwinspool: Added documentation for OpenPrinter.
2005-12-06  Detlef Riekenbergwinspool: Document the monitor functions.
2005-12-06  Detlef Riekenbergwinspool: Add documentation for the port functions.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-11-28  Detlef RiekenbergDocumentation added for GetPrinterDriverDirectoryW...
2005-10-24  Robert LunnonRename queue_t to jobqueue_t to avoid collision with...
2005-10-03  Maxime BellengéFix a cut&paste mistake.
2005-09-29  Kevin KoltzauFix warnings in 64bit.
2005-09-13  Detlef RiekenbergLet EnumPrinterDrivers return the number of drivers.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-08-03  Mike McCormackgcc 4.0 RegSetValueEx warning fixes.
2005-07-22  Huw DaviesImplement the undocumented StartDocDlg[A|W]. These...
2005-07-22  Francois GougetMake the unistd.h include conditional.
2005-07-20  Huw DaviesLookup the port in the spooler registry key and map...
2005-07-19  Huw DaviesPrinter handles referring to the same printer should...
2005-07-18  Huw DaviesPartial implementation of GetJob.
2005-07-15  Huw DaviesSet the default doc title to that of Windows.
2005-07-13  Huw DaviesPartial implementation of SetJobW.
2005-07-12  Huw DaviesForward SetJobA -> SetJobW.
2005-07-12  Huw DaviesScheduleJob for 'file' ports.
2005-07-11  Huw DaviesScheduleJob for (as yet unused) 'cups' ports.
2005-07-10  Huw DaviesScheduleJob for 'lpr' ports.
2005-07-08  Huw DaviesImplement {Start,End}DocPrinter and WritePrinter.
2005-07-06  Huw DaviesAdd an implementation of AddJob and a partial one of...
2005-07-05  Huw DaviesAdd one more level of indirection to the printer handle...
2005-06-30  Huw DaviesForward StartDocPrinterA to StartDocPrinterW.
2005-06-28  Alexandre JulliardMoved ppd file configuration to HKCU\Software\Wine...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-06  Alexandre JulliardRenamed wineps.dll to wineps.drv for consistency.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-31  Huw DaviesSet the registry keys under HCU\Software\Microsoft...
2005-03-29  Dimitrie O. PaunUnicodify WINSPOOL_OpenDriverReg().
2005-02-21  Hans LeidekkerStub implementations for AbortPrinter, AddPortEx{A,W},
2005-01-03  Hans LeidekkerStub implementations for AddMonitorW, DeletePrinterDriverW,
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-24  Mike McCormackReturn correct error code in EnumPrinters.
2004-10-29  Ulrich CzekallaAdd stubs for EnumPrintProcessorsAW.
2004-10-18  Mike McCormackFix port enumeration.
2004-10-04  Mike McCormackFix port enumeration.
2004-05-02  Marcus MeissnerUse memcpy instead of weird casts.
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...
next