2004-03-17 |
Steven Edwards | Add stubs for EnumMonitors[A/W]. |
blob | commitdiff | raw |
2004-03-07 |
Stefan Leichter | Moved implementation of GetDefaultPrinter from ascii... |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-01-02 |
Robert Shearman | Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef... |
blob | commitdiff | raw | diff to current |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Huw Davies | Much better parsing of /etc/printcap. |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Huw Davies | Make sure that all printer entries have a valid Name... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Avoid crashes when devmode is null. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Mike McCormack | Stub some winspool functions. |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Huw Davies | It seems cupsGetDefault returns the system default... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Huw Davies | Basic implementation of EnumPortsA: dump all the serial... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Aric Stewart | Stub AddPortA. |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Uwe Bonnes | Added GetPrintProcessorDirectoryA stub. |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Adam Gundy | Make sure the new array of printer pointers is NULL... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname. |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Duane Clark | Replace HEAP_strdupAtoW call and delete extra |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Duane Clark | Winspool expects NULLs to be preserved in ascii to... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Stefan Leichter | Make GetPrinterDriverDirectoryA pass all tests. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Stefan Leichter | GetPrinterDriverDirectoryA: do not crash on null pointers. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Francois Gouget | Remove extra #include directives from winspool.h. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Stefan Leichter | Moved implementation of GetPrinterDriverDirectory from... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Alexandre Julliard | The name of the driver should be the 16-bit one in... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Dimitrie O. Paun | Added stubs for {Start,End}{Doc,Page}Printer. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically... |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Michael Stefaniuc | Compile the winspool dll with STRICT defined. |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Marcus Meissner | New CUPS libraries return "none" as default printer... |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Marcus Meissner | If the default CUPS printer has no ppd file, just use... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Alexander Gottwald | Avoid crash if no default cups printer is set. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vincent Béron | Fixed warnings. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Replaced -dosver and -winver options by config file... |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Andreas Mohr | Better error messages. |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Bill Medland | Remove leading whitespace from printcap entries. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Mark G. Adams | Add GetDefaultPrinter() functions. |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Gerard Patel | Fix RegSetValueEx calls and crash when DriverName=... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Hidenori Takeshima | Use a default DevMode if no DevMode information is... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Huw D M Davies | OpenPrinter should fail if pPrinterName is "". |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Marcus Meissner | Use older cupsGetPrinters() API so we support CUPS... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Ian Pilcher | Disable /etc/printcap parsing if no PPD file specified. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Marcus Meissner | Implemented /etc/printcap based printing support. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Marcus Meissner | Added CUPS printing support. |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | Removed dependency on comctl32. |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Ian Pilcher | Implement EnumPrinterDataEx{A|W}. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Huw D M Davies | Implement Set/GetPrinterData[Ex]. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Huw D M Davies | Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Alexandre Julliard | Cleaned up some more dependencies on Wine internal... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Moved EnumPortsA to dlls/winspool. |
blob | commitdiff | raw | diff to current |
2000-11-13 |
Alexandre Julliard | Replaced a few internal functions by exported ones. |
blob | commitdiff | raw | diff to current |
2000-11-12 |
Stefan Leichter | Made WINSPOOL_GetPrinterDriver work again. |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Stefan Leichter | Corrected used registry key. |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Stefan Leichter | Enable the functions AddPrinterW, WINSPOOL_GetPrinterDr... |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Stefan Leichter | - moved some code from WINSPOOL_GetPrinterDriver into... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-08-18 |
Albert den Haan | Remove unused critical section global variable PRINT32_... |
blob | commitdiff | raw | diff to current |
2000-08-16 |
Gerard Patel | Add an error message if devmode structure in registry... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Francois Gouget | Merged DeviceCapabilities and DeviceCapabilitiesA. |
blob | commitdiff | raw | diff to current |
2000-05-25 |
Huw D M Davies | Move winspool to unicode. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Ulrich Czekalla | This patch initializes the return buffer used in GetPri... |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Huw D M Davies | Use RegQueryInfoKey to count number of printers. |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Huw D M Davies | Rewrite of EnumPrinters. |
blob | commitdiff | raw | diff to current |
1999-09-10 |
Huw D M Davies | Fixes DeviceCapabilities for DC_PAPERSIZE. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Huw D M Davies | Added loads of types, defines and declarations to winsp... |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Huw D M Davies | Fix off by one error in WINSPOOL_GetOpenedPrinterA. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Thuy Nguyen | Replaced a static ten element array with a dynamic... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Huw D M Davies | Let through more flags to EnumPrinters. |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Huw D M Davies | EnumJobs stub. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Huw D M Davies | Implemented GetPrinterA and GetPrinterDriverA. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Huw D M Davies | Implemented AddPrinterA, AddPrinterDriverA and GetPrint... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, begin... |
blob | commitdiff | raw | diff to current |
|