summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-10Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet2-2/+2
2021-04-10Related tdf#117750: fix UnsharpenFilterJulien Nabet1-1/+1
2021-04-10tdf#141195:fix button text color with default background colorbykivi1-6/+15
2021-04-09remove vcl/waitobj.hxxCaolán McNamara2-18/+25
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann1-5/+5
2021-04-09enable set_busy_cursor to stack up in the gtk version tooCaolán McNamara1-1/+11
2021-04-09loplugin:noexceptmove (clang-cl)Stephan Bergmann1-1/+1
2021-04-09expose what sizes are used for theseCaolán McNamara1-2/+0
2021-04-09loplugin:nullptr (clang-cl)Stephan Bergmann1-3/+3
2021-04-09fix small cairo leak in gen backendNoel Grandin1-2/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+6
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-08ImplNewInputContext: check pointer before useSzymon Kłos1-1/+1
2021-04-08vcl VectorGraphicSearch: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-46/+10
2021-04-08Revert "Revert "Compute (un-)premultiply_table at compile time""Mike Kaganski2-26/+48
2021-04-07can short-circuit this conversionNoel1-0/+2
2021-04-07-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+3
2021-04-07cache also GetFontData() failuresLuboš Luňák1-4/+12
2021-04-07jsdialog: JSMessageDialog tweaks when builder is nullptrHenry Castro2-0/+62
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-43/+46
2021-04-07vcl: move graphic handling into Qt5GraphicsBackendTomaž Vajngerl10-195/+302
2021-04-07vcl: class to automatically delegate calls to SalGraphicImplTomaž Vajngerl3-340/+248
2021-04-07cache Skia fontLuboš Luňák3-14/+69