summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-05-01don't use an empty fontname, reuse the default from the virtual devCaolán McNamara1-1/+1
2022-05-01use more string_view in variousNoel Grandin5-26/+26
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin9-30/+33
2022-05-01SalLayoutGlyphsCache no longer needs to hash OutputDevice pointerLuboš Luňák1-12/+8
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+2
2022-04-30new loplugin:stringviewdangleNoel Grandin1-5/+5
2022-04-30ofz#47104 Revert "tdf#74331: 16bit "min-is-black" tiff not loaded correctly"Caolán McNamara3-55/+3
2022-04-30jsdialog: used for formulabarSzymon Kłos3-4/+48
2022-04-29add a cppunit test for EraseAllMnemonicCharsCaolán McNamara1-0/+2
2022-04-29Fix Method EraseAllMnemonicChars bugxuenhua1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin20-53/+52
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ňák2-0/+8
2022-04-28tdf#74331: vcl_filters: Add unittestXisco Fauli2-0/+51
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-28tdf#74331: 16bit "min-is-black" tiff not loaded correctlyJulien Nabet1-3/+4
2022-04-28include LogicalFontInstance font scale in SalLayoutGlyphsCache keyLuboš Luňák1-4/+11
2022-04-28make some LogicalFontInstance functions constLuboš Luňák2-6/+6
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ňák2-25/+55
2022-04-27provide explicit function for hashing vcl::FontLuboš Luňák3-3/+58
2022-04-27tdf#85610 sw: show tracked footnote insertion/deletionLászló Németh1-1/+9
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-2/+2
2022-04-27ofz#47051 Out-of-memoryCaolán McNamara1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin4-5/+9
2022-04-26tdf#140272 gtk3: fix crash with dnd using touchCaolán McNamara1-10/+33
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann4-4/+7
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski1-0/+1
2022-04-26ofz#47029 TimeoutCaolán McNamara3-12/+13
2022-04-26use a std::vector hereCaolán McNamara3-6/+5
2022-04-26unnecessary dtorCaolán McNamara2-5/+0
2022-04-26ofz#46906 Integer-overflowCaolán McNamara1-0/+15
2022-04-26Related: tdf#148433 test if CAIRO_OPERATOR_DIFFERENCE is the problemCaolán McNamara1-1/+8
2022-04-26CAIRO_OPERATOR_DIFFERENCE define should have followed its usageCaolán McNamara2-7/+4
2022-04-25loplugin:stringviewStephan Bergmann1-1/+2
2022-04-25ofz#46905 Null-dereferenceCaolán McNamara1-0/+2
2022-04-22use more string_view in unotoolsNoel Grandin2-3/+3
2022-04-21tdf#141000 replacing underscores with spaces of multi words icon pack nameZain Iftikhar1-13/+7
2022-04-21tdf#148699 Qt track the active / shown popupJan-Marek Glogowski4-4/+25
2022-04-21qt6: Fix build (QtWidget::enterEvent)Michael Weghorn2-1/+12
2022-04-20tdf#140463 Qt handle mouse enter+leave eventsJan-Marek Glogowski2-0/+31
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik41876-0/+57