summaryrefslogtreecommitdiff
path: root/include/vcl/image.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-01drop Image(Bitmap) constructorNoel Grandin1-1/+0
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-0/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-01-25move Image ctor variant with mask color to callersCaolán McNamara1-1/+0
2017-01-23drop one of the Image ctorsCaolán McNamara1-1/+0
2017-01-21move GetXGraphic to its only userCaolán McNamara1-1/+0
2017-01-20warn about unused ImagesCaolán McNamara1-1/+1
2017-01-20Images no longer loaded from resource filesCaolán McNamara1-1/+0
2017-01-14move Image(Bitmap, MaskBitmap) code to last user of itCaolán McNamara1-1/+0
2017-01-05finish moving ImageList to frameworkCaolán McNamara1-42/+0
2017-01-05move ImageType enum out of CommandImageResolver.hxxCaolán McNamara1-0/+12
2017-01-05ImageList doesn't need to be a friend of ImageCaolán McNamara1-1/+0
2017-01-05drop newly unused InsertFromHorizontalBitmapCaolán McNamara1-5/+0
2017-01-04last bitmaps that pMaskColor arg was used on converted to true transparencyCaolán McNamara1-1/+0
2017-01-04all users of InsertFromHorizontalBitmap use all argsCaolán McNamara1-4/+4
2016-12-30ImageLists no longer loaded from resource filesCaolán McNamara1-1/+0
2016-12-24HasImageAtPos takes an id not a posCaolán McNamara1-1/+1
2016-11-04use default copy and assignment operatorsCaolán McNamara1-9/+0
2016-11-04convert Image manual refcounting with std::shader_ptrTomaž Vajngerl1-2/+3
2016-10-06drop this newly unused IMAGE_STDBTN_COLOR defineCaolán McNamara1-1/+0
2016-09-04coverity#1371167 Missing move assignment operatorCaolán McNamara1-0/+1
2016-08-29cid#1371170 Missing move assignment operatorNoel Grandin1-5/+7
2016-05-25remove unused enum ImageColorTransformNoel Grandin1-8/+0
2016-02-22loplugin:write only fieldsNoel Grandin1-3/+1
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+0
2015-11-23vcl: simplify Image internalsTomaž Vajngerl1-0/+4
2015-11-23remove unused constructor parameterTomaž Vajngerl1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-07-13loplugin:unusedmethods vclNoel Grandin1-5/+0
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-2/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-02-05Doxygen warnings correctedChris Sherlock1-2/+2
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara1-4/+2
2014-02-04Doxygen warnings correctedChris Sherlock1-2/+4
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-6/+6
2013-10-22vcl: Image: mark newly added constructor "explicit"Michael Stahl1-1/+1
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-0/+1
2013-07-28ImageList::AddImage(sal_uInt16, ...) is unused again, kill.Jan Holesovsky1-1/+0
2013-04-23execute move of global headersBjoern Michaelsen1-0/+145