summaryrefslogtreecommitdiff
path: root/cppcanvas/source
AgeCommit message (Expand)AuthorFilesLines
13 daysGeneralize basegfx::fround for templated return typeMike Kaganski1-2/+2
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-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-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
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara4-15/+13
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-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-06Work around two -Werror=implicit-fallthrough=Stephan Bergmann1-4/+3
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-3/+3
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák2-4/+4
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin4-12/+12
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppcanvasMike Kaganski3-29/+17
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin4-17/+18
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock3-32/+31
2021-09-04use std::vector for fetching DX array dataNoel Grandin2-9/+8
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin14-60/+12
2021-08-18undo changes to TextAlignCaolán McNamara2-12/+16
2021-07-30convert TextAlign to scoped enumCaolán McNamara2-16/+12
2021-06-08Simplify Sequences initializations (cppcanvas)Julien Nabet2-4/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-06transform by vector length, not just XLuboš Luňák1-1/+1
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-3/+3
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-3/+3
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-4/+4
2020-12-29use new toRadians function in more placesNoel Grandin1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-5/+5
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-21use tools::Long in comphelper..cuiNoel4-14/+14