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
/
GUIButtonScroller.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-11-02
fixed: Unused alpha value in button scroller, closes #10612
monkeyman_67156
2010-11-02
Fix Some Clang Static Analysis Warnings, #10612.
monkeyman_67156
2010-08-07
changed: Do <include> resolving recursively on XML load, rather than piecemea...
jmarshallnz
2010-04-27
changed: replace global CSkinInfo with global SkinPtr
alcoheca
2010-04-27
Revert "fixed: fallout after r29510 (except build system stuff)"
alcoheca
2010-04-26
fixed: fallout after r29510 (except build system stuff)
spiff_
2010-04-26
renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h
alcoheca
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-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
cleanup: Move initialisation of CAction objects to the constructor.
jmarshallnz
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
2009-10-25
changed: Invalidate controls when changing the window size, rather than being...
jmarshallnz
2009-10-07
cosmetic: m_gWindowManager -> g_windowManager for consistency.
jmarshallnz
2009-10-07
changed: Get rid of the use of g_graphicsContext to send messages (all it did...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller