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