summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin37-146/+158
2021-09-08no need to call expand() hereNoel Grandin1-9/+5
2021-09-04use std::vector for fetching DX array dataNoel Grandin2-4/+5
2021-09-03Remove some unused includesMiklos Vajna1-1/+1
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin86-287/+89
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin3-1/+120
2021-08-22no need to use unique_ptr for ViewInformation3DNoel Grandin2-2/+2
2021-08-20-Werror,-Wunused-private-fieldStephan Bergmann1-6/+0
2021-08-20loplugin:unusedmethodsNoel Grandin2-197/+0
2021-08-20loplugin:unusedfieldsNoel Grandin1-7/+0
2021-08-18use visitor callback to avoid container construction (tdf#105575)Noel Grandin1-16/+20
2021-08-18undo changes to TextAlignCaolán McNamara2-4/+4
2021-08-17drawinglayer: remove recurring def. of namespace wmfemfhelperTomaž Vajngerl1-12/+0
2021-08-13rtl::Static -> thread-safe static localNoel Grandin1-16/+6
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin8-302/+231
2021-08-05Remove harmful static_cast<int>Stephan Bergmann1-4/+2
2021-08-03tdf#142436 svx: fix handling of linked background imagesMiklos Vajna1-1/+3
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl5-170/+130
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl7-61/+14
2021-07-30convert TextAlign to scoped enumCaolán McNamara2-4/+4
2021-07-25use officecfg for drawing optionsNoel Grandin8-33/+18
2021-07-22flatten vcl::LazyDeleteNoel Grandin1-1/+1
2021-07-13EMF+ tdf#142941 Fixes SrcRect implementation in DrawImage recordBartosz Kosiorek1-80/+91
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun1-2/+3
2021-07-03EMF+ tdf#142941 Fixes for SrcRect in DrawImagePointsBartosz Kosiorek1-5/+39
2021-07-02Fix code style for primitive2dxmldump.cxxBartosz Kosiorek1-76/+117
2021-07-01EMF+ tdf#142995 tdf#142997 tdf#143076 Add alignment support for DrawStringBartosz Kosiorek2-22/+30
2021-06-23EMF+ tdf#142975 Add brush support to DrawString recordBartosz Kosiorek2-172/+177
2021-06-23move BufferedDecompositionPrimitive2D impl. into its own fileTomaž Vajngerl3-24/+57
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl4-4/+4
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl47-73/+250
2021-06-17EMF+ WMF Update the variable names and add additional TODO warningsBartosz Kosiorek3-30/+27
2021-06-11"drawinglayer" -> "drawinglayer.emf" log area for some emf codeLuboš Luňák11-294/+294
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek1-1/+15
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek1-0/+28
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna1-3/+13
2021-06-02fix: extend the primitive dump, with information about line cap and jointBartosz Kosiorek1-13/+43
2021-05-30no need to allocate this separatelyNoel Grandin2-19/+9
2021-05-21properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák3-8/+106
2021-05-18loplugin:unusedfieldsNoel Grandin1-15/+0
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl4-39/+3
2021-05-06add a unittest for impress drawing a dotted line in tdf#136957Luboš Luňák3-0/+236
2021-05-01fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák1-32/+59
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-12/+41
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-73/+67
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-26drop mask from BitmapExNoel Grandin4-47/+16
2021-04-17loplugin:constantparamNoel Grandin1-9/+8
2021-04-12update PCHsCaolán McNamara1-2/+1