summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimtf.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-10/+8
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin1-2/+2
2018-06-12crashtesting: asserts on inability to scale oversize graphicsCaolán McNamara1-1/+3
2018-06-01remove old "convert to SVM1" code only active in debug modeNoel Grandin1-23/+2
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-3/+3
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-51/+20
2018-03-29ofz#7165 set a recursion limit for svm in svmCaolán McNamara1-4/+36
2018-03-09loplugin:constantparam in vclNoel Grandin1-1/+1
2018-03-07use more Color in vclNoel Grandin1-3/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-6/+6
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-13/+13
2018-01-24loplugin:unused-returns in vclNoel Grandin1-7/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-19/+19
2018-01-06use std::unique_ptr in GDIMetaFileNoel Grandin1-32/+20
2018-01-06remove pCols from ImplBmpReplaceParamNoel Grandin1-5/+3
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-22/+24
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-24/+22
2017-11-29loplugin:unusedmethodsNoel Grandin1-15/+0
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-480/+483
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-126/+126
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-05loplugin:constantparamNoel Grandin1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-60/+60
2017-02-13Resolves: ofz#584 don't terminate on bad fraction exceptionCaolán McNamara1-31/+39
2017-02-13return early on errorCaolán McNamara1-47/+45
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-9/+5
2016-12-21[API CHANGE] Retire SAL_ABSTakeshi Abe1-2/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-5/+4
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e123461-14/+14
2016-07-05Remove unused DELEGATE_PLUGGABLE_RENDERER to simplify mtf codeMark Page1-80/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2