summaryrefslogtreecommitdiff
path: root/vcl/source/image/ImplImageTree.cxx
AgeCommit message (Expand)Author
2020-05-08vcl: close UNO streams with closeInput.Michael Meeks
2019-10-30fix vcldemo lookup of iconsLuboš Luňák
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-08-20loplugin:constvars in vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-02-27make cursor images part of the themeNoel Grandin
2019-02-09Use PngImageReader for loading the icons from the icon-themesTomaž Vajngerl
2019-01-25tdf#122259 resolve image link as both - png and svgTomaž Vajngerl
2019-01-24ImplImageTree.cxx - hide local functions in anonymous namespaceTomaž Vajngerl
2019-01-24cleanup ImplImageTree.cxx - whitespace, remove unneeded css::Tomaž Vajngerl
2019-01-23loplugin:constparams in vclNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-27Add explicit API scaling via ImageTree API.Michael Meeks
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-06coverity#1435442 silence Unchecked return valueCaolán McNamara
2018-05-05Replace Galaxy icon theme by Colibreheiko tietze
2018-05-04give icon data directly to gtk, skipping internal loadersCaolán McNamara
2018-05-04can make good use of fact its a SvMemorystreamCaolán McNamara
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock
2018-01-07svg icon caching even for 1x scalingTomaž Vajngerl
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-13tdf#110742 add support for icon themes via extension managerCaolán McNamara
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-02loplugin:casttovoid: vclStephan Bergmann
2017-06-06tdf#94632 Enable sifr dark and set fallbackYousuf Philips
2017-05-12Look for help-specific images in the new images_helpimg archiveKatarina Behrens
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock
2017-04-26loplugin:unusedmethodsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2016-12-27tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd
2016-12-24Typo: scalePrecentage->scalePercentageJulien Nabet
2016-12-23tdf#103626 don't scale application icon to prevent a start-up loopTomaž Vajngerl
2016-12-19ImplImageTree extract parameters to own structTomaž Vajngerl
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin