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