summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-097-9/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-069-9/+9
* vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2016-02-061-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-049-24/+24
* Remove leftover printf-style %fTor Lillqvist2016-02-021-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.aybuke2016-02-022-3/+3
* boost::tuple -> std::tupleCaolán McNamara2016-01-313-9/+8
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-294-5/+5
* canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl2016-01-284-5/+5
* Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl2016-01-284-5/+5
* canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl2016-01-284-5/+5
* loplugin: unused return valuesNoel Grandin2016-01-212-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-133-4/+4
* Remove useless extra var for loopJulien Nabet2016-01-081-5/+3
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-071-1/+1
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-051-1/+1
* Fix typosAndrea Gelmini2016-01-054-5/+5
* Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara2015-12-211-5/+8
* Use comphelper::containerToSequence()Noel Grandin2015-12-031-3/+3
* 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
* expression result unused [-Werror,-Wunused-value]Noel Grandin2015-11-261-1/+1
* loplugin:unusedfields variousNoel Grandin2015-11-251-3/+1
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-233-4/+4
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-233-16/+16
* Adapt Windows-only codeStephan Bergmann2015-11-202-4/+6
* loplugin:unusedfields in canvasNoel Grandin2015-11-201-3/+1
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-204-8/+10
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1515-32/+16
* Windows header sanitizationAshod Nakashian2015-11-121-19/+2
* Bin mesa_headers completelyTor Lillqvist2015-11-121-1/+0
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1028-119/+119
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-3/+3
* Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero2015-11-021-12/+11
* Partial revert 'for_each -> range-based'Thorsten Behrens2015-11-021-3/+4
* boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxxMario J. Rugiero2015-11-011-10/+5
* boost::bind -> lambdas in canvas/source/vcl subtreeMario J. Rugiero2015-11-012-16/+7