summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-11-221-4/+2
* Fix typosAndrea Gelmini2018-11-071-1/+1
* tdf#70851 fix strange waveline polygon.Mark Hung2018-11-061-12/+11
* tdf#37636 Render textlines with colors.Mark Hung2018-11-054-36/+235
* tdf#37636: pass bNormalText to cppcanvas::internal::TextRenderer.Mark Hung2018-11-051-11/+11
* tdf#37636 create underlines, overlines, strikeout separatelyMark Hung2018-11-052-205/+249
* tdf#37636 take care of MetaOverlineColorAction in mtfrenderer.Mark Hung2018-11-052-0/+29
* cppcanvas::mtfrenderer refactorMark Hung2018-11-051-37/+24
* tdf#43671 creatCanvasFont with EmphasisMark.Mark Hung2018-10-312-4/+14
* tdf#100236 Implement linestyles with dash and dots.Mark Hung2018-10-231-104/+93
* tdf#70851 render wave underlines in slideshow.Mark Hung2018-10-221-6/+13
* tdf#100236 implement waveline in mtfrenderer.Mark Hung2018-10-221-6/+50
* loplugin:singlevalfieldsNoel Grandin2018-10-172-5/+0
* tdf#55361 adjust leftmost position for RTL text while animation.Mark Hung2018-10-091-9/+30
* Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann2018-10-022-4/+4
* loplugin:staticconstfield improvementsNoel Grandin2018-09-171-24/+5
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-063-8/+0
* Bin superfluous whitespace on empty lineTor Lillqvist2018-08-281-1/+1
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-3/+3
* loplugin:stringloop cui,dbaccessNoel Grandin2018-07-281-4/+4
* cppcanvas: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-272-10/+10
* Add missing sal/log.hxx headersGabor Kelemen2018-07-1617-0/+17
* loplugin:oncevarNoel Grandin2018-07-091-6/+3
* rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara2018-06-114-21/+119
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* drop Graphic::GetBitmapNoel Grandin2018-05-311-1/+1
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-5/+4
* make Bitmap/BitmapEx constructors explicitNoel Grandin2018-05-121-3/+3
* fix Windows buildNoel Grandin2018-04-121-0/+1
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+2
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-071-4/+4
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-031-4/+4
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:unusedmethodsNoel Grandin2018-03-145-123/+0
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-0/+1
* use more Color in cppcanvas..drawinglayerNoel Grandin2018-03-072-5/+5
* delete colordata.hxxNoel Grandin2018-03-021-1/+0
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-3/+3
* replace Color(COL_*) with COL_*Noel Grandin2018-02-272-6/+6
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-051-1/+1
* loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2018-01-252-5/+3
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-4/+2
* loplugin:useuniqueptr in EMFPPenNoel Grandin2018-01-192-6/+4
* loplugin:useuniqueptr in EMFPRegionNoel Grandin2018-01-192-6/+2
* loplugin:useuniqueptr in EMFPBrushNoel Grandin2018-01-192-36/+17
* More loplugin:cstylecast: cppcanvasStephan Bergmann2018-01-123-23/+23
* tdf#42949 Fix some Include What You Use warningsMiklos Vajna2017-12-221-4/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-1/+5
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-10/+10