summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)Author
2021-08-05Remove harmful static_cast<int>Stephan Bergmann
2021-08-03tdf#142436 svx: fix handling of linked background imagesMiklos Vajna
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-22flatten vcl::LazyDeleteNoel Grandin
2021-07-13EMF+ tdf#142941 Fixes SrcRect implementation in DrawImage recordBartosz Kosiorek
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun
2021-07-03EMF+ tdf#142941 Fixes for SrcRect in DrawImagePointsBartosz Kosiorek
2021-07-02Fix code style for primitive2dxmldump.cxxBartosz Kosiorek
2021-07-01EMF+ tdf#142995 tdf#142997 tdf#143076 Add alignment support for DrawStringBartosz Kosiorek
2021-06-23EMF+ tdf#142975 Add brush support to DrawString recordBartosz Kosiorek
2021-06-23move BufferedDecompositionPrimitive2D impl. into its own fileTomaž Vajngerl
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-06-17EMF+ WMF Update the variable names and add additional TODO warningsBartosz Kosiorek
2021-06-11"drawinglayer" -> "drawinglayer.emf" log area for some emf codeLuboš Luňák
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna
2021-06-02fix: extend the primitive dump, with information about line cap and jointBartosz Kosiorek
2021-05-30no need to allocate this separatelyNoel Grandin
2021-05-21properly draw only parts of FillGradientPrimitive2D (tdf#139000)Luboš Luňák
2021-05-18loplugin:unusedfieldsNoel Grandin
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl
2021-05-06add a unittest for impress drawing a dotted line in tdf#136957Luboš Luňák
2021-05-01fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara
2021-04-27loplugin:moveoptNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-17loplugin:constantparamNoel Grandin
2021-04-12update PCHsCaolán McNamara
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06update pchesCaolán McNamara
2021-04-03tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-21update pchesCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-14loplugin:unusedmethodsNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-13update pchesJulien Nabet