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
/
Key.h
Age
Commit message (
Expand
)
Author
2010-09-14
Add new action ACTION_PLAYER_PLAYPAUSE with action name "playpause".
renniej
2010-09-02
introduce remotedelay instead of remoterepeat in AdvancedSettings. Allowing t...
nadasb
2010-08-19
changed: Introduce a <VideoTimeSeek> block to keymaps to handle the Select/En...
jmarshallnz
2010-07-23
See http://trac.xbmc.org/ticket/9665#comment:8
renniej
2010-07-21
See http://trac.xbmc.org/ticket/9665#comment:7
renniej
2010-07-20
See http://trac.xbmc.org/ticket/9665#comment:5
renniej
2010-07-20
http://trac.xbmc.org/ticket/9665
renniej
2010-06-22
removed: Code for scripts window - no longer needed as you can access non-med...
jmarshallnz
2010-05-12
changed: rename scriptsdebuginfo textviewer. we can use this for more fun!
spiff_
2010-04-24
added: addon info dialog. my skinning is a joke as usual
spiff_
2010-04-16
merged: r29324 and r29325 from pvr-testing2
vdrfan
2010-04-07
cleanup: Move TranslateWindowString() to TranslateWindow() and use a lookup t...
jmarshallnz
2010-03-25
added: initial gesture support to guilib.
jmarshallnz
2010-03-10
changed: Introduce a virtual window id for the start window to ensure we aren...
jmarshallnz
2010-03-08
Reverted r28461
gyunaev
2010-03-08
Karaoke player can now optionally show the next song which will be played aft...
gyunaev
2010-03-02
merged: addons-fw branch
elupus
2010-02-20
fixed: Direct keyboard input wasn't working
jmarshallnz
2010-02-19
cleanup: removed unnecessary parameter in CMouseEvent and an unnecessary include
jmarshallnz
2010-02-19
changed: Moved mouse action creation out to the app. Fixes possible mouse iss...
jmarshallnz
2010-02-19
changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...
jmarshallnz
2010-02-19
cleanup: Remove unused ACTION_MOUSE_CLICK
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-02-19
cleanup: Move initialisation of CAction objects to the constructor.
jmarshallnz
2010-01-29
added: ticket #8654 - support mapping keys to zoom in/out and par plus/minus ...
spiff_
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-10
fixed: missing bit of r26618
jmarshallnz
2010-01-09
added: CMouseEvent class for transferring of mouse related events, and cleane...
jmarshallnz
2009-12-18
Updates to support key modifiers ctrl, shift and alt in the keymap. Tested on...
renniej
2009-09-30
added: Ticket #7187, TV Teletext support for DVB EBU Teletext streams
alwinus
2009-09-25
fixed: We're using the result of CKey::GetUnicode() as wchar_t, so may as wel...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller