summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+3
2020-01-06tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna1-0/+15
2019-12-21tdf#127022 vcl: fix Windows RTL menu barMiklos Vajna1-0/+15
2019-11-26tdf#128629 vcl DrawTransformedBitmapEx: do scaling for flipped bitmapsMiklos Vajna1-0/+53
2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna2-0/+22
2019-11-18tdf#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
2019-10-01tdf#127446 vcl image lazy-load: fix custom size handling of metafilesMiklos Vajna1-0/+27
2019-09-29vcl: refactor SVM test to check also from filesTomaž Vajngerl35-59/+111
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin3-59/+1
2019-09-16vcl: update the svm test for gradient with additional exampleTomaž Vajngerl1-0/+34
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock1-1/+19
2019-09-01Fix '..'Andrea Gelmini1-4/+4
2019-08-26loplugin:returnconstval in variousNoel Grandin1-1/+1
2019-08-22loplugin:constmethod in vclNoel Grandin1-1/+1
2019-08-16Drop TimerTest::testStopwatchStephan Bergmann1-77/+0
2019-08-16Drop bogus check from TimerTest::testStopwatchStephan Bergmann1-1/+0
2019-08-14Add some margin to the Stopwatch testJan-Marek Glogowski1-2/+2
2019-08-13Add a TaskStopwatch to interrupt idle loopsJan-Marek Glogowski1-0/+78
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-0/+22
2019-07-28tdf#126559: vcl_pdfexport unit test failureJulien Nabet1-2/+4
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski1-2/+2
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin1-1/+1
2019-07-17external: update pdfium to 3849Miklos Vajna1-3/+3
2019-07-16write out empty state explicitly in writeRectangleNoel Grandin1-2/+2
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen3-52/+2
2019-07-06WIN fix some unit tests more generallyJan-Marek Glogowski1-0/+3
2019-07-05Enable many more unit tests on all archsJan-Marek Glogowski5-101/+41
2019-06-25Initialize the font list before querying itJan-Marek Glogowski1-4/+1
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen32-92/+4
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov1-27/+19
2019-06-06vcl: move bitmap scale test to its own fileTomaž Vajngerl2-242/+300