summaryrefslogtreecommitdiff
path: root/canvas/source/cairo
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13boost->stdCaolán McNamara
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-08-15canvas: replace for_each with range-based for-loopDaniel Robertson
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-09canvas: remove boost::bind from headersMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky
2015-06-04Cleanup crossplatform cairoMox Soini
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-19move ucs4toindexCaolán McNamara
2015-03-19reorganize resizing surfaces logicCaolán McNamara
2015-03-19loplugin:constantfunction: canvasNoel Grandin
2015-03-19move the cairo resize hack into vclCaolán McNamara
2015-03-18revert work in progressCaolán McNamara
2015-03-18more thinkingCaolán McNamara
2015-03-18thinkingCaolán McNamara
2015-03-18move the cairo resize hack into vclCaolán McNamara
2015-03-18we don't need any xlib things here, but we do need freetype supportCaolán McNamara
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara
2015-03-18OpenOffice.org->LibreOfficeCaolán McNamara
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-20Some more loplugin:cstylecast: canvasStephan Bergmann
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens