summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* loplugin:defaultparamsTor Lillqvist2016-04-261-2/+2
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-264-9/+29
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-6/+6
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-256-26/+25
* new plugin stylepoliceNoel Grandin2016-04-211-12/+12
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-4/+4
* drawinglayer: fix Android-specific typoMiklos Vajna2016-04-191-1/+1
* drawinglayer: work around broken Android toolchainMiklos Vajna2016-04-191-0/+11
* Missing include for std::roundStephan Bergmann2016-04-191-1/+3
* drawinglayer, sw: indentation fixesMiklos Vajna2016-04-191-1/+1
* tdf#99315 VclPixelProcessor2D: fix double border line widthMiklos Vajna2016-04-184-5/+104
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-1810-16/+12
* drawinglayer: fix WNT buildMichael Stahl2016-04-151-0/+1
* loplugin:refcountingStephan Bergmann2016-04-151-2/+3
* Related: tdf#99315 BorderLinePrimitive2D: fix solid line primitive widthMiklos Vajna2016-04-154-1/+122
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* clang-tidy performance-unnecessary-value-param in drawinglayerNoel Grandin2016-04-113-60/+60
* tdf#94306 replace boost::noncopyable in d...Jochen Nitschke2016-04-082-7/+16
* loplugin:constantparam in drawinglayerNoel Grandin2016-03-233-12/+7
* loplugin:constantparam in drawinglayerNoel Grandin2016-03-101-4/+2
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-3/+3
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-3/+3
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-2/+2
* Remove excess newlinesChris Sherlock2016-02-09106-230/+0
* Fix typosAndrea Gelmini2016-02-081-1/+1
* loplugin:unusedmethodsNoel Grandin2016-02-082-42/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-063-3/+3
* vcl: split exception types from input typesChris Sherlock2016-02-061-6/+4
* Fix typosAndrea Gelmini2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-044-15/+15
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-022-5/+3
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-313-51/+51
* tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand2016-01-291-3/+37
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-292-7/+7
* Bin some unneeded 'using' and includesTor Lillqvist2016-01-261-16/+0
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna2016-01-151-7/+4
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-3/+3
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-3/+3
* Fix typosAndrea Gelmini2016-01-109-13/+13
* tdf#96541 - dialog "About LibreOfficeDev" has lost its logoNoel Grandin2015-12-231-3/+4
* loplugin:unusedmethodsNoel Grandin2015-12-212-93/+0
* Missing includeStephan Bergmann2015-12-151-0/+4
* loplugin:unreffunStephan Bergmann2015-12-151-34/+0
* Correct claim made in commentTor Lillqvist2015-12-151-0/+1
* use vector as container for Primitive3DReferenceNoel Grandin2015-12-1523-178/+226