summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
43 hourscanvas: simplify calcTransformedRectBoundsXisco Fauli1-3/+1
43 hourscanvas: simplify getViewStateTransform/getRenderStateTransformXisco Fauli4-17/+7
13 daysloplugin:reftotemp in cppcanvas..cuiNoel Grandin5-58/+58
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin2-13/+6
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-13tdf#163410: fix missing text highlight color for outline textThorsten Behrens1-15/+62
2024-08-11cid#1608541 bogus Overflowed constantCaolán McNamara1-1/+4
2024-08-10cid#1556058 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-07loplugin:ostr in cppcanvasNoel Grandin3-3/+3
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-2/+2
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski1-1/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin2-2/+1
2023-10-18tdf#157792 followupNoel Grandin1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann4-7/+10
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen4-0/+4
2023-08-28Fix typoAndrea Gelmini1-1/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-2/+2
2023-08-27tdf#150610 fix broken rendering of text meta actionsPatrick Luby1-9/+58
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-1/+1
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin1-1/+1
2023-06-19CppunitTest_cppcanvas_test: clang-formatKhaled Hosny1-17/+19
2023-06-19tdf#155810: Add testKhaled Hosny1-1/+132
2023-06-19CppunitTest_cppcanvas_test: generalize testCompositeKhaled Hosny2-5/+2
2023-06-19CppunitTest_cppcanvas_test: enable even if cairo canvas is notKhaled Hosny3-3/+5
2023-06-19CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE()Khaled Hosny1-9/+1
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny4-1/+36
2023-06-15remove some misleading typedefsNoel Grandin3-16/+12
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-7/+7
2023-03-01no need to allocate Gradient separatelyNoel Grandin2-3/+3
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara4-15/+13
2022-11-24Remove some unused includesMiklos Vajna1-4/+1
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli1-0/+1
2022-10-24UnoApiTest: factor out common codeXisco Fauli1-3/+1
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli1-20/+0
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl4-45/+43
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-07-19Replace old png writer in emfplus.cxxofftkp1-3/+3
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara1-3/+3
2022-06-03Remove duplicated includeAndrea Gelmini1-1/+0
2022-06-02clang-tidy modernize-pass-by-value in cppcanvasNoel Grandin18-47/+59
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen3-2/+2
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock1-3/+2
2021-12-27use comphelper::WeakComponentImplHelper in MtfRendererNoel Grandin1-5/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-06Work around two -Werror=implicit-fallthrough=Stephan Bergmann1-4/+3