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
/
GUISpinControl.cpp
Age
Commit message (
Expand
)
Author
2010-06-30
changed: Get rid of the hardcoding of <aligny> to center on spin controls.
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-02-23
fixed: Ensure settings spinners don't cause overlapping text by making the sp...
jmarshallnz
2010-02-23
fixed: Ensure SetInvalid() invalidates labels so that they refresh after a re...
jmarshallnz
2010-02-19
changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-02-19
fixed: compile warning
jmarshallnz
2010-02-12
refactor: factored out some more label code and cleaned up a bunch of mess. ...
jmarshallnz
2010-01-24
changed: misc. guilib cleanups
monkeyman_67156
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-10
cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEvent
jmarshallnz
2010-01-09
fixed: eliminate some duplicate code
jmarshallnz
2009-10-25
changed: Invalidate controls when changing the window size, rather than being...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller