summaryrefslogtreecommitdiff
path: root/canvas/source/directx
AgeCommit message (Expand)AuthorFilesLines
2016-11-11loplugin:vclwidgetsStephan Bergmann1-1/+1
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin1-1/+1
2016-10-16clang-cl loplugin: canvasStephan Bergmann28-245/+217
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka2-11/+11
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-12/+4
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-4/+4
2016-06-28Simplify some PutProperties callsStephan Bergmann1-5/+1
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page8-17/+17
2016-05-26canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl1-1/+2
2016-05-25canvas: replace BOOST_PP usageMichael Stahl1-17/+11
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-49/+49
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2-2/+2
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara2-2/+2
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl1-5/+0
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-3/+6
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-11fix copy assignment signaturesJochen Nitschke1-1/+1
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-2/+2
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke8-21/+28
2016-03-01-Werror,-WshadowStephan Bergmann1-1/+0
2016-03-01-Werror,-Wnon-virtual-dtorStephan Bergmann1-0/+3
2016-03-01-Werror,-Wunused-macrosStephan Bergmann1-2/+0
2016-02-25werror: declaration hides previous declarationDavid Ostrovsky1-0/+5
2016-02-25werror: declaration hides previous declarationDavid Ostrovsky1-2/+2
2016-02-25werror: declaration of 'nWidth' hides previous declarationDavid Ostrovsky1-2/+0
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin1-5/+5
2016-02-23convert canvas::IColorBuffer::Format to scoped enumNoel Grandin2-4/+4
2016-02-23convert GradientType to scoped enumNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock4-6/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-4/+4
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-2/+2
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-2/+2
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-02Remove unused FMT_R8G8B8Stephan Bergmann1-40/+0
2015-11-28C++17 nested namespace definitionStephan Bergmann1-1/+3
2015-11-28Unused forward declStephan Bergmann1-2/+0
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-11/+0
2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann1-6/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-21/+0
2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann4-18/+18
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-14/+14
2015-11-20Adapt Windows-only codeStephan Bergmann2-4/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-12/+6
2015-11-12Windows header sanitizationAshod Nakashian1-19/+2