summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/GraphicTest.cxx
AgeCommit message (Expand)AuthorFilesLines
13 daysloplugin:ostr in vclNoel Grandin1-17/+17
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski1-2/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vclStephan Bergmann1-2/+2
2023-09-12tdf#149545: increase svg check sizeXisco Fauli1-0/+12
2023-07-04tdf#156016: vcl_graphic_test: Add unittestXisco Fauli1-0/+12
2023-07-04CppunitTest_vcl_graphic_test: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-163/+70
2023-07-04CppunitTest_vcl_graphic_test: Demultiplex test codeXisco Fauli1-19/+81
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin1-54/+28
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-3/+2
2022-09-23Fix GraphicTest::testLoadSVGZ() on non-default DPIXisco Fauli1-2/+3
2022-09-08tdf#150808: vcl_graphic_test: Add unittestXisco Fauli1-0/+10
2022-09-05tdf#149670 fix color change api and adjust tolerance for ooxmlSarper Akdemir1-0/+33
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp1-1/+1
2022-08-10Prepare GraphicDescriptor and GraphicFormatDetector for mergingofftkp1-6/+8
2022-04-29use more string_view in INetURLObjectNoel Grandin1-12/+11
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-1/+11
2021-06-14stack-use-after-scopeStephan Bergmann1-3/+2
2021-06-11when converting WMF to WMF, simply do a direct copyLuboš Luňák1-0/+79
2021-04-26BitmapEx: always convert 1-bit mask to alphaNoel Grandin1-3/+3
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-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-02-16vcl: add test to load graphic of some less common formatsTomaž Vajngerl1-0/+93
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl1-19/+16
2021-01-10fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-09vcl: remove "path" attribute from VectorGraphicDataTomaž Vajngerl1-2/+6
2021-01-06Move TIFF reader and writer from filter module into VCLTomaž Vajngerl1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-21disable some more tests for non-default-dpiNoel Grandin1-1/+12
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl1-38/+592
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna1-0/+26
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna1-0/+36
2020-11-26WMF export: just write the source data as is for from-WMF graphicsMiklos Vajna1-0/+30
2020-11-17loplugin:stringviewparam check methods tooNoel1-9/+9
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski1-10/+10
2020-10-19use tools::Long in vclNoel1-2/+2
2020-08-17Add test for preserving page number when suappingTomaž Vajngerl1-0/+42
2020-08-17vcl: save and load the page number when swapping the graphicTomaž Vajngerl1-4/+4
2020-05-15do not hardcode a BitmapChecksum in a testLuboš Luňák1-2/+3
2020-05-11fix some leaks in vclNoel Grandin1-0/+17
2020-04-26Test swapping of GraphicTomaž Vajngerl1-22/+214
2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna1-0/+22
2019-10-31Fix IsTransparent() for unloaded graphicsLuke Deller1-9/+46
2019-10-01Removed one pronounAndrea Gelmini1-1/+1
2019-10-01tdf#127446 vcl image lazy-load: fix custom size handling of metafilesMiklos Vajna1-0/+27
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen1-1/+0
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-3/+2