aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIFixedListContainer.cpp
AgeCommit message (Collapse)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2010-11-02Fix Some Clang Static Analysis Warnings, #10612.monkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35116 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25refactor: Split the cursor finding logic out of SelectItemFromPoint. jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28795 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: ensure m_scrollOffset is validated in *Container::ValidateOffset()jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28783 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we ↵jmarshallnz
only ever set in constructors. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27962 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27026 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: fixedlist didn't respond to <onnext> outside the <movement> range.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26737 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-08added: Container.OnScrollNext/OnScrollPrev conditions. Same as ↵jmarshallnz
OnNext/OnPrev except they only trigger when a scroll is taking place. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26519 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-20fixed: Remove useless commentjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23871 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-20fixed: fixed list focus would make some items unreachable in the case that ↵jmarshallnz
number of items <= fixedcursor position. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23870 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-19fixed: With <movement> set, the fixed list would sometimes focus on items ↵jmarshallnz
other than the focusposition. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23851 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-18added: support for <movement> tag in fixed lists, allows a range of movement ↵jmarshallnz
for the fixedcursor at the ends of a list (fixedcursor +/- movement). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23811 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90