summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2023-03-05tdf#153180: PngImageWriter add support for gray alpha colortypeSarper Akdemir1-0/+53
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann1-10/+10
2023-02-07improve readability of VirtualDevice constructorNoel Grandin8-35/+40
2023-01-15vcl: add more device independent checks for bitmaps in svmtestTomaž Vajngerl1-11/+25
2023-01-12Fix VclTextTest with colorized antialiasingStephan Bergmann1-3/+10
2023-01-12vcl: introduce a BitmapEx::DumpAsPng()Miklos Vajna1-0/+16
2023-01-12maAlphaMask in BitmapEx should be AlphaMaskNoel Grandin1-2/+3
2023-01-12drop internal support for 1-bit imagesNoel Grandin6-90/+16
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin5-7/+7
2023-01-03vcl: Copy the resource kind object itself if...Dennis Francis2-0/+46
2023-01-03vcl: use /MediaBox origin in the ctm...Dennis Francis2-0/+61
2022-12-31tdf#136604: Remove Source Sans Pro fontsKhaled Hosny1-0/+0
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin1-54/+28
2022-12-21vcl: /Filter [/FlatDecode] not properly readDennis Francis1-0/+50
2022-12-21vcl: read references to /Kids array...Dennis Francis2-0/+38
2022-12-05tdf#152376: Remove Kacst Book and Kacst Office fontsKhaled Hosny2-2/+2
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2-36/+18
2022-12-01tdf#135192 drawinglayer,svx: PDF/UA export: also tag TH for SdrTableObjMichael Stahl1-1/+40
2022-12-01tdf#135192 svx: PDF/UA export: implement tags for SdrTableObjMichael Stahl2-0/+334
2022-11-28tdf#67866 sc,sd: PDF/UA export: set language in CatalogMichael Stahl1-0/+10
2022-11-27vcl: test getting glyph boundary rect from LogicalFontInstanceChris Sherlock1-0/+64
2022-11-25tdf#57423 sw: PDF/UA export: Alt texts for SwNoTextNodeMichael Stahl2-0/+102
2022-11-24relax glyph assert wrt layout equivalencyCaolán McNamara1-1/+1
2022-11-24Remove some unused includesMiklos Vajna1-4/+1
2022-11-23UnoApiTest: factor out createTempFileXisco Fauli1-14/+5
2022-11-22CppunitTest_vcl_filter_ipdf: inherit from UnoApiTestXisco Fauli1-26/+19
2022-11-22tdf#135638 drawinglayer,svx,sw: PDF/UA export: put SdrObjects on anchorMichael Stahl2-0/+238
2022-11-21Revert "vcl: test getting glyph boundary rect from LogicalFontInstance"خالد حسني1-59/+0
2022-11-21remove FontAttributes::meCharSetCaolán McNamara1-2/+2
2022-11-21qa: remove duplicated operatorsXisco Fauli1-9/+0
2022-11-21drop effectively unused Font::IsSymbolFontCaolán McNamara1-25/+0
2022-11-20vcl: add unit tests for OutputDevice::GetTextRect()Chris Sherlock1-0/+102
2022-11-18remove unused Font::SetSymbolFlagCaolán McNamara1-15/+3
2022-11-18vcl: test getting glyph boundary rect from LogicalFontInstanceChris Sherlock1-0/+59
2022-11-15tdf#149140 vcl,sw: PDF/UA export: add Scope attribute to table headersMichael Stahl2-0/+621
2022-11-09CppunitTest_vcl_pdfexport: inherit from UnoApiTestXisco Fauli1-146/+60
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-0/+8
2022-10-24UnoApiTest: factor out common codeXisco Fauli1-3/+1
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli1-20/+0
2022-10-21tdf#139736 sw: PDF/UA export: flys in header/footer are ArtifactsMichael Stahl2-0/+86
2022-10-15vcl: test generating ellipsesChris Sherlock1-0/+71
2022-10-13drop newly unused StyleSettings::GetFontColorCaolán McNamara3-7/+7
2022-10-08tdf#124672 for hicontrast white/black bg select either Sifr vs Sifr DarkCaolán McNamara1-2/+2
2022-10-07vcl: test OutputDevice::GetTextBreak()Chris Sherlock1-0/+26
2022-10-05tdf#151350: Fix extraneous gaps before marksKhaled Hosny1-32/+22
2022-10-03tdf#150786 use the same colors for pdf widgets regardless of themeCaolán McNamara1-8/+3
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin5-52/+50
2022-09-23Fix GraphicTest::testLoadSVGZ() on non-default DPIXisco Fauli1-2/+3
2022-09-21use more string_view in vclNoel Grandin3-30/+30
2022-09-18use more string_view in utl::TempFileNoel Grandin1-2/+1