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
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
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-10-12
changed: simplify SystemGlobals by just putting all global objects in one com...
elupus
2010-10-08
fixed: don't try to cache a file that doesn't exist. Credit jmarshall.
theuni
2010-08-04
fixed: use full path when logging texture lookups to save confusion
jmarshallnz
2010-05-24
changed: put a few more objects in system globals to control create/destructi...
elupus
2010-03-21
added: TextureCache class that handles (among other things in future) caching...
jmarshallnz
2010-02-27
changed: CUtil::ReplaceExtension() to return a CStdString rather than passing...
jmarshallnz
2010-02-24
changed: Only log the load time of an image if it's larger than 100ms.
jmarshallnz
2009-12-20
merged: r25753,r25754 from Camelot branch - useful logging changes.
jmarshallnz
2009-12-07
fixed: Cosmetics. Removed stray ;
arnova
2009-11-23
fixed: Ticket #7816 - Switching profiles does not clear active background (ak...
jmarshallnz
2009-10-28
changed: move auto thumb generation and media thumb extraction to jobmanager
spiff_
2009-10-27
Made IJob return a success flag which is passed down to the observer
topfs2
2009-10-04
added: <useddsfanart> to advancedsettings to allow testing of .dds fanart
jmarshallnz
2009-10-04
changed: Moved image loading from CPicture to CBaseTexture as that is the mai...
jmarshallnz
2009-09-28
changed: background texture loader to use CJobManager (from #7222)
jmarshallnz
2009-09-24
fixed: White textures on fail of load, thanks to taxigps (ticket #7212)
jmarshallnz
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
fixed: include path
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller