summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2020-01-02tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna1-0/+15
2019-12-24sal_Char->char in vclNoel Grandin1-2/+2
2019-12-20tdf#127022 vcl: fix Windows RTL menu barMiklos Vajna1-0/+15
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-12-08pdfexport: improved detection of failure to print with --disable-guiAshod Nakashian1-2/+3
2019-12-06disable VCL backendtest again for qt5svpLuboš Luňák1-2/+1
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+3
2019-11-27always test Skia before OpenGLLuboš Luňák1-2/+2
2019-11-27avoid unused parameter warning in non-debug buildLuboš Luňák1-0/+1
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák1-2/+1
2019-11-27add invert() tests to visualbackendtestLuboš Luňák1-1/+2
2019-11-27use different line and fill color in vcl backendtestLuboš Luňák1-15/+35
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák1-2/+2
2019-11-27extend vcl backendtest to more backendsLuboš Luňák1-33/+49
2019-11-27backendtest: test blending of bitmapTomaž Vajngerl1-0/+22
2019-11-27fix SkiaSalGraphicsImpl::drawPixel()Luboš Luňák1-2/+2
2019-11-27hopefully finally fix SkiaSalGraphicsImpl::drawMask()Luboš Luňák1-1/+1
2019-11-27temporarily disable failing tests in visualbackendtestLuboš Luňák1-9/+9
2019-11-27backendtests: add some bitmap testsTomaž Vajngerl1-0/+45
2019-11-27backendtests: enable tests only when render backend is skiaTomaž Vajngerl1-124/+65
2019-11-27backendtest: Add polyline bezier curve backend testsTomaž Vajngerl1-0/+27
2019-11-27backendtest: Add PolyLine B2D test diamondTomaž Vajngerl1-0/+13
2019-11-27add "invert" tests to BackendTestTomaž Vajngerl1-0/+40
2019-11-27disable bitmap CRC checking in SvmTest::checkBitmap(Ex)s() for SkiaLuboš Luňák1-0/+7
2019-11-27also check rendering in SvmTest::testBitmaps()Luboš Luňák1-2/+10
2019-11-27better handling of bit depths in skia codeLuboš Luňák1-3/+0
2019-11-27basic functional implementation of Skia SalBmpLuboš Luňák1-1/+6
2019-11-26tdf#128629 vcl DrawTransformedBitmapEx: do scaling for flipped bitmapsMiklos Vajna1-0/+53
2019-11-24widget theme: add additional settings to the theme definitionTomaž Vajngerl2-0/+16
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-1/+50
2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna2-0/+22
2019-11-19widget theme: add centeredTabs setting to theme definition fileTomaž Vajngerl4-1/+44
2019-11-17tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock2-20/+6
2019-11-12tdf#128630 vcl PDF export: fix aspect ratio when scaling rotated imageMiklos Vajna2-0/+36
2019-11-06vcl PDF export: fix re-exporting PDF images with page-level rotationMiklos Vajna2-0/+28
2019-11-05vcl PDF export: fix re-exporting PDF images for dict obj resource sub-keysMiklos Vajna2-0/+64
2019-10-31remove some stray random propertiesCaolán McNamara1-3/+0
2019-10-31Fix IsTransparent() for unloaded graphicsLuke Deller1-9/+46
2019-10-24tdf#115967: fix windows buildXisco Fauli2-3/+4
2019-10-24tdf#115967: Revert "sw: Use primitive renderer for graphics"Xisco Fauli2-0/+33
2019-10-19strip Dialog ctor downCaolán McNamara1-1/+1
2019-10-19fix buildCaolán McNamara1-1/+1
2019-10-19drop unused ModalDialog classCaolán McNamara1-1/+1
2019-10-10vcl, BitmapEx transformed draw: special-case simple rotationsMiklos Vajna1-0/+37
2019-10-10vcl: only smooth bitmap transform when neededMiklos Vajna1-0/+40
2019-10-08vcl: avoid downscale && upscale in DrawTransformedBitmapEx()Miklos Vajna1-0/+32
2019-10-07adjust a confusing testLuboš Luňák1-2/+2
2019-10-07fix test for CanvasBitmap not handling N32BitTcMask bpp properlyLuboš Luňák1-1/+4
2019-10-01Removed one pronounAndrea Gelmini1-1/+1
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara1-156/+80