summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2022-06-24tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek3-45/+64
2022-06-09tdf#136787 Add control to create 1-bit B&W bitmap while creating mask.Gülşah Köse1-3/+4
2022-04-25tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek3-4/+13
2022-04-25tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek6-92/+88
2022-03-09check if cast is to the right typeCaolán McNamara1-16/+20
2022-01-26avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák1-7/+27
2021-11-24tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdfJulien Nabet1-1/+1
2021-11-23tdf#145538 Use range based for loops in EnhancedShapeDumper.cxxHarjot1-43/+30
2021-11-23tdf#145538 Use range based for loopsHenrik Palomäki1-2/+2
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski4-10/+10
2021-11-19Drop F_2PIMike Kaganski4-7/+7
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski8-19/+19
2021-11-10Removed useless semicolonsAndrea Gelmini1-2/+2
2021-11-10osl::Mutex->std::mutex in TubeBufferNoel Grandin1-7/+7
2021-11-09rtl::Static to thread-safe staticNoel Grandin20-95/+113
2021-11-08extend XML dumpig for primitives to support fontwork objectsTomaž Vajngerl4-0/+504
2021-10-31crashtesting: failure on conversion of fdo74498-1.doc to pdfCaolán McNamara1-0/+8
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák2-4/+2
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin3-4/+4
2021-10-29Prepare for removal of non-const operator[] from Sequence in drawinglayerMike Kaganski1-1/+2
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin3-11/+9
2021-10-27Move variable declaration to its use in if() conditionMike Kaganski1-18/+13
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