summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2020-03-27tdf#89901 corectly interpret COL_TRANSPARENTArmin Le Grand1-2/+4
2019-12-28tdf#125901: apply color modifiers when drawing hatchAndrés Maldonado1-2/+2
2019-12-18tdf#129459 drawinglayer: fill shapes with solid color brushChris Sherlock2-24/+35
2019-11-21tdf#42112 Add support for Custom Line CapBartosz Kosiorek2-7/+92
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-6/+0
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-2/+2
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli1-2/+15
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-01Fix typosAndrea Gelmini2-2/+2
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin2-2/+2
2019-08-20loplugin:constvars in drawinglayer..frameworkNoel Grandin2-2/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-1/+1
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): drawinglayerStephan Bergmann4-87/+87
2019-07-26Be careful not to add empty rect representation to contour polypolygonStephan Bergmann1-2/+5
2019-07-16cid#1448352 silence Arguments in wrong orderCaolán McNamara1-0/+1
2019-07-06cid#1448352 Arguments in wrong orderNoel Grandin1-1/+1
2019-07-03Remove some unused includesMiklos Vajna1-1/+0
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl1-3/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-4/+4
2019-06-21drawinglayer: disable multi-threaded rendering in sceneprimitive2dMiklos Vajna1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-06-10tdf#125730: Shadow has the same color as the hatching fillXisco Fauli1-45/+54
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-05-22New loplugin:dataStephan Bergmann2-3/+3
2019-05-20Fix typosAndrea Gelmini1-1/+1
2019-05-19Fix typoAndrea Gelmini1-1/+1
2019-05-19Fix typoAndrea Gelmini1-1/+1
2019-05-18Fix typoAndrea Gelmini1-1/+1
2019-05-18Fix typoAndrea Gelmini1-1/+1
2019-05-18Fix typoAndrea Gelmini1-6/+6
2019-05-18Fix typoAndrea Gelmini1-3/+3
2019-05-18Fix typoAndrea Gelmini1-1/+1
2019-05-18Fix typoAndrea Gelmini1-2/+2
2019-05-18Fix typoAndrea Gelmini1-1/+1
2019-05-15Fix typoAndrea Gelmini1-1/+1
2019-05-14Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna2-20/+0
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-37/+19
2019-05-09drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna2-0/+20
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin3-17/+12
2019-04-30make debug code work properly also on non-win32Luboš Luňák1-3/+21
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl1-16/+16
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
2019-04-26Avoid division by zeroStephan Bergmann1-13/+19