summaryrefslogtreecommitdiffstats
path: root/canvas/source/directx
Commit message (Expand)AuthorAgeFilesLines
* clang-cl loplugin: canvasStephan Bergmann2016-10-1628-245/+217
* tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka2016-08-242-11/+11
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-044-12/+4
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-042-4/+4
* Simplify some PutProperties callsStephan Bergmann2016-06-281-5/+1
* tdf#96099 Remove various smart pointer typedefs in canvasMark Page2016-06-098-17/+17
* canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl2016-05-261-1/+2
* canvas: replace BOOST_PP usageMichael Stahl2016-05-251-17/+11
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-49/+49
* Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2016-05-192-2/+2
* rename to two GetSystemData methods to find all call-sitesCaolán McNamara2016-05-192-2/+2
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-5/+0
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-261-3/+6
* Fix typosAndrea Gelmini2016-04-221-1/+1
* fix copy assignment signaturesJochen Nitschke2016-04-111-1/+1
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-072-2/+2
* tdf#94306 replace boost::noncopyable in canvasJochen Nitschke2016-04-078-21/+28
* -Werror,-WshadowStephan Bergmann2016-03-011-1/+0
* -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-011-0/+3
* -Werror,-Wunused-macrosStephan Bergmann2016-03-011-2/+0
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-0/+5
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-2/+2
* werror: declaration of 'nWidth' hides previous declarationDavid Ostrovsky2016-02-251-2/+0
* convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin2016-02-241-5/+5
* convert canvas::IColorBuffer::Format to scoped enumNoel Grandin2016-02-232-4/+4
* convert GradientType to scoped enumNoel Grandin2016-02-231-3/+3
* Remove excess newlinesChris Sherlock2016-02-094-6/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-4/+4
* boost::tuple -> std::tupleCaolán McNamara2016-01-311-2/+2
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-2/+2
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-071-1/+1
* Fix typosAndrea Gelmini2016-01-051-1/+1
* Remove unused FMT_R8G8B8Stephan Bergmann2015-12-021-40/+0
* C++17 nested namespace definitionStephan Bergmann2015-11-281-1/+3
* Unused forward declStephan Bergmann2015-11-281-2/+0
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-11/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-281-6/+2
* -Werror,-WreorderStephan Bergmann2015-11-281-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-281-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-21/+0
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-284-18/+18
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-2/+2
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-14/+14
* Adapt Windows-only codeStephan Bergmann2015-11-202-4/+6
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-155-12/+6
* Windows header sanitizationAshod Nakashian2015-11-121-19/+2
* Replace boost::bind by lambdas in canvas/source/directx tree.Mario J. Rugiero2015-10-312-9/+2
* tdf#92272: We need to twiddle the bytes from BGR to RGBTor Lillqvist2015-10-301-1/+26