summaryrefslogtreecommitdiff
path: root/vcl/source/image
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-6/+7
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock3-3/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-4/+4
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann1-2/+3
2020-11-11loplugin:stringviewNoel1-2/+2
2020-09-07loplugin:constantparamNoel Grandin2-12/+5
2020-08-19Related: tdf#135369 Handle missing icons in ImplImageMaxim Monastirsky1-0/+6
2020-02-03make some headers privateCaolán McNamara2-2/+2
2020-01-21vcl: close UNO streams with closeInput.Michael Meeks1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-30fix vcldemo lookup of iconsLuboš Luňák1-6/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-10-02loplugin:stringadd in vclNoel Grandin1-2/+2
2019-09-24Use lazy-loading stock Image to simplify framework image lists.Michael Meeks2-11/+46
2019-08-20loplugin:constvars in vclNoel Grandin1-3/+3
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen4-22/+0
2019-06-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin1-8/+9
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-3/+1
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl2-6/+13
2019-04-03various cleanups - no behavior changeTomaž Vajngerl1-1/+1
2019-02-27make cursor images part of the themeNoel Grandin1-2/+56
2019-02-09Use PngImageReader for loading the icons from the icon-themesTomaž Vajngerl1-8/+6
2019-01-27Optimize: getToken()+comparison+copy() ==> startsWith()Matteo Casalin1-3/+3
2019-01-25tdf#122259 resolve image link as both - png and svgTomaž Vajngerl1-5/+16
2019-01-24ImplImageTree.cxx - hide local functions in anonymous namespaceTomaž Vajngerl1-3/+8
2019-01-24Cleanup and simplify Image.{cxx,hxx}Tomaž Vajngerl1-4/+6
2019-01-24cleanup ImplImageTree.cxx - whitespace, remove unneeded css::Tomaž Vajngerl1-33/+37
2019-01-23loplugin:constparams in vclNoel Grandin1-1/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-07utility constructor for Image "private:graphicrepository" urlsNoel Grandin1-0/+5
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-27Use HiDPI scaling to load scaled images.Michael Meeks2-11/+35
2018-11-27Add explicit API scaling via ImageTree API.Michael Meeks2-13/+34
2018-11-27Preserve stock images until render time.Michael Meeks2-69/+105
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski1-0/+2
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-09-10No more need for extra local variablesStephan Bergmann2-10/+4
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin2-4/+10
2018-08-15tdf#119276 Fix loading of images with internal LO URLsTomaž Vajngerl1-3/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-06coverity#1435442 silence Unchecked return valueCaolán McNamara1-1/+1
2018-05-05Replace Galaxy icon theme by Colibreheiko tietze1-6/+2
2018-05-04give icon data directly to gtk, skipping internal loadersCaolán McNamara2-0/+45
2018-05-04can make good use of fact its a SvMemorystreamCaolán McNamara1-2/+2
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock2-6/+12
2018-04-13Don't abuse loading of a Graphic to actually load an ImageTomaž Vajngerl1-6/+18
2018-01-07svg icon caching even for 1x scalingTomaž Vajngerl1-21/+28
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1