summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-0/+5
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-2/+2
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-181-0/+2
* Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara2015-12-211-5/+8
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-233-4/+4
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-233-16/+16
* Adapt Windows-only codeStephan Bergmann2015-11-202-4/+6
* loplugin:unusedfields in canvasNoel Grandin2015-11-201-3/+1
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-204-8/+10
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1515-32/+16
* Windows header sanitizationAshod Nakashian2015-11-121-19/+2
* Bin mesa_headers completelyTor Lillqvist2015-11-121-1/+0
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1028-119/+119
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-3/+3
* Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero2015-11-021-12/+11
* Partial revert 'for_each -> range-based'Thorsten Behrens2015-11-021-3/+4
* boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxxMario J. Rugiero2015-11-011-10/+5
* boost::bind -> lambdas in canvas/source/vcl subtreeMario J. Rugiero2015-11-012-16/+7
* std::for_each -> range based for in canvas/source/tools/verifyinput.cxxMario J. Rugiero2015-11-011-6/+5
* for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxxMario J. Rugiero2015-11-011-8/+7
* boost::bind -> lambdas in canvas/source/tools/surface.cxxMario J. Rugiero2015-11-011-7/+3
* Replace boost::bind by lambdas in canvas/source/directx tree.Mario J. Rugiero2015-10-312-9/+2
* tdf#93684 - Remove SalFrame::SyncRyan McCoskrie2015-10-301-1/+1
* tdf#92272: We need to twiddle the bytes from BGR to RGBTor Lillqvist2015-10-301-1/+26
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-8/+7
* loplugin:unusedmethodsNoel Grandin2015-10-301-39/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1238-315/+315
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* eliminate typedef only being used onceNoel Grandin2015-10-072-3/+1
* inline ISurfaceProxySharedPtr typedefNoel Grandin2015-10-072-2/+2
* Fix typosAndrea Gelmini2015-10-024-5/+5
* boost->stdCaolán McNamara2015-09-181-1/+0
* boost->stdCaolán McNamara2015-09-1429-81/+55
* boost->stdCaolán McNamara2015-09-131-2/+0
* coverity#1323755 Using invalid iteratorCaolán McNamara2015-09-111-1/+1
* tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2015-09-081-1/+1
* tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2015-09-082-17/+18
* canvas: simplify PageManager::nakedFragment loopsDaniel Robertson2015-09-041-30/+16
* tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks2015-09-034-0/+14
* canvas: replace while loops with range-based forDaniel Robertson2015-08-307-104/+54
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-292-0/+2
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-1/+1
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-174-10/+8
* canvas: replace for_each with range-based for-loopDaniel Robertson2015-08-164-142/+83
* canvas: whitespace/comments cleanupThorsten Behrens2015-08-158-122/+3
* canvas: replace for_each with range-based for-loopDaniel Robertson2015-08-155-124/+45