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
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
2012-05-02
correct comments
Jonathan Marshall
2012-04-04
drop hard limit of 2048x1080 for texture loading - it's bounded by the size o...
Jonathan Marshall
2012-04-03
refactor texture background loader to use the new texture cache functionality.
Jonathan Marshall
2012-03-31
change texture caching functions to not re-cache on Gets, rather re-cache usi...
Jonathan Marshall
2011-08-12
Merge branch 'opportunisticCacheCheck' of git://github.com/hippojay/xbmc into...
Jonathan Marshall
2011-07-20
Fixed potential overflows plus correct use of the system clock.
Jim Carroll
2011-07-20
Removed CTimeUtils::GetTimeMS and replaced it with XbmcThreads::SystemClockMi...
Jim Carroll
2011-06-18
Broke out cache code from CacheAndCheck into dedicated function - CacheImageF...
hippojay
2011-06-18
Modified "Check and Cache" image function. Check cache first befor URL valid...
hippojay
[next]