index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
GUILargeTextureManager.cpp
Age
Commit message (
Expand
)
Author
2022-08-26
[cppcheck] useInitializationList
Rechi
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-23
CSingleLock: replace with std::unique_lock
Lukas Rusak
2021-11-03
GUILargeTextureManager: Wrap CTexture in std::unique_ptr
Markus Härer
2021-05-20
remove use of c_str() from CLog::Log calls
Lukas Rusak
2021-05-20
update logging to new format
Lukas Rusak
2021-04-28
CImageLoader: use std::chrono
Lukas Rusak
2020-10-21
CTexture: rename CBaseTexture to CTexture
Lukas Rusak
2019-09-16
[modernize] use-emplace
Rechi
2019-07-09
[format] fix include order
Rechi
2018-10-07
Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...
Kai Sommerfeld
2018-07-27
[xbmc] Update copyright year span
h.udo
2018-07-27
[xbmc] Team XBMC -> Team Kodi
h.udo
2018-07-27
[xbmc] GPL-2.0-or-later SPDX license identifier
h.udo
2018-04-08
have ServiceBroker return a pointer for WinSystem
Rechi
2018-04-06
kill g_textureManager and g_largeTextureManager
Rainer Hochecker
2018-04-06
kill global g_graphicsContext
Rainer Hochecker
2018-04-06
move GraphicsContext from guilib to windowing
Rainer Hochecker
2018-01-24
A mass change from xbmc.org to kodi.tv.
Stig-Ørjan Smelror
2017-08-02
prefer c++ style casts
Arne Morten Kvarving
2017-07-06
[modernize][xbmc] Prefer 'default' for declarations
h.udo
2016-09-03
log failed texture loading and add guards to prevent caching invalid paths
Thomas Amland
2016-02-13
[texturecache] remove useDDS from CTextureCache::CheckCachedImage. not used
Stefan Saraev
2015-09-08
[settings] remove rotate pictures using EXIF information setting
Matthias Kortstiege
2015-08-18
[cleanup] unify method name used for singleton pattern
xhaggi
2015-08-05
[settings] use setting id constants
xhaggi
2015-07-14
[std cleanup] xbmc/
hudokkow
2015-04-07
changed: Refactor ImageLoader to improve error handling when e.g. texture loa...
arnova
2015-02-10
CHG: Move to c++11 and use std:shared_ptr rather than boost
Chris "Koying" Browet
2015-01-24
cppcheck performance fixes
Tobias Markus
2015-01-07
[stdstring] get rid of CStdString in xbmc/
Arne Morten Kvarving
2014-12-16
Revert "rename xbmc folder to src"
Rainer Hochecker
2014-12-15
rename xbmc folder to src
Fneufneu
2013-11-14
[cstdstring] remove IsEmpty() and replace with empty()
night199uk
2013-11-01
Add useCache option to python ControlImage.setImage function that can be set ...
Jonathan Dieter
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-05-01
settings: replace CSettings and CGUISettings with new CSettings
montellese
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-09-09
update date in GPL header
montellese
2012-09-09
fix address line in GPL headers
montellese
2012-07-24
changed: remove unnecessary includes
spiff
2012-07-04
Merge pull request #1109 from jmarshallnz/music_thumbs_to_cache
jmarshallnz
2012-07-04
Revert "use IN_PROGRESS to indicate the allocated state of a texture in progr...
Jonathan Marshall
2012-07-04
[cleanup] remove unneeded Picture.h includes
Jonathan Marshall
2012-07-04
[imageloader] adds a static wrapper to CBaseTexture::LoadFromFile to save wor...
Jonathan Marshall
2012-05-13
cleanup: GetCachedImage -> HasCachedImage, CacheTexture -> CacheImage
Jonathan Marshall
2012-05-02
cache any non-cached textures in the load thread to save holding onto memory ...
Jonathan Marshall
2012-05-02
use IN_PROGRESS to indicate the allocated state of a texture in progress, and...
Jonathan Marshall
2012-05-02
drop unused variables from CTextureCache::BackgroundCacheImage
Jonathan Marshall
[next]