summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-3/+3
2016-02-09Remove excess newlinesChris Sherlock7-9/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock9-9/+9
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock9-24/+24
2016-02-02Remove leftover printf-style %fTor Lillqvist1-1/+1
2016-02-02tdf#43157: Fix format string violations in OSL_TRACE etc.aybuke2-3/+3
2016-01-31boost::tuple -> std::tupleCaolán McNamara3-9/+8
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock4-5/+5
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl4-5/+5
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl4-5/+5
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl4-5/+5
2016-01-21loplugin: unused return valuesNoel Grandin2-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock3-4/+4
2016-01-08Remove useless extra var for loopJulien Nabet1-5/+3
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2016-01-05Fix typosAndrea Gelmini4-5/+5
2015-12-21Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara1-5/+8
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-3/+3
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-26expression result unused [-Werror,-Wunused-value]Noel Grandin1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-3/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara3-4/+4
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara3-16/+16
2015-11-20Adapt Windows-only codeStephan Bergmann2-4/+6
2015-11-20loplugin:unusedfields in canvasNoel Grandin1-3/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann4-8/+10
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin15-32/+16
2015-11-12Windows header sanitizationAshod Nakashian1-19/+2
2015-11-12Bin mesa_headers completelyTor Lillqvist1-1/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-119/+119
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-02Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero1-12/+11
2015-11-02Partial revert 'for_each -> range-based'Thorsten Behrens1-3/+4
2015-11-01boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxxMario J. Rugiero1-10/+5