- dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
- f061f76 Do not link against -lcups directly, but dynamically load it if by Marcus Meissner · 22 years ago
- 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- ea335dd Compile the winspool dll with STRICT defined. by Michael Stefaniuc · 22 years ago
- 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
- 613ead7 Fixed some handle conversions in prevision of void* handles. by Alexandre Julliard · 23 years ago
- 228a2b3 New CUPS libraries return "none" as default printer instead of NULL. by Marcus Meissner · 23 years ago
- 75e4e94 If the default CUPS printer has no ppd file, just use the first by Marcus Meissner · 23 years ago
- 9c071ea Avoid crash if no default cups printer is set. by Alexander Gottwald · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 1c40426 Removed install_libdir targets and centralized the symlinks creation by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 8e2cbca Fixed warnings. by Vincent Béron · 23 years ago
- 8c08ceb Replaced -dosver and -winver options by config file parameters. by Alexandre Julliard · 23 years ago
- 11b35c0 Better error messages. by Andreas Mohr · 23 years ago
- 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
- dff78ed Remove leading whitespace from printcap entries. by Bill Medland · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 8bc7f16 Spelling/alignment fixes. by Andreas Mohr · 23 years ago
- 651a8ba Added some defines for compatibility with Windows headers. by Patrik Stridvall · 23 years ago
- 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- a0324f7 Add GetDefaultPrinter() functions. by Mark G. Adams · 23 years ago
- 588200f Force ordinal allocation start from 100 as in Windows. by Dmitry Timoshkov · 23 years ago
- 14c9429 Fix RegSetValueEx calls and crash when DriverName="" in registry. by Gerard Patel · 23 years ago
- b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
- b544637 Use a default DevMode if no DevMode information is available in registry. by Hidenori Takeshima · 24 years ago
- 1e0b41b OpenPrinter should fail if pPrinterName is "". by Huw D M Davies · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- 6d3e81b Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found by Marcus Meissner · 24 years ago
- 5328782 Disable /etc/printcap parsing if no PPD file specified. by Ian Pilcher · 24 years ago
- 0c63012 Implemented /etc/printcap based printing support. by Marcus Meissner · 24 years ago
- ab8b7db Added CUPS printing support. by Marcus Meissner · 24 years ago
- e1635e9 Removed dependency on comctl32. by Alexandre Julliard · 24 years ago
- ccfe6e9 Implement EnumPrinterDataEx{A|W}. by Ian Pilcher · 24 years ago
- b87a838 Change the callback declarations to a safer format. by Francois Gouget · 24 years ago
- d2b850e Implement Set/GetPrinterData[Ex]. Remove ordinals from winspool.drv.spec . by Huw D M Davies · 24 years ago
- 87f98a5 Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way by Huw D M Davies · 24 years ago
- f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
- 49556bc Cleaned up some more dependencies on Wine internal functions. by Alexandre Julliard · 24 years ago
- 89b18a7 Moved EnumPortsA to dlls/winspool. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
- 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
- a2053ab Made WINSPOOL_GetPrinterDriver work again. by Stefan Leichter · 24 years ago
- 695f239 Corrected used registry key. by Stefan Leichter · 24 years ago
- ca1661c Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver, by Stefan Leichter · 24 years ago
- eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
- 5cfe177 - moved some code from WINSPOOL_GetPrinterDriver into new function by Stefan Leichter · 25 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 343dd1a Remove unused critical section global variable PRINT32_RegistryBlocker. by Albert den Haan · 25 years ago
- aaaee1b Add an error message if devmode structure in registry is invalid; by Gerard Patel · 25 years ago
- c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
- e514103 Added imports of kernel32.dll where necessary. by Alexandre Julliard · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
- 105e6ad Merged DeviceCapabilities and DeviceCapabilitiesA. by Francois Gouget · 25 years ago
- 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
- 7aaabc3 Move winspool to unicode. Minor bug fixes. by Huw D M Davies · 25 years ago
- 44af98c Fixed winspool(.drv) loading. by Eric Pouech · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
- 6a80c8a This patch initializes the return buffer used in GetPrinterDriverA to by Ulrich Czekalla · 25 years ago
- 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
- 6d149d8 Use RegQueryInfoKey to count number of printers. by Huw D M Davies · 25 years ago
- cb6aa38 Rewrite of EnumPrinters. by Huw D M Davies · 25 years ago
- d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
- d629ca4 Added missing (and now required) filename directive. by Eric Pouech · 25 years ago
- c7665eb Fixes DeviceCapabilities for DC_PAPERSIZE. by Huw D M Davies · 26 years ago
- 685fa2d Added loads of types, defines and declarations to winspool.h. by Huw D M Davies · 26 years ago
- 44d6fec Fix off by one error in WINSPOOL_GetOpenedPrinterA. by Huw D M Davies · 26 years ago
- 6374cd2 Replaced a static ten element array with a dynamic pointer array. by Thuy Nguyen · 26 years ago
- daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
- 284d63c Let through more flags to EnumPrinters. Fixes for GetPrinter/GetPrinterDriver. by Huw D M Davies · 26 years ago
- bb14056 EnumJobs stub. by Huw D M Davies · 26 years ago
- 450270b Implemented GetPrinterA and GetPrinterDriverA. by Huw D M Davies · 26 years ago
- ee2d9d5 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory by Huw D M Davies · 26 years ago
- e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago