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
/
guilib
/
GUIListContainer.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-12-06
fixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()
jmarshallnz
2010-03-25
refactor: Split the cursor finding logic out of SelectItemFromPoint.
jmarshallnz
2010-03-24
fixed: ensure m_scrollOffset is validated in *Container::ValidateOffset()
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-08
cosmetics
spiff_
2010-01-08
added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...
jmarshallnz
2010-01-06
revert: r26445 - Container.OnNext/OnPrevious back to working for any movement
jmarshallnz
2010-01-06
cleanup: removed unused function, and moved the list implementation of Select...
jmarshallnz
2010-01-06
changed: Don't set Container.OnNext/OnPrevious unless the list is actually mo...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller