summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski
2022-04-26ofz#47029 TimeoutCaolán McNamara
2022-04-26use a std::vector hereCaolán McNamara
2022-04-26unnecessary dtorCaolán McNamara
2022-04-26ofz#46906 Integer-overflowCaolán McNamara
2022-04-25ofz#46905 Null-dereferenceCaolán McNamara
2022-04-22use more string_view in unotoolsNoel Grandin
2022-04-21tdf#141000 replacing underscores with spaces of multi words icon pack nameZain Iftikhar
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik4187
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-19dont keep writing to config when persona is set to 'no'Noel Grandin
2022-04-19Following tdf#142151: Red cast rendered in 16 bit TIFF imageJulien Nabet
2022-04-18tdf#142151: Red cast rendered in 16 bit TIFF imageJulien Nabet
2022-04-15tdf#148349 add a way to call the user's attention to a widgetCaolán McNamara
2022-04-15use the same colors for warning/error for gen ComboBox as Entry doesCaolán McNamara
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-14move vcl::text::TextLayoutCache caching to the class itselfLuboš Luňák
2022-04-14cid#1504075 Uninitialized scalar fieldCaolán McNamara
2022-04-14Resolves: tdf#148476 allow dialog resize buttons to "shrink" againCaolán McNamara
2022-04-14do not cache layout glyphs if fallback is involvedLuboš Luňák
2022-04-14Removed duplicated includeAndrea Gelmini
2022-04-14compute subset of glyphs in SalLayoutGlyphsCache (tdf#139604)Luboš Luňák
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann
2022-04-13empty SalLayoutGlyphsImpl is not automatically invalidLuboš Luňák
2022-04-13use more string_view in vclNoel Grandin
2022-04-13tdf#80633 speed up dialog layoutNoel Grandin
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12ofz#46638 Integer-overflowCaolán McNamara
2022-04-12drop unused width variableCaolán McNamara
2022-04-12ofz: Use-of-uninitialized-valueCaolán McNamara
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák
2022-04-11lok: fix formulabar renderingSzymon Kłos
2022-04-11use more string_viewNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-09add vcl::Font::EqualIgnoreColor()Luboš Luňák
2022-04-09no public data members in GlyphItemLuboš Luňák
2022-04-09cache failures in SalLayoutGlyphsCache tooLuboš Luňák
2022-04-08add SalLayoutGlyphs* parameter to OutputDevice::GetTextBreak()Luboš Luňák
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák
2022-04-08ignore Point logicalPos argument in SalLayoutGlyphsCacheLuboš Luňák
2022-04-08check better for unchanged OutputDevice in SalLayoutGlyphsCacheLuboš Luňák
2022-04-08use SalLayoutGlyphsCache in PDFWriterImplLuboš Luňák
2022-04-08faster hashing of very long strings in SalLayoutGlyphsCacheLuboš Luňák
2022-04-08use vcl::text::TextLayoutCache in SalLayoutGlyphsCacheLuboš Luňák
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin