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