aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUILargeTextureManager.cpp
AgeCommit message (Collapse)Author
2022-08-26[cppcheck] useInitializationListRechi
2022-03-10[ServiceBroker][JobManager] Get rid of job manager global singleton.Kai Sommerfeld
2022-03-10[ServiceBroker][TextureCache] Get rid of texture cache global singleton.Kai Sommerfeld
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2021-11-03GUILargeTextureManager: Wrap CTexture in std::unique_ptrMarkus Härer
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-04-28CImageLoader: use std::chronoLukas Rusak
2020-10-21CTexture: rename CBaseTexture to CTextureLukas Rusak
2019-09-16[modernize] use-emplaceRechi
2019-07-09[format] fix include orderRechi
2018-10-07Eliminate CServiceBroker::GetSettings(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetSettings() instead.
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
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
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 ↵arnova
loading fails
2015-02-10CHG: Move to c++11 and use std:shared_ptr rather than boostChris "Koying" Browet
Fixes the Nexus Player x86 crashes
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
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
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
to false to bypass the cache Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
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
Music thumbs to cache
2012-07-04Revert "use IN_PROGRESS to indicate the allocated state of a texture in ↵Jonathan Marshall
progress, and split out the removal of inprogress from allocated or failed textures" This reverts commit 76a119366744b210d483382c64b5fa15dbbeec9e.
2012-07-04[cleanup] remove unneeded Picture.h includesJonathan Marshall
2012-07-04[imageloader] adds a static wrapper to CBaseTexture::LoadFromFile to save ↵Jonathan Marshall
worrying about deletion of the created texture object
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
for indefinite periods of time
2012-05-02use IN_PROGRESS to indicate the allocated state of a texture in progress, ↵Jonathan Marshall
and split out the removal of inprogress from allocated or failed textures
2012-05-02drop unused variables from CTextureCache::BackgroundCacheImageJonathan Marshall