summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2022-05-25don't try glyph subsets if cloneCharRange() would return anywayLuboš Luňák
2022-05-25Revert "verify that all results from SalLayoutGlyphsCache match"Luboš Luňák
2022-05-25verify that all results from SalLayoutGlyphsCache matchLuboš Luňák
2022-05-23don't use glyph subsets with complicated LTR/RTL setupsLuboš Luňák
2022-05-23handle RTL space in non-RTL layout in SalLayoutGlyphsCacheLuboš Luňák
2022-05-21ofz#47559 Integer-overflowCaolán McNamara
2022-05-20remove useless variableLuboš Luňák
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli
2022-05-18ofz#46060 TimeoutCaolán McNamara
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli
2022-05-17vcl/GetTextBreak(): don't add extra width if char width is 0.Mark Hung
2022-05-16use FontMetric as SalLayoutGlyphsCache key rather than vcl::FontLuboš Luňák
2022-05-16pdfwriter: validator: fix rule 6.4-3Xisco Fauli
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli
2022-05-12we already know the length of the string we pass to hb_language_from_stringCaolán McNamara
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli
2022-05-11elide temporary OString in GenericSalLayout::LayoutTextNoel Grandin
2022-05-11fix HB_GLYPH_FLAG_UNSAFE_TO_BREAK for RTL in cloneCharRange() (tdf#148954)Luboš Luňák
2022-05-05ofz#47241 don't use hardcoded SalLayoutFlags::BiDiStrong mode for fuzzingCaolán McNamara
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-04Related: tdf#131725 match the basegfx translation to the mirror logicCaolán McNamara
2022-05-04lay out entire strings in SalLayoutGlyphsCache more often (tdf#148911)Luboš Luňák
2022-05-04don't lay out entire strings for Writer layout testsLuboš Luňák
2022-05-03ofz#47200 AbrtCaolán McNamara
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-03optimize repeated calls for the same string in SalLayoutGlyphsCacheLuboš Luňák
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann
2022-05-02better for fix glyph font fallback with null characterLuboš Luňák
2022-05-02better cache size limit for SalLayoutGlyphsCacheLuboš Luňák
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-05-01SalLayoutGlyphsCache no longer needs to hash OutputDevice pointerLuboš Luňák
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-29hack for glyph subset being different because of space being RTLLuboš Luňák
2022-04-29don't try to find glyph font fallback for null characterLuboš Luňák
2022-04-28Fix typoAndrea Gelmini
2022-04-28add a hack to SalLayoutGlyphsImpl::cloneCharRange() for a strange glyphLuboš Luňák
2022-04-28use the same TextLayoutCache for the verifying callLuboš Luňák
2022-04-28don't cut a glyph subset inside a composed glyph #2Luboš Luňák
2022-04-28include LogicalFontInstance font scale in SalLayoutGlyphsCache keyLuboš Luňák
2022-04-28make SalLayoutGlyphsImpl::cloneCharRange() work for RTL runs tooLuboš Luňák
2022-04-28check kashida only if the flag is setLuboš Luňák
2022-04-28don't cut a glyph subset inside a composed glyphLuboš Luňák
2022-04-28better debug font compare in SalLayoutGlyphsImplLuboš Luňák
2022-04-27todo note about SalLayoutGlyphsCache possibly reusing different mapmodeLuboš Luňák
2022-04-27make SalLayoutFlags match after makeGlyphsSubset()Luboš Luňák
2022-04-27provide explicit function for hashing vcl::FontLuboš Luňák
2022-04-27tdf#85610 sw: show tracked footnote insertion/deletionLászló Németh
2022-04-20loplugin:passstuffbyrefNoel Grandin