summaryrefslogtreecommitdiff
path: root/canvas/source/cairo
AgeCommit message (Expand)AuthorFilesLines
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-3/+0
2016-12-11canvas: remove useless MutexGuardsArnaud Versini2-28/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
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-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-44/+44
2016-09-14loplugin:constantparamNoel Grandin2-6/+3
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka1-1/+1
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 Grandin9-10/+10
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-12/+4
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand1-5/+7
2016-07-27improve passstuffbyref return analysisNoel Grandin2-4/+4
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-4/+4
2016-06-28update other places that read data from cairo image surfaceDavid Tardon1-0/+7
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-11/+11
2016-06-03loplugin:constantparamsNoel Grandin10-20/+15
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-9/+9
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-3/+3
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18- Removed the only-used-once FontLevelVector typedefRyan McCoskrie1-4/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-13tdf#99165 initialize nLastX, nLastYArmin Le Grand1-1/+1
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin2-2/+2
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand1-1/+20
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke5-14/+19
2016-02-23convert GradientType to scoped enumNoel Grandin1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock3-10/+10
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-3/+2
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl1-1/+1
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl1-1/+1
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2015-12-21Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara1-5/+8
2015-11-26expression result unused [-Werror,-Wunused-value]Noel Grandin1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+3