summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2-2/+2
2016-03-04tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand1-0/+10
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin2-29/+0
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-1/+1
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-63/+195
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-64/+64
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+0
2015-10-27Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero1-4/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann19-119/+119
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-13/+13
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-09-14boost->stdCaolán McNamara8-30/+3
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski1-10/+23
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud5-12/+2
2015-08-05loplugin:unusedmethodsNoel Grandin13-158/+0
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens15-58/+58
2015-07-28com::sun::star->css in cppcanvasNoel Grandin19-136/+126
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-10do not include boost/utility.hppMichael Stahl8-8/+8
2015-07-05this SAL_INFO uses brush which might be NULLCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-5/+5
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin1-1/+6
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara4-5/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-3/+3
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-4/+4
2015-05-18Remove include stdio (part2)Julien Nabet2-2/+0
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2-5/+5
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin3-117/+118
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist8-60/+60
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-13/+13
2015-04-13loplugin:staticmethodsNoel Grandin7-68/+27
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-3/+3
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin2-13/+13
2015-04-10boost references are unhealty for VclPtr.Michael Meeks1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl1-2/+0
2015-02-17boost->stdCaolán McNamara1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann14-99/+43