summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Remove dynamic exception specificationsStephan Bergmann50-499/+452
2017-01-23tdf#100151: Dispose of window if DX device creation failedAron Budea1-8/+11
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann2-3/+3
2017-01-09New loplugin:externvar: canvasStephan Bergmann3-5/+5
2017-01-06loplugin:salboolStephan Bergmann1-1/+1
2016-12-14This fallback code makes no sense any moreKhaled Hosny2-2/+0
2016-12-13post glew->epoxy, we don't need to link to win openg32 and mac OpenGLCaolán McNamara1-15/+0
2016-12-13change from glew to epoxyCaolán McNamara7-13/+7
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin2-9/+0
2016-12-12remove useless Mutex guardsNoel Grandin2-12/+0
2016-12-11canvas: remove useless MutexGuardsArnaud Versini8-110/+0
2016-12-07canvas: try to fix Android buildMichael Stahl1-1/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-4/+4
2016-11-11loplugin:vclwidgetsStephan Bergmann1-1/+1
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin1-9/+4
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin4-4/+4
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin1-1/+1
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin1-1/+1
2016-10-16clang-cl loplugin: canvasStephan Bergmann28-245/+217
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 Grandin3-6/+6
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin3-6/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-96/+96
2016-09-14loplugin:constantparamNoel Grandin2-6/+3
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke1-6/+3
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin3-8/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann8-8/+8
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke3-3/+3
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka3-12/+12
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 Grandin10-12/+12
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara15-44/+15
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 Grandin8-16/+16
2016-06-28update other places that read data from cairo image surfaceDavid Tardon1-0/+7
2016-06-28Simplify some PutProperties callsStephan Bergmann1-5/+1
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page16-42/+42
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin4-22/+22
2016-06-03loplugin:constantparamsNoel Grandin10-20/+15
2016-05-26canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl1-1/+2
2016-05-25canvas: replace BOOST_PP usageMichael Stahl1-17/+11
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin4-69/+69
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara3-3/+3
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara3-3/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+2
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl1-5/+0