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-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