Age | Commit message (Expand) | Author |
2015-01-20 | Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11 | Klaus Schmidinger |
2014-02-15 | Fixed learning keyboard remote control codes | Klaus Schmidinger |
2013-12-25 | Added handling UTF-8 'umlaut' characters to cKbdRemote | Klaus Schmidinger |
2013-02-03 | New options 'Setup/Miscellaneous/Remote control repeat delay' and 'Setup/Misc... | Klaus Schmidinger |
2013-02-02 | Avoiding an extra key press event if the repeat function kicks in when contro... | Klaus Schmidinger |
2013-01-13 | Added "repeat" function when using the keyboard to control VDR | Klaus Schmidinger |
2012-01-16 | Fixed indentation | Klaus Schmidinger |
2011-08-15 | cTimeMs is no longer initialized to the current time if the value given to th...1.7.20 | Klaus Schmidinger |
2011-03-27 | Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64" | Klaus Schmidinger |
2010-12-24 | Removing a cRemote from the Remotes list in case its initialization failed | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2008-02-23 | The CAM menu now stays open as long as it is automatically updated | Klaus Schmidinger |
2008-02-22 | Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" | Klaus Schmidinger |
2007-04-30 | Implemented the SVDRP command REMO | Klaus Schmidinger |
2007-02-25 | Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force... | Klaus Schmidinger |
2006-12-02 | Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to... | Klaus Schmidinger |
2006-10-14 | Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin() | Klaus Schmidinger |
2006-10-14 | cRemote::PutMacro() now sets a lock while it expands the macro | Klaus Schmidinger |
2006-10-14 | Keys from expanded key macros are now put into the front of the key queue | Klaus Schmidinger |
2006-05-12 | Fixed handling unknown codes when learning LIRC remote control codes | Klaus Schmidinger |
2006-04-17 | The cRemote::CallPlugin() function now has a boolean return value that tells ... | Klaus Schmidinger |
2006-01-29 | Implemented a timeout for remote controls that don't deliver "repeat" keypres... | Klaus Schmidinger |
2006-01-15 | Added 0x5B to more-byte sequence detection | Klaus Schmidinger |
2006-01-08 | Fixed handling "more than 3 byte" key sequences in cKbdRemote::ReadKeySequence() | Klaus Schmidinger |
2006-01-01 | Fixed handling multi byte key sequences in cKbdRemote | Klaus Schmidinger |
2005-09-03 | The main menu function of a plugin can now be called programmatically | Klaus Schmidinger |
2005-08-14 | Changed cThread Active() vs. Running() | Klaus Schmidinger |
2005-08-13 | Centralized 'thread active' handling | Klaus Schmidinger |
2005-03-20 | Added a missing cMutexLock to cRemote::HasKeys() | Klaus Schmidinger |
2004-10-31 | Fixed handling key codes that start with 0x1B in the KBD remote control code | Klaus Schmidinger |
2004-05-28 | Implemented a default cRemote::Initialize() | Klaus Schmidinger |
2003-10-18 | The cThread class now accepts a 'Description' parameter | Klaus Schmidinger |
2003-05-02 | Fixed double call to MainMenuAction() of a plugin if invoked via a hotkey | Klaus Schmidinger |
2003-05-01 | Fixed paging through lists with repeated Left/Right keys | Klaus Schmidinger |
2002-12-15 | Enhacements to cKbdRemote | Klaus Schmidinger |
2002-12-15 | Implemented raw keyboard input | Klaus Schmidinger |
2002-12-08 | KBD active by default; no more 'ncurses' necessary for KBD1.1.19 | Klaus Schmidinger |
2002-12-07 | Improved handling of repeated remote keys | Klaus Schmidinger |
2002-12-01 | Macros in 'keymacros.conf' can now use "@plugin" to directly access the main ... | Klaus Schmidinger |
2002-11-01 | Only accepting key presses from the current remote control when learning | Klaus Schmidinger |
2002-10-27 | Implemented key macros | Klaus Schmidinger |
2002-10-12 | Fixed a crash when closing down with remote control plugins | Klaus Schmidinger |
2002-09-29 | Made remote controls plugin aware | Klaus Schmidinger |
2002-05-18 | Completely moved OSD handling out of the cDvbApi class, into the new cOsd | Klaus Schmidinger |
2002-05-13 | Improved the [eid]syslog() macros | Klaus Schmidinger |
2001-09-30 | Fixed handling repeat function when using LIRC | Klaus Schmidinger |
2001-08-12 | Made I/O more robust by handling EINTR0.9.1 | Klaus Schmidinger |
2001-07-27 | Fixed repeat function with LIRC | Klaus Schmidinger |
2001-07-22 | Increased the buffer for key names received from LIRC | Klaus Schmidinger |
2001-02-04 | Fixed repeat function in LIRC remote control | Klaus Schmidinger |