index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guilib
/
GUISliderControl.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2011-01-04
added: support ranges and steps in slide control. thanks to alanwww1 and crys...
spiff
2010-07-17
fixed: Ticket #9626 - "slider" settings enable acts like visible
jmarshallnz
2010-03-26
added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...
jmarshallnz
2010-03-25
changed: Make On/SendMouseEvent() return an enum rather than true/false.
jmarshallnz
2010-03-11
cleanup: get rid of dupe'd code.
jmarshallnz
2010-03-11
added: GetProportion() helper to CGUISliderControl, and send the slider posit...
jmarshallnz
2010-02-19
changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...
jmarshallnz
2010-02-19
cleanup: Remove unused ACTION_MOUSE_CLICK
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-10
improved: Better exclusive control support for mouse dragging of sliders/scro...
jmarshallnz
2009-10-25
changed: Invalidate controls when changing the window size, rather than being...
jmarshallnz
2009-10-15
changed: Better exclusive access control tracking for the mouse - should help...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller