projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wintrust/tests: Fix compilation on systems that don't support nameless unions.
[wine]
/
dlls
/
gdi32
/
freetype.c
2008-07-11
Andrew Talbot
gdi32: Remove unneeded address-of operator from array...
blob
|
commitdiff
|
raw
2008-07-08
Michael Karcher
Add support for compatibility mode in WineEngCreateFont...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Michael Karcher
gdi32: Fix double->fixpoint conversion in freetype.c.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Dan Hipschman
gdi32: Return the correct value from GetTextFace.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Perform correct glyph scaling even if font metri...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Indent a block of code using 4 spaces instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Scale outline font metrics.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Don't return cached glyph metrics if a custom...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Don't cache glyph metrics if they have a custom...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Apply the custom transform to a glyph only if...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Perform the world transform separately from...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Font scaling transform is performed separately.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Don't forget to update the glyph advance in...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Initialize otmMacAscent, otmMacDescent, otmMacLi...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Dmitry Timoshkov
gdi32: Perform font height scaling with higher precision.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Dmitry Timoshkov
gdi32: Extend the font substitution test, make it pass...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-21
Lei Zhang
gdi32: Check for regular fonts by style instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Dmitry Timoshkov
gdi32: Use 0xffff as a default character as Vista does.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-09
Zhangrong Huang
gdi32: Add more Asian codepages to get default fallback...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-22
Alexandre Julliard
gdi32: Perform coordinate transformations using doubles...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Dmitry Timoshkov
gdi32: Add more font substitution tests, make them...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Dan Hipschman
gdi32: Add font faces to families in a specific order.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Jeremy White
gdi32: Shift default height used in EnumStructs to...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Dmitry Timoshkov
gdi32: Map glyph to Symbol range only if the font suppo...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Huw Davies
gdi32: Don't overrun the current scanline while copying...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Dmitry Timoshkov
gdi32: Fix lfWidth before caching the font to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Dmitry Timoshkov
gdi32: Fully initialize face->ntmFlags on font load.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-04
Dmitry Timoshkov
gdi32: Add a font scaling test when lfHeight == 0 and...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
Mikołaj Zalewski
gdi32: Fix GetGlyphIndices to select properly the inval...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Austin English
gdi32: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Huw Davies
gdi32: Ignore fonts with names that begin with a '.'.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Aric Stewart
freetype: Fix a typo that prevented checking more than...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Francois Gouget
gdi32: Remove a trailing space in a Wine trace.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-13
Aric Stewart
gdi32: Add loading and processing of GSUB table vert...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Huw Davies
gdi32: Factor out FreeType initialization into a separa...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-11
Aric Stewart
gdi32: Skip leading @ from FontFace when looking for...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Huw Davies
gdi32: Store the Windows path (if it's available) in...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Huw Davies
gdi32: Update both winnt and win9x font keys and factor...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
James Hawkins
janitorial: Remove links to any microsoft site.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Andrew Talbot
gdi32: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-19
Aric Stewart
gdi32: Japanese Windows had a default fallback Font...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: Use a separate critical section for freetype...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Aric Stewart
gdi32: Child fonts need to be scaled like their parent...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-21
Dmitry Timoshkov
gdi32: Actually perform the fractional scaling test...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Sin-ta Hsiea
gdi32: Fix Traditional Chinese font mapping to "PMingLi...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Dmitry Timoshkov
gdi32: Allocate cache for face enumeration data only...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-15
Dan Kegel
gdi32: Fix AddFontResource behavior with relative paths.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-15
Dmitry Timoshkov
gdi32: Add a test for undocumented EnumFontFamiliesEx...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-14
Dmitry Timoshkov
gdi32: Initialize more fields in GetEnumStructs.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-14
Dmitry Timoshkov
gdi32: Use public FS_xxxxxx defines.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-11
Dmitry Timoshkov
gdi32: Simplify GetEnumStructs.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-11
Dmitry Timoshkov
gdi32: Fix a GdiFont leak.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Dmitry Timoshkov
gdi32: Fix the regression caused by the scaling font...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-08
Dmitry Timoshkov
gdi32: Add support for scaling font metrics.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Andrew Talbot
gdi32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-13
Aric Stewart
gdi32: Cache font enum info.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-10
Hans Leidekker
gdi32: GetCharABCWidthsI does not require a scalable...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Hans Leidekker
gdi32: Implement GetTextExtentExPointI.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Gerald Pfeifer
gdi32: Avoid compiler warning in WineEngGetGlyphOutline().
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Huw Davies
gdi32: Try to load Wine's TrueType fonts from the build...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Huw Davies
gdi32: Don't load Wine's bitmap-only TrueType fonts.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Huw Davies
gdi32: Factor out the code to call FT_Load_Sfnt_Table.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Huw Davies
gdi32: Fixed a misplaced break.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Huw Davies
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Huw Davies
gdi32: Only cache the glyph metrics when rendering...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Huw Davies
gdi32: TrueType fonts from the data directory should...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Dmitry Timoshkov
gdi32: Prefer a Microsoft cmap table over other platfor...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-27
Alexandre Julliard
gdi32: Fix typo in FIXME (spotted by Rob Shearman).
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Alexandre Julliard
gdi32: Move the generic part of FontIsLinked() to font.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Alexandre Julliard
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeR...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-20
Dmitry Timoshkov
gdi32: Use symbolic names for font tags.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Mikolaj Zalewski
gdi32: Return the correct font type, ntmFlags and Pitch...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Mikolaj Zalewski
gdi32: Implement AddFontMemResourceEx (based on a patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Mikolaj Zalewski
gdi32: Store child font links as pointers to struct...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Dmitry Timoshkov
gdi32: Use lower case font dir name to match unix direc...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-30
Aric Stewart
gdi32: Allocate our glyph metrics in a 128 index chunk...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-21
Alexandre Julliard
gdi32: Add separate functions for releasing/freeing...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-02
Dmitry Timoshkov
gdi32: Also print a readable table name in the failure...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Dmitry Timoshkov
gdi32: Make GetFontData traces more readable.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
Dmitry Timoshkov
gdi32: Do not report an error if a requested to add...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Alexandre Julliard
configure: Merge the libfreetype existence check with...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-05
Huw Davies
gdi32: Using a bitmap font as the fallback sans serif...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Make the libfontconfig soname check depend...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Export the shared library extension instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-26
Michael Stefaniuc
gdi32: Multi-character character constants aren't porta...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Dmitry Timoshkov
gdi32: AddFontResource should return a number of added...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Dmitry Timoshkov
gdi32: Handle errors in WineEngAddFontResourceEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Aric Stewart
gdi32: GetGlyphOutline needs to look at linked fonts...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-20
Aric Stewart
gdi32: Make the comparison for system link font replace...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Felix Nawothnig
gdi32: Properly handle negative font widths.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Ken Thomases
Revert "gdi32: Disable the freetype mmap sharing on...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Andrew Talbot
gdi32: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Dmitry Timoshkov
winex11.drv: In the case requested glyphs do not presen...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-15
Dmitry Timoshkov
gdi32: Add a GetTextMetrics test, make it pass under...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Aric Stewart
gdi32: Search SystemLinked fonts when looking for a...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Byeong-Sik Jeon
gdi32: Fix FontSubstitute values for Korean locale.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Byeong-Sik Jeon
gdi32: Add missing pFT_Done_Face().
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Aric Stewart
gdi32: Set FontSubstitute values by locale.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-02
Aric Stewart
gdi32: Don't fail replacement on no localized family...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-02
Hans Leidekker
gdi32: Implement GetFontUnicodeRanges.
blob
|
commitdiff
|
raw
|
diff to current
next