summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2023-10-18tdf#157792 followupNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-08-28Fix typoAndrea Gelmini
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-27tdf#150610 fix broken rendering of text meta actionsPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-06-19CppunitTest_cppcanvas_test: clang-formatKhaled Hosny
2023-06-19tdf#155810: Add testKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: generalize testCompositeKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: enable even if cairo canvas is notKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE()Khaled Hosny
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny
2023-06-15remove some misleading typedefsNoel Grandin
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-03-01no need to allocate Gradient separatelyNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-11-24Remove some unused includesMiklos Vajna
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli
2022-10-24UnoApiTest: factor out common codeXisco Fauli
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-19Replace old png writer in emfplus.cxxofftkp
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara
2022-06-03Remove duplicated includeAndrea Gelmini
2022-06-02clang-tidy modernize-pass-by-value in cppcanvasNoel Grandin
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock
2021-12-27use comphelper::WeakComponentImplHelper in MtfRendererNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-06Work around two -Werror=implicit-fallthrough=Stephan Bergmann
2021-12-06Adapt CppunitTest_cppcanvas_emfplus CPPUNIT_TEST_NAME=testFdo77229::TestBodyStephan Bergmann
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppcanvasMike Kaganski
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara