summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski2024-01-031-1/+1
* simplify and modernise ScopedBitmapAccessNoel Grandin2023-12-072-2/+1
* tdf#157792 followupNoel Grandin2023-10-181-1/+1
* Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2023-10-114-7/+10
* loplugin:ostr: automatic rewriteStephan Bergmann2023-10-071-2/+2
* tdf#146619 Recheck include/c* with IWYUGabor Kelemen2023-09-224-0/+4
* Fix typoAndrea Gelmini2023-08-281-1/+1
* new loplugin:optionalboolNoel Grandin2023-08-281-2/+2
* tdf#150610 fix broken rendering of text meta actionsPatrick Luby2023-08-271-9/+58
* Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin2023-07-251-1/+1
* make tools::Poly*gon single-arg constructors explicitNoel Grandin2023-07-061-1/+1
* CppunitTest_cppcanvas_test: clang-formatKhaled Hosny2023-06-191-17/+19
* tdf#155810: Add testKhaled Hosny2023-06-191-1/+132
* CppunitTest_cppcanvas_test: generalize testCompositeKhaled Hosny2023-06-192-5/+2
* CppunitTest_cppcanvas_test: enable even if cairo canvas is notKhaled Hosny2023-06-193-3/+5
* CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE()Khaled Hosny2023-06-191-9/+1
* tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny2023-06-184-1/+36
* remove some misleading typedefsNoel Grandin2023-06-153-16/+12
* MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)2023-04-211-7/+7
* no need to allocate Gradient separatelyNoel Grandin2023-03-012-3/+3
* improve readability of VirtualDevice constructorNoel Grandin2023-02-071-1/+1
* drop internal support for 1-bit imagesNoel Grandin2023-01-121-1/+1
* rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin2023-01-111-1/+1
* tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2022-12-024-15/+13
* Remove some unused includesMiklos Vajna2022-11-241-4/+1
* UnoApiTest: simplify code by using tempfile memberXisco Fauli2022-11-081-0/+1
* UnoApiTest: factor out common codeXisco Fauli2022-10-241-3/+1
* test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli2022-10-211-20/+0
* basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl2022-09-114-45/+43
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-183-3/+3
* Replace old png writer in emfplus.cxxofftkp2022-07-191-3/+3
* cid#1504592 Big parameter passed by valueCaolán McNamara2022-06-141-3/+3
* Remove duplicated includeAndrea Gelmini2022-06-031-1/+0
* clang-tidy modernize-pass-by-value in cppcanvasNoel Grandin2022-06-0218-47/+59
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-1/+1
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-133-2/+2
* vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock2022-01-051-3/+2
* use comphelper::WeakComponentImplHelper in MtfRendererNoel Grandin2021-12-271-5/+4
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* Work around two -Werror=implicit-fallthrough=Stephan Bergmann2021-12-061-4/+3
* Adapt CppunitTest_cppcanvas_emfplus CPPUNIT_TEST_NAME=testFdo77229::TestBodyStephan Bergmann2021-12-061-1/+1
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-191-3/+3
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-1/+1
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-312-4/+4
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-304-12/+12
* Prepare for removal of non-const operator[] from Sequence in cppcanvasMike Kaganski2021-10-294-34/+21
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-294-17/+18
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-1/+2
* vcl: rename OutDevState to StackChris Sherlock2021-09-283-32/+31
* use std::vector for fetching DX array dataNoel Grandin2021-09-042-9/+8