summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2022-04-29hack for glyph subset being different because of space being RTLLuboš Luňák1-0/+10
2022-04-29don't try to find glyph font fallback for null characterLuboš Luňák1-0/+5
2022-04-28Fix typoAndrea Gelmini1-1/+1
2022-04-28add a hack to SalLayoutGlyphsImpl::cloneCharRange() for a strange glyphLuboš Luňák1-0/+5
2022-04-28use the same TextLayoutCache for the verifying callLuboš Luňák1-0/+6
2022-04-28don't cut a glyph subset inside a composed glyph #2Luboš Luňák1-1/+5
2022-04-28include LogicalFontInstance font scale in SalLayoutGlyphsCache keyLuboš Luňák1-4/+11
2022-04-28make SalLayoutGlyphsImpl::cloneCharRange() work for RTL runs tooLuboš Luňák1-10/+32
2022-04-28check kashida only if the flag is setLuboš Luňák1-8/+15
2022-04-28don't cut a glyph subset inside a composed glyphLuboš Luňák1-1/+7
2022-04-28better debug font compare in SalLayoutGlyphsImplLuboš Luňák1-1/+2
2022-04-27todo note about SalLayoutGlyphsCache possibly reusing different mapmodeLuboš Luňák1-0/+4
2022-04-27make SalLayoutFlags match after makeGlyphsSubset()Luboš Luňák1-3/+24
2022-04-27provide explicit function for hashing vcl::FontLuboš Luňák1-3/+1
2022-04-27tdf#85610 sw: show tracked footnote insertion/deletionLászló Németh1-1/+9
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik41871-0/+1
2022-04-14move vcl::text::TextLayoutCache caching to the class itselfLuboš Luňák2-21/+1
2022-04-14do not cache layout glyphs if fallback is involvedLuboš Luňák1-11/+19
2022-04-14compute subset of glyphs in SalLayoutGlyphsCache (tdf#139604)Luboš Luňák3-11/+147
2022-04-13empty SalLayoutGlyphsImpl is not automatically invalidLuboš Luňák1-2/+1
2022-04-13use more string_view in vclNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-39/+41
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák2-1/+15
2022-04-09add vcl::Font::EqualIgnoreColor()Luboš Luňák1-2/+5
2022-04-09no public data members in GlyphItemLuboš Luňák3-27/+27
2022-04-09cache failures in SalLayoutGlyphsCache tooLuboš Luňák1-1/+6
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák2-6/+24
2022-04-08ignore Point logicalPos argument in SalLayoutGlyphsCacheLuboš Luňák2-14/+9
2022-04-08check better for unchanged OutputDevice in SalLayoutGlyphsCacheLuboš Luňák1-10/+25
2022-04-08use SalLayoutGlyphsCache in PDFWriterImplLuboš Luňák1-6/+6
2022-04-08faster hashing of very long strings in SalLayoutGlyphsCacheLuboš Luňák2-31/+5
2022-04-08use vcl::text::TextLayoutCache in SalLayoutGlyphsCacheLuboš Luňák1-3/+11
2022-04-08tdf#148330 fix vertical offset for DFKai-SB (ukai.ttf).Mark Hung1-0/+13
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-03-30use the device dpiCaolán McNamara2-8/+8
2022-03-25ofz: Integer-overflowCaolán McNamara1-2/+2
2022-03-25ofz#45963 Integer-overflowCaolán McNamara1-0/+4
2022-03-24ofz#45991 Timeout, reduce allowed scalingCaolán McNamara1-1/+1
2022-03-24ofz: Integer-overflowCaolán McNamara1-1/+8
2022-03-23ofz#45583 Integer-overflowCaolán McNamara1-4/+17
2022-03-22ofz#45583 Integer-overflow on drawEPSCaolán McNamara2-5/+19
2022-03-22use dashing info from struct LineInfo in EPS writer (tdf#146804)Luboš Luňák2-37/+26
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara1-1/+4
2022-03-19ofz#45583 detect some invalid scale cases at import timeCaolán McNamara1-4/+17
2022-03-18Fix typosAndrea Gelmini1-1/+1
2022-03-18ofz#45583 Integer-overflowCaolán McNamara1-1/+1
2022-03-18ofz: Timeout in clipPolyPolygonOnPolyPolygonCaolán McNamara1-0/+8
2022-03-18ofz#45675 TimeoutCaolán McNamara1-32/+43
2022-03-17crashtesting: clip fallback glyph range to layout rangeCaolán McNamara1-2/+6