summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit
AgeCommit message (Expand)AuthorFilesLines
4 days[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-2/+1
4 daystdf#160714 use crop box for bounds of embedded PDF objectPatrick Luby1-1/+5
6 daystdf#160431 Inverts webp file image when insertedNoel Grandin1-6/+6
6 daystdf#159660: also add normal blend filterXisco Fauli1-0/+57
6 daystdf#159660: Add support for lighten mode in feBlendXisco Fauli1-0/+57
6 daystdf#159660: Add support for darken mode in feBlendXisco Fauli1-0/+57
6 daystdf#159660: Add support for multiply mode in feBlendXisco Fauli1-0/+57
8 daysReturn double from OutputDevice::GetTextArrayMike Kaganski2-16/+16
12 daystdf#48062: Add support for arithmetic in feCompositeXisco Fauli1-0/+122
2024-04-12tdf#159660: Add support for screen mode in feBlendXisco Fauli1-0/+57
2024-04-01tdf#160436: fix glyph bounds calculation for vertical glyphsMike Kaganski1-0/+25
2024-04-01tdf#160430: Fix glyph bounds calculation, and use basegfx::B2DRectangleMike Kaganski1-11/+32
2024-03-30Fix typo in codeAndrea Gelmini1-1/+1
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl1-0/+310
2024-03-22tdf#160117: vcl_pdfexport2: Add unittestXisco Fauli2-0/+42
2024-03-22vcl: remove 4-bit scanline transformerTomaž Vajngerl1-42/+0
2024-03-16tdf#160036 Enable SKSL when using Skia/RasterPatrick Luby1-4/+0
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski7-14/+15
2024-03-13tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski2-2/+4
2024-03-08tdf#142133: partially revert 576611895e5Xisco Fauli2-0/+35
2024-03-04tdf#159817 tdf#159802 Form controls coordinates wrong when export to pdfNoel Grandin2-0/+663
2024-02-06return string_view from some XmlWalker methodsNoel Grandin1-1/+1
2024-01-30tdf#105844 unotest,xmlsecurity: fix tests on MacOSXMichael Stahl1-9/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-25tdf#142806 sw: PDF export: fix multi-frame links/fieldsMichael Stahl2-0/+745
2024-01-17tdf#141908: replace hex colors with color keywordsLuv Sharma1-2/+2
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski3-9/+9
2023-12-28vcl: BreakLines() -> BreakLine() and BreakLinesSimple() -> BreakLineSimple()Chris Sherlock1-3/+3
2023-12-28vcl: test BreakLinesWithIterator with hyphensChris Sherlock1-4/+60
2023-12-28vcl: add test for an invalid index in OutputDevice::GetTextBreak()Chris Sherlock2-0/+73
2023-12-19tdf#123864 gtk3 a11y: Consider states when mapping BUTTON_DROPDOWNMichael Weghorn1-4/+7
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn1-0/+1
2023-12-17fix 32 bit buildRene Engelhard1-1/+1
2023-12-13Enable Skia in unit testsMike Kaganski2-3/+7
2023-12-12tdf#113866 Add test.Adam Seskunas2-0/+47
2023-12-10add missing #if MORE_FONTSRene Engelhard1-0/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin22-101/+95
2023-12-06make AlphaMask separate from BitmapNoel Grandin3-16/+19
2023-12-05vcl: add unit test for cached glyphs based on tdf#103492Chris Sherlock1-0/+2
2023-12-05vcl: add unit tests for a mixture of CJK and latin charactersChris Sherlock1-3/+34
2023-12-02AlphaMask::ReleaseAccess is unnecessaryNoel Grandin2-3/+3
2023-11-19Extended loplugin:ostr: vclStephan Bergmann10-1260/+1345
2023-11-19vcl: add unit tests for simple text 'AV' with kerning and no-kerning enabledChris Sherlock1-0/+97
2023-11-08loplugin:unreffun (clang-cl)Stephan Bergmann1-1/+4
2023-11-07simplify OutputDevice::ClipAndDrawGradientMetafileNoel Grandin1-36/+2
2023-11-03tdf#157028 vcl: PDF export: inline OBJR dictionariesMichael Stahl2-81/+81
2023-11-02tdf#157816 sw: PDF export: filter out links on empty space, INetAttrsMichael Stahl2-3/+482
2023-11-02tdf#157816 sw: PDF export: filter out links on empty space, fieldsMichael Stahl2-0/+564
2023-10-31tdf#157679: vcl_pdfexport: Add unittestXisco Fauli2-0/+28
2023-10-31CppunitTest_vcl_pdfexport: split into twoXisco Fauli2-4731/+4803