summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Use range based for loopsHossein2-5/+5
2021-10-16Simplify vector initialization in drawinglayerJulien Nabet2-19/+19
2021-10-12loplugin:moveparam in variousNoel Grandin1-15/+13
2021-10-07Clean StringFormatFlags() in emfpstringformat.cxxHossein1-50/+14
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin18-63/+62
2021-10-03drop 'using namespace std' in drawinglayerJulien Nabet1-1/+0
2021-10-02new loplugin:moveparamNoel Grandin3-8/+8
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock5-45/+45
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin9-2/+14
2021-09-24reduce copying in drawinglayerNoel Grandin9-15/+15
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna3-66/+19
2021-09-22reduce copying in BufferedDecompositionPrimitive2DNoel Grandin1-1/+1
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin12-18/+76
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna3-17/+95
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-09-11clang:optin.performance.PaddingNoel Grandin2-16/+16
2021-09-09fix std::move same object more than onceNoel Grandin1-1/+1
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