summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Use CPPUNIT_ASSERT_DOUBLES_EQUAL, which fits the taskMike Kaganski1-10/+10
2021-05-31Drop Window::IsDisposedNoel1-2/+2
2021-05-25Fix typoAndrea Gelmini1-1/+1
2021-05-24add vcl unittests for basic text renderingLuboš Luňák2-2/+378
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-17vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna2-0/+67
2021-05-17split OutputDevice from WindowNoel Grandin2-6/+9
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-12vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna2-0/+88
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna2-0/+134
2021-05-04sal_uLong->sal_Int64 in BitmapNoel Grandin1-5/+5
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin1-11/+9
2021-04-26BitmapEx: always convert 1-bit mask to alphaNoel Grandin2-5/+5
2021-04-24backend tests for linecap and linejoin typesLuboš Luňák1-0/+78
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-19do not overwrite bitmap if using existing one for png loadingLuboš Luňák1-0/+9
2021-04-15threaded loading also for png loaderLuboš Luňák1-0/+28
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara1-5/+5
2021-04-15vcl PDFiumLibraryTest: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-6/+0
2021-04-14vcl VectorGraphicSearchTest: avoid HAVE_FEATURE_PDFIUM ifdefMiklos Vajna1-4/+0
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl1-1/+1
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara1-0/+0
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski1-43/+0
2021-04-02vcl: move MapMode reading and writing to TypeSerializerTomaž Vajngerl1-0/+39
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl8-43/+36
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski2-45/+47
2021-04-01Fix VclComplexTextTest::testArabic another wayMike Kaganski1-2/+5
2021-03-31Fix the test in Windows RDP sessionsMike Kaganski1-1/+1
2021-03-31drop 4bpp image formatsNoel3-63/+4
2021-03-30Exclude some tests in Windows RDP sessionMike Kaganski2-0/+90
2021-03-26vcl: remove writing and reading 4-bit bitmaps for BMP formatTomaž Vajngerl2-2/+2
2021-03-26vcl: Check expected PixelFormat in BMP testsTomaž Vajngerl1-0/+10
2021-03-26vcl: remove creating 4-bit palette bitmap when reading XPM formatTomaž Vajngerl1-1/+1
2021-03-24add a unittest for tdf#132367Luboš Luňák1-0/+23
2021-03-24tdf#141171: vcl_pdfexport: Add unittestXisco Fauli2-0/+55
2021-03-21fix SalLayoutGlyphs caching with MultiSalLayoutLuboš Luňák1-0/+55
2021-03-19vcl: add interlaced test case for PngImageReaderTomaž Vajngerl2-2/+8
2021-03-18vcl: test for reading the XPM formatTomaž Vajngerl4-0/+377
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák1-6/+4
2021-03-17round polygon points before merging them for Skia drawing (tdf#140848)Luboš Luňák1-0/+30
2021-03-17Fix CPPUNIT_ASSERT_EQUAL argument type mismatch (Windows, 64-bit)Stephan Bergmann1-22/+22
2021-03-16fixes for SkiaSalBitmap delayed scaling (tdf#140930)Luboš Luňák1-0/+43
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl12-0/+197
2021-03-14ofz#32026 null-derefCaolán McNamara1-0/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl16-67/+76
2021-03-13test gif-in-png Microsoft extensionLuboš Luňák2-0/+17
2021-03-12tdf#127217: vcl_pdfexport: Add unittestXisco Fauli2-0/+33