Alexandre Julliard
|
1ac23b9b0f
|
gdi32: Don't include wingdi16.h by default.
|
2009-12-07 14:18:29 +01:00 |
Michael Stefaniuc
|
056359cc4e
|
gdi32: SetAbortProc is not a 16bit function but a 32bit one.
|
2009-02-17 12:47:32 +01:00 |
Henri Verbeet
|
4f2a3c2c28
|
gdi32: Call AbortProc from StartDoc instead of EndPage.
|
2008-10-08 12:16:00 +02:00 |
Rob Shearman
|
de75fe0a08
|
gdi32: Move 16-bit printing functions to printdrv16.c.
|
2008-02-29 20:08:21 +01:00 |
Detlef Riekenberg
|
cbb85daa8f
|
gdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage.
|
2008-02-07 11:59:53 +01:00 |
Francois Gouget
|
d0794c4aeb
|
Assorted spelling fixes.
|
2008-01-23 21:16:22 +01:00 |
Andrew Talbot
|
d0d4c74e85
|
gdi32: Remove unneeded casts.
|
2008-01-07 12:18:50 +01:00 |
Anatoly Lyutin
|
7a67035a44
|
gdi32: printdrv: Use umask for creating a spool file.
|
2007-09-27 11:58:21 +02:00 |
Alexandre Julliard
|
58c6bab9c9
|
gdi32: Don't hold the GDI lock while calling the driver printer functions.
|
2007-09-24 18:23:42 +02:00 |
Huw Davies
|
a247ca5308
|
gdi32: Quote the printer name prior to passing it to the shell.
|
2007-08-23 12:37:39 +02:00 |
Alexandre Julliard
|
1476e34645
|
gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones.
This should make it possible to use a different locking mechanism for DCs.
|
2007-08-21 21:37:40 +02:00 |
Dmitry Timoshkov
|
edbc6e7b8a
|
gdi32: Fix compilation warnings in 64-bit mode.
|
2007-05-30 11:55:30 +02:00 |
Ken Thomases
|
9ccad53fb9
|
gdi32: Use exec() and _exit() instead of system() and exit().
|
2007-02-28 21:29:39 +01:00 |
Andrew Talbot
|
21ebf42f83
|
gdi32: Declare some functions static.
|
2007-01-09 12:01:55 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |