summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
AgeCommit message (Expand)Author
2016-03-04tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin
2015-10-27Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens
2015-07-28com::sun::star->css in cppcanvasNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-07-05this SAL_INFO uses brush which might be NULLCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
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-13loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30cppcanvas: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-07coverity#1228877 Structurally dead codeCaolán McNamara
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-20emf+: recognise some more object typesTomaž Vajngerl
2014-07-20emf+: emulate hatch with color blendTomaž Vajngerl
2014-07-20bnc#881024 Handle 0 font height just like outdev & drawinglayerTomaž Vajngerl