summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2020-02-11tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)2-65/+29
2019-04-18tdf#115843 avoid using transparent virtualdevice when 100% opaqueCaolán McNamara2-23/+31
2018-11-28tdf#121648 EMF+ Fix displaying DrawDriverString recordBartosz Kosiorek1-4/+3
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-14/+14
2018-11-16loplugin:staticmethods improvementNoel Grandin2-2/+2
2018-11-08tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek1-1/+4
2018-11-07tdf#55058 tdf#106084 EMF+ Add support for Underline and StrikeoutBartosz Kosiorek1-16/+58
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-6/+3
2018-11-05tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawingBartosz Kosiorek1-62/+42
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-25Fix typosAndrea Gelmini1-3/+3
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand3-86/+36
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin9-18/+18
2018-10-22drawinglayer: fix bold dash dash dot overline in Impress.Mark Hung1-1/+1
2018-10-21tdf#120703 (PVS): Recurring check.Xisco Fauli1-1/+1
2018-10-21clarify this code a bitCaolán McNamara1-2/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin14-20/+20
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-7/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-10/+10
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen3-0/+3
2018-10-15add SvStream::TellEndNoel Grandin1-2/+2
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2-0/+2
2018-09-20ofz#10526 check with dynamic_cast its really a EMFPStringFormatCaolán McNamara1-2/+2
2018-09-17New loplugin:externalStephan Bergmann4-23/+25
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-5/+3
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin7-19/+3
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-6/+10
2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin1-13/+4
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand2-17/+31
2018-08-29-Werror=redundant-move (GCC 9), take twoStephan Bergmann1-0/+10
2018-08-28Revert "-Werror=redundant-move"Stephan Bergmann1-2/+2
2018-08-28-Werror=redundant-moveStephan Bergmann1-2/+2
2018-08-17tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand1-39/+3
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann6-17/+23
2018-08-13ofz: Null-deferenceCaolán McNamara1-2/+11
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski4-7/+7
2018-08-03loplugin:useuniqueptr in VclMetafileProcessor2DNoel Grandin2-35/+33
2018-08-02loplugin:expressionalwayszeroStephan Bergmann1-78/+0
2018-08-02coverity#1438196 deliberate 'Constant' variable guards dead codeCaolán McNamara1-2/+2
2018-08-02coverity#1438197 deliberate 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen14-1/+14
2018-07-31crashtesting: stack exhaustion exporting moz1253590-2.svg to odgCaolán McNamara2-479/+557
2018-07-31crashtesting: stack exhaustion exporting moz943243-4.svg to odgCaolán McNamara2-1188/+1288
2018-07-29loplugin:stringloop in variousNoel Grandin1-4/+5
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin2-7/+7
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-18Removed duplicated includeAndrea Gelmini1-1/+0
2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin2-2/+2
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin3-9/+11