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