summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_canvashelper.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-21/+21
2015-03-19loplugin:constantfunction: canvasNoel Grandin1-31/+0
2015-01-20Some more loplugin:cstylecast: canvasStephan Bergmann1-1/+1
2014-12-11reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-12Bump cairo version to 1.2.0Riccardo Magliocchetti1-7/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-26coverity#736029 Missing break in switchCaolán McNamara1-1/+1
2014-05-08canvas: sal_Bool->boolNoel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-44/+44
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-44/+44
2014-01-10Be explicit when using bool as integral valueStephan Bergmann1-1/+1
2013-11-27cairo canvas: Line dashing size depends on the line width.Jan Holesovsky1-1/+1