summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-3/+3
2015-12-02Remove unused FMT_R8G8B8Stephan Bergmann1-40/+0
2015-11-28C++17 nested namespace definitionStephan Bergmann1-1/+3
2015-11-28Unused forward declStephan Bergmann1-2/+0
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-11/+0
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann1-6/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-21/+0
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann4-18/+18
2015-11-26expression result unused [-Werror,-Wunused-value]Noel Grandin1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-3/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara3-4/+4
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara3-16/+16
2015-11-20Adapt Windows-only codeStephan Bergmann2-4/+6
2015-11-20loplugin:unusedfields in canvasNoel Grandin1-3/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann4-8/+10
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin15-32/+16
2015-11-12Windows header sanitizationAshod Nakashian1-19/+2
2015-11-12Bin mesa_headers completelyTor Lillqvist1-1/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-119/+119
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-02Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero1-12/+11
2015-11-02Partial revert 'for_each -> range-based'Thorsten Behrens1-3/+4
2015-11-01boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxxMario J. Rugiero1-10/+5
2015-11-01boost::bind -> lambdas in canvas/source/vcl subtreeMario J. Rugiero2-16/+7
2015-11-01std::for_each -> range based for in canvas/source/tools/verifyinput.cxxMario J. Rugiero1-6/+5
2015-11-01for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxxMario J. Rugiero1-8/+7
2015-11-01boost::bind -> lambdas in canvas/source/tools/surface.cxxMario J. Rugiero1-7/+3
2015-10-31Replace boost::bind by lambdas in canvas/source/directx tree.Mario J. Rugiero2-9/+2
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+1
2015-10-30tdf#92272: We need to twiddle the bytes from BGR to RGBTor Lillqvist1-1/+26
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