summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: drawinglayerStephan Bergmann1-1/+1
2017-10-18use std::unique_ptr in wmfemfhelper::TargetHolderNoel Grandin1-2/+3
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
2017-09-22Remove include of converters.hxx from precompiled_drawinglayer.hxxMike Kaganski1-1/+0
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-6/+22
2017-09-22<drawinglayer/tools/converters.hxx> can be internal to drawinglayerTor Lillqvist1-0/+43
2017-08-17Fixup source layout in emf+ parserThorsten Behrens1-1/+0
2017-08-16new EMF+ Parser: Basic implementation for Graphic StacksPatrick Jaap1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+0
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand2-0/+7
2017-07-15emfplus: more corrections and rough geometryArmin Le Grand1-0/+5
2017-07-15emfplus: some cleanup/streamliningArmin Le Grand1-4/+5
2017-07-15emfplus: migrate gdiplus reader to drawinglayerArmin Le Grand2-0/+267
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+4
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-89/+146
2015-02-17boost->stdCaolán McNamara1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+3
2014-04-14update_pchThomas Arnhold1-1/+4
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-15update pchThomas Arnhold1-0/+1
2013-07-12PCH for more librariesLuboš Luňák2-0/+140
2013-04-23execute move of global headersBjoern Michaelsen116-13016/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-45/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-16/+16
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-03fdo#62525: use cow_wrapper for ViewInformation3DThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for ViewInformation2DThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for Sdr3DObjectAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for SdrSceneAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for SdrLineStartEndAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for StrokeAttributeThomas Arnhold1-2/+5
2013-04-03fdo#62525: use cow_wrapper for SdrLineAttributeThomas Arnhold1-2/+5
2013-04-03fdo#62525: use cow_wrapper for SdrLightingAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for Sdr3DLightAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for SdrFillBitmapAttributeThomas Arnhold1-1/+5
2013-04-03fdo#62525: use cow_wrapper for SdrFillAttributeThomas Arnhold1-1/+5
2013-04-02fdo#62525: use cow_wrapper for MaterialAttribute3DThomas Arnhold1-1/+5
2013-04-02fdo#62525: use cow_wrapper for LineStartEndAttributeThomas Arnhold1-1/+5
2013-04-02fdo#62525: use cow_wrapper for LineAttributeThomas Arnhold1-1/+5
2013-03-28fdo#61789 Fix crash, pSvtGraphicStroke is allowed to be NULL.Jan Holesovsky1-0/+3
2013-03-27fdo#62525: use cow_wrapper for FontAttributeThomas Arnhold1-1/+5
2013-03-27fdo#62525: use cow_wrapper for FillHatchAttributeThomas Arnhold1-1/+5
2013-03-23fdo#62525: use cow_wrapper for FillGradientAttributeThomas Arnhold1-1/+5
2013-03-23fdo#62525: use cow_wrapper for FillBitmapAttributeThomas Arnhold1-1/+5
2013-03-23fdo#62525: use cow_wrapper for SdrShadowAttributeThomas Arnhold1-1/+5
2013-03-16Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...Armin Le Grand1-0/+61
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand1-3/+3
2013-03-13Related: #i119125# corrected gradient renderingArmin Le Grand3-2/+77