Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Jon Griffiths
|
32454a81a5
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-20 19:00:11 +00:00 |
Hans Leidekker
|
5f6f63a49d
|
Fix signed/unsigned comparison warnings.
|
2004-08-11 23:45:34 +00:00 |
Lionel Ulmer
|
aa25b1f886
|
Do not initialize variables before going into the Render short-cut.
|
2004-08-09 18:50:35 +00:00 |
Alexandre Julliard
|
ebd24807fe
|
Pass the gdiFont object to the SelectFont driver entry point so that
we don't need to look into the DC structure for it.
|
2004-03-04 04:05:04 +00:00 |
Alexandre Julliard
|
9b90e95d65
|
Avoid direct accesses to the xformWorld2Vport DC field.
|
2004-03-04 03:55:52 +00:00 |
Alexandre Julliard
|
8d18b2a518
|
Pass the breakExtra value in the ExtTextOut driver call, since there
is no function to retrieve it from the HDC.
|
2004-03-04 01:42:57 +00:00 |
Alexandre Julliard
|
45468c06df
|
Changed the GetTextExtentPoint graphics driver entry point to return
device coordinates.
Removed not used breakCount field in the DC structure.
|
2004-03-03 21:32:15 +00:00 |
Alexandre Julliard
|
685b936214
|
The clip rectangle for ExtTextOut is in logical coords.
|
2004-02-16 20:35:52 +00:00 |
Alexandre Julliard
|
e04fe7da4e
|
Moved hGCClipRgn handling to the graphics driver.
|
2004-02-13 20:26:27 +00:00 |
Alexandre Julliard
|
da6214a37d
|
Get rid of a few more references to the DC structure.
|
2004-02-13 04:00:29 +00:00 |
Alexandre Julliard
|
50a783f734
|
Get rid of some direct accesses to the DC structure from outside GDI.
|
2004-01-20 22:04:00 +00:00 |
Alexandre Julliard
|
7342390852
|
Get rid of the global INTERNAL_[XY]WSTODS macros.
|
2004-01-15 06:19:35 +00:00 |
Alexandre Julliard
|
6ec42c0c3b
|
Moved a bunch of definitions from gdi.h into a new gdi_private.h to
make sure we don't use them outside of gdi32.
|
2004-01-15 00:35:38 +00:00 |
Alexandre Julliard
|
4715f13209
|
Moved all the files in graphics/x11drv to dlls/x11drv.
|
2003-12-05 00:20:27 +00:00 |