aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIFixedListContainer.cpp
AgeCommit message (Expand)Author
2010-03-25refactor: Split the cursor finding logic out of SelectItemFromPoint. jmarshallnz
2010-03-24fixed: ensure m_scrollOffset is validated in *Container::ValidateOffset()jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
2010-01-12fixed: fixedlist didn't respond to <onnext> outside the <movement> range.jmarshallnz
2010-01-08added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...jmarshallnz
2009-10-20fixed: Remove useless commentjmarshallnz
2009-10-20fixed: fixed list focus would make some items unreachable in the case that nu...jmarshallnz
2009-10-19fixed: With <movement> set, the fixed list would sometimes focus on items oth...jmarshallnz
2009-10-18added: support for <movement> tag in fixed lists, allows a range of movement ...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller