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
/
GUIFixedListContainer.cpp
Age
Commit message (
Expand
)
Author
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-12
fixed: fixedlist didn't respond to <onnext> outside the <movement> range.
jmarshallnz
2010-01-08
added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...
jmarshallnz
2009-10-20
fixed: Remove useless comment
jmarshallnz
2009-10-20
fixed: fixed list focus would make some items unreachable in the case that nu...
jmarshallnz
2009-10-19
fixed: With <movement> set, the fixed list would sometimes focus on items oth...
jmarshallnz
2009-10-18
added: support for <movement> tag in fixed lists, allows a range of movement ...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller