aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIListContainer.cpp
AgeCommit message (Expand)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2010-12-06fixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()jmarshallnz
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-08cosmeticsspiff_
2010-01-08added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...jmarshallnz
2010-01-06revert: r26445 - Container.OnNext/OnPrevious back to working for any movementjmarshallnz
2010-01-06cleanup: removed unused function, and moved the list implementation of Select...jmarshallnz
2010-01-06changed: Don't set Container.OnNext/OnPrevious unless the list is actually mo...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller