Michael Stefaniuc
|
2d94915f27
|
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
|
2008-10-24 14:24:59 +02:00 |
Austin English
|
3b6daf2512
|
gdi32: Quiet a noisy fixme.
|
2008-10-17 13:13:34 +02:00 |
Dmitry Timoshkov
|
b31d7dbe8e
|
gdi32: Do not skip the font metrics update after the DC transform change.
|
2008-10-02 10:28:36 -05:00 |
Huw Davies
|
29637c1441
|
gdi32: Keep track of the number of unique fonts that are created and return this in the second DWORD of the GdiRealizationInfo structure.
|
2008-08-05 14:09:34 +02:00 |
Francois Gouget
|
eb16f43bdf
|
Add some API documentation stubs to make winapi_check happy.
|
2008-07-28 11:34:45 +02:00 |
Andrew Talbot
|
1dcc70ac17
|
gdi32: Pass correct pointer value to HeapFree().
|
2008-06-27 11:29:58 +02:00 |
Dan Hipschman
|
92c8cac214
|
gdi32: Return the correct value from GetTextFace.
|
2008-06-25 11:41:00 +02:00 |
Dmitry Timoshkov
|
ade4132b25
|
gdi32: Make GetOutlineTextMetrics set tmDigitizedAspectX/Y to real values as GetTextMetrics does.
|
2008-06-24 12:20:50 +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 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Austin English
|
45b944ed51
|
gdi32: Spelling fixes.
|
2008-03-25 19:58:31 +01:00 |
Jeremy White
|
5e1dd9577d
|
gdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.
|
2008-03-10 12:08:55 +01:00 |
Huw Davies
|
34002d4c7e
|
gdi32: Add a partial implementation of GdiRealizationInfo.
|
2008-02-28 10:44:35 +01:00 |
Michael Stefaniuc
|
de66aebebd
|
gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW().
|
2008-02-20 12:07:03 +01:00 |
Michael Stefaniuc
|
e9a8e6a426
|
gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
|
2008-02-19 13:39:24 +01:00 |
Alexandre Julliard
|
aa500d266f
|
gdi32: Get rid of the 16-bit GetObject functions.
|
2008-02-18 17:50:35 +01:00 |
Michael Stefaniuc
|
3db6eeeda9
|
gdi32: Move two 16bit function stubs to gdi16.c.
|
2008-02-13 16:41:03 +01:00 |
Gerald Pfeifer
|
21b334713c
|
gdi32: For unsigned types, directly use INTERNAL_YDS
|
2008-02-12 22:35:43 +01:00 |
Alexandre Julliard
|
4b14a080fe
|
gdi32: Get rid of DC_GetDCPtr in font functions.
|
2008-02-05 21:16:27 +01:00 |
Alexandre Julliard
|
67a9edbdf4
|
gdi32: Get rid of a few more uses of DC_GetDCPtr.
|
2008-02-05 17:35:40 +01:00 |
Marcus Meissner
|
a63664f1ec
|
gdi32: Fix possible NULL ptr in TRACE.
|
2008-01-21 11:50:49 +01:00 |
Dmitry Timoshkov
|
2fdaa56693
|
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
|
2008-01-15 11:38:15 +01:00 |
Dmitry Timoshkov
|
d973271566
|
gdi32: Use public FS_xxxxxx defines.
|
2008-01-14 13:11:42 +01:00 |
Dmitry Timoshkov
|
4bb1c18835
|
gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW.
|
2008-01-04 12:12:14 +01:00 |
Hans Leidekker
|
864741c1b4
|
gdi32: Add a stub implementation for RemoveFontMemResourceEx.
|
2008-01-02 13:29:52 +01:00 |
Francois Gouget
|
f1c27eda6b
|
Assorted spelling fixes.
|
2007-12-18 14:16:11 +01:00 |
Hans Leidekker
|
0dc765809c
|
gdi32: GetCharABCWidthsI does not require a scalable font.
|
2007-12-10 12:27:13 +01:00 |
Detlef Riekenberg
|
efb13b28df
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
Hans Leidekker
|
8487c2dd2a
|
gdi32: Implement GetTextExtentExPointI.
|
2007-12-03 15:54:05 +01:00 |
Gerald Pfeifer
|
24186d42da
|
gdi32: Fix the type of two loop variables.
|
2007-11-29 15:36:49 +01:00 |
Alexandre Julliard
|
d78a58298a
|
gdi32: Don't hold the GDI lock while calling the driver SelectFont function.
|
2007-09-27 21:01:00 +02:00 |
Alexandre Julliard
|
af6c0a09c5
|
gdi32: Move the object refcount handling to the SelectObject backend functions.
|
2007-09-27 20:57:02 +02:00 |
Alexandre Julliard
|
a1e31397e1
|
gdi32: Don't pass an object pointer to the SelectObject backend functions.
|
2007-09-27 20:14:13 +02:00 |
Francois Gouget
|
b2bc712323
|
Assorted spelling fixes.
|
2007-09-27 20:12:53 +02:00 |
Alexandre Julliard
|
3363d65f16
|
gdi32: Move the generic part of FontIsLinked() to font.c.
|
2007-09-26 20:21:34 +02:00 |
Alexandre Julliard
|
543270dfb5
|
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.
|
2007-09-26 20:17:13 +02:00 |
Maarten Lankhorst
|
c3cf79d817
|
gdi: Remove support for libicu and all dependencies.
|
2007-09-19 14:56:50 +02:00 |
Alexandre Julliard
|
99a258311c
|
gdi32: Replace remaining instance of DC_GetDCUpdate by get_dc_ptr+update_dc.
|
2007-09-18 09:34:08 +02:00 |
Mikolaj Zalewski
|
0eb910352c
|
gdi32: If freetype fails try to load manually fonts wrapped as PE resources.
|
2007-09-17 14:37:32 +02:00 |
Mikolaj Zalewski
|
baee27c69c
|
gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon).
|
2007-09-17 14:14:27 +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 |
Huw Davies
|
3739b5f995
|
gdi32: Pass an lpDx array to the driver if the escapement is non-zero, so that the driver has access to the unrotated advance widths.
|
2007-05-31 14:18:45 +02:00 |
Dmitry Timoshkov
|
edbc6e7b8a
|
gdi32: Fix compilation warnings in 64-bit mode.
|
2007-05-30 11:55:30 +02:00 |
Andrew Talbot
|
260deef761
|
gdi32: Constify some variables.
|
2007-04-30 13:33:32 +02:00 |
Dmitry Timoshkov
|
bc4bbb40d1
|
gdi32: Make GetKerningPairsA not fail for fonts with SYMBOL charset.
|
2007-04-02 11:34:27 +02:00 |
Dmitry Timoshkov
|
826e937a81
|
gdi32: Implement GdiGetCodePage.
|
2007-03-26 12:30:29 +02:00 |
Dmitry Timoshkov
|
bd07f3f39e
|
gdi32: Add a GetTextMetrics test, make it pass under Wine.
|
2007-03-15 13:09:56 +01:00 |
Dmitry Timoshkov
|
7f16f21cf7
|
gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine.
|
2007-03-06 21:52:00 +01:00 |
Dmitry Timoshkov
|
17ac48b6a4
|
gdi32: Avoid a needless goto.
|
2007-03-05 12:14:07 +01:00 |
Hans Leidekker
|
748032e0fb
|
gdi32: Implement GetFontUnicodeRanges.
|
2007-03-02 11:39:32 +01:00 |
Pedro Araujo Chaves Jr
|
2051bcccca
|
gdi32: Fix for GetTextExtentExPointW() and ExtTextOutW().
|
2007-02-15 13:27:24 +01:00 |
Dmitry Timoshkov
|
37591409b2
|
gdi32: Revert 1440eb5a35 and add the test showing that the change was wrong.
|
2007-02-15 11:21:53 +01:00 |
Dmitry Timoshkov
|
e915a3cfb1
|
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.
|
2007-02-05 14:03:45 +01:00 |
Hans Leidekker
|
80e30f3d1b
|
gdi32: Implement GetCharWidthI.
|
2007-01-02 20:30:17 +01:00 |
Dmitry Timoshkov
|
2cbf7d4d91
|
gdi32: Remove redundant debug channel, use the default one instead.
|
2007-01-02 12:09:14 +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 |