aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIButtonScroller.cpp
AgeCommit message (Expand)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2010-11-02fixed: Unused alpha value in button scroller, closes #10612 monkeyman_67156
2010-11-02Fix Some Clang Static Analysis Warnings, #10612.monkeyman_67156
2010-08-07changed: Do <include> resolving recursively on XML load, rather than piecemea...jmarshallnz
2010-04-27changed: replace global CSkinInfo with global SkinPtralcoheca
2010-04-27Revert "fixed: fallout after r29510 (except build system stuff)"alcoheca
2010-04-26fixed: fallout after r29510 (except build system stuff)spiff_
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
2010-03-26added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...jmarshallnz
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-02-19cleanup: Move initialisation of CAction objects to the constructor.jmarshallnz
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
2009-10-25changed: Invalidate controls when changing the window size, rather than being...jmarshallnz
2009-10-07cosmetic: m_gWindowManager -> g_windowManager for consistency.jmarshallnz
2009-10-07changed: Get rid of the use of g_graphicsContext to send messages (all it did...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller