summaryrefslogtreecommitdiff
path: root/drawinglayer/source/tools
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen6-39/+1
2019-11-20drawinglayer: handle more primitives in the xml dumpMiklos Vajna1-1/+62
2019-11-20tdf#42112 Add support for Custom Line CapBartosz Kosiorek2-7/+92
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli1-2/+15
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin2-2/+2
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-05-19Fix typoAndrea Gelmini1-1/+1
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-13/+8
2019-04-30make debug code work properly also on non-win32Luboš Luňák1-3/+21
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+2
2019-04-01tdf#103859 EMF+ Add transparency support for linear gradientsBartosz Kosiorek3-29/+29
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen1-0/+1
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl1-0/+338
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-1/+1
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2-37/+35
2019-01-17tdf#122557 EMF+ Implement Shearing for DrawImage recordsBartosz Kosiorek1-6/+12
2019-01-17tdf#122557 EMF+ Implement proper rotation support of DrawImageBartosz Kosiorek4-26/+15
2019-01-11tdf#122646 EMF+ Implement proper line width displayBartosz Kosiorek5-106/+17
2019-01-09tdf#122559 EMF+ Add transparency support for drawing linesBartosz Kosiorek1-25/+30
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2019-01-07tdf#122498 EMF+ Fix rotation of Ellipse, Arc and PieBartosz Kosiorek2-19/+22
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2-0/+2
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-27tdf#121648 EMF+ Fix displaying DrawDriverString recordBartosz Kosiorek1-3/+2
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin3-12/+8
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-05tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawingBartosz Kosiorek1-62/+42
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-7/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-09-20ofz#10526 check with dynamic_cast its really a EMFPStringFormatCaolán McNamara1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-20/+20
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin2-7/+0
2018-08-13ofz: Null-deferenceCaolán McNamara1-2/+11
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-4/+4
2018-08-01Add missing sal/log.hxx headersGabor Kelemen10-0/+10
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin1-2/+2
2018-06-26forcepoint#47 bail when we detect the emf is brokenCaolán McNamara1-0/+9
2018-06-12forcepoint#45 object may not be a EMFPPenCaolán McNamara1-1/+1
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin2-3/+5
2018-04-17tdf#117015 EMF+ Fix for displaying EMF+ files where GetDC is usedBartosz Kosiorek2-1/+10