aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIBaseContainer.h
AgeCommit message (Collapse)Author
2010-03-26added: Allow immediate deletion of resources via ↵jmarshallnz
CGUIControl::FreeResources(true); git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28827 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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-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-25changed: made CGUIBaseContainer::InsideLayout constjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28794 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-13added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering ↵jmarshallnz
of the items to start offset from the container origin. Allows focused sizing larger than nonfocused sizing in panels and lists without cropping git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27736 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26626 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
2010-01-06cleanup: removed unused function, and moved the list implementation of ↵jmarshallnz
SelectItemFromPoint out of CGUIBaseContainer git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26447 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using ↵jmarshallnz
CTimeUtils::Update/GetFrameTime() for UI timing. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23109 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