summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impimagetree.cxx
AgeCommit message (Expand)Author
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-29images: Don't fallback to indrustrial, it's merged to tango during build.Jan Holesovsky
2014-11-24prevent unused warning in release buildNoel Grandin
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky
2014-11-17loplugin:unreffunStephan Bergmann
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-12minor whitespace changeChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-27images: Skip comments in links.txt.Jan Holesovsky
2014-02-25callcatcher: update unused codeCaolán McNamara
2013-12-20Can't use const_reverse_iterator here.Douglas Mencken
2013-12-13Drop duplicate #includeTakeshi Abe
2013-09-19Theme icons are loaded only onceRodolfo Ribeiro Gomes
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-07-26Rename misleading icon link data from cache to hash.Michael Meeks
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-12Fix exception specification for ZipFileAccess::createWithURLNoel Grandin
2013-06-12sal_Bool to boolTakeshi Abe
2013-06-11Missing zip files now result in a DeploymentException so ignore that.Michael Meeks
2013-06-03fdo#46808, Use service constructor for ZipFileAccessNoel Grandin
2013-05-21Allow 'textual links' on icon theme packagesRodolfo Ribeiro Gomes
2013-05-21Removal of includes not needed anymoreRodolfo Ribeiro Gomes
2013-05-21Loader's ImageTree doesn't store multiple image paths anymoreRodolfo Ribeiro Gomes
2013-05-21Little cleanup in image loader internal functionslibreoffice-4-1-branch-pointRodolfo Ribeiro Gomes
2013-05-20Make some uses of OUStrings a little more readableRodolfo Ribeiro Gomes
2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin
2013-04-29There is no images*_brand.zip filesStephan Bergmann
2013-04-29Fix indentationStephan Bergmann
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann
2013-04-25use LanguageTag fallbackEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-07OSL_TRACE->SAL_INFOCaolán McNamara
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-01fdo#42779 followup: Do not check for icons in nonexistent lookaside directory.Gábor Stefanik
2012-04-30fdo#42779: Implement icon theme lookaside directoryGábor Stefanik
2012-04-27Fix debug message and remove useless try...catch from ImplImageTree::loadImageGábor Stefanik