Detlef Riekenberg
|
6c233ef205
|
winspool: Fix OpenDriverReg on top of validate_envW.
|
2006-05-17 11:42:38 +02:00 |
Detlef Riekenberg
|
351106f5ae
|
winspool: Do not fail in OpenPrinter on pDefault / local print server.
|
2006-05-17 11:40:59 +02:00 |
Detlef Riekenberg
|
b7a62e56d9
|
winspool: Show SetPrinter parameters in the FIXME.
|
2006-05-17 11:33:51 +02:00 |
Francois Gouget
|
f7c24f37ad
|
Various trace fixes.
Add trailing '\n's to trace calls.
Remove spaces before '\n'.
|
2006-05-15 15:05:09 +02:00 |
Detlef Riekenberg
|
3b38308a7a
|
winspool: Implement DeleteMonitor.
|
2006-04-17 12:32:13 +02:00 |
Dmitry Timoshkov
|
b13c498c9d
|
winspool: Add a test for GetPrinterDriver, make it pass under Wine.
|
2006-04-14 19:36:31 +02:00 |
Detlef Riekenberg
|
ed1161f993
|
winspool: Implement AddMonitor.
|
2006-04-12 11:40:49 +02:00 |
Detlef Riekenberg
|
9243cb349e
|
winspool: Avoid reading from NULL (GetPrinterDriver).
|
2006-04-10 12:21:37 +02:00 |
Detlef Riekenberg
|
50b32da7af
|
winspool: A read can fail.
|
2006-04-08 20:00:13 +02:00 |
Detlef Riekenberg
|
603f13e2a0
|
winspool: Implement EnumMonitorsA on top of EnumMonitorsW.
|
2006-04-06 11:35:20 +02:00 |
Detlef Riekenberg
|
4b00805268
|
winspool: Implement EnumMonitorsW.
|
2006-04-06 11:33:35 +02:00 |
Detlef Riekenberg
|
e267ccfe6e
|
winspool: Add documentation and a stub for SetDefaultPrinterA/W.
|
2006-02-20 11:51:04 +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 |
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 |
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 |
Detlef Riekenberg
|
7bb00b1c20
|
Let EnumPrinterDrivers return the number of drivers.
|
2005-09-13 10:32:33 +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 |
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 |
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 |
Huw Davies
|
df9c4341ec
|
Add one more level of indirection to the printer handle array to allow
more information than just the name to be stored.
Wrap accesses to the printer handle array in a critsec.
|
2005-07-05 11:00:09 +00:00 |
Huw Davies
|
d8302668dc
|
Forward StartDocPrinterA to StartDocPrinterW.
Improve trace in the unicode version.
|
2005-06-30 18:10:59 +00:00 |
Alexandre Julliard
|
68db49f233
|
Moved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.
|
2005-06-28 13:51:14 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Alexandre Julliard
|
b3e9c44741
|
Renamed wineps.dll to wineps.drv for consistency.
|
2005-05-06 20:04:27 +00:00 |
Francois Gouget
|
f5c9da6860
|
Assorted spelling fixes.
|
2005-05-06 15:44:31 +00:00 |
Huw Davies
|
3d0b22b7b6
|
Set the registry keys under HCU\Software\Microsoft\Windows
NT\CurrentVersion to mimic the win.ini values.
|
2005-03-31 10:06:46 +00:00 |
Dimitrie O. Paun
|
d4193bbd68
|
Unicodify WINSPOOL_OpenDriverReg().
|
2005-03-29 13:10:35 +00:00 |
Hans Leidekker
|
1e33acaa43
|
Stub implementations for AbortPrinter, AddPortEx{A,W},
AddPrinterConnection{A,W}, ConnectToPrinterDlg,
DeletePrinterConnection{A,W}, EnumForms{A,W}, EnumPrinterData{A,W],
ExtDeviceMode, Find{Close,First,Next}PrinterChangeNotification,
FreePrinterNotifyInfo, ScheduleJob.
|
2005-02-21 18:33:55 +00:00 |
Hans Leidekker
|
8facd46877
|
Stub implementations for AddMonitorW, DeletePrinterDriverW,
DeleteMonitorW, DeletePortW, GetPrintProcessorDirectoryW,
AddPrintProcessor{A,W}, AddPrintProvidor{A,W},
AdvancedDocumentProperties{A,W}, EnumPortsW, AddPort{A,W},
ConfigurePort{A,W}, DeletePrintProcessor{A,W},
DeletePrintProvidor{A,W}, EnumPrintProcessorDatatypes{A,W},
GetJob{A,W}.
|
2005-01-03 20:24:39 +00:00 |