summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2022-05-03add o3tl::equalsAsciiNoel Grandin
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-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák
2022-05-02Silence -Werror=maybe-uninitializedStephan Bergmann
2022-05-02Delete mnemonics for CJK translations on macOSxuenhua
2022-05-02Reimplement IconView::PaintEntryMike Kaganski
2022-05-02Related: tdf#148433 experiment with CAIRO_OPERATOR_EXCLUSIONCaolán McNamara
2022-05-02better for fix glyph font fallback with null characterLuboš Luňák
2022-05-02better cache size limit for vcl::text::TextLayoutCacheLuboš Luňák
2022-05-02better cache size limit for SalLayoutGlyphsCacheLuboš Luňák
2022-05-02loplugin:stringviewparamStephan Bergmann
2022-05-01jsdialog: export symbol for buttonsSzymon Kłos
2022-05-01jsdialog: handle formulabar as textinputSzymon Kłos
2022-05-01abort more writer layout tests if a font isn't foundCaolán McNamara
2022-05-01abort writer layout tests if a font isn't foundCaolán McNamara
2022-05-01tdf#74331: 16bit "min-is-black" tiff not loaded correctlyCaolán McNamara
2022-05-01don't use an empty fontname, reuse the default from the virtual devCaolán McNamara
2022-05-01use more string_view in variousNoel Grandin
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-05-01SalLayoutGlyphsCache no longer needs to hash OutputDevice pointerLuboš Luňák
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-30new loplugin:stringviewdangleNoel Grandin
2022-04-30ofz#47104 Revert "tdf#74331: 16bit "min-is-black" tiff not loaded correctly"Caolán McNamara
2022-04-30jsdialog: used for formulabarSzymon Kłos
2022-04-29add a cppunit test for EraseAllMnemonicCharsCaolán McNamara
2022-04-29Fix Method EraseAllMnemonicChars bugxuenhua
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-28tdf#74331: vcl_filters: Add unittestXisco Fauli
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-28tdf#74331: 16bit "min-is-black" tiff not loaded correctlyJulien Nabet
2022-04-28include LogicalFontInstance font scale in SalLayoutGlyphsCache keyLuboš Luňák
2022-04-28make some LogicalFontInstance functions constLuboš 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-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-27ofz#47051 Out-of-memoryCaolán McNamara
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-26tdf#140272 gtk3: fix crash with dnd using touchCaolán McNamara