aboutsummaryrefslogtreecommitdiff
path: root/xbmc/guilib/GUIMultiImage.cpp
AgeCommit message (Expand)Author
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-09-30Faster substring comparisonsBen Avison
2013-08-25[GuiLib] Member initialization issues, i.e.:ace20022
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-06-14Added CFileItem::FillInMimeType() and make GetMimeType() respect const qualif...Garrett Brown
2013-04-07settings: move some more settings to CAdvancedSettingsmontellese
2013-03-16changed: split off window id's to separate filespiff
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-19fix multiimage never refreshing in LOAD_ON_GUI_INIT/KEEP_IN_MEMORY windows - ...pieh
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-06load only pictures in multiimage control, fixes #13307pieh
2012-08-28Fix possible use of uninitialized variables in GUIKyle Hill
2012-08-04[gui] use a background job for fetching the directory for a multiimage control.Jonathan Marshall
2011-08-09switch CFileItem::m_strPath to private, and add GetPath/SetPath for accessJonathan Marshall
2011-07-24remove unnecessary SetClipRegion around multiimage rendering - GUITexture cli...Jonathan Marshall
2011-06-16Added DirtyRegionList to Processing pass to allow accumalitive collection of ...Tobias Arrskog
2011-06-16Have GUIMultiImage mark dirty regionsTobias Arrskog
2011-06-16Added initial split of processing and renderingTobias Arrskog
2011-02-20add support for Control.GetLabel to multiimage. closes #10069.Jonathan Marshall
2011-02-14fixed: restored commits that were accidentally reverted in 03fb5f65b3001edda8...Jonathan Marshall
2011-01-24Merged cptspiff's code-reshuffle branch.theuni