Alexandre Julliard
|
572d0863b1
|
wineps: Add a DC function structure and export it.
|
2011-07-13 14:05:13 +02:00 |
|
Alexandre Julliard
|
1ac1d7c69b
|
gdi32: Pass the dest visible rectangle to the PatBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
|
Alexandre Julliard
|
b49aaf1fed
|
wineps.drv: Use the HDC from the gdi_physdev structure.
|
2011-07-07 14:46:15 +02:00 |
|
Alexandre Julliard
|
10dcba499f
|
wineps.drv: Pass a generic PHYSDEV to all graphics functions.
|
2011-07-07 14:46:14 +02:00 |
|
Alexandre Julliard
|
ba2a6ee983
|
wineps.drv: Get rid of the empty SetDeviceClipping entry point.
|
2011-07-07 14:46:14 +02:00 |
|
Alexandre Julliard
|
4e2a28bd03
|
gdi32: Export the gdi_physdev structure for the external drivers.
|
2011-07-07 14:46:14 +02:00 |
|
Marcus Meissner
|
451a656f2f
|
wineps.drv: Mark internal symbols with hidden visibility.
|
2011-05-25 11:50:27 +02:00 |
|
Alexandre Julliard
|
ca3b820227
|
wineps: Add a helper function for paper size conversions.
|
2011-04-28 20:59:27 +02:00 |
|
Francois Gouget
|
0377d0a2e6
|
wineps.drv: PSDRV_YWStoDS() is unused so remove it.
|
2011-03-30 18:23:37 +02:00 |
|
Alexandre Julliard
|
9285915720
|
wineps: Add support for SetDCBrush/PenColor.
|
2011-03-10 20:45:12 +01:00 |
|
Alexandre Julliard
|
6419edfb6d
|
gdi32: Add a mechanism for stacking gdi drivers.
|
2011-03-10 12:38:31 +01:00 |
|
Alexandre Julliard
|
5f5c7020f3
|
gdi32: Add a common header to the physdev structure.
|
2011-03-08 22:34:57 +01:00 |
|
Alexander Kochetkov
|
ecde55b757
|
wineps.drv: All map modes should have inverted y-transforms.
|
2011-02-10 10:28:02 -06:00 |
|
Alexander Kochetkov
|
69f88da187
|
wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode.
|
2011-01-14 18:26:20 +01:00 |
|
Hwang YunSong
|
d512ccdfa1
|
wineps.drv: Update Korean resource.
|
2011-01-07 10:23:10 +01:00 |
|
Huw Davies
|
40ba10ed7a
|
wineps.drv: Explicitly report that we do not support blending.
|
2011-01-05 17:55:16 +01:00 |
|
Alexandre Julliard
|
59ee6d83ab
|
makefiles: Automatically add missing source variables in make_makefiles.
|
2011-01-01 17:46:56 +01:00 |
|
Alexandre Julliard
|
645a65f46d
|
wineps: Remove unnecessary use of wownt32.h.
|
2010-11-01 16:44:39 +01:00 |
|
Yaron Shahrabani
|
2309f93337
|
wineps: Added Hebrew translation.
|
2010-10-21 17:19:50 +02:00 |
|
Trygve Vea
|
399e955a7e
|
wineps.drv: Updated Norwegian translation.
|
2010-10-15 16:19:09 +02:00 |
|
James McKenzie
|
95c3c3fdc6
|
wineps.drv: Correct a typo.
|
2010-09-24 16:59:04 +02:00 |
|
Alexandre Julliard
|
1f3873aae7
|
wineps: Add a comment about the trap for code checking tools.
|
2010-09-21 20:16:15 +02:00 |
|
Luca Bennati
|
5ba1b6a82e
|
wineps.drv: Update Italian translation.
|
2010-09-21 17:53:54 +02:00 |
|
Łukasz Wojniłowicz
|
eb1c07dffe
|
wineps: Update the Polish translation.
|
2010-09-20 15:05:02 +02:00 |
|
Alexandre Julliard
|
bd9852cd6f
|
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
|
2010-09-19 12:40:12 +02:00 |
|
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
|
Detlef Riekenberg
|
bd1941c3c2
|
wineps: Use winspool.drv for job management.
|
2010-08-17 12:56:33 +02:00 |
|
Michael Stefaniuc
|
cb8eca2f0a
|
wineps.drv: Remove the ignored common resource attributes.
|
2010-07-22 11:41:37 +02:00 |
|
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
|
Igor Paliychuk
|
b27500aafe
|
wineps.drv: Add Ukrainian translation.
|
2010-07-08 17:33:37 +02:00 |
|
André Hentschel
|
5038c2c286
|
wineps.drv: Update comments.
|
2010-06-25 10:25:04 +02:00 |
|
Vitaly Lipatov
|
b974852ce1
|
Update Russian translations.
|
2010-06-18 16:22:07 +02:00 |
|
Huw Davies
|
25629eff96
|
wineps.drv: Don't return an error for empty glyphs.
|
2010-06-18 15:22:21 +02:00 |
|
André Hentschel
|
9aa9a1229f
|
wineps.drv: Make the Apply button useable.
|
2010-06-02 17:47:40 +02:00 |
|
Sven Baars
|
141875c84a
|
wineps.drv: Fix Dutch translation.
|
2010-05-18 08:48:04 +02:00 |
|
Huw Davies
|
d92ed5bd07
|
gdi32: Add support for ETO_PDY and improve world transform support.
|
2010-05-06 15:24:30 +02:00 |
|
Gerald Pfeifer
|
13e16f5f37
|
wineps.drv: Fix return value in PSDRV_SetBrush.
|
2010-05-03 15:38:07 +02:00 |
|
Ilya Shpigor
|
d1971a458b
|
wineps.drv: Start a new current path in PSDRV_PolyPolygon.
|
2010-04-28 09:29:45 -05:00 |
|
Huw Davies
|
5eef3594ad
|
wineps.drv: MM_ISOTROPIC and MM_ANISOTROPIC should also have inverted y-transforms (even if the page -> device mapping results in a negative y-scale).
|
2010-04-28 09:18:39 -05:00 |
|
Huw Davies
|
8ce10f1426
|
wineps.drv: Add world transform support for fonts.
|
2010-04-25 07:34:14 -05:00 |
|
Huw Davies
|
93f970ce7b
|
wineps.drv: Calculate the font size directly from the logfont.
|
2010-04-22 15:10:19 +02:00 |
|
Huw Davies
|
dea3745eb8
|
wineps.drv: Defer accessing the font metrics until we really need them.
|
2010-04-22 15:10:15 +02:00 |
|
Huw Davies
|
d99754adc1
|
wineps.drv: Make the rectangle an optional parameter to get_bbox().
|
2010-04-22 15:10:11 +02:00 |
|
Huw Davies
|
76146568af
|
wineps.drv: Remove the unscaled font hack and read the outline directly from the font file.
|
2010-04-21 16:32:17 +02:00 |
|
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
|
Huw Davies
|
547e97a461
|
wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32 characters or longer.
|
2010-03-15 13:28:25 +01:00 |
|
Jeremy White
|
b8fbf9a1c2
|
wineps.drv: Prevent psdrv tracing from crashing on Solaris.
|
2010-02-15 12:09:49 +01:00 |
|
Alexandre Julliard
|
cc2d6f330f
|
wineps.drv: Don't include 16-bit headers in psdrv.h.
|
2009-12-07 14:18:28 +01:00 |
|
Alexandre Julliard
|
9a05f3143f
|
wineps.drv: Duplicate the print job support from 16-bit GDI.
|
2009-12-07 14:18:28 +01:00 |
|
Alexandre Julliard
|
7f6b6eb344
|
wineps.drv: Add a wrapper function for WriteSpool16.
|
2009-12-07 14:18:28 +01:00 |
|