summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-10-06drop ownership argumentCaolán McNamara
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-06avoid calling gtk_widget_add_events when not neededCaolán McNamara
2020-10-06Use idle to update preview in print dlgSamuel Mehrbrodt
2020-10-05tdf#137250 fire changed on typeahead in combobox without menu activeCaolán McNamara
2020-10-05we are guaranteed to have gdk_screen_get_primary_monitor nowCaolán McNamara
2020-10-05make it possible to accelerate AlphaMask::BlendWith()Luboš Luňák
2020-10-04ofz#26122 allow NINSIZE input full elementsCaolán McNamara
2020-10-04do not set high filter quality if not changing imageLuboš Luňák
2020-10-04clean up handling of erased state in SkiaSalBitmapLuboš Luňák
2020-10-04optimize and unittest SkiaSalBitmap::InterpretAs8Bit()Luboš Luňák
2020-10-04default to BGRA for Skia, even on X11Luboš Luňák
2020-10-04pdfium: Support for InkStrokes and VerticesTomaž Vajngerl
2020-10-04pdfium: extend the PDF test with more types of annotationsTomaž Vajngerl
2020-10-04pdfium: add getObject, getValueType for PDFiumAnnotationTomaž Vajngerl
2020-10-03use a proper alpha mask bitmapLuboš Luňák
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-10-02Use the new single-instance="true" attribute in vclStephan Bergmann
2020-10-02opt-out from checking vclbackendtest failures rather than opt-inLuboš Luňák
2020-10-02cache Skia bitmaps if they are small but to be scaledLuboš Luňák
2020-10-02fix SkiaTest::testDrawShaders()Luboš Luňák
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara
2020-10-02vcl: add more PDFiumTextPage and PDFiumPage wrappersMiklos Vajna
2020-10-02add operator<< for SkMatrixLuboš Luňák
2020-10-02SkCanvas::drawPaint() -> drawRect(), where applicable, and fix matrixLuboš Luňák
2020-10-01fix incorrect warningLuboš Luňák
2020-10-01Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara
2020-10-01loplugin:reducevarscope in vclNoel
2020-10-01Use the new single-instance="true" attribute in vclStephan Bergmann
2020-10-01add CppunitTest_vcl_skia to do Skia-specific testsLuboš Luňák
2020-10-01CppunitTest_vcl_filter_ipdf: use vcl::pdf::PDFiumDocumentMiklos Vajna
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara
2020-09-30Restore the fix for tdf#126830Maxim Monastirsky
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-30ofz#25989 cmap parsingCaolán McNamara
2020-09-30fix DrawDeviceAlphaBitmap() with mirroring (tdf#136223)Luboš Luňák
2020-09-30vcl: add PDFiumAnnotation::getObjectCount()Miklos Vajna
2020-09-29gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara
2020-09-29avoid crash if DrawTransformedBitmap() would mean empty Skia bitmapLuboš Luňák
2020-09-29disable VSync for Skia/Vulkan on Linux/nVidiaLuboš Luňák
2020-09-29blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407)Luboš Luňák
2020-09-29make it possible to blacklist just "windows"Luboš Luňák
2020-09-29ensure SolarMutex is held for SkiaZoneLuboš Luňák
2020-09-29add test for 'fix parsing of Vulkan version numbers'Luboš Luňák
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28Adapt commentStephan Bergmann
2020-09-28Destroy CWinClipboard sufficiently earlyStephan Bergmann
2020-09-28remove obsolete gtk2 codeLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-27Replace list by vector in vcl/Qt5VirtualDeviceJulien Nabet