aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControlGroupList.cpp
AgeCommit message (Collapse)Author
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ↵jmarshallnz
ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_WHEEL_DOWN git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27965 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-12refactor: factored out some more label code and cleaned up a bunch of mess. ↵jmarshallnz
Skinners please check your skins for any oddness. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10removed: inaccurate comment.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26628 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09fixed: Use baseclass CanFocus() when checking for mouse over in groups - no ↵jmarshallnz
need to check subcontrols. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26609 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09fixed: Ticket #4713 - mouse wheel wasn't handled in grouplists.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09fixed: better fallthrough of mouse actions from child to parent, plus a ↵jmarshallnz
memory leak. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26588 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09changed: Improved mouse event handling - we now pass events down through the ↵jmarshallnz
control structure, giving better context for the performed event. Allows groups to react if their children don't. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26577 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-08cleanup: Changed the way controls are selected for focus under the mouse ↵jmarshallnz
pointer. Fixes potential issues with control groups ignoring anything other than the first possibly focusable control when passing mouse actions. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26534 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-09fixed: Controls in grouplists would have their navigation actions ↵jmarshallnz
overridden. We override now only if the control has no actions set. Fixes #7630. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24466 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-08added: <scrolltime> to the grouplist control.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24414 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23fixed: <onright>builtin</onright> wouldn't work in grouplists.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23919 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