summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)2020-02-112-65/+29
* tdf#115843 avoid using transparent virtualdevice when 100% opaqueCaolán McNamara2019-04-182-23/+31
* tdf#121648 EMF+ Fix displaying DrawDriverString recordBartosz Kosiorek2018-11-281-4/+3
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-221-0/+1
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-161-14/+14
* loplugin:staticmethods improvementNoel Grandin2018-11-162-2/+2
* tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek2018-11-081-1/+4
* tdf#55058 tdf#106084 EMF+ Add support for Underline and StrikeoutBartosz Kosiorek2018-11-071-16/+58
* loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2018-11-061-6/+3
* tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawingBartosz Kosiorek2018-11-051-62/+42
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* Fix typosAndrea Gelmini2018-10-251-3/+3
* Reorganize FrameBorderPrimitive creation (II)Armin Le Grand2018-10-253-86/+36
* clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin2018-10-239-18/+18
* drawinglayer: fix bold dash dash dot overline in Impress.Mark Hung2018-10-221-1/+1
* tdf#120703 (PVS): Recurring check.Xisco Fauli2018-10-211-1/+1
* clarify this code a bitCaolán McNamara2018-10-211-2/+4
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-1914-20/+20
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-7/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-10/+10
* tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen2018-10-153-0/+3
* add SvStream::TellEndNoel Grandin2018-10-151-2/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-082-0/+2
* ofz#10526 check with dynamic_cast its really a EMFPStringFormatCaolán McNamara2018-09-201-2/+2
* New loplugin:externalStephan Bergmann2018-09-174-23/+25
* Support buffering SystemDependent GraphicData (II)Armin Le Grand2018-09-131-5/+3
* loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin2018-09-067-19/+3
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-6/+10
* move identity checks into B3DHomMatrix::operator*=Noel Grandin2018-09-031-13/+4
* Support buffering SystemDependent GraphicDataArmin Le Grand2018-08-302-17/+31
* -Werror=redundant-move (GCC 9), take twoStephan Bergmann2018-08-291-0/+10
* Revert "-Werror=redundant-move"Stephan Bergmann2018-08-281-2/+2
* -Werror=redundant-moveStephan Bergmann2018-08-281-2/+2
* tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand2018-08-171-39/+3
* Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann2018-08-176-17/+23
* ofz: Null-deferenceCaolán McNamara2018-08-131-2/+11
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-044-7/+7
* loplugin:useuniqueptr in VclMetafileProcessor2DNoel Grandin2018-08-032-35/+33
* loplugin:expressionalwayszeroStephan Bergmann2018-08-021-78/+0
* coverity#1438196 deliberate 'Constant' variable guards dead codeCaolán McNamara2018-08-021-2/+2
* coverity#1438197 deliberate 'Constant' variable guards dead codeCaolán McNamara2018-08-021-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0114-1/+14
* crashtesting: stack exhaustion exporting moz1253590-2.svg to odgCaolán McNamara2018-07-312-479/+557
* crashtesting: stack exhaustion exporting moz943243-4.svg to odgCaolán McNamara2018-07-312-1188/+1288
* loplugin:stringloop in variousNoel Grandin2018-07-291-4/+5
* loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin2018-07-272-7/+7
* Fix typosAndrea Gelmini2018-07-181-1/+1
* Removed duplicated includeAndrea Gelmini2018-07-181-1/+0
* loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin2018-07-162-2/+2
* return BaseProcessor2D by std::unique_ptrNoel Grandin2018-07-163-9/+11