summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)AuthorFilesLines
2017-12-18tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd1-1/+2
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-34/+34
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-46/+46
2017-12-05BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann2-2/+2
2017-12-05Extend ScopedBitmapAccess and modify various classes to use itMark Page2-22/+17
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl1-1/+1
2016-12-14split markers for galaxy theme, when scaling use splitted markersTomaž Vajngerl1-5/+11
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+2
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-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-3/+5
2016-07-10making a disabled image from a 1 bit depth icon gives index assertsCaolán McNamara1-1/+8
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin2-4/+4
2016-05-25convert ImageType to scoped enumNoel Grandin1-3/+3
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-7/+7
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-19/+19
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin1-5/+3
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-01-11Remove BitmapFilterStackBlur, which is unused...Stephan Bergmann1-581/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl1-0/+397
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky1-6/+5
2015-12-02keep disable image at same depth as originalCaolán McNamara1-5/+5
2015-11-23loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl1-0/+69
2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl1-0/+72
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl1-0/+161
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
2015-10-27loplugin:unusedmethodsNoel Grandin1-9/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12loplugin:loopvartoosmallStephan Bergmann1-2/+2
2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl1-0/+58
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti1-1/+104
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti1-1/+1
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti1-0/+51
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-5/+5
2015-05-28new clang plugin: loopvartoosmallNoel Grandin2-12/+12
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-27more std::min and std::max fixesNoel Grandin1-1/+1
2015-03-27fix std::min issueNoel Grandin1-1/+1
2015-03-27fix tb56 buildNoel Grandin1-1/+1
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+590
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl1-0/+81
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski1-4/+4
2015-03-12loplugin:stringconcatStephan Bergmann1-1/+1