Sign in
goma
/
wine
/
cc784e277f7300638aa4ab5d993e518e9043ffdb
/
dlls
/
gdi32
/
font.c
2a8958e
gdi32: Use usp10 to optionally generate glyphs for bidi strings.
by Aric Stewart
· 15 years ago
d92ed5b
gdi32: Add support for ETO_PDY and improve world transform support.
by Huw Davies
· 15 years ago
9bee50f
gdi32: Fix ExtTextOutA -> W forwarding when ETO_PDY is set.
by Huw Davies
· 15 years ago
1d4fcc0
gdi32: Implement WineEngGetCharABCWidthsFloat and forward GetCharABCWidthsFloat to it.
by Hans Leidekker
· 15 years ago
e4beddb
gdi32: Don't strip font suffix.
by André Hentschel
· 15 years ago
dd0a707
gdi32: Prevent possible buffer overrun.
by Nikolay Sivov
· 15 years ago
95156d1
gdi32: Use GdiGetCodePage() instead of duplicating its functionality.
by Dmitry Timoshkov
· 16 years ago
4bb8d9c
gdi32: Cache current font code page in the DC structure.
by Dmitry Timoshkov
· 16 years ago
e93d348
gdi32: Improve calculation of the character code text metrics.
by Huw Davies
· 16 years ago
24937a4
gdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine.
by Dmitry Timoshkov
· 16 years ago
7b82b98
gdi32: Don't hold the GDI lock while calling the Freetype font engine functions.
by Alexandre Julliard
· 16 years ago
de831f3
gdi32: Release GDI handles before freeing the object.
by Alexandre Julliard
· 16 years ago
311c53d
gdi32: Allocate and initialize GDI objects before giving them a handle.
by Alexandre Julliard
· 16 years ago
5811a2c
gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types.
by Alexandre Julliard
· 16 years ago
68d19b9
gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
by Alexandre Julliard
· 16 years ago
f038710
gdi32: Don't hold the GDI lock while calling the DeleteObject method for GDI objects.
by Alexandre Julliard
· 16 years ago
667a1ed
gdi32: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
2d94915
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
by Michael Stefaniuc
· 16 years ago
3b6daf2
gdi32: Quiet a noisy fixme.
by Austin English
· 16 years ago
b31d7db
gdi32: Do not skip the font metrics update after the DC transform change.
by Dmitry Timoshkov
· 17 years ago
29637c1
gdi32: Keep track of the number of unique fonts that are created and return this in the second DWORD of the GdiRealizationInfo structure.
by Huw Davies
· 17 years ago
eb16f43
Add some API documentation stubs to make winapi_check happy.
by Francois Gouget
· 17 years ago
1dcc70a
gdi32: Pass correct pointer value to HeapFree().
by Andrew Talbot
· 17 years ago
92c8cac
gdi32: Return the correct value from GetTextFace.
by Dan Hipschman
· 17 years ago
ade4132
gdi32: Make GetOutlineTextMetrics set tmDigitizedAspectX/Y to real values as GetTextMetrics does.
by Dmitry Timoshkov
· 17 years ago
93cbb7a
gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.
by Alexandre Julliard
· 17 years ago
cb2274e
Spelling fixes.
by Austin English
· 17 years ago
45b944e
gdi32: Spelling fixes.
by Austin English
· 17 years ago
5e1dd95
gdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.
by Jeremy White
· 17 years ago
34002d4
gdi32: Add a partial implementation of GdiRealizationInfo.
by Huw Davies
· 17 years ago
de66aeb
gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW().
by Michael Stefaniuc
· 17 years ago
e9a8e6a
gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
by Michael Stefaniuc
· 17 years ago
aa500d2
gdi32: Get rid of the 16-bit GetObject functions.
by Alexandre Julliard
· 17 years ago
3db6eee
gdi32: Move two 16bit function stubs to gdi16.c.
by Michael Stefaniuc
· 17 years ago
21b3347
gdi32: For unsigned types, directly use INTERNAL_YDS
by Gerald Pfeifer
· 17 years ago
4b14a08
gdi32: Get rid of DC_GetDCPtr in font functions.
by Alexandre Julliard
· 17 years ago
67a9edb
gdi32: Get rid of a few more uses of DC_GetDCPtr.
by Alexandre Julliard
· 17 years ago
a63664f
gdi32: Fix possible NULL ptr in TRACE.
by Marcus Meissner
· 17 years ago
2fdaa56
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
by Dmitry Timoshkov
· 17 years ago
d973271
gdi32: Use public FS_xxxxxx defines.
by Dmitry Timoshkov
· 17 years ago
4bb1c18
gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW.
by Dmitry Timoshkov
· 17 years ago
864741c
gdi32: Add a stub implementation for RemoveFontMemResourceEx.
by Hans Leidekker
· 17 years ago
f1c27ed
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
0dc7658
gdi32: GetCharABCWidthsI does not require a scalable font.
by Hans Leidekker
· 17 years ago
efb13b2
Assorted spelling fixes.
by Detlef Riekenberg
· 17 years ago
8487c2d
gdi32: Implement GetTextExtentExPointI.
by Hans Leidekker
· 17 years ago
24186d4
gdi32: Fix the type of two loop variables.
by Gerald Pfeifer
· 17 years ago
d78a582
gdi32: Don't hold the GDI lock while calling the driver SelectFont function.
by Alexandre Julliard
· 18 years ago
af6c0a0
gdi32: Move the object refcount handling to the SelectObject backend functions.
by Alexandre Julliard
· 18 years ago
a1e3139
gdi32: Don't pass an object pointer to the SelectObject backend functions.
by Alexandre Julliard
· 18 years ago
b2bc712
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
3363d65
gdi32: Move the generic part of FontIsLinked() to font.c.
by Alexandre Julliard
· 18 years ago
543270d
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.
by Alexandre Julliard
· 18 years ago
c3cf79d
gdi: Remove support for libicu and all dependencies.
by Maarten Lankhorst
· 18 years ago
99a2583
gdi32: Replace remaining instance of DC_GetDCUpdate by get_dc_ptr+update_dc.
by Alexandre Julliard
· 18 years ago
0eb9103
gdi32: If freetype fails try to load manually fonts wrapped as PE resources.
by Mikolaj Zalewski
· 18 years ago
baee27c
gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon).
by Mikolaj Zalewski
· 18 years ago
1476e34
gdi32: Add separate functions for releasing/freeing DCs to replace the standard GDI ones.
by Alexandre Julliard
· 18 years ago
3739b5f
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.
by Huw Davies
· 18 years ago
edbc6e7
gdi32: Fix compilation warnings in 64-bit mode.
by Dmitry Timoshkov
· 18 years ago
260deef
gdi32: Constify some variables.
by Andrew Talbot
· 18 years ago
bc4bbb4
gdi32: Make GetKerningPairsA not fail for fonts with SYMBOL charset.
by Dmitry Timoshkov
· 18 years ago
826e937
gdi32: Implement GdiGetCodePage.
by Dmitry Timoshkov
· 18 years ago
bd07f3f
gdi32: Add a GetTextMetrics test, make it pass under Wine.
by Dmitry Timoshkov
· 18 years ago
7f16f21
gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine.
by Dmitry Timoshkov
· 18 years ago
17ac48b
gdi32: Avoid a needless goto.
by Dmitry Timoshkov
· 18 years ago
748032e
gdi32: Implement GetFontUnicodeRanges.
by Hans Leidekker
· 18 years ago
2051bcc
gdi32: Fix for GetTextExtentExPointW() and ExtTextOutW().
by Pedro Araujo Chaves Jr
· 18 years ago
3759140
gdi32: Revert 1440eb5a35dc95dea1836d9035b51e2b15d83703 and add the test showing that the change was wrong.
by Dmitry Timoshkov
· 18 years ago
e915a3c
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.
by Dmitry Timoshkov
· 18 years ago
80e30f3
gdi32: Implement GetCharWidthI.
by Hans Leidekker
· 18 years ago
2cbf7d4
gdi32: Remove redundant debug channel, use the default one instead.
by Dmitry Timoshkov
· 18 years ago
75b8f88
gdi32: Get rid of the gdi.h include.
by Alexandre Julliard
· 18 years ago
7dfc447
gdi32: Renamed the gdi directory to gdi32.
by Alexandre Julliard
· 18 years ago
[Renamed from dlls/gdi/font.c]
a0b260e
gdi: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
98b2e55
gdi32: Modify kerning scaling algorithm to the one which appears to better match what Windows does.
by Dmitry Timoshkov
· 19 years ago
ce6d4c7
gdi32: Implement GetKerningPairs for TrueType fonts.
by Dmitry Timoshkov
· 19 years ago
e41c0ac
gdi: If there is no space for strings GetOutlineTextMetricsA should not indicate that they present.
by Dmitry Timoshkov
· 19 years ago
7ee2f77
gdi: Cast-qual warnings fix.
by Andrew Talbot
· 19 years ago
757ee19
janitorial: Removed the rest of the redundant NULL checks before HeapFree.
by Michael Stefaniuc
· 19 years ago
0e5f29b
gdi: Fixed buffer overflow in GetCharABCWidthsI.
by Alexandre Julliard
· 19 years ago
f904723
gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint
by Dan Hipschman
· 19 years ago
9de7c3a
gdi: Don't treat a NULL rect as an empty rect in ExtTextOutW.
by qingdoa daoo
· 19 years ago
f77a28e
gdi: Get correct horizontal spacing value in the presence of ETO_PDY flag.
by qingdoa daoo
· 19 years ago
d20c6cf
Fixed more boolean comparisons against TRUE.
by Mike McCormack
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
4d7655a
gdi: Duplicate extent value for the second byte of a DBCS char.
by qingdoa daoo
· 19 years ago
ad2b0a0
gdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges.
by Louis. Lenders
· 19 years ago
1440eb5
gdi: A-to-W conversion should be font-independent.
by qingdoa daoo
· 19 years ago
73c7420
gdi: Fix GetTextExentExPointW to return values consistent with GetTextExtentPointW.
by Troy Rollo
· 19 years ago
07767bf
gdi: Added implementation of GetCharABCWidthsI.
by Jeff Latimer
· 19 years ago
1ed3382
gdi: Do not convert string paramter when rendering glyph indexes.
by Peter Oberndorfer
· 19 years ago
e1f74ad
gdi: Write out glyph count correctly in GetCharacterPlacementA.
by Peter Oberndorfer
· 19 years ago
c4f4b01
gdi32: GetCharABCWidthsW should not crash on a NULL handle.
by Hans Leidekker
· 19 years ago
f8125a9
gdi: better implementation for GetCharABCWidthsFloat{A,W}.
by Hans Leidekker
· 19 years ago
d2c60e5
gdi: If the last param of GetKerningPairs is NULL then return the
by Huw Davies
· 19 years ago
ca1c26b
gdi: Added stub for AddFontMemResourceEx.
by Louis Lenders
· 19 years ago
3a47512
Correct some allocated buffer lengths while converting to Unicode.
by Vincent Béron
· 19 years ago
e41ddd0
First draft of ExtTextOut on an open path.
by Dmitry Timoshkov
· 19 years ago
79e3a1b
Improve c2man Documented-Total count.
by Markus Amsler
· 19 years ago
Next »