summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impimagetree.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-28tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-4/+67
2015-05-11ICONS: Breeze fallsback on galaxy and sifr fallsback on breezeYousuf Philips1-1/+3
2015-05-10remove a use of OUString::intern()Norbert Thiebaud1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-9/+7
2015-01-29images: Don't fallback to indrustrial, it's merged to tango during build.Jan Holesovsky1-1/+1
2014-11-24prevent unused warning in release buildNoel Grandin1-0/+2
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky1-10/+28
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky1-28/+34
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky1-20/+30
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky1-54/+34
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky1-34/+15
2014-11-17loplugin:unreffunStephan Bergmann1-3/+1
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks1-32/+32
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks1-0/+17
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-09-12minor whitespace changeChris Sherlock1-1/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-02-27images: Skip comments in links.txt.Jan Holesovsky1-4/+10
2014-02-25callcatcher: update unused codeCaolán McNamara1-46/+0
2013-12-20Can't use const_reverse_iterator here.Douglas Mencken1-1/+1
2013-12-13Drop duplicate #includeTakeshi Abe1-1/+0
2013-09-19Theme icons are loaded only onceRodolfo Ribeiro Gomes1-3/+2
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-07-26Rename misleading icon link data from cache to hash.Michael Meeks1-5/+5
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-6/+3
2013-06-12Fix exception specification for ZipFileAccess::createWithURLNoel Grandin1-0/+4
2013-06-12sal_Bool to boolTakeshi Abe1-1/+1
2013-06-11Missing zip files now result in a DeploymentException so ignore that.Michael Meeks1-6/+0
2013-06-03fdo#46808, Use service constructor for ZipFileAccessNoel Grandin1-14/+2
2013-05-21Allow 'textual links' on icon theme packagesRodolfo Ribeiro Gomes1-3/+85
2013-05-21Removal of includes not needed anymoreRodolfo Ribeiro Gomes1-13/+0
2013-05-21Loader's ImageTree doesn't store multiple image paths anymoreRodolfo Ribeiro Gomes1-59/+48
2013-05-21Little cleanup in image loader internal functionslibreoffice-4-1-branch-pointRodolfo Ribeiro Gomes1-43/+22
2013-05-20Make some uses of OUStrings a little more readableRodolfo Ribeiro Gomes1-8/+2
2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin1-5/+4
2013-04-29There is no images*_brand.zip filesStephan Bergmann1-41/+13
2013-04-29Fix indentationStephan Bergmann1-4/+3
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann1-11/+0
2013-04-25use LanguageTag fallbackEike Rathke1-17/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+30
2013-03-07OSL_TRACE->SAL_INFOCaolán McNamara1-10/+6
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith1-5/+5
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+2
2012-06-02targeted string re-workNorbert Thiebaud1-14/+8