summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2015-02-18TyposJulien Nabet2-4/+4
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: canvasStephan Bergmann2-2/+2
2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken1-12/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-11only checked for new VirtualDeviceCaolán McNamara1-2/+2
2014-12-11stray debugging codeCaolán McNamara1-1/+0
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara2-3/+25
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara3-147/+106
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara3-3/+8
2014-12-11reduce scope of local variablesMichael Weghorn4-8/+4
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl5-11/+0
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl4-36/+2
2014-12-10Kill unused directx < 9 ifdeferyRiccardo Magliocchetti1-16/+1
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara3-10/+8
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara1-2/+0
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens2-4/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Bump cairo version to 1.2.0Riccardo Magliocchetti1-7/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard1-1/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-04Kill directx < 9 ifdeferyRiccardo Magliocchetti2-141/+1
2014-11-03coverity#982921 do not leakDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-6/+6
2014-10-03loplugin: cstylecastNoel Grandin1-5/+6
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist1-1/+1
2014-09-30fix windows buildNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin9-21/+20
2014-09-30fdo#82577: Handle RegionNoel Grandin6-14/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin22-35/+35
2014-09-18fix windows buildNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin13-20/+20
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard2-20/+0
2014-09-02some temporary debug outputMarkus Mohrhard3-2/+30
2014-09-02add warning about bad inputMarkus Mohrhard1-0/+1
2014-09-02make the shaders compliant to GLSL 1.2Markus Mohrhard4-12/+33
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard1-6/+6
2014-09-02request a legacy context for OGLTransMarkus Mohrhard1-0/+1
2014-08-31coverity#1233512 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger2-3/+4
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin4-18/+12
2014-08-13fix invalid memory access in dx bitmap codeMarkus Mohrhard1-2/+2
2014-08-13fix OpenGL canvas windows buildMarkus Mohrhard6-3/+8
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann1-5/+2