summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin6-10/+10
2021-04-20rename DrawFocusRect to InvertFocusRectCaolán McNamara2-2/+2
2021-04-20drop unused get_hscroll_heightCaolán McNamara2-12/+0
2021-04-20setting vertical when horizontal wantedCaolán McNamara1-1/+1
2021-04-20fix too wide glyphs with Skia/GDI if horizontal scale is used (tdf#141715)Luboš Luňák1-0/+6
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-3/+3
2021-04-20fake 1bpp 2-color pattern bitmap if loaded as RGB (tdf#141612)Luboš Luňák1-3/+34
2021-04-19remove dead code from WinSalBitmap::CreateNoel Grandin3-8/+5
2021-04-19nobody uses RLE display hardware anymoreNoel Grandin2-121/+0
2021-04-19do not overwrite bitmap if using existing one for png loadingLuboš Luňák2-1/+11
2021-04-19use more string_view in comphelper::stringNoel Grandin1-2/+2
2021-04-19tdf#138901 Refresh button tooltip in sidebar created by extensionIlhan Yesil1-1/+7
2021-04-19notebookbar: minify for onlineSzymon Kłos2-7/+1
2021-04-17loplugin:constantparamNoel Grandin5-18/+11
2021-04-16X11SalGraphics::SupportsCairo is pretty slow and its value won't changeCaolán McNamara1-3/+6
2021-04-16jsdialog: uitest: handle click for drawing areaSzymon Kłos2-0/+47
2021-04-16Print Dialog move Selection radio button next to All Pagesandreas kainz1-7/+5
2021-04-15do not clear gray bitmaps in png loaderLuboš Luňák1-1/+0
2021-04-15threaded loading also for png loaderLuboš Luňák4-68/+230
2021-04-15automatic png_struct cleanupLuboš Luňák1-22/+9
2021-04-15remove unnecessary nesting levelsLuboš Luňák1-134/+121
2021-04-15use the bitmap buffer directly also when reading 32bit png bitmapLuboš Luňák1-21/+30
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara8-17/+15
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin2-0/+2
2021-04-15Qt5 correctly focus the navigator windowJan-Marek Glogowski1-2/+12
2021-04-15enum class X11ShowStateJan-Marek Glogowski3-38/+41
2021-04-15vcl PDFiumLibraryTest: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-6/+0
2021-04-14SkBlendMode::kDifference causes AMD/Linux driver instabilityLuboš Luňák1-3/+10
2021-04-14Revert "update Skia to chrome/m91" (tdf#141680)Luboš Luňák1-10/+3
2021-04-14add pitch to the patternCaolán McNamara1-4/+7
2021-04-14tdf#140639 cache FcPattern for font optionsCaolán McNamara3-4/+109
2021-04-14Qt add additional info to ToolkitNameJan-Marek Glogowski3-5/+15
2021-04-14use original FontAttributes instead of an intermediate FastPrintFontInfoCaolán McNamara3-13/+8
2021-04-14getFontOptions is always called with pitch of PITCH_DONTKNOWCaolán McNamara1-1/+2
2021-04-14hintstyle is unusedCaolán McNamara1-9/+1
2021-04-14vcl VectorGraphicSearchTest: avoid HAVE_FEATURE_PDFIUM ifdefMiklos Vajna2-5/+1
2021-04-13tdf#124176 Use pragma once in vclsarynasser28-109/+28
2021-04-13fix window --disable-pch buildCaolán McNamara1-0/+1
2021-04-13loplugin:singlevalfieldsNoel Grandin3-36/+1
2021-04-12use Skia linear+mipmap for quality large downscaling (tdf#140129)Luboš Luňák3-9/+48
2021-04-12update Skia to chrome/m91Luboš Luňák1-3/+10
2021-04-12tdf#134736 move nLastBgAction to also include any trailing popsCaolán McNamara1-0/+12
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara1-0/+1
2021-04-12improve scopingCaolán McNamara1-3/+1
2021-04-12tdf#132869 - Show the error message in a tooltipAndreas Heinisch1-0/+1
2021-04-11KF5 allow changing the font backend to QFontJan-Marek Glogowski3-4/+10
2021-04-11Qt5/KF5 get rid of unneeded own grahics handlingJan-Marek Glogowski7-59/+21
2021-04-11tdf#141623 Qt5+cairo init surface with widget sizeJan-Marek Glogowski1-4/+4
2021-04-11Fix typoAndrea Gelmini1-1/+1
2021-04-10vcl: allow for overriding the default PDF rendering resolutionAshod Nakashian1-1/+17