summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/outdev.cxx
AgeCommit message (Expand)AuthorFilesLines
4 daysremoved unused DrawModeFlagsNoel Grandin1-33/+0
5 daysremove unused DrawModeFlagsNoel Grandin1-89/+0
2025-09-04converting the SalGraphics backend from BitmapEx->Bitmap (3)Noel Grandin1-4/+2
2025-08-29BitmapEx->Bitmap in MetaBmpExScaleActionNoel Grandin1-4/+4
2025-07-21remove alpha device from OutputDeviceNoel Grandin1-0/+1
2025-07-03tdf#166842 do not use LineColor==COL_TRANSPARENT...Noel Grandin1-1/+1
2025-07-01tdf#166842 do not use FillColor==COL_TRANSPARENT...Noel Grandin1-1/+1
2025-06-02tdf#146619 Remove unused headers from vcl/qaGabor Kelemen1-1/+0
2025-02-27tdf#74702 vcl: make OutputDevice classes aware of animation capabilityChristopher Sherlock1-3/+4
2025-01-30tdf#164799 Tooltips appear emptyNoel Grandin1-2/+2
2025-01-14Change alpha behavour of OutputDevice::SetFillColorNoel Grandin1-1/+1
2024-11-13loplugin:reftotemp in vclNoel Grandin1-8/+8
2024-05-10loplugin:ostr in vclNoel Grandin1-2/+2
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski1-3/+4
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-8/+8
2023-11-07simplify OutputDevice::ClipAndDrawGradientMetafileNoel Grandin1-36/+2
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-5/+5
2023-04-11CppunitTest_vcl_outdev: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-177/+57
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann1-10/+10
2022-08-30tdf#141908 Replace usage of sal_Int32 with Color in unit testscutamar1-3/+1
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock1-218/+0
2021-12-27vcl: remove unnecessary actions from DrawGradientToMetafile()Chris Sherlock1-11/+101
2021-10-31do not mix bitmap read and write accessLuboš Luňák1-6/+2
2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock1-0/+59
2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock1-0/+290
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock1-0/+66
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock1-1/+45
2021-10-13vcl: DrawPolyLine() did not set metaaction line join or capChris Sherlock1-2/+0
2021-10-11vcl: test OutputDevice::DrawPolyLine()Chris Sherlock1-0/+123
2021-10-11vcl: test OutputDevice::DrawWaveLine()Chris Sherlock1-0/+16
2021-10-11vcl: test OutputDevice::DrawBorder()Chris Sherlock1-0/+38
2021-10-11vcl: test OutputDevice::DrawCheckered()Chris Sherlock1-7/+447
2021-10-11vcl: ensure test VDevs are always bigger than operation being testedChris Sherlock1-3/+3
2021-10-11vcl: fix issue in testErase()Chris Sherlock1-4/+4
2021-10-07vcl: test OutputDevice::Erase()Chris Sherlock1-10/+45
2021-10-06vcl: test OutputDevice::DrawArc(), DrawChord(), DrawPie() and DrawEllipse()Chris Sherlock1-2/+88
2021-10-06vcl: test OutputDevice::DrawRect()Chris Sherlock1-0/+40
2021-10-06vcl: test OutputDevice::DrawLine()Chris Sherlock1-2/+63
2021-10-06vcl: test OutputDevice::DrawPixel()Chris Sherlock1-0/+45
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-9/+12
2021-09-10vcl: move outdevstate.cxx to stack.cxxChris Sherlock1-0/+59
2021-09-10vcl: move OutputDevice::SetDigitLanguage() to text.cxxChris Sherlock1-0/+21
2021-09-10vcl: move SetLayoutMode() to text.cxxChris Sherlock1-2/+23
2021-09-10vcl: move OutputDevice drawmode functions to outdev.cxxChris Sherlock1-0/+13
2021-09-09vcl: move OutputDevice antialiasing functions to outdev.cxxChris Sherlock1-0/+13
2021-09-08vcl: move OutputDevice output flag functions to outdev.cxxChris Sherlock1-0/+15
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock1-71/+0
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock1-0/+21
2021-09-05vcl: unit tests for Bitmap::Crop() and Bitmap::GetDownsampledBitmap()Chris Sherlock1-0/+71
2021-09-04vcl: Add unit test for SetRefPoint(), IsRefPoint() and GetRefPoint()Chris Sherlock1-0/+40