aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIWindow.h
AgeCommit message (Expand)Author
2010-01-14cleanup: Interface to window properties. Removed HasProperty/ClearProperty (...jmarshallnz
2010-01-12changed: Default the <hitrect> for windows and dialogs to the fullscreen size...jmarshallnz
2010-01-10improved: Better exclusive control support for mouse dragging of sliders/scro...jmarshallnz
2010-01-09fixed: Implement CGUIWindow::HitRect for windows to ensure mouse events get p...jmarshallnz
2010-01-09changed: OnMouse() -> OnMouseEvent() for consistency with base classes, and u...jmarshallnz
2010-01-09changed: Improved mouse event handling - we now pass events down through the ...jmarshallnz
2010-01-09changed: CGUIWindow::GetOrigin() -> CGUIControlGroup::GetPosition() with over...jmarshallnz
2010-01-08cosmeticsspiff_
2010-01-08cleanup: eliminate some duplicate code.jmarshallnz
2009-09-24removed: FRECT struct - use CRect instead.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