summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-8/+7
2015-10-30loplugin:unusedmethodsNoel Grandin1-39/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann38-315/+315
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-07eliminate typedef only being used onceNoel Grandin2-3/+1
2015-10-07inline ISurfaceProxySharedPtr typedefNoel Grandin2-2/+2
2015-10-02Fix typosAndrea Gelmini4-5/+5
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-09-14boost->stdCaolán McNamara29-81/+55
2015-09-13boost->stdCaolán McNamara1-2/+0
2015-09-11coverity#1323755 Using invalid iteratorCaolán McNamara1-1/+1
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-1/+1
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2-17/+18
2015-09-04canvas: simplify PageManager::nakedFragment loopsDaniel Robertson1-30/+16
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks4-0/+14
2015-08-30canvas: replace while loops with range-based forDaniel Robertson7-104/+54
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2-0/+2
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud4-10/+8
2015-08-16canvas: replace for_each with range-based for-loopDaniel Robertson4-142/+83
2015-08-15canvas: whitespace/comments cleanupThorsten Behrens8-122/+3
2015-08-15canvas: replace for_each with range-based for-loopDaniel Robertson5-124/+45
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-10/+10
2015-08-11remove imgdebugNorbert Thiebaud5-60/+0
2015-08-11tdf#92459 remove compat_functional from canvasDaniel Robertson1-17/+6
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud83-769/+741
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud33-108/+40
2015-07-31canvas: replace boost::function with std::functionMichael Stahl2-6/+7
2015-07-31canvas: replace boost::function with std::functionMichael Stahl4-3/+5
2015-07-31tdf#92459 Replace select1st for lambda expressionsDaniel Robertson1-49/+35
2015-07-22com::sun::star->css in canvasNoel Grandin84-1389/+1350
2015-07-21tdf#91574 - ensure we get paint events to render directx presenter console.Michael Meeks1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl22-22/+22
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe31-75/+64
2015-07-09canvas: remove boost::bind from headersMichael Stahl5-0/+7
2015-07-06tdf#91574: SLIDESHOW: crash when second monitor connectedJulien Nabet1-1/+1
2015-07-03tdf#91574 fix presenter console not displayedChristian Lohmaier1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe7-16/+12
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin6-8/+35
2015-06-11Cleanup crossplatform cairoMox Soini1-93/+4
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-7/+7
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara9-10/+10
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-4/+93
2015-06-04Cleanup crossplatform cairoMox Soini1-93/+4
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-5/+5