summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/BitmapTools.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-07break circular includeJochen Nitschke1-0/+1
2017-04-27loadFromResource is now unusedCaolán McNamara1-13/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+1
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder1-1/+1
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl1-1/+1
2016-12-09split markers for galaxy theme, when scaling use splitted markersTomaž Vajngerl1-5/+11
2016-10-29vcl: add bitmap::loadFromResource with additional flagsTomaž Vajngerl1-0/+22
2016-10-29tdf#51733 support SVG icon theme, disk cache and scaling / darkenTomaž Vajngerl1-3/+6
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin1-5/+3
2015-11-08Leftover debug code? (causes -Werror,-Wformat)Stephan Bergmann1-3/+0
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl1-0/+95