summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-04-051-2/+2
* tdf#103859 EMF+ Add transparency support for linear gradientsBartosz Kosiorek2019-04-013-29/+29
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-012-14/+2
* tdf#115843 avoid using transparent virtualdevice when 100% opaqueCaolán McNamara2019-03-291-21/+24
* copy between the outputdevices without interim BitmapCaolán McNamara2019-03-291-2/+7
* Nested list L must be a child of parent's LBodyKatarina Behrens2019-03-272-16/+62
* Close all opened List elements at the end of the pageKatarina Behrens2019-03-211-0/+8
* Limit tagging of background objects to imagesKatarina Behrens2019-03-212-8/+22
* Correct hierarchy of L, LI structure elementsKatarina Behrens2019-03-211-2/+2
* tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen2019-03-208-0/+33
* new loplugin constvarsNoel Grandin2019-03-088-163/+78
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-2/+2
* Don't include shape/object name when exporting to tagged PDFKatarina Behrens2019-03-041-6/+1
* CppunitTest_drawinglayer_border: use CPPUNIT_TEST_FIXTURE()Miklos Vajna2019-02-141-12/+2
* Pointer is pointlessNoel Grandin2019-02-131-1/+0
* move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl2019-02-092-0/+339
* loplugin:indentation in dbaccess..drawinglayerNoel Grandin2019-02-083-3/+3
* Export background images provided by master page as artifactsKatarina Behrens2019-02-061-30/+6
* Process all of list item (Lbl + LBody) in PDF-compliant wayKatarina Behrens2019-02-062-3/+29
* Enhance tagged PDF export for a11yArmin Le Grand2019-02-066-13/+207
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-215-48/+43
* tdf#122557 EMF+ Implement Shearing for DrawImage recordsBartosz Kosiorek2019-01-171-6/+12
* tdf#122557 EMF+ Implement proper rotation support of DrawImageBartosz Kosiorek2019-01-174-26/+15
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-116-23/+41
* tdf#122646 EMF+ Implement proper line width displayBartosz Kosiorek2019-01-115-106/+17
* tdf#122559 EMF+ Add transparency support for drawing linesBartosz Kosiorek2019-01-091-25/+30
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-082-2/+2
* tdf#122498 EMF+ Fix rotation of Ellipse, Arc and PieBartosz Kosiorek2019-01-072-19/+22
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-103-0/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-083-6/+6
* HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann2018-12-071-9/+0
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-078-10/+10
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen2018-12-032-0/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+1
* tdf#121648 EMF+ Fix displaying DrawDriverString recordBartosz Kosiorek2018-11-271-3/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* remove unused DrawModeFlags enum valuesNoel Grandin2018-11-261-20/+2
* loplugin:redundantfcast improvementsNoel Grandin2018-11-214-13/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* Fix typosAndrea Gelmini2018-11-191-1/+1
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-161-14/+14
* loplugin:staticmethods improvementNoel Grandin2018-11-162-2/+2
* tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek2018-11-081-1/+4
* tdf#55058 tdf#106084 EMF+ Add support for Underline and StrikeoutBartosz Kosiorek2018-11-071-16/+58
* loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2018-11-061-6/+3
* tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawingBartosz Kosiorek2018-11-051-62/+42
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* Fix typosAndrea Gelmini2018-10-251-3/+3
* Reorganize FrameBorderPrimitive creation (II)Armin Le Grand2018-10-253-86/+36