aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIBaseContainer.h
AgeCommit message (Expand)Author
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-03-25refactor: Split the cursor finding logic out of SelectItemFromPoint. jmarshallnz
2010-03-25changed: made CGUIBaseContainer::InsideLayout constjmarshallnz
2010-02-13added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering o...jmarshallnz
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
2010-01-08added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...jmarshallnz
2010-01-06cleanup: removed unused function, and moved the list implementation of Select...jmarshallnz
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller