aboutsummaryrefslogtreecommitdiff
path: root/guilib/Key.h
AgeCommit message (Collapse)Author
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ↵jmarshallnz
ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_WHEEL_DOWN git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27965 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Remove unused ACTION_MOUSE_CLICKjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27964 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we ↵jmarshallnz
only ever set in constructors. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27962 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Move initialisation of CAction objects to the constructor.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27959 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-29added: ticket #8654 - support mapping keys to zoom in/out and par plus/minus ↵spiff_
in videofullscreen git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27288 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27026 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10fixed: missing bit of r26618jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26622 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09added: CMouseEvent class for transferring of mouse related events, and ↵jmarshallnz
cleaned up some unused mouse actions. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26576 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-18Updates to support key modifiers ctrl, shift and alt in the keymap. Tested ↵renniej
on Windows and briefly on Linux. Modified Key.h, Application.cpp, ButtonTranslator.cpp and KeyboardStat.cpp. John Rennie 18/12/2009. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25820 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-30added: Ticket #7187, TV Teletext support for DVB EBU Teletext streamsalwinus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-25fixed: We're using the result of CKey::GetUnicode() as wchar_t, so may as ↵jmarshallnz
well return that. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23152 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90