2005-03-31 |
Huw Davies | Set the registry keys under HCU\Software\Microsoft... |
tree | commitdiff |
2005-03-29 |
Dimitrie O. Paun | Unicodify WINSPOOL_OpenDriverReg(). |
tree | commitdiff |
2005-02-21 |
Hans Leidekker | Stub implementations for AbortPrinter, AddPortEx{A,W}, |
tree | commitdiff |
2005-01-03 |
Hans Leidekker | Stub implementations for AddMonitorW, DeletePrinterDriverW, |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-15 |
Alexandre Julliard | It makes no sense to export the dll entry point as... |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-24 |
Mike McCormack | Return correct error code in EnumPrinters. |
tree | commitdiff |
2004-10-29 |
Ulrich Czekalla | Add stubs for EnumPrintProcessorsAW. |
tree | commitdiff |
2004-10-18 |
Mike McCormack | Fix port enumeration. |
tree | commitdiff |
2004-10-04 |
Mike McCormack | Fix port enumeration. |
tree | commitdiff |
2004-08-13 |
Huw Davies | Fix first parameter of GetDefaultPrinterA|W. |
tree | commitdiff |
2004-06-16 |
Stefan Leichter | Added some logging to the GetPrinterDriverDirectoryA... |
tree | commitdiff |
2004-06-15 |
Stefan Leichter | Fix the tests of GetDefaultPrinterA on win2k if no... |
tree | commitdiff |
2004-06-14 |
Stefan Leichter | Log the last error too if the tests fail without defaul... |
tree | commitdiff |
2004-06-04 |
Dimitrie O. Paun | Some of our testers don't have a default printer, simpl... |
tree | commitdiff |
2004-05-02 |
Marcus Meissner | Use memcpy instead of weird casts. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-17 |
Steven Edwards | Add stubs for EnumMonitors[A/W]. |
tree | commitdiff |
2004-03-07 |
Stefan Leichter | Moved implementation of GetDefaultPrinter from ascii... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-02 |
Robert Shearman | Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-11 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
tree | commitdiff |
2003-11-11 |
Huw Davies | Much better parsing of /etc/printcap. |
tree | commitdiff |
2003-11-05 |
Huw Davies | Make sure that all printer entries have a valid Name... |
tree | commitdiff |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Avoid crashes when devmode is null. |
tree | commitdiff |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
tree | commitdiff |
2003-08-12 |
Mike McCormack | Stub some winspool functions. |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
tree | commitdiff |
2003-06-23 |
Huw Davies | It seems cupsGetDefault returns the system default... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-05-19 |
Huw Davies | Basic implementation of EnumPortsA: dump all the serial... |
tree | commitdiff |
2003-05-13 |
Aric Stewart | Stub AddPortA. |
tree | commitdiff |
2003-04-27 |
Uwe Bonnes | Added GetPrintProcessorDirectoryA stub. |
tree | commitdiff |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking... |
tree | commitdiff |
2003-03-30 |
Adam Gundy | Make sure the new array of printer pointers is NULL... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
tree | commitdiff |
2003-02-12 |
Duane Clark | Replace HEAP_strdupAtoW call and delete extra |
tree | commitdiff |
2003-02-12 |
Duane Clark | Winspool expects NULLs to be preserved in ascii to... |
tree | commitdiff |
2003-01-24 |
Stefan Leichter | Removed windows version checks from GetPrinterDriverDir... |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-15 |
Stefan Leichter | Make GetPrinterDriverDirectoryA pass all tests. |
tree | commitdiff |
2003-01-15 |
Stefan Leichter | Added tests for GetPrinterDriverDirectoryA. |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-08 |
Stefan Leichter | GetPrinterDriverDirectoryA: do not crash on null pointers. |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Remove extra #include directives from winspool.h. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Stefan Leichter | Moved implementation of GetPrinterDriverDirectory from... |
tree | commitdiff |
2002-12-24 |
Alexandre Julliard | The name of the driver should be the 16-bit one in... |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Added stubs for {Start,End}{Doc,Page}Printer. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the winspool dll with STRICT defined. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-09-12 |
Marcus Meissner | New CUPS libraries return "none" as default printer... |
tree | commitdiff |
2002-09-09 |
Marcus Meissner | If the default CUPS printer has no ppd file, just use... |
tree | commitdiff |
2002-08-27 |
Alexander Gottwald | Avoid crash if no default cups printer is set. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-28 |
Vincent Béron | Fixed warnings. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced -dosver and -winver options by config file... |
tree | commitdiff |
2002-05-20 |
Andreas Mohr | Better error messages. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-17 |
Bill Medland | Remove leading whitespace from printcap entries. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
tree | commitdiff |
2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-22 |
Mark G. Adams | Add GetDefaultPrinter() functions. |
tree | commitdiff |
2002-01-15 |
Dmitry Timoshkov | Force ordinal allocation start from 100 as in Windows. |
tree | commitdiff |
2001-10-28 |
Gerard Patel | Fix RegSetValueEx calls and crash when DriverName=... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
tree | commitdiff |
2001-09-07 |
Hidenori Takeshima | Use a default DevMode if no DevMode information is... |
tree | commitdiff |
2001-09-07 |
Huw D M Davies | OpenPrinter should fail if pPrinterName is "". |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-05-18 |
Marcus Meissner | Use older cupsGetPrinters() API so we support CUPS... |
tree | commitdiff |
2001-05-16 |
Ian Pilcher | Disable /etc/printcap parsing if no PPD file specified. |
tree | commitdiff |
2001-05-09 |
Marcus Meissner | Implemented /etc/printcap based printing support. |
tree | commitdiff |
2001-04-27 |
Marcus Meissner | Added CUPS printing support. |
tree | commitdiff |
2001-02-28 |
Alexandre Julliard | Removed dependency on comctl32. |
tree | commitdiff |
2001-02-21 |
Ian Pilcher | Implement EnumPrinterDataEx{A|W}. |
tree | commitdiff |
next |