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
/
GUIControlGroup.cpp
Age
Commit message (
Expand
)
Author
2010-07-19
changed: If pushed updates are enabled on a group, enable it on the children
jmarshallnz
2010-03-26
added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...
jmarshallnz
2010-03-25
changed: Make On/SendMouseEvent() return an enum rather than true/false.
jmarshallnz
2010-01-12
fixed: Don't pass position-adjusted coordinates to the group's mouse handler ...
jmarshallnz
2010-01-09
fixed: OS X STL doesn't like const iterators inside non-const functions.
jmarshallnz
2010-01-09
fixed: Use baseclass CanFocus() when checking for mouse over in groups - no n...
jmarshallnz
2010-01-09
fixed: better fallthrough of mouse actions from child to parent, plus a memor...
jmarshallnz
2010-01-09
changed: Improved mouse event handling - we now pass events down through the ...
jmarshallnz
2010-01-09
fixed: More efficient to grab the position of the window/group once, than onc...
jmarshallnz
2010-01-09
refactor: Removed duplicate/unnecessary code now that controlgroups and windo...
jmarshallnz
2010-01-09
changed: CGUIWindow::GetOrigin() -> CGUIControlGroup::GetPosition() with over...
jmarshallnz
2010-01-08
cleanup: Changed the way controls are selected for focus under the mouse poin...
jmarshallnz
2009-10-15
changed: Better exclusive access control tracking for the mouse - should help...
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