aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUILargeTextureManager.cpp
AgeCommit message (Expand)Author
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