summaryrefslogtreecommitdiff
path: root/canvas/source/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin2-4/+0
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-2/+2
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-12/+4
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-4/+4
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-11/+11
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin2-11/+11
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-6/+6
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-3/+13
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin2-2/+2
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-4/+4
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke7-23/+28
2016-02-23convert GradientType to scoped enumNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock6-6/+6
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock4-8/+8
2016-02-02Remove leftover printf-style %fTor Lillqvist1-1/+1
2016-02-02tdf#43157: Fix format string violations in OSL_TRACE etc.aybuke2-3/+3
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-4/+4
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-2/+2
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl1-2/+2
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl1-2/+2
2016-01-21loplugin: unused return valuesNoel Grandin2-2/+2
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-3/+3
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-2/+2
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-3/+3
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-49/+49
2015-11-01boost::bind -> lambdas in canvas/source/vcl subtreeMario J. Rugiero2-16/+7
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-62/+62
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-14boost->stdCaolán McNamara4-13/+8
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-8/+8
2015-08-16canvas: replace for_each with range-based for-loopDaniel Robertson1-98/+48
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud19-194/+167
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud6-15/+7
2015-07-22com::sun::star->css in canvasNoel Grandin20-374/+370
2015-07-10do not include boost/utility.hppMichael Stahl6-6/+6