summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2022-05-04Related: tdf#131725 if SvTreeListBox RTL set, set scrollbars to matchCaolán McNamara
2022-05-04lay out entire strings in SalLayoutGlyphsCache more often (tdf#148911)Luboš Luňák
2022-05-03Don't add empty labels to fontwork's icon viewMike Kaganski
2022-05-03optimize repeated calls for the same string in SalLayoutGlyphsCacheLuboš Luňák
2022-05-02better cache size limit for SalLayoutGlyphsCacheLuboš Luňák
2022-05-01jsdialog: export symbol for buttonsSzymon Kłos
2022-05-01jsdialog: handle formulabar as textinputSzymon Kłos
2022-05-01Fix commentsxuenhua
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-28include LogicalFontInstance font scale in SalLayoutGlyphsCache keyLuboš 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-26tdf#125931: Enable sidebar in MathMike Kaganski
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik4187
2022-04-18tdf#143148 Use pragma once instead of include guards.Isha_Desai
2022-04-15tdf#148349 add a way to call the user's attention to a widgetCaolán McNamara
2022-04-15jsdialog: close popup correctlySzymon Kłos
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-14Resolves: tdf#148476 allow dialog resize buttons to "shrink" againCaolán McNamara
2022-04-14compute subset of glyphs in SalLayoutGlyphsCache (tdf#139604)Luboš Luňák
2022-04-13use more string_view in vclNoel Grandin
2022-04-13Handle "addfont" from Collabora OnlineTor Lillqvist
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák
2022-04-09add vcl::Font::EqualIgnoreColor()Luboš Luňák
2022-04-09sal_GlyphId is internal to VCLLuboš 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 vcl::text::TextLayoutCache in SalLayoutGlyphsCacheLuboš Luňák
2022-04-07Related: tdf#148448 add a separate WarningColor settingsCaolán McNamara
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-04-01uitest: add wrapper for VclExpanderXisco Fauli
2022-03-30use the device dpiCaolán McNamara
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann
2022-03-24loplugin:constantparamNoel Grandin
2022-03-22ofz#45583 Integer-overflow on drawEPSCaolán McNamara
2022-03-22use dashing info from struct LineInfo in EPS writer (tdf#146804)Luboš Luňák
2022-03-22OpenGLHelper::GetDigest is only used on WindowsStephan Bergmann
2022-03-18tdf#111924 - Special characters: don't lose focus on context menuAndreas Heinisch
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák
2022-03-15make CreateTextLayoutCache() cached (tdf#116400)Luboš Luňák
2022-03-14Simplify vcl::EnglishStringToMetricStephan Bergmann
2022-03-14move cache for SalLayoutGlyph's from Calc to VCLLuboš Luňák
2022-03-13ofz: Divide-by-zeroCaolán McNamara