Commit Graph

206 Commits

Author SHA1 Message Date
Detlef Riekenberg 4be3d64d47 winspool/tests: Add some tests for SetDefaultPrinterA/W. 2006-02-20 11:51:10 +01:00
Detlef Riekenberg e267ccfe6e winspool: Add documentation and a stub for SetDefaultPrinterA/W. 2006-02-20 11:51:04 +01:00
Detlef Riekenberg ec24e38ed1 winspool/tests: Add tests for EnumMonitors. 2006-02-17 17:37:04 +01:00
Francois Gouget d0c5f1498c Add trailing '\n's to ok() and trace() calls. 2006-02-06 20:58:14 +01:00
Fatih Aşıcı 5cc12beefb winspool: Turkish translation. 2006-02-06 13:07:07 +01:00
Detlef Riekenberg 9cf319d76d winspool/tests: Filter more results. 2006-02-02 13:50:36 +01:00
Detlef Riekenberg 366f452b91 winspool: Empty string as environment is valid, with tests. 2006-02-01 12:32:10 +01:00
Detlef Riekenberg 23ead2b174 winspool: Printing environment support for GetPrinterDriverDirectory. 2006-01-18 12:26:32 +01:00
Marcus Meissner 25b54cbb9f winspool: Added ordinal exported functions of winspool.drv. 2006-01-05 13:42:13 +01:00
Detlef Riekenberg 8827bcfd74 winspool: Add version resource. 2005-12-21 21:11:43 +01:00
Detlef Riekenberg 6035b93e45 winspool: Filter additional failures. 2005-12-19 21:19:47 +01:00
Detlef Riekenberg 4b418d6f2b winspool: Added tests for OpenPrinter. 2005-12-12 13:02:15 +01:00
Detlef Riekenberg dd6aa8cf2d winspool: Added documentation for OpenPrinter. 2005-12-12 12:10:13 +01:00
Detlef Riekenberg a521947e3d winspool: Document the monitor functions. 2005-12-06 11:33:52 +01:00
Detlef Riekenberg 1395d14507 winspool: Add documentation for the port functions. 2005-12-06 10:57:01 +01:00
Francois Gouget 5127dc9f49 Assorted spelling fixes. 2005-12-02 16:15:09 +01:00
Detlef Riekenberg f1522445f3 Documentation added for GetPrinterDriverDirectoryW + A. 2005-11-28 17:29:38 +01:00
Alexandre Julliard ec34a66612 Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Francois Gouget 6d442aeb34 Assorted spelling fixes. 2005-11-23 20:14:43 +01:00
Hans Leidekker 1833cfba75 Added Dutch translations. 2005-11-21 12:02:17 +00:00
Detlef Riekenberg 7453b63a10 Some extra tests for GetPrinterDriverDirectory.
Display a TRACE when the Service "spooler" is not running (NT).
2005-11-15 16:51:45 +00:00
YunSong Hwang 6e20af5dac Add Korean translations. 2005-11-14 11:27:36 +00:00
Stefan Leichter 3cb62c6532 Fix for GetPrinterDriverDirectoryA test. 2005-10-26 10:08:38 +00:00
Robert Lunnon c22716f5ec Rename queue_t to jobqueue_t to avoid collision with library symbol
queue_t.
2005-10-24 15:03:02 +00:00
Maxime Bellengé 458cb289dd Fix a cut&paste mistake. 2005-10-03 18:48:56 +00:00
Kevin Koltzau 7d8e377a92 Fix warnings in 64bit. 2005-09-29 13:34:34 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Milko Krachounov 980f817737 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
Detlef Riekenberg 7bb00b1c20 Let EnumPrinterDrivers return the number of drivers. 2005-09-13 10:32:33 +00:00
Kimmo Myllyvirta 264a33654a Added Finnish resources. 2005-09-12 11:10:03 +00:00
Alexandre Julliard 20a1a203c6 Use a more portable scheme for storing the name of a critical
section.
2005-09-09 10:19:44 +00:00
Mike McCormack 516a577df1 Fix gcc 4.0 warnings. 2005-08-19 10:04:03 +00:00
Mike McCormack bc4a576a06 gcc 4.0 RegSetValueEx warning fixes. 2005-08-03 11:03:44 +00:00
Dmitry Timoshkov 2cf3573812 Avoid an orthographic error by rephrasing the message. 2005-07-26 15:50:59 +00:00
Dmitrij Sinukov d0bac065f8 Added Russian resources. 2005-07-26 11:13:48 +00:00
Huw Davies 3b77de9cac Implement the undocumented StartDocDlg[A|W]. These will be used by
StartDoc.
2005-07-22 18:28:12 +00:00
Francois Gouget d867a77b63 Make the unistd.h include conditional. 2005-07-22 09:04:08 +00:00
Huw Davies 0a4681fe23 Lookup the port in the spooler registry key and map it to a unix
filename or a pipe like OpenJob16 does.
2005-07-20 17:48:53 +00:00
Huw Davies 48a52d0959 Printer handles referring to the same printer should have the same job
queue.
2005-07-19 19:12:13 +00:00
Huw Davies 03f36e6df0 Partial implementation of GetJob. 2005-07-18 13:13:31 +00:00
Huw Davies 183fcb5c2d Set the default doc title to that of Windows.
Pass cups the doc title.
2005-07-15 09:55:23 +00:00
Huw Davies 1ed9bac896 Partial implementation of SetJobW.
Set the document title in StartDocPrinter.
2005-07-13 14:14:37 +00:00
Henning Gerhardt 7581d47f92 - Added German winspool resource file.
- Updated German winecfg resource file.
2005-07-13 11:29:26 +00:00
Huw Davies f675a78340 Forward SetJobA -> SetJobW. 2005-07-12 19:19:09 +00:00
Huw Davies e502d4dda3 ScheduleJob for 'file' ports. 2005-07-12 17:01:44 +00:00
Huw Davies 18116dec24 ScheduleJob for (as yet unused) 'cups' ports. 2005-07-11 13:21:48 +00:00
Huw Davies c108d80f80 ScheduleJob for 'lpr' ports. 2005-07-10 17:39:01 +00:00
Huw Davies 6fd3c47c4f Implement {Start,End}DocPrinter and WritePrinter.
{Start,End}PagePrinter are still stubs but return TRUE.
2005-07-08 14:19:18 +00:00
Huw Davies 344090f7bc Add an implementation of AddJob and a partial one of ScheduleJob. 2005-07-06 15:44:15 +00:00