summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
2017-02-09tdf#105620: Fix placement of image embedded in graphicTor Lillqvist
2017-01-23tdf#100151: Dispose of window if DX device creation failedAron Budea
2016-11-11loplugin:vclwidgetsStephan Bergmann
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-10-16clang-cl loplugin: canvasStephan Bergmann
2016-10-06Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara
2016-10-06use a vector here instead of manual mem managementCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparamNoel Grandin
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka
2016-08-21Related: tdf#86473 git rid of special pixel snapping for rectanglesCaolán McNamara
2016-08-20Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawnCaolán McNamara
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-06-28update other places that read data from cairo image surfaceDavid Tardon
2016-06-28Simplify some PutProperties callsStephan Bergmann
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-26canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl
2016-05-25canvas: replace BOOST_PP usageMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-05-13convert EXCEPTION_ to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-22Fix typosAndrea Gelmini
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18- Removed the only-used-once FontLevelVector typedefRyan McCoskrie
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-13tdf#99165 initialize nLastX, nLastYArmin Le Grand