summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_canvashelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen1-0/+1
2019-08-22loplugin:constmethod in canvas,comphelperNoel Grandin1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-2/+2
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-28tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin1-3/+3
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin1-282/+6
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-2/+2
2018-01-15More loplugin:cstylecast: canvasStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: canvasStephan Bergmann1-2/+2
2017-12-20Properly skip ignored valueMike Kaganski1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-11/+11
2017-07-20loplugin:constparams in canvasNoel Grandin1-2/+2
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-02-01tdf#105620: Probably better to not ignore initial x0 and y0Tor Lillqvist1-2/+2
2017-02-01tdf#105620: Fix placement of image embedded in graphicTor Lillqvist1-0/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-62/+44
2016-10-06Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara1-1/+4
2016-10-06use a vector here instead of manual mem managementCaolán McNamara1-6/+5
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-44/+44
2016-09-14loplugin:constantparamNoel Grandin1-4/+2
2016-08-21Related: tdf#86473 git rid of special pixel snapping for rectanglesCaolán McNamara1-22/+1
2016-08-20Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawnCaolán McNamara1-1/+21
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin1-2/+2
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand1-5/+7
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-9/+9
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-13tdf#99165 initialize nLastX, nLastYArmin Le Grand1-1/+1
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand1-1/+20
2016-02-23convert GradientType to scoped enumNoel Grandin1-3/+3
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-3/+2
2015-11-26expression result unused [-Werror,-Wunused-value]Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-44/+44
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-27/+24
2015-07-22com::sun::star->css in canvasNoel Grandin1-5/+5
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks1-2/+2