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
/
GUIControl.h
Age
Commit message (
Expand
)
Author
2010-04-07
cleanup: Removed depreciated control types.
jmarshallnz
2010-03-26
added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...
jmarshallnz
2010-03-25
added: initial gesture support to guilib.
jmarshallnz
2010-03-25
changed: Make On/SendMouseEvent() return an enum rather than true/false.
jmarshallnz
2010-03-02
merged: addons-fw branch
elupus
2010-02-12
refactor: factored out some more label code and cleaned up a bunch of mess. ...
jmarshallnz
2010-01-10
cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEvent
jmarshallnz
2010-01-10
improved: Better exclusive control support for mouse dragging of sliders/scro...
jmarshallnz
2010-01-09
changed: simplify CanFocusFromPoint and remove unnecessary OnMouseOver from v...
jmarshallnz
2010-01-09
changed: Improved mouse event handling - we now pass events down through the ...
jmarshallnz
2010-01-08
cosmetics
spiff_
2010-01-08
cleanup: Changed the way controls are selected for focus under the mouse poin...
jmarshallnz
2009-11-09
fixed: Controls in grouplists would have their navigation actions overridden....
jmarshallnz
2009-09-24
cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in ...
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