aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUISliderControl.cpp
AgeCommit message (Collapse)Author
2010-07-17fixed: Ticket #9626 - "slider" settings enable acts like visiblejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31899 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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-11cleanup: get rid of dupe'd code.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28549 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-11added: GetProportion() helper to CGUISliderControl, and send the slider ↵jmarshallnz
position with click messages. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28548 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-19cleanup: Remove unused ACTION_MOUSE_CLICKjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27964 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-10improved: Better exclusive control support for mouse dragging of ↵jmarshallnz
sliders/scroll bars. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26618 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-25changed: Invalidate controls when changing the window size, rather than ↵jmarshallnz
being lazy and reallocate them. Thanks for the kick up the pants Martin :) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23993 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-15changed: Better exclusive access control tracking for the mouse - should ↵jmarshallnz
help with multiple scrollbars with the same id (which is highly discouraged) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23755 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