summaryrefslogtreecommitdiff
path: root/canvas/source/directx
AgeCommit message (Expand)Author
2017-05-18Fix typosAndrea Gelmini
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23Remove unused #include <cctype>Stephan Bergmann
2017-03-14loplugin:unoany (clang-cl)Stephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23tdf#100151: Dispose of window if DX device creation failedAron Budea
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-06loplugin:salboolStephan Bergmann
2016-12-12remove useless Mutex guardsNoel Grandin
2016-12-11canvas: remove useless MutexGuardsArnaud Versini
2016-11-11loplugin:vclwidgetsStephan Bergmann
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin
2016-10-16clang-cl loplugin: canvasStephan Bergmann
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-06-28Simplify some PutProperties callsStephan Bergmann
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page
2016-05-26canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl
2016-05-25canvas: replace BOOST_PP usageMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-22Fix typosAndrea Gelmini
2016-04-11fix copy assignment signaturesJochen Nitschke
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke
2016-03-01-Werror,-WshadowStephan Bergmann
2016-03-01-Werror,-Wnon-virtual-dtorStephan Bergmann
2016-03-01-Werror,-Wunused-macrosStephan Bergmann
2016-02-25werror: declaration hides previous declarationDavid Ostrovsky
2016-02-25werror: declaration hides previous declarationDavid Ostrovsky
2016-02-25werror: declaration of 'nWidth' hides previous declarationDavid Ostrovsky
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin
2016-02-23convert canvas::IColorBuffer::Format to scoped enumNoel Grandin
2016-02-23convert GradientType to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31boost::tuple -> std::tupleCaolán McNamara
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2016-01-05Fix typosAndrea Gelmini