summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimtf.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara1-2/+2
2020-12-24custom literal for Degree10Noel Grandin1-2/+2
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock1-2/+0
2020-11-17Don't use new/delete here when automatic variable is enoughMike Kaganski1-10/+9
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+1
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-6/+6
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-6/+6
2020-10-19use tools::Long in vclNoel1-10/+10
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-08-23crashtesting avoid problematic scaling triggered by moz1545040-1.svgCaolán McNamara1-0/+4
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin1-67/+67
2020-06-02tdf#74702 vcl: extract GetSyncCount()Chris Sherlock1-1/+1
2020-06-01tdf#74702 vcl: extract SetMetafileMapMode()Chris Sherlock1-4/+2
2020-05-14vcl: move transparency checks into MetaAction and GDIMetaFileChris Sherlock1-0/+25
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-1/+1
2020-01-26remove some unused local varsNoel Grandin1-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-04vcl metafile dump: a relative file path is not a good defaultMiklos Vajna1-1/+2
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-2/+5
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-11/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin1-2/+3
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2019-03-14vcl: avoid OUString defaulted parameter in GDIMetaFile::dumpAsXml()Miklos Vajna1-2/+3
2019-03-06Introduce Int32ToSVBT32 for cases that apparently want to write a signed valueStephan Bergmann1-42/+42
2019-01-14Add fileName to GDIMetaFile::dumpAsXml()Muhammet Kara1-2/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-03vcl GDIMetaFile: easier dumping from debuggerMiklos Vajna1-0/+8
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-19tdf#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