index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guilib
/
GUIWindow.h
Age
Commit message (
Expand
)
Author
2010-06-09
added: <backgroundcolor> tag to windows, allowing skinners to specify whether...
jmarshallnz
2010-06-06
cleanup: Move clearing of screen into the windowmanager, and do it optionally...
jmarshallnz
2010-04-30
changed: Move HasID() back to the .h and make it const - issue is id is reser...
jmarshallnz
2010-04-30
fixed broken OSX compile caused by r29685
davilla
2010-03-25
changed: Make On/SendMouseEvent() return an enum rather than true/false.
jmarshallnz
2010-02-20
added: CGUIWindow::FrameMove function to update anything per frame, and moved...
jmarshallnz
2010-02-19
changed: Moved mouse action creation out to the app. Fixes possible mouse iss...
jmarshallnz
2010-02-19
cleanup: Get rid of unnecessary overrides of CGUIWindow::OnMouseAction()
jmarshallnz
2010-01-18
changed: Moved the XML filename of windows into a property. Retrieve using Wi...
jmarshallnz
2010-01-14
cleanup: Interface to window properties. Removed HasProperty/ClearProperty (...
jmarshallnz
2010-01-12
changed: Default the <hitrect> for windows and dialogs to the fullscreen size...
jmarshallnz
2010-01-10
improved: Better exclusive control support for mouse dragging of sliders/scro...
jmarshallnz
2010-01-09
fixed: Implement CGUIWindow::HitRect for windows to ensure mouse events get p...
jmarshallnz
2010-01-09
changed: OnMouse() -> OnMouseEvent() for consistency with base classes, and u...
jmarshallnz
2010-01-09
changed: Improved mouse event handling - we now pass events down through the ...
jmarshallnz
2010-01-09
changed: CGUIWindow::GetOrigin() -> CGUIControlGroup::GetPosition() with over...
jmarshallnz
2010-01-08
cosmetics
spiff_
2010-01-08
cleanup: eliminate some duplicate code.
jmarshallnz
2009-09-24
removed: FRECT struct - use CRect instead.
jmarshallnz
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller