summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2017-05-07break circular includeJochen Nitschke
2017-04-27loadFromResource is now unusedCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder
2017-02-27fall back to unthreaded scaling if threaded scaling failsCaolán McNamara
2017-02-20remove unused Box from ConvolutionKernelType enumNoel Grandin
2017-01-05move CommandImageResolver out of vcl and beside its only userCaolán McNamara
2016-12-27tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl
2016-12-09split markers for galaxy theme, when scaling use splitted markersTomaž Vajngerl
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl
2016-10-29vcl: add bitmap::loadFromResource with additional flagsTomaž Vajngerl
2016-10-29tdf#51733 support SVG icon theme, disk cache and scaling / darkenTomaž Vajngerl
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-07-10making a disabled image from a 1 bit depth icon gives index assertsCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25convert ImageType to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-11Remove BitmapFilterStackBlur, which is unused...Stephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky
2015-12-02keep disable image at same depth as originalCaolán McNamara
2015-11-23loplugin:loopvartoosmallNoel Grandin
2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl
2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl
2015-11-08Leftover debug code? (causes -Werror,-Wformat)Stephan Bergmann
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12loplugin:loopvartoosmallStephan Bergmann
2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-03-27more std::min and std::max fixesNoel Grandin
2015-03-27fix std::min issueNoel Grandin