aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUILargeTextureManager.cpp
AgeCommit message (Expand)Author
2019-09-16[modernize] use-emplaceRechi
2019-07-09[format] fix include orderRechi
2018-10-07Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...Kai Sommerfeld
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-04-08have ServiceBroker return a pointer for WinSystemRechi
2018-04-06kill g_textureManager and g_largeTextureManagerRainer Hochecker
2018-04-06kill global g_graphicsContextRainer Hochecker
2018-04-06move GraphicsContext from guilib to windowingRainer Hochecker
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-08-02prefer c++ style castsArne Morten Kvarving
2017-07-06[modernize][xbmc] Prefer 'default' for declarationsh.udo
2016-09-03log failed texture loading and add guards to prevent caching invalid pathsThomas Amland
2016-02-13[texturecache] remove useDDS from CTextureCache::CheckCachedImage. not usedStefan Saraev
2015-09-08[settings] remove rotate pictures using EXIF information settingMatthias Kortstiege
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-08-05[settings] use setting id constantsxhaggi
2015-07-14[std cleanup] xbmc/hudokkow
2015-04-07changed: Refactor ImageLoader to improve error handling when e.g. texture loa...arnova
2015-02-10CHG: Move to c++11 and use std:shared_ptr rather than boostChris "Koying" Browet
2015-01-24cppcheck performance fixesTobias Markus
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-01Add useCache option to python ControlImage.setImage function that can be set ...Jonathan Dieter
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-05-01settings: replace CSettings and CGUISettings with new CSettingsmontellese
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-07-24changed: remove unnecessary includesspiff
2012-07-04Merge pull request #1109 from jmarshallnz/music_thumbs_to_cachejmarshallnz
2012-07-04Revert "use IN_PROGRESS to indicate the allocated state of a texture in progr...Jonathan Marshall
2012-07-04[cleanup] remove unneeded Picture.h includesJonathan Marshall
2012-07-04[imageloader] adds a static wrapper to CBaseTexture::LoadFromFile to save wor...Jonathan Marshall
2012-05-13cleanup: GetCachedImage -> HasCachedImage, CacheTexture -> CacheImageJonathan Marshall
2012-05-02cache any non-cached textures in the load thread to save holding onto memory ...Jonathan Marshall
2012-05-02use IN_PROGRESS to indicate the allocated state of a texture in progress, and...Jonathan Marshall
2012-05-02drop unused variables from CTextureCache::BackgroundCacheImageJonathan Marshall
2012-05-02correct commentsJonathan Marshall
2012-04-04drop hard limit of 2048x1080 for texture loading - it's bounded by the size o...Jonathan Marshall
2012-04-03refactor texture background loader to use the new texture cache functionality.Jonathan Marshall
2012-03-31change texture caching functions to not re-cache on Gets, rather re-cache usi...Jonathan Marshall
2011-08-12Merge branch 'opportunisticCacheCheck' of git://github.com/hippojay/xbmc into...Jonathan Marshall
2011-07-20Fixed potential overflows plus correct use of the system clock.Jim Carroll
2011-07-20Removed CTimeUtils::GetTimeMS and replaced it with XbmcThreads::SystemClockMi...Jim Carroll
2011-06-18Broke out cache code from CacheAndCheck into dedicated function - CacheImageF...hippojay
2011-06-18Modified "Check and Cache" image function. Check cache first befor URL valid...hippojay