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
/
GUIVideoControl.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-03-25
changed: Make On/SendMouseEvent() return an enum rather than true/false.
jmarshallnz
2010-01-10
cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEvent
jmarshallnz
2010-01-09
fixed: check for visible in CanFocusFromPoint in vis and video controls
jmarshallnz
2010-01-09
changed: simplify CanFocusFromPoint and remove unnecessary OnMouseOver from v...
jmarshallnz
2010-01-08
cleanup: Changed the way controls are selected for focus under the mouse poin...
jmarshallnz
2009-11-06
fixed: Cropping of videowindow on GL builds.
jmarshallnz
2009-11-06
changed: SetViewPort() in the videocontrol to stop it rendering out of bounds.
jmarshallnz
2009-10-07
cosmetic: m_gWindowManager -> g_windowManager for consistency.
jmarshallnz
2009-10-07
changed: Get rid of the use of g_graphicsContext to send messages (all it did...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller