summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-10-02vcl: add more PDFiumTextPage and PDFiumPage wrappersMiklos Vajna2-219/+233
2020-10-02add operator<< for SkMatrixLuboš Luňák1-0/+9
2020-10-02SkCanvas::drawPaint() -> drawRect(), where applicable, and fix matrixLuboš Luňák2-16/+125
2020-10-01fix incorrect warningLuboš Luňák1-1/+2
2020-10-01Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara2-33/+42
2020-10-01loplugin:reducevarscope in vclNoel28-92/+62
2020-10-01Use the new single-instance="true" attribute in vclStephan Bergmann3-33/+2
2020-10-01add CppunitTest_vcl_skia to do Skia-specific testsLuboš Luňák4-0/+130
2020-10-01CppunitTest_vcl_filter_ipdf: use vcl::pdf::PDFiumDocumentMiklos Vajna1-10/+6
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara3-0/+12
2020-09-30Restore the fix for tdf#126830Maxim Monastirsky1-1/+1
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák12-0/+31
2020-09-30ofz#25989 cmap parsingCaolán McNamara1-1/+1
2020-09-30fix DrawDeviceAlphaBitmap() with mirroring (tdf#136223)Luboš Luňák3-32/+112
2020-09-30vcl: add PDFiumAnnotation::getObjectCount()Miklos Vajna1-0/+2
2020-09-29gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara2-14/+30
2020-09-29avoid crash if DrawTransformedBitmap() would mean empty Skia bitmapLuboš Luňák1-0/+2
2020-09-29disable VSync for Skia/Vulkan on Linux/nVidiaLuboš Luňák2-1/+8
2020-09-29blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407)Luboš Luňák1-0/+3
2020-09-29make it possible to blacklist just "windows"Luboš Luňák5-7/+44
2020-09-29ensure SolarMutex is held for SkiaZoneLuboš Luňák2-0/+12
2020-09-29add test for 'fix parsing of Vulkan version numbers'Luboš Luňák2-0/+51
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák6-43/+20
2020-09-28Adapt commentStephan Bergmann1-2/+2
2020-09-28Destroy CWinClipboard sufficiently earlyStephan Bergmann4-3/+35
2020-09-28remove obsolete gtk2 codeLuboš Luňák1-149/+0
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák35-86/+85
2020-09-27Replace list by vector in vcl/Qt5VirtualDeviceJulien Nabet2-3/+5
2020-09-27Remove unused include <list> in vcl/SalGtkFolderPickerJulien Nabet1-1/+0
2020-09-27ofz#25983 build failureCaolán McNamara2-0/+144
2020-09-26revert recent Polygon commitsNoel Grandin1-30/+0
2020-09-26Avoid -Werror=deprecated-declarationsStephan Bergmann1-1/+6
2020-09-26Avoid -Werror=deprecated-declarationsStephan Bergmann1-1/+1
2020-09-26Avoid -Werror=nonnull with glibc-headers-x86-2.32-1.fc33.noarchStephan Bergmann1-1/+1
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-26tools::PolyPolygon -> basegfx in filterNoel Grandin1-0/+30
2020-09-25Correctly parse real numbers in PDFsFelix Wiegand1-3/+5
2020-09-25ImpGraphic::swapOutContent: remove chaning when writing to streamTomaž Vajngerl1-4/+12
2020-09-25do not assert for slow alpha blending if mirroring is used (tdf#136223)Luboš Luňák1-2/+6
2020-09-25headless/cairo drawGradient() fixesLuboš Luňák1-17/+47
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl2-1/+51
2020-09-25Skia drawGradient() tweaksLuboš Luňák1-4/+7
2020-09-25rename stream variable in swapInContent, swapInTomaž Vajngerl1-26/+26
2020-09-25ImpGraphic: rename Impl{Read,Write}Embedded - used only in swappingTomaž Vajngerl2-16/+14
2020-09-25don't write metafile action twice in DrawPolyLineDirect()Luboš Luňák1-17/+37
2020-09-25tdf#134351: do not apply autofilter if all entries are selectedXisco Fauli1-0/+1
2020-09-25xor drawing done twice in the same place should be a no-opLuboš Luňák3-25/+47
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák13-2/+149