summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-05-07ofz#47289 attempt to allocate negative lenCaolán McNamara1-1/+1
2022-05-07vcl: add some basic Animation unit testsChris Sherlock2-0/+70
2022-05-06vcl: test ImplAnimViewChris Sherlock4-3/+168
2022-05-06ofz#47268 Integer-overflowCaolán McNamara1-0/+11
2022-05-06Related: tdf#148433 use a slightly different cursor directional indicatorCaolán McNamara1-5/+9
2022-05-06Remove duplicated includesAndrea Gelmini2-2/+0
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp8-80/+146
2022-05-05ofz#47241 don't use hardcoded SalLayoutFlags::BiDiStrong mode for fuzzingCaolán McNamara2-13/+0
2022-05-05tdf#148771 in scrollable dropdowns show some lines before selected entryCaolán McNamara1-0/+5
2022-05-05loplugin:unusedvariableplusNoel Grandin4-9/+0
2022-05-05vertical text test fails with latest harfbuzzCaolán McNamara1-2/+2
2022-05-05use more o3tl::getTokenNoel Grandin9-24/+30
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann2-3/+3
2022-05-05use more string_viewNoel Grandin1-5/+6
2022-05-04remove unused layout callLuboš Luňák1-2/+0
2022-05-04reduce string conversions in jsdialog::ExecuteActionNoel Grandin1-53/+31
2022-05-04ofz#47199 AbortCaolán McNamara1-1/+4
2022-05-04Related: tdf#131725 match the basegfx translation to the mirror logicCaolán McNamara2-35/+82
2022-05-04use more string_view in unotoolsNoel Grandin3-3/+3
2022-05-04Related: tdf#131725 if SvTreeListBox RTL set, set scrollbars to matchCaolán McNamara1-0/+8
2022-05-04remove completed TODOCaolán McNamara1-1/+0
2022-05-04reset cached SalLayoutGlyphs when statusbar text changesLuboš Luňák1-0/+1
2022-05-04lay out entire strings in SalLayoutGlyphsCache more often (tdf#148911)Luboš Luňák1-21/+39
2022-05-04don't lay out entire strings for Writer layout testsLuboš Luňák1-1/+10
2022-05-04vcl : avoid recursive call if skia context creation failed.Arnaud VERSINI1-1/+1
2022-05-04tidy up SalLayoutGlyphs usage in StatusBarLuboš Luňák1-24/+23
2022-05-04do not allow reusing already used SalLayoutGlyphs (tdf#148477)Luboš Luňák2-3/+22
2022-05-03ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2022-05-03Don't add empty labels to fontwork's icon viewMike Kaganski2-1/+10
2022-05-03loplugin:stringviewparamStephan Bergmann2-3/+8
2022-05-03ofz#47200 AbrtCaolán McNamara1-1/+4
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann3-33/+37
2022-05-03Why cast from FontWeight to intStephan Bergmann1-3/+3
2022-05-03add o3tl::equalsAsciiNoel Grandin2-3/+4
2022-05-03optimize repeated calls for the same string in SalLayoutGlyphsCacheLuboš Luňák1-0/+30
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann12-40/+40
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák1-1/+1
2022-05-02Silence -Werror=maybe-uninitializedStephan Bergmann1-0/+1
2022-05-02Delete mnemonics for CJK translations on macOSxuenhua1-16/+3
2022-05-02Reimplement IconView::PaintEntryMike Kaganski1-80/+73
2022-05-02Related: tdf#148433 experiment with CAIRO_OPERATOR_EXCLUSIONCaolán McNamara1-3/+4
2022-05-02better for fix glyph font fallback with null characterLuboš Luňák3-8/+3
2022-05-02better cache size limit for vcl::text::TextLayoutCacheLuboš Luňák1-2/+15
2022-05-02better cache size limit for SalLayoutGlyphsCacheLuboš Luňák1-1/+18
2022-05-02loplugin:stringviewparamStephan Bergmann1-1/+2
2022-05-01jsdialog: export symbol for buttonsSzymon Kłos1-0/+47
2022-05-01jsdialog: handle formulabar as textinputSzymon Kłos3-20/+71
2022-05-01abort more writer layout tests if a font isn't foundCaolán McNamara1-2/+2
2022-05-01abort writer layout tests if a font isn't foundCaolán McNamara1-1/+28
2022-05-01tdf#74331: 16bit "min-is-black" tiff not loaded correctlyCaolán McNamara3-113/+177