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 |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
tree | commitdiff |
2001-02-12 |
Huw D M Davies | Implement Set/GetPrinterData[Ex]. |
tree | commitdiff |
2001-01-09 |
Huw D M Davies | Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Cleaned up some more dependencies on Wine internal... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Moved EnumPortsA to dlls/winspool. |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
tree | commitdiff |
2000-11-13 |
Alexandre Julliard | Replaced a few internal functions by exported ones. |
tree | commitdiff |
2000-11-12 |
Stefan Leichter | Made WINSPOOL_GetPrinterDriver work again. |
tree | commitdiff |
2000-11-10 |
Stefan Leichter | Corrected used registry key. |
tree | commitdiff |
2000-11-06 |
Stefan Leichter | Enable the functions AddPrinterW, WINSPOOL_GetPrinterDr... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-09-29 |
Stefan Leichter | - moved some code from WINSPOOL_GetPrinterDriver into... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-08-18 |
Albert den Haan | Remove unused critical section global variable PRINT32_... |
tree | commitdiff |
2000-08-16 |
Gerard Patel | Add an error message if devmode structure in registry... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Added imports of kernel32.dll where necessary. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-16 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2000-06-23 |
Francois Gouget | Merged DeviceCapabilities and DeviceCapabilitiesA. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-05-25 |
Huw D M Davies | Move winspool to unicode. |
tree | commitdiff |
2000-04-25 |
Eric Pouech | Fixed winspool(.drv) loading. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
tree | commitdiff |
2000-02-25 |
Ulrich Czekalla | This patch initializes the return buffer used in GetPri... |
tree | commitdiff |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
tree | commitdiff |
1999-11-28 |
Huw D M Davies | Use RegQueryInfoKey to count number of printers. |
tree | commitdiff |
1999-10-31 |
Huw D M Davies | Rewrite of EnumPrinters. |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | Added spec file declarations for already implemented... |
tree | commitdiff |
1999-10-13 |
Eric Pouech | Added missing (and now required) filename directive. |
tree | commitdiff |
1999-09-10 |
Huw D M Davies | Fixes DeviceCapabilities for DC_PAPERSIZE. |
tree | commitdiff |
1999-09-04 |
Huw D M Davies | Added loads of types, defines and declarations to winsp... |
tree | commitdiff |
1999-09-03 |
Huw D M Davies | Fix off by one error in WINSPOOL_GetOpenedPrinterA. |
tree | commitdiff |
1999-08-15 |
Thuy Nguyen | Replaced a static ten element array with a dynamic... |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Moved .spec files to corresponding dlls/ directory. |
tree | commitdiff |
1999-07-24 |
Huw D M Davies | Let through more flags to EnumPrinters. |
tree | commitdiff |
1999-07-23 |
Huw D M Davies | EnumJobs stub. |
tree | commitdiff |
1999-07-10 |
Huw D M Davies | Implemented GetPrinterA and GetPrinterDriverA. |
tree | commitdiff |
next |