aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControlGroup.h
AgeCommit message (Expand)Author
2010-07-17fixed: Ensure GetRenderPosition() returns something sensible for dialogs with...jmarshallnz
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-01-09fixed: OS X STL doesn't like const iterators inside non-const functions.jmarshallnz
2010-01-09changed: Improved mouse event handling - we now pass events down through the ...jmarshallnz
2010-01-09refactor: Removed duplicate/unnecessary code now that controlgroups and windo...jmarshallnz
2010-01-09changed: CGUIWindow::GetOrigin() -> CGUIControlGroup::GetPosition() with over...jmarshallnz
2010-01-08cleanup: Changed the way controls are selected for focus under the mouse poin...jmarshallnz
2009-10-15changed: Better exclusive access control tracking for the mouse - should help...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