aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIWindow.h
AgeCommit message (Expand)Author
2010-06-09added: <backgroundcolor> tag to windows, allowing skinners to specify whether...jmarshallnz
2010-06-06cleanup: Move clearing of screen into the windowmanager, and do it optionally...jmarshallnz
2010-04-30changed: Move HasID() back to the .h and make it const - issue is id is reser...jmarshallnz
2010-04-30fixed broken OSX compile caused by r29685davilla
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
2010-02-20added: CGUIWindow::FrameMove function to update anything per frame, and moved...jmarshallnz
2010-02-19changed: Moved mouse action creation out to the app. Fixes possible mouse iss...jmarshallnz
2010-02-19cleanup: Get rid of unnecessary overrides of CGUIWindow::OnMouseAction()jmarshallnz
2010-01-18changed: Moved the XML filename of windows into a property. Retrieve using Wi...jmarshallnz
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