aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcconsole.cpp
AgeCommit message (Collapse)Author
2010-11-16rcconsole: fix for escape codes split into multiple readsAndreas Oberritter
2009-12-23fix EVIOCGRAB ioctlghost
switch to non exclusive access on input devices when call eRCInput::lock (i.e. this fixes no more working Tuxtxt plugin) remove some incorrect code eRCInput::lock now no more returns a device handle .. this is not possible this way..
2008-11-06Don't block key '5' on keyboard.Andreas Oberritter
'5' should never be blocked because it is essential for many functions. Also it is unclear why both 0x35 and 0x7E codes are supposed to be generated by 'mute'. Until this is resolved, unblocking '5' is the best solution from a user's POV.
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2006-06-28revert stupid codeAndreas Monzner
2006-06-28another keyboard fixAndreas Monzner
2006-06-28fixes for keyboardAndreas Monzner
2006-06-08fix keyboardAndreas Monzner
2006-06-07more work on keyboard supportAndreas Monzner
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-05-20 - add keyboard mode support (like in enigma1)Felix Domke
2005-03-30 - default fonts handled in windowstyleFelix Domke
- fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected)
2005-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-02-09 - fixed console input mode restoreFelix Domke
- added "scan" component - scan possible from main menu
2005-01-27 - add rcconsole key input (for now)Felix Domke
- very basic method of delivering keys into python (will be changed, of course)