summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-092-3/+3
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-4/+4
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-2/+0
* loplugin:unreffun (missing "= delete")Stephan Bergmann2016-04-081-2/+2
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-087-24/+36
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* loplugin:constantparams in vcl/Noel Grandin2016-03-161-1/+1
* tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand2016-02-281-0/+10
* loplugin:write only fieldsNoel Grandin2016-02-225-17/+0
* Remove excess newlinesChris Sherlock2016-02-096-26/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* vcl: split exception types from input typesChris Sherlock2016-02-061-6/+3
* loplugin:fpcomparison in cppcanvas/Noel Grandin2016-02-041-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-5/+5
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-2/+2
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-313-41/+41
* 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-131-4/+4
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-071-1/+1
* cppcheck: allocaCalledCaolán McNamara2016-01-021-7/+8
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-1/+1
* loplugin:unusedfields in cppcanvasNoel Grandin2015-11-202-29/+0
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-1/+1
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-63/+195
* Namespace cleanup and disambiguationAshod Nakashian2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-64/+64
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-1/+0
* Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero2015-10-271-4/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1219-119/+119
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-13/+13
* boost->stdCaolán McNamara2015-09-181-1/+0
* boost->stdCaolán McNamara2015-09-148-30/+3
* tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski2015-08-311-10/+23
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-10/+10
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-115-12/+2
* loplugin:unusedmethodsNoel Grandin2015-08-0513-158/+0
* Whitespace cleanup / re-alignment.Thorsten Behrens2015-07-2815-58/+58