Alexandre Julliard
|
c7a8ff26d3
|
gdi32: Graphics driver functions no longer need to be CDECL.
|
2011-07-13 14:56:12 +02:00 |
Alexandre Julliard
|
9c7b528b6f
|
gdi32: Add null driver entry points for the path functions.
|
2011-03-11 20:43:15 +01:00 |
Huw Davies
|
d92ed5bd07
|
gdi32: Add support for ETO_PDY and improve world transform support.
|
2010-05-06 15:24:30 +02:00 |
Huw Davies
|
b5ca0a9c2a
|
gdi32: Fix incorrect initialization of path array.
Found by Valgrind.
|
2009-12-02 14:19:54 +01:00 |
Massimo Del Fedele
|
da6a94cd96
|
gdi32: Fix PATH_add_outline when mapping mode != MM_TEXT.
|
2009-03-31 16:43:05 +02:00 |
Massimo Del Fedele
|
a11a450e33
|
gdi32: PATH_ExtTextOut remove incorrect shift to DC origin.
|
2009-03-31 16:43:04 +02:00 |
Massimo Del Fedele
|
23acdb7143
|
gdi32: Correctly handle space char on Path_ExtTextOut().
|
2009-03-31 16:43:04 +02:00 |
Dmitry Timoshkov
|
44589c6f8f
|
gdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
|
2009-02-03 12:40:24 +01:00 |
Dmitry Timoshkov
|
1669b337e4
|
gdi32: Make PATH_AddEntry static.
|
2008-12-03 09:57:47 +01:00 |
Alexandre Julliard
|
00388c1b6a
|
gdi32: Use atan2 to compute angles in WidenPath without triggering floating point errors.
|
2008-05-22 20:43:55 +02:00 |
Alexandre Julliard
|
93cbb7a5db
|
gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.
|
2008-05-22 17:43:01 +02:00 |
Andrew Talbot
|
c3c219c905
|
gdi32: Remove unused variable.
|
2008-04-17 20:18:29 +02:00 |
Laurent Vromman
|
52f769e88d
|
gdi32: Correct a test where the tested function was not called.
|
2007-11-07 12:10:43 +01:00 |
Laurent Vromman
|
6f140f9bec
|
gdi32: Add a test for CloseFigure.
|
2007-11-06 14:00:40 +01:00 |
Alexandre Julliard
|
0c4f81eefc
|
gdi32: Don't hold the GDI lock while calling the driver path functions.
|
2007-09-24 18:16:29 +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 |
Evan Stade
|
96937e04a2
|
gdi32: Added PATH_PolyDraw.
|
2007-07-17 14:12:37 +02:00 |
Misha Koshelev
|
859bf44c33
|
gdi32: Handle ArcTo in paths as native.
|
2007-06-21 16:03:29 +02:00 |
Misha Koshelev
|
e04aebd654
|
gdi32: Allow arbitrary start entry types in PATH_DoArcPart, not just PT_MOVETOs.
|
2007-06-21 16:03:25 +02:00 |
Laurent Vromman
|
8b837bf8cb
|
gdi32: Complete WidenPath implementation.
WidenPath now recognizes PS_JOINs and PS_ENCDAPs.
|
2007-05-02 14:58:49 +02:00 |
Laurent Vromman
|
932c6f5bdd
|
gdi32: Correct WidenPath behaviour when working on an open path.
|
2007-04-03 13:00:24 +02:00 |
Laurent Vromman
|
525fd82366
|
gdi32: Correction of WidenPath behaviour when pen width is 1.
|
2007-04-03 13:00:09 +02:00 |
Francois Gouget
|
8d9fbef94f
|
gdi32: Remove a space before '\n' in a trace.
|
2007-03-28 12:34:09 +02:00 |
Laurent Vromman
|
aaf74d9f64
|
gdi32: WidenPath partial implementation.
|
2007-03-26 14:54:56 +02:00 |
Felix Nawothnig
|
7777a8eaf7
|
gdi32: Fix offset calculation in PATH_ExtTextOut for >1 chars.
|
2007-02-05 14:03:52 +01:00 |
Andrew Talbot
|
d4fdeeaa46
|
gdi32: Remove unused function.
|
2007-01-09 12:01:50 +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 |